@charset "UTF-8";
@import "./css/normalize.css/normalize.css";
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  color: #3E2B07;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  background-color: #F7F6F0;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.5rem;
  }
}
body[data-menu=show] {
  overflow: hidden;
}
body *[data-background=white] {
  background-color: #fff;
}
body a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-position: under;
  color: #3E2B07;
}
@media screen and (max-width: 767px) {
  body br[data-view=pc] {
    display: none;
  }
}
body br[data-view=sp] {
  display: none;
}
@media screen and (max-width: 767px) {
  body br[data-view=sp] {
    display: block;
  }
}
body ul,
body ol {
  list-style: none;
}
body img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "Zen Maru Gothic", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
body input,
body button,
body textarea,
body select {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: inherit;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
body input [type=submit],
body button {
  cursor: pointer;
}
body *.js-reveal {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: -webkit-clip-path 1.2s 0.25s ease;
  transition: clip-path 1.2s 0.25s ease;
  transition: clip-path 1.2s 0.25s ease, -webkit-clip-path 1.2s 0.25s ease;
}
body *.js-reveal.js-reverse {
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
}
body *.js-reveal.js-fade-02 {
  transition: -webkit-clip-path 1.2s 1s ease;
  transition: clip-path 1.2s 1s ease;
  transition: clip-path 1.2s 1s ease, -webkit-clip-path 1.2s 1s ease;
}
body *.js-reveal[data-view=true] {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}

.c-article {
  display: flex;
  margin: 68px auto 101px;
}
@media screen and (max-width: 767px) {
  .c-article {
    margin: 45px auto 60px;
  }
}
.c-article[data-page=healthcare-professionals] {
  margin: 68px auto 140px;
}
@media screen and (max-width: 767px) {
  .c-article[data-page=healthcare-professionals] {
    margin: 60px auto 100px;
  }
}
.c-article[data-page=professionals-single] {
  display: block;
}
.c-article > aside + article {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .c-article > aside + article {
    width: calc(100vw - 40px);
  }
}

.c-article__content {
  margin-top: 50px;
  padding: 50px;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 1280px) {
  .c-article__content {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-article__content {
    margin-top: 45px;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding: 35px 25px;
    border-radius: 0;
  }
}
.c-article__content h2,
.c-article__content h3,
.c-article__content h4,
.c-article__content h5,
.c-article__content h6 {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.c-article__content > .c-article__content-title + .c-article__content-text h2 {
  margin-top: 40px;
}

.c-article__content[data-color=pink] .c-article__content-text h2 {
  border-color: #FFD2D2;
}
.c-article__content[data-color=pink] .c-article__content-point h3,
.c-article__content[data-color=pink] .c-article__content-point ul li::before,
.c-article__content[data-color=pink] .c-article__content-contact-unit {
  background-color: #FFD2D2;
}

.c-article__content[data-color=orange] .c-article__content-text h2 {
  border-color: #FFCF8F;
}
.c-article__content[data-color=orange] .c-article__content-point h3,
.c-article__content[data-color=orange] .c-article__content-point ul li::before,
.c-article__content[data-color=orange] .c-article__content-contact-unit {
  background-color: #FFCF8F;
}

.c-article__content[data-color=green] .c-article__content-text h2 {
  border-color: #C6E5BA;
}
.c-article__content[data-color=green] .c-article__content-point h3,
.c-article__content[data-color=green] .c-article__content-point ul li::before,
.c-article__content[data-color=green] .c-article__content-contact-unit {
  background-color: #C6E5BA;
}

.c-article__content[data-color=blue] .c-article__content-text h2 {
  border-color: #CCECF5;
}
.c-article__content[data-color=blue] .c-article__content-point h3,
.c-article__content[data-color=blue] .c-article__content-point ul li::before,
.c-article__content[data-color=blue] .c-article__content-contact-unit {
  background-color: #CCECF5;
}

.c-article__content[data-color=yellow] .c-article__content-text h2 {
  border-color: #EAE087;
}
.c-article__content[data-color=yellow] .c-article__content-point h3,
.c-article__content[data-color=yellow] .c-article__content-point ul li::before,
.c-article__content[data-color=yellow] .c-article__content-contact-unit {
  background-color: #EAE087;
}

.c-article__content-title {
  padding-bottom: 30px;
  margin-bottom: 30px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  border-bottom: 2px solid #3E2B07;
}
.c-article__content-title h1 {
  margin: 0 0 5px;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 2.8rem;
}
@media screen and (max-width: 960px) {
  .c-article__content-title h1 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-article__content-title h1 {
    font-size: 1.8rem;
  }
}
.c-article__content-title time {
  font-size: 1.4rem;
  color: rgba(62, 43, 7, 0.6);
}

.c-article__content-text {
  line-height: 1.8;
  letter-spacing: 0.05em;
  word-break: break-all;
}
.c-article__content-text > * {
  word-break: break-all;
}
@media screen and (max-width: 1280px) {
  .c-article__content-text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 960px) {
  .c-article__content-text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-article__content-text {
    font-size: 1.5rem;
    letter-spacing: 0.02em;
  }
}
.c-article__content-text h2 {
  margin-bottom: 38px;
  padding: 13px 19px 18px;
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  background-color: #F7F6F0;
  border-left: 6px solid #3E2B07;
}
@media screen and (max-width: 1280px) {
  .c-article__content-text h2 {
    margin-bottom: 25px;
    font-size: 2rem;
    padding: 10px 15px 14px;
  }
}
@media screen and (max-width: 960px) {
  .c-article__content-text h2 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .c-article__content-text h2 {
    margin-bottom: 20px;
    padding: 12px 15px 14px;
    border-left: 4px solid #3E2B07;
  }
}
.c-article__content-text > * + h2 {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .c-article__content-text > * + h2 {
    margin-top: 45px;
  }
}
.c-article__content-text > h3 {
  position: relative;
  margin-bottom: 25px;
  padding-left: 21px;
  padding-bottom: 13px;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  border-bottom: 2px solid #D1D0CA;
}
@media screen and (max-width: 1280px) {
  .c-article__content-text > h3 {
    font-size: 1.8rem;
    padding-bottom: 7px;
    padding-left: 17px;
  }
}
@media screen and (max-width: 960px) {
  .c-article__content-text > h3 {
    font-size: 1.6rem;
    letter-spacing: 0.03em;
  }
}
@media screen and (max-width: 767px) {
  .c-article__content-text > h3 {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #D1D0CA;
  }
}
.c-article__content-text > h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 4px;
  height: calc(100% + 2px);
  background-color: #3E2B07;
}
@media screen and (max-width: 767px) {
  .c-article__content-text > h3::before {
    top: -4px;
    width: 2px;
    height: calc(100% + 4px);
  }
}
.c-article__content-text > * + h3 {
  margin-top: 40px;
}
.c-article__content-text > h4 {
  margin-bottom: 20px;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.c-article__content-text > * + h4 {
  margin-top: 35px;
}
.c-article__content-text > * + img {
  margin-top: 35px;
}
.c-article__content-text img.aligncenter {
  display: block;
  margin: 0 auto;
}
.c-article__content-text figure {
  margin: 0;
}
.c-article__content-text > * + figure {
  margin-top: 35px;
}
.c-article__content-text > * + * {
  margin-top: 15px;
}
.c-article__content-text a {
  text-decoration: underline;
}
.c-article__content-text a:hover {
  text-decoration: none;
}
.c-article__content-text > ul li {
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
  list-style-type: disc;
  list-style-position: inside;
}
.c-article__content-text > ul li + li {
  margin-top: 8px;
}
.c-article__content-text > ol {
  padding-left: 2.3rem;
}
@media screen and (max-width: 767px) {
  .c-article__content-text > ol {
    padding-left: 2.6rem;
  }
}
.c-article__content-text > ol li {
  list-style-type: decimal;
}
.c-article__content-text > ol li + li {
  margin-top: 15px;
}

.c-article__content-point {
  margin-top: 30px;
  border: 2px solid #3E2B07;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-article__content-point {
    margin-top: 35px;
  }
}
.c-article__content-point h3 {
  padding: 14px 21px;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  background-color: #FFD2D2;
  border-bottom: 2px solid #3E2B07;
}
@media screen and (max-width: 1280px) {
  .c-article__content-point h3 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 960px) {
  .c-article__content-point h3 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-article__content-point h3 {
    padding: 12px 18px 14px;
    font-size: 1.6rem;
  }
}
.c-article__content-point ul {
  padding: 18px 30px 25px;
}
@media screen and (max-width: 1280px) {
  .c-article__content-point ul {
    padding: 18px 20px 25px;
  }
}
@media screen and (max-width: 767px) {
  .c-article__content-point ul {
    padding: 18px;
  }
}
.c-article__content-point ul li {
  position: relative;
  padding-left: 16px;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-indent: 0;
}
@media screen and (max-width: 960px) {
  .c-article__content-point ul li {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-article__content-point ul li {
    line-height: 1.5;
  }
}
.c-article__content-point ul li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #FFD2D2;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .c-article__content-point ul li:before {
    top: 8px;
  }
}
.c-article__content-point ul li + li {
  margin-top: 10px;
}

.c-article__content-images {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 37px;
}
@media screen and (max-width: 767px) {
  .c-article__content-images {
    margin-top: 25px;
    justify-content: space-between;
  }
}
.c-article__content-images img {
  display: inline-block;
  width: calc(40% - 60px);
}
@media screen and (max-width: 767px) {
  .c-article__content-images img {
    width: calc(50% - 12px);
  }
}
.c-article__content-images img + img {
  margin-left: 120px;
}
@media screen and (max-width: 767px) {
  .c-article__content-images img + img {
    margin-left: 0;
  }
}

.c-article__content-2column {
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-article__content-2column {
    display: block;
  }
}
.c-article__content-2column img {
  display: inline-block;
  width: 35%;
  max-width: 250px;
  margin-left: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1280px) {
  .c-article__content-2column img {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .c-article__content-2column img {
    width: 90%;
  }
}
.c-article__content-2column div {
  flex: 1;
  margin-left: 40px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-article__content-2column div {
    margin: 20px 0 0;
    letter-spacing: 0.02em;
  }
}
.c-article__content-2column div ul li {
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 1280px) {
  .c-article__content-2column div ul li {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 960px) {
  .c-article__content-2column div ul li {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-article__content-2column div ul li {
    font-size: 1.5rem;
  }
}
.c-article__content-2column div ul li:before {
  content: "・";
}
.c-article__content-2column div ul li + li {
  margin-top: 5px;
}

.c-article__content-contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 33px;
}
@media screen and (max-width: 1280px) {
  .c-article__content-contact {
    display: block;
  }
}
.c-article__content-contact > * {
  width: calc(50% - 10px);
}
@media screen and (max-width: 960px) {
  .c-article__content-contact > * {
    width: 100%;
    max-width: 400px;
  }
}
@media screen and (max-width: 960px) {
  .c-article__content-contact > * + * {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .c-article__content-contact > * + * {
    margin-top: 15px;
  }
}

.c-article__content-contact-unit {
  padding: 25px 25px 28px;
  margin-bottom: 20px;
  background-color: #FFD2D2;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .c-article__content-contact-unit {
    padding: 25px 25px 30px;
  }
}
.c-article__content-contact-unit h3 {
  width: 100%;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-article__content-contact-unit h3 {
    font-size: 1.8rem;
    letter-spacing: 0.03em;
  }
}
.c-article__content-contact-unit > * {
  width: 100%;
}
.c-article__content-contact-unit span {
  display: block;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-article__content-contact-unit span {
    font-size: 1.3rem;
  }
}

.c-article__content-contact-unit-tel {
  display: block;
  text-decoration: none !important;
  margin: 12px 0 15px;
  padding: 17px 20px 24px;
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .c-article__content-contact-unit-tel {
    margin: 20px 0 12px;
    padding: 15px 10px 18px;
  }
}
.c-article__content-contact-unit-tel span {
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-article__content-contact-unit-tel span {
    font-size: 2.2rem;
  }
}
.c-article__content-contact-unit-tel span img {
  margin-right: 6px;
  margin-bottom: 3px;
}
@media screen and (max-width: 767px) {
  .c-article__content-contact-unit-tel span img {
    width: 18px;
    height: 18px;
  }
}

.c-article__content-contact-unit-link {
  margin-top: 21px;
  text-align: center;
}
.c-article__content-contact-unit-link a {
  display: inline-block;
  line-height: 1.4;
  text-decoration: underline;
}
.c-article__content-contact-unit-link a:hover {
  text-decoration: none;
}

.c-article__content-file {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .c-article__content-file {
    justify-content: space-between;
  }
}

.c-article__content-file-unit {
  width: calc(33.3333333333% - 20px);
  max-width: 184px;
  margin: 0 30px 30px 0;
}
@media screen and (max-width: 767px) {
  .c-article__content-file-unit {
    width: calc(50% - 12px);
    margin: 0 0 30px;
  }
}
.c-article__content-file-unit a {
  display: block;
  text-underline-position: auto;
}
.c-article__content-file-unit a > div {
  aspect-ratio: 5/7;
  border: 2px solid #D1D0CA;
}
.c-article__content-file-unit a > div img {
  -o-object-fit: contain;
     object-fit: contain;
}
.c-article__content-file-unit a span {
  display: block;
  margin-top: 15px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1280px) {
  .c-article__content-file-unit a span {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 960px) {
  .c-article__content-file-unit a span {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-article__content-file-unit a span {
    margin-top: 12px;
    font-size: 1.5rem;
  }
}

.c-button {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .c-button {
    margin-top: 20px;
    text-align: center;
  }
}
.c-button a {
  display: inline-block;
  padding: 10px 28px 15px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.05em;
  text-decoration: none;
  background-color: #fff;
  border: 2px solid #3E2B07;
  border-radius: 99px;
  transition: background-color 0.3s;
}
@media screen and (max-width: 960px) {
  .c-button a {
    padding: 7px 20px 9px;
    font-size: 1.4rem;
    letter-spacing: 0.03em;
  }
}
@media (any-hover: hover) {
  .c-button a:hover {
    background-color: #F7F6F0;
  }
}

.c-button__prev {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .c-button__prev {
    margin-top: 35px;
  }
}
.c-button__prev a {
  position: relative;
  display: inline-block;
  padding-left: 45px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .c-button__prev a {
    padding-left: 37px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
@media (any-hover: hover) {
  .c-button__prev a:hover {
    padding-left: 50px;
    color: #634207;
  }
}
.c-button__prev a::before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 34px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #3E2B07;
}
@media screen and (max-width: 767px) {
  .c-button__prev a::before {
    width: 30px;
  }
}
.c-button__prev a::after {
  content: "";
  position: absolute;
  left: 11px;
  top: calc(50% - 6px);
  display: inline-block;
  width: 12px;
  height: 10px;
  background-image: url(./image/icon/arrow_light.svg);
  background-repeat: no-repeat;
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .c-button__prev a::after {
    top: 10px;
    left: 10px;
    width: 10px;
    height: 8px;
    background-size: contain;
  }
}

.c-button__file a {
  display: inline-block;
  padding: 10px 28px 15px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.05em;
  text-decoration: none;
  background-color: #fff;
  border: 2px solid #3E2B07;
  border-radius: 99px;
  transition: background-color 0.3s;
}
@media (any-hover: hover) {
  .c-button__file a:hover {
    background-color: #F7F6F0;
  }
}

.c-button__form button,
.c-button__form a {
  display: inline-block;
  padding: 16px 45px 23px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
  text-decoration: none;
  color: #fff;
  background-color: #3E2B07;
  border-radius: 50px;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .c-button__form button,
  .c-button__form a {
    padding: 14px 35px 18px;
    font-size: 1.6rem;
  }
}
@media (any-hover: hover) {
  .c-button__form button:hover,
  .c-button__form a:hover {
    background-color: #6c4b0c;
  }
}
.c-button__form[data-page=complete] {
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-button__form[data-page=complete] {
    margin-top: 30px;
  }
}

.c-concerns-list {
  font-weight: bold;
}
.c-concerns-list[data-page=top] {
  padding-top: 105px;
}
@media screen and (max-width: 767px) {
  .c-concerns-list[data-page=top] {
    padding-top: 100px;
  }
}
.c-concerns-list:not([data-page=top]) {
  padding: 100px 0 140px;
}
@media screen and (max-width: 767px) {
  .c-concerns-list:not([data-page=top]) {
    padding: 45px 0 60px;
  }
}

.c-concerns-list__image {
  text-align: center;
  overflow: hidden;
}
.c-concerns-list__image[data-view=true] img {
  transform: translateY(0);
  opacity: 1;
}
.c-concerns-list__image img {
  transform: translateY(45px);
  opacity: 0;
  transition: opacity 0.25s 1.5s, transform 0.25s 1.5s ease-in-out;
}
@media screen and (max-width: 960px) {
  .c-concerns-list__image img {
    width: 220px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .c-concerns-list__image img {
    width: 160px;
  }
}

.c-concerns-list__heading {
  text-align: center;
}
.c-concerns-list__heading h2 {
  display: inline-block;
  margin-top: 22px;
  font-size: 3rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 960px) {
  .c-concerns-list__heading h2 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-concerns-list__heading h2 {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}

.c-concerns-list__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 60px;
}
@media screen and (max-width: 960px) {
  .c-concerns-list__nav {
    margin-top: 45px;
  }
}
@media screen and (max-width: 767px) {
  .c-concerns-list__nav {
    justify-content: center;
    margin-top: 30px;
  }
}
.c-concerns-list__nav li {
  width: calc(33.3333333333% - 10px);
  margin: 0 15px 25px 0;
}
@media screen and (max-width: 960px) {
  .c-concerns-list__nav li {
    width: calc(33.3333333333% - 6.6666666667px);
    margin: 0 10px 25px 0;
  }
}
@media screen and (max-width: 767px) {
  .c-concerns-list__nav li {
    width: calc(50% - 4.5px);
    margin: 0 0 13px;
  }
}
.c-concerns-list__nav li:nth-child(3), .c-concerns-list__nav li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .c-concerns-list__nav li:nth-of-type(odd) {
    margin-right: 9px;
  }
}
@media screen and (max-width: 767px) {
  .c-concerns-list__nav li:last-child {
    width: 180px;
  }
}
.c-concerns-list__nav li a {
  display: flex;
  align-items: center;
  padding: 10px 30px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-decoration: none;
  background-color: #F7F6F0;
  border: 3px solid #3E2B07;
  border-radius: 60px;
  transition: background-color 0.3s ease-in;
}
@media screen and (max-width: 960px) {
  .c-concerns-list__nav li a {
    padding: 7px 20px 10px;
    font-size: 1.5rem;
    letter-spacing: 0;
    border: 2px solid #3E2B07;
  }
}
@media screen and (max-width: 767px) {
  .c-concerns-list__nav li a {
    display: block;
    padding: 15px 20px 19px;
    text-align: center;
  }
}
@media screen and (max-width: 350px) {
  .c-concerns-list__nav li a {
    font-size: 1.3rem;
  }
}
@media (any-hover: hover) {
  .c-concerns-list__nav li a:hover span {
    transform: translateX(5px);
  }
}
.c-concerns-list__nav li a span {
  display: inline-block;
  margin-left: 15px;
  margin-bottom: 3px;
  transition: color 0.3s ease-out, transform 0.25s ease-in;
}
@media screen and (max-width: 960px) {
  .c-concerns-list__nav li a span {
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-concerns-list__nav li a span {
    margin: 0;
  }
}
@media screen and (max-width: 960px) {
  .c-concerns-list__nav li a img {
    width: 55px;
    height: 55px;
  }
}
@media screen and (max-width: 767px) {
  .c-concerns-list__nav li a img {
    display: none;
  }
}

@media (any-hover: hover) {
  .c-concerns-list__nav li a[href="#heart"]:hover span {
    color: #d20000;
  }
}
@media screen and (max-width: 767px) {
  .c-concerns-list__nav li a[href="#heart"] {
    background-color: #FFD2D2;
  }
}

@media (any-hover: hover) {
  .c-concerns-list__nav li a[href="#body"]:hover span {
    color: #8f5200;
  }
}
@media screen and (max-width: 767px) {
  .c-concerns-list__nav li a[href="#body"] {
    background-color: #FFCF8F;
  }
}

@media (any-hover: hover) {
  .c-concerns-list__nav li a[href="#gender"]:hover span {
    color: #40742c;
  }
}
@media screen and (max-width: 767px) {
  .c-concerns-list__nav li a[href="#gender"] {
    background-color: #C6E5BA;
  }
}

@media (any-hover: hover) {
  .c-concerns-list__nav li a[href="#habit"]:hover span {
    color: #2086a2;
  }
}
@media screen and (max-width: 767px) {
  .c-concerns-list__nav li a[href="#habit"] {
    background-color: #CCECF5;
  }
}

@media (any-hover: hover) {
  .c-concerns-list__nav li a[href="#health"]:hover span {
    color: #615911;
  }
}
@media screen and (max-width: 767px) {
  .c-concerns-list__nav li a[href="#health"] {
    background-color: #F9F2B2;
  }
}

.c-concerns-list__unit {
  margin-top: 55px;
  border: 3px solid #3E2B07;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .c-concerns-list__unit {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-concerns-list__unit {
    border: 2px solid #3E2B07;
  }
}
.c-concerns-list__unit + .c-concerns-list__unit {
  margin-top: 25px;
}
@media screen and (max-width: 960px) {
  .c-concerns-list__unit + .c-concerns-list__unit {
    margin-top: 20px;
  }
}

.c-concerns-list__unit#heart .c-concerns-list__unit-trigger,
.c-concerns-list__unit#heart .c-concerns-list__unit-content-main ul li a::before,
.c-concerns-list__unit#heart .c-concerns-list__unit-content-button a {
  background-color: #FFD2D2;
}
@media (any-hover: hover) {
  .c-concerns-list__unit#heart .c-concerns-list__unit-trigger:hover,
  .c-concerns-list__unit#heart .c-concerns-list__unit-content-main ul li a::before:hover,
  .c-concerns-list__unit#heart .c-concerns-list__unit-content-button a:hover {
    background-color: white;
  }
}

.c-concerns-list__unit#body .c-concerns-list__unit-trigger,
.c-concerns-list__unit#body .c-concerns-list__unit-content-main ul li a::before,
.c-concerns-list__unit#body .c-concerns-list__unit-content-button a {
  background-color: #FFCF8F;
}

.c-concerns-list__unit#gender .c-concerns-list__unit-trigger,
.c-concerns-list__unit#gender .c-concerns-list__unit-content-main ul li a::before,
.c-concerns-list__unit#gender .c-concerns-list__unit-content-button a {
  background-color: #C6E5BA;
}

.c-concerns-list__unit#habit .c-concerns-list__unit-trigger,
.c-concerns-list__unit#habit .c-concerns-list__unit-content-main ul li a::before,
.c-concerns-list__unit#habit .c-concerns-list__unit-content-button a {
  background-color: #CCECF5;
}

.c-concerns-list__unit#health .c-concerns-list__unit-trigger,
.c-concerns-list__unit#health .c-concerns-list__unit-content-main ul li a::before,
.c-concerns-list__unit#health .c-concerns-list__unit-content-button a {
  background-color: #F9F2B2;
}

.c-concerns-list__unit-trigger {
  position: relative;
  transition: filter 0.3s;
}
@media (any-hover: hover) {
  .c-concerns-list__unit-trigger:hover {
    filter: brightness(110%);
  }
  .c-concerns-list__unit-trigger:hover button span[data-label=sub] {
    animation-name: bound-vertical;
    animation-duration: 0.6s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
  }
}
.c-concerns-list__unit-trigger::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 30px;
  display: block;
  width: 40px;
  aspect-ratio: 1/1;
  background-color: #3E2B07;
  border-radius: 50%;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .c-concerns-list__unit-trigger::after {
    top: 15px;
    right: 20px;
    width: 32px;
  }
}
.c-concerns-list__unit-trigger button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 17px 85px 20px 30px;
  text-align: left;
  transition: background-color 0.3s;
}
@media screen and (max-width: 960px) {
  .c-concerns-list__unit-trigger button {
    padding: 12px 60px 15px 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-concerns-list__unit-trigger button {
    padding: 16px 60px 20px 22px;
  }
}
@media screen and (max-width: 350px) {
  .c-concerns-list__unit-trigger button {
    padding: 16px 60px 20px 17px;
  }
}
.c-concerns-list__unit-trigger button[aria-expanded=true]::after {
  transform: rotate(0deg);
  opacity: 0;
}
.c-concerns-list__unit-trigger button[aria-expanded=true] span[data-label=sub] {
  font-size: 0;
}
.c-concerns-list__unit-trigger button[aria-expanded=true] span[data-label=sub]::before {
  content: attr(data-text);
  font-size: 1.4rem;
}
@media screen and (max-width: 960px) {
  .c-concerns-list__unit-trigger button[aria-expanded=true] span[data-label=sub]::before {
    font-size: 1.3rem;
  }
}
.c-concerns-list__unit-trigger button::before, .c-concerns-list__unit-trigger button::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 39px;
  right: 42px;
  display: block;
  width: 15px;
  height: 2px;
  background-color: #fff;
  border-radius: 3px;
  pointer-events: none;
  transition: transform 0.3s, opacity 0.4s;
}
@media screen and (max-width: 960px) {
  .c-concerns-list__unit-trigger button::before, .c-concerns-list__unit-trigger button::after {
    top: 30px;
    right: 30px;
    width: 12px;
  }
}
.c-concerns-list__unit-trigger button::after {
  transform: rotate(90deg);
}
.c-concerns-list__unit-trigger button span[data-label=main] {
  font-family: "Zen Maru Gothic", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 960px) {
  .c-concerns-list__unit-trigger button span[data-label=main] {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-concerns-list__unit-trigger button span[data-label=main] {
    font-size: 2rem;
  }
}
@media screen and (max-width: 350px) {
  .c-concerns-list__unit-trigger button span[data-label=main] {
    font-size: 1.8rem;
  }
}
.c-concerns-list__unit-trigger button span[data-label=sub] {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 960px) {
  .c-concerns-list__unit-trigger button span[data-label=sub] {
    font-size: 1.3rem;
  }
}
@keyframes bound-vertical {
  25% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(3px);
  }
  75% {
    transform: translateY(-2px);
  }
  100% {
    transform: translateY(0);
  }
}

.c-concerns-list__unit-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 41px 45px 35px;
  border-top: 3px solid #3E2B07;
}
@media screen and (max-width: 1280px) {
  .c-concerns-list__unit-content {
    padding: 41px 30px 35px;
  }
}
@media screen and (max-width: 960px) {
  .c-concerns-list__unit-content {
    display: block;
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-concerns-list__unit-content {
    padding: 25px 22px 20px;
    border-top: 2px solid #3E2B07;
  }
}
@media screen and (max-width: 350px) {
  .c-concerns-list__unit-content {
    padding: 25px 20px 20px;
  }
}

.c-concerns-list__unit-content-main {
  flex: 1;
  margin-right: 75px;
}
@media screen and (max-width: 960px) {
  .c-concerns-list__unit-content-main {
    margin: 0;
  }
}
.c-concerns-list__unit-content-main ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  .c-concerns-list__unit-content-main ul {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .c-concerns-list__unit-content-main ul {
    display: block;
  }
}
.c-concerns-list__unit-content-main ul li {
  width: calc(33.3333333333% - 20px);
  margin: 0 30px 20px 0;
}
@media screen and (max-width: 960px) {
  .c-concerns-list__unit-content-main ul li {
    width: calc(50% - 15px);
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .c-concerns-list__unit-content-main ul li {
    width: 100%;
    margin: 0 0 16px 0;
  }
}
.c-concerns-list__unit-content-main ul li:nth-child(3n) {
  margin-right: 0;
}
.c-concerns-list__unit-content-main ul li a {
  position: relative;
  display: block;
  padding-left: 20px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 350px) {
  .c-concerns-list__unit-content-main ul li a {
    font-size: 1.4rem;
  }
}
@media (any-hover: hover) {
  .c-concerns-list__unit-content-main ul li a:hover {
    text-decoration: none;
  }
}
.c-concerns-list__unit-content-main ul li a::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  display: block;
  width: 8px;
  aspect-ratio: 1/1;
  border-radius: 50%;
}

.c-concerns-list__unit-content-button {
  display: flex;
  margin-top: 10px;
}
@media screen and (max-width: 960px) {
  .c-concerns-list__unit-content-button {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .c-concerns-list__unit-content-button {
    justify-content: flex-start;
    margin-top: 30px;
    position: relative;
  }
  .c-concerns-list__unit-content-button::before {
    content: attr(data-text);
    font-size: 1.5rem;
    position: absolute;
    z-index: 1;
    top: 18px;
    left: 35px;
  }
}
.c-concerns-list__unit-content-button a {
  position: relative;
  display: block;
  padding: 20px 90px 24px 30px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-decoration: none;
  border: 2px solid #3E2B07;
  border-radius: 50px;
  transition: filter 0.3s;
}
@media screen and (max-width: 960px) {
  .c-concerns-list__unit-content-button a {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-concerns-list__unit-content-button a {
    width: 100%;
    max-width: 280px;
    padding: 31px 60px 34px 35px;
    font-size: 0;
  }
}
@media (any-hover: hover) {
  .c-concerns-list__unit-content-button a:hover {
    filter: brightness(105%);
  }
  .c-concerns-list__unit-content-button a:hover::before, .c-concerns-list__unit-content-button a:hover::after {
    transform: translateX(5px);
  }
}
.c-concerns-list__unit-content-button a::before {
  content: "";
  position: absolute;
  top: 15px;
  right: 20px;
  display: block;
  width: 40px;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
  transition: transform 0.25s ease-in-out;
}
@media screen and (max-width: 767px) {
  .c-concerns-list__unit-content-button a::before {
    right: 18px;
    width: 30px;
  }
}
.c-concerns-list__unit-content-button a::after {
  content: "";
  position: absolute;
  top: 29px;
  right: 33px;
  display: block;
  width: 14px;
  height: 11px;
  background-image: url(./image/icon/arrow_dark.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.25s ease-in-out;
}
@media screen and (max-width: 767px) {
  .c-concerns-list__unit-content-button a::after {
    top: 25px;
    right: 26px;
    width: 13px;
    height: 10px;
  }
}

.c-concerns-list__unit-content-image {
  width: 210px;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .c-concerns-list__unit-content-image {
    width: 180px;
  }
}
@media screen and (max-width: 960px) {
  .c-concerns-list__unit-content-image {
    margin: 30px auto 0;
  }
}

.c-cta {
  position: fixed;
  z-index: 2;
  right: 25px;
  bottom: 25px;
  opacity: 0;
  transform: scale(0.9);
  transition: 0.1s opacity 0.2s linear, 0.5s transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.c-cta[data-position=scroll] {
  opacity: 1;
  transform: scale(1);
}
@media screen and (max-width: 960px) {
  .c-cta {
    right: 10px;
    bottom: 15px;
  }
}
@media screen and (max-width: 350px) {
  .c-cta {
    right: 10px;
    bottom: 10px;
  }
}
.c-cta a {
  display: inline-block;
  padding-top: 10px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background-color: #F7F6F0;
  border: 3px solid #3E2B07;
  border-radius: 6px;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 960px) {
  .c-cta a {
    padding-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .c-cta a {
    padding: 10px 18px 12px;
    border: 2px solid #3E2B07;
    border-radius: 99px;
  }
}
@media (any-hover: hover) {
  .c-cta a:hover {
    transform: translateY(-7px);
    filter: brightness(110%);
  }
}

.c-cta__image {
  position: relative;
  z-index: 0;
  transform: translateY(2px);
}
@media screen and (max-width: 767px) {
  .c-cta__image {
    display: flex;
    align-items: center;
  }
}
.c-cta__image p {
  font-size: 1.5rem;
  line-height: 1.25;
}
@media screen and (max-width: 960px) {
  .c-cta__image p {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .c-cta__image p {
    order: 2;
    font-size: 1.4rem;
    text-align: left;
  }
}
.c-cta__image img {
  display: inline-block;
  margin-top: 5px;
}
@media screen and (max-width: 960px) {
  .c-cta__image img {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .c-cta__image img {
    order: 1;
    width: 65px;
    margin: 0 9px 0 0;
  }
}

.c-cta__bottom {
  position: relative;
  z-index: 1;
  padding: 8px 13px;
  font-size: 1.3rem;
  line-height: 1.4;
  color: #F7F6F0;
  background-color: #3E2B07;
}
@media screen and (max-width: 960px) {
  .c-cta__bottom {
    padding: 5px 7px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .c-cta__bottom {
    display: none;
  }
}

.c-file-unit__wrap[data-margin=top-large] .c-file-unit:first-child {
  margin-top: 100px;
}

.c-file-unit {
  padding: 30px 35px 35px;
  background-color: #fff;
  border: 2px solid #3E2B07;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .c-file-unit {
    padding: 30px 30px 35px;
  }
}
@media screen and (max-width: 767px) {
  .c-file-unit {
    padding: 20px 20px 25px;
    border-radius: 5px;
  }
}
.c-file-unit:first-child {
  margin-top: 37px;
}
@media screen and (max-width: 767px) {
  .c-file-unit:first-child {
    margin-top: 35px;
  }
}
.c-file-unit:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-file-unit:not(:first-child) {
    margin-top: 15px;
  }
}

.c-file-unit__heading {
  padding-bottom: 20px;
  border-bottom: 2px solid #3E2B07;
}
@media screen and (max-width: 767px) {
  .c-file-unit__heading {
    padding-bottom: 18px;
  }
}
.c-file-unit__heading h2 {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-file-unit__heading h2 {
    font-size: 1.8rem;
  }
}

.c-file-unit__label {
  display: inline-block;
  margin-bottom: 20px;
  padding: 6px 12px 9px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #3E2B07;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .c-file-unit__label {
    margin-bottom: 15px;
    padding: 6px 10px 9px;
    font-size: 1.3rem;
  }
}

.c-file-unit__content > div {
  display: flex;
  padding: 19px 0 21px;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #D1D0CA;
}
@media screen and (max-width: 767px) {
  .c-file-unit__content > div {
    display: block;
    padding: 10px 0 12px;
  }
}
.c-file-unit__content > div dt {
  width: 175px;
  padding-right: 20px;
  color: #B6A193;
}
@media screen and (max-width: 767px) {
  .c-file-unit__content > div dt {
    width: auto;
    padding: 0;
  }
}
.c-file-unit__content > div dd {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .c-file-unit__content > div dd {
    margin-top: 2px;
  }
}
.c-file-unit__content > div dd a {
  word-break: break-all;
}
@media (any-hover: hover) {
  .c-file-unit__content > div dd a:hover {
    text-decoration: none;
  }
}

.c-file-unit__point {
  margin-top: 20px;
  padding: 15px 25px 25px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  background-color: #F7F6F0;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .c-file-unit__point {
    padding: 10px 15px 15px;
  }
}
.c-file-unit__point h3 {
  margin-bottom: 8px;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  color: #B6A193;
}
@media screen and (max-width: 767px) {
  .c-file-unit__point h3 {
    margin-bottom: 2px;
    font-size: 1.4rem;
  }
}
.c-file-unit__point p {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-file-unit__point p {
    font-size: 1.3rem;
  }
}

.c-file-unit__download {
  display: flex;
  align-items: center;
  margin-top: 25px;
}
@media screen and (max-width: 960px) {
  .c-file-unit__download {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .c-file-unit__download .c-button__file {
    text-align: center;
  }
}
.c-file-unit__download > p {
  flex: 1;
  margin-left: 20px;
  font-size: 1.3rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 960px) {
  .c-file-unit__download > p {
    margin: 20px 0 0;
  }
}
@media (any-hover: hover) {
  .c-file-unit__download > p a:hover {
    text-decoration: none;
  }
}

.c-file-unit__coming {
  margin: 40px 0;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-file-unit__coming {
    font-size: 1.6rem;
  }
}

.c-file-unit__inner {
  display: flex;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .c-file-unit__inner {
    display: block;
    margin-top: 25px;
  }
}
@media (any-hover: hover) {
  .c-file-unit__inner > p a:hover {
    text-decoration: none;
  }
}

.c-file-unit__image {
  width: 183px;
  aspect-ratio: 5/7;
  margin-right: 45px;
  border: 2px solid #D1D0CA;
}
@media screen and (max-width: 767px) {
  .c-file-unit__image {
    width: 140px;
    margin: 0 auto 20px;
  }
}
.c-file-unit__image img {
  -o-object-fit: contain;
     object-fit: contain;
}

.c-file-unit__text {
  flex: 1;
}
.c-file-unit__text > p {
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media (any-hover: hover) {
  .c-file-unit__text > p a:hover {
    text-decoration: none;
  }
}

.c-footer {
  padding: 80px 100px 40px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #2A1C03;
}
@media screen and (max-width: 1280px) {
  .c-footer {
    padding: 80px 60px 40px;
  }
}
@media screen and (max-width: 960px) {
  .c-footer {
    padding: 60px 45px;
  }
}
@media screen and (max-width: 767px) {
  .c-footer {
    padding: 45px 30px 100px;
  }
}
@media screen and (max-width: 350px) {
  .c-footer {
    padding: 45px 20px 100px;
  }
}
.c-footer a {
  text-decoration: none;
  color: #fff;
}

.c-footer__wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .c-footer__wrap {
    display: block;
  }
}
.c-footer__wrap h2 {
  font-size: 1.6rem;
  opacity: 0.8;
}

.c-footer__category-list {
  margin-top: 20px;
}
.c-footer__category-list li + li {
  margin-top: 23px;
}
.c-footer__category-list li a {
  position: relative;
  display: inline-flex;
  align-items: center;
  --circle: 35px;
  padding-right: 20px;
}
.c-footer__category-list li a[data-color=pink] span[data-parts=arrow] {
  background-color: #FFD2D2;
}
.c-footer__category-list li a[data-color=orange] span[data-parts=arrow] {
  background-color: #FFCF8F;
}
.c-footer__category-list li a[data-color=green] span[data-parts=arrow] {
  background-color: #C6E5BA;
}
.c-footer__category-list li a[data-color=blue] span[data-parts=arrow] {
  background-color: #CCECF5;
}
.c-footer__category-list li a[data-color=yellow] span[data-parts=arrow] {
  background-color: #F9F2B2;
}
@media (any-hover: hover) {
  .c-footer__category-list li a:hover span[data-parts=arrow] {
    width: 100%;
  }
  .c-footer__category-list li a:hover span[data-parts=text] {
    color: #3E2B07;
  }
}
.c-footer__category-list li a span[data-parts=arrow] {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--circle);
  height: var(--circle);
  background-color: #fff;
  border-radius: 2rem;
  transition: width 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
.c-footer__category-list li a span[data-parts=arrow]::before {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  left: 11px;
  display: inline-block;
  width: 12px;
  height: 10px;
  background-image: url(./image/icon/arrow_dark.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.c-footer__category-list li a span[data-parts=text] {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-left: calc(var(--circle) + 12px);
  font-size: 2rem;
  line-height: 1.8;
  transition: color 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
@media screen and (max-width: 960px) {
  .c-footer__category-list li a span[data-parts=text] {
    font-size: 1.8rem;
  }
}

.c-footer__link {
  display: flex;
}
@media screen and (max-width: 960px) {
  .c-footer__link {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__link {
    margin-top: 45px;
  }
}
.c-footer__link > * + * {
  margin-left: 6.9444444444vw;
}
@media screen and (max-width: 960px) {
  .c-footer__link > * + * {
    margin-left: 0;
  }
}
.c-footer__link h2 {
  margin-bottom: 28px;
}
.c-footer__link a {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .c-footer__link a {
    font-size: 1.6rem;
  }
}
@media (any-hover: hover) {
  .c-footer__link a:hover {
    text-decoration: none;
  }
}
.c-footer__link ul[data-list=main] li + li {
  margin-top: 20px;
}
@media screen and (max-width: 960px) {
  .c-footer__link ul[data-list=sub] {
    margin-top: 45px;
  }
}
.c-footer__link ul[data-list=sub] li + li {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .c-footer__link ul[data-list=sub] li + li {
    margin-top: 20px;
  }
}
.c-footer__link ul[data-list=sub] li a {
  font-size: 1.5rem;
}

.c-footer__copyright {
  margin-top: 35px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .c-footer__copyright {
    margin-top: 60px;
    text-align: left;
  }
}
.c-footer__copyright small {
  font-family: "Zen Maru Gothic", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1rem;
  opacity: 0.8;
}

.c-footer__notion {
  font-size: 1.2rem;
  background-color: #D1D0CA;
  padding: 20px 100px;
}
@media screen and (max-width: 1280px) {
  .c-footer__notion {
    padding: 20px 60px;
  }
}
@media screen and (max-width: 960px) {
  .c-footer__notion {
    padding: 20px 45px;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__notion {
    padding: 20px 30px 20px 80px;
  }
}

.c-header {
  padding: 35px 0 0 35px;
}
@media screen and (max-width: 767px) {
  .c-header {
    padding: 20px 0 0 18px;
  }
}
.c-header[data-page=top] {
  position: relative;
  padding: 80px 0 0;
}
@media screen and (max-width: 767px) {
  .c-header[data-page=top] {
    padding: 45px 0 0;
  }
}

.c-header__logo a {
  display: inline-block;
  text-decoration: none;
}
.c-header__logo img {
  display: inline-block;
  width: 320px;
}
@media screen and (max-width: 960px) {
  .c-header__logo img {
    width: 280px;
  }
}
@media screen and (max-width: 767px) {
  .c-header__logo img {
    width: 225px;
  }
}
@media screen and (max-width: 350px) {
  .c-header__logo img {
    width: 200px;
  }
}
.c-header__logo[data-page=top] {
  text-align: center;
}
.c-header__logo[data-page=top] h1 {
  position: relative;
  display: inline-block;
  margin: 0;
}
.c-header__logo[data-page=top] h1[data-view=true]::before, .c-header__logo[data-page=top] h1[data-view=true]::after {
  width: 0;
}
.c-header__logo[data-page=top] h1[data-view=true] img {
  transform: scale(1);
}
.c-header__logo[data-page=top] h1::before, .c-header__logo[data-page=top] h1::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  width: 50%;
  background-color: #F7F6F0;
  transition: width 0.45s 2s ease-out;
}
.c-header__logo[data-page=top] h1::before {
  left: 0;
}
.c-header__logo[data-page=top] h1::after {
  right: 0;
}
.c-header__logo[data-page=top] h1 img {
  display: inline-block;
  width: 460px;
  transform: scale(0.95);
  transition: transform 0.4s 2.4s ease-in-out;
}
@media screen and (max-width: 767px) {
  .c-header__logo[data-page=top] h1 img {
    display: block;
    width: auto;
    margin: 0 auto;
  }
}

.c-header__nav {
  position: fixed;
  z-index: 11;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0;
  min-height: 100vh;
  --nav-width: 100vw;
  right: 0;
  width: var(--nav-width);
  padding: 80px;
  background-color: #F7F6F0;
  opacity: 0;
  visibility: hidden;
  overflow-y: scroll;
  transition: opacity 300ms, visibility 300ms;
}
@media screen and (max-width: 1280px) {
  .c-header__nav {
    height: 100vh;
    align-items: flex-start;
    padding: 80px 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-header__nav {
    justify-content: flex-start;
    min-height: auto;
    --nav-width: 100vw;
    max-width: 500px;
    padding: 20px 25px 75px 25px;
    transition: opacity 100ms, visibility 100ms;
  }
}
@media screen and (max-width: 350px) {
  .c-header__nav {
    padding: 75px 25px 75px 25px;
  }
}
.c-header__nav[aria-hidden=false] {
  visibility: visible;
  right: 0;
  opacity: 1;
  max-height: 100vh;
}
@media screen and (max-width: 350px) {
  .c-header__nav[aria-hidden=false] {
    width: 100%;
  }
}
.c-header__nav .c-header__nav-inner {
  position: absolute;
  top: 80px;
  max-height: 100vh;
}
@media screen and (max-width: 767px) {
  .c-header__nav .c-header__nav-inner {
    position: static;
    min-height: auto;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .c-header__nav-logo img {
    width: 225px;
    transform: translateX(-7px);
  }
}
@media screen and (max-width: 350px) {
  .c-header__nav-logo img {
    width: 200px;
  }
}

.c-header__button {
  position: fixed;
  z-index: 12;
  top: 27px;
  right: 29px;
  padding: 44px;
  background-color: #fff;
  border: 3px solid #3E2B07;
  border-radius: 50%;
  transition: all 350ms ease-in;
}
@media screen and (max-width: 960px) {
  .c-header__button {
    top: 14px;
    right: 13px;
    padding: 27px;
    border: 2px solid #3E2B07;
  }
}
@media (any-hover: hover) {
  .c-header__button:hover {
    background-color: #3E2B07;
  }
  .c-header__button:hover::after, .c-header__button:hover::before {
    background-color: #fff;
  }
}
.c-header__button[aria-expanded=true]::after, .c-header__button[aria-expanded=true]::before {
  top: 41px;
  transform: rotate(45deg);
}
@media screen and (max-width: 960px) {
  .c-header__button[aria-expanded=true]::after, .c-header__button[aria-expanded=true]::before {
    top: 26px;
  }
}
.c-header__button[aria-expanded=true]::before {
  transform: rotate(-45deg);
}
.c-header__button::before, .c-header__button::after {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  content: "";
  width: 24px;
  height: 3px;
  background-color: #3E2B07;
  border-radius: 10px;
  transition: transform 0.3s, color 0.2s, background-color 350ms ease-in;
}
@media screen and (max-width: 960px) {
  .c-header__button::before, .c-header__button::after {
    width: 19px;
    height: 2px;
  }
}
.c-header__button::before {
  top: 37px;
}
@media screen and (max-width: 960px) {
  .c-header__button::before {
    top: 24px;
  }
}
.c-header__button::after {
  top: 45px;
}
@media screen and (max-width: 960px) {
  .c-header__button::after {
    top: 29px;
  }
}
.c-header__button span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.c-header__background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  transition: opacity 0.6s;
}
.c-header__background[aria-hidden=false] {
  visibility: visible;
}
.c-header__background[aria-hidden=true] {
  visibility: hidden;
  opacity: 0;
}

.c-heading {
  font-family: "Zen Maru Gothic", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 3rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 960px) {
  .c-heading {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .c-heading {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
.c-heading[data-align=center] {
  text-align: center;
}

.p-concerns[data-page=body] .c-heading {
  position: relative;
}
.p-concerns[data-page=body] .c-heading::before {
  content: "・";
  color: #FFCF8F;
}

.c-hero {
  display: flex;
  margin-top: 30px;
  border: 3px solid #3E2B07;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-hero {
    display: block;
    margin-top: 25px;
    border: 2px solid #3E2B07;
  }
}
.c-hero[data-page=healthcare] {
  margin-bottom: 60px;
  align-items: center;
}
.c-hero[data-page=healthcare] .c-hero__content {
  display: flex;
  flex-direction: column;
}

.c-hero__content {
  flex: 1;
  padding: 82px 60px 85px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 960px) {
  .c-hero__content {
    padding: 40px 30px 45px;
  }
}
@media screen and (max-width: 767px) {
  .c-hero__content {
    padding: 30px 30px 40px;
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 350px) {
  .c-hero__content {
    padding: 20px 20px 30px;
  }
}
.c-hero__content > span {
  display: inline-block;
  margin-bottom: 4px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  line-height: 1.6;
}
.c-hero__content h1 {
  margin: 0;
  font-family: "Zen Maru Gothic", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 3.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 960px) {
  .c-hero__content h1 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-hero__content h1 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 350px) {
  .c-hero__content h1 {
    font-size: 2.2rem;
  }
}
.c-hero__content p {
  margin-top: 29px;
  font-weight: bold;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  .c-hero__content p {
    margin-top: 20px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-hero__content p {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 350px) {
  .c-hero__content p {
    margin-top: 15px;
    font-size: 1.2rem;
  }
}

.c-hero__image {
  padding: 47px;
  border-left: 3px solid #3E2B07;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  .c-hero__image {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-hero__image {
    padding: 25px;
    border-left: none;
    border-top: 2px solid #3E2B07;
  }
}
.c-hero__image img {
  display: block;
  width: 300px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 960px) {
  .c-hero__image img {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .c-hero__image img {
    width: 160px;
    margin: 0 auto;
  }
}

.c-hero__sub {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  padding: 40px 80px 40px 70px;
  background-color: #fff;
  border: 3px solid #3E2B07;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  .c-hero__sub {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-hero__sub {
    display: block;
    margin-top: 20px;
    padding: 60px 30px;
    border: 2px solid #3E2B07;
  }
}
@media screen and (max-width: 350px) {
  .c-hero__sub {
    padding: 30px 20px;
  }
}

.c-hero__sub-content {
  flex: 1;
  margin-right: 25px;
}
@media screen and (max-width: 767px) {
  .c-hero__sub-content {
    margin-right: 0;
  }
}
.c-hero__sub-content span {
  position: relative;
  display: inline-block;
  font-family: "Zen Maru Gothic", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1280px) {
  .c-hero__sub-content span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 350px) {
  .c-hero__sub-content span {
    font-size: 1.4rem;
  }
}
.c-hero__sub-content span::before {
  content: "";
  position: relative;
  top: -3px;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 15px;
  border-radius: 50%;
}
@media screen and (max-width: 1280px) {
  .c-hero__sub-content span::before {
    width: 6px;
    height: 6px;
    margin-right: 10px;
  }
}
.c-hero__sub-content span[data-color=pink]::before {
  background-color: #FFD2D2;
}
.c-hero__sub-content span[data-color=orange]::before {
  background-color: #FFCF8F;
}
.c-hero__sub-content span[data-color=green]::before {
  background-color: #C6E5BA;
}
.c-hero__sub-content span[data-color=blue]::before {
  background-color: #CCECF5;
}
.c-hero__sub-content span[data-color=yellow]::before {
  background-color: #EAE087;
}
.c-hero__sub-content h1 {
  margin: 12px 0 0;
  font-size: 4rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1280px) {
  .c-hero__sub-content h1 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 960px) {
  .c-hero__sub-content h1 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .c-hero__sub-content h1 {
    margin: 5px 0 0;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 350px) {
  .c-hero__sub-content h1 {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 767px) {
  .c-hero__sub-image {
    margin-top: 30px;
    text-align: center;
  }
}
@media screen and (max-width: 1280px) {
  .c-hero__sub-image img {
    width: 180px;
    height: 180px;
  }
}
@media screen and (max-width: 960px) {
  .c-hero__sub-image img {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 767px) {
  .c-hero__sub-image img {
    width: 160px;
    height: 160px;
  }
}
@media screen and (max-width: 350px) {
  .c-hero__sub-image img {
    width: 120px;
    height: 120px;
  }
}

.c-hero__sub[data-page=healthcare-professionals] {
  margin: 80px 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .c-hero__sub[data-page=healthcare-professionals] {
    margin: 60px 0 45px;
  }
}

.c-layer {
  margin: 67px 0 140px;
}
@media screen and (max-width: 767px) {
  .c-layer {
    margin: 45px 0 80px;
  }
}

.c-layer__sub {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .c-layer__sub {
    padding: 45px 0;
  }
}
.c-layer__sub[data-padding=bottom-large] {
  padding: 80px 0 140px;
}
@media screen and (max-width: 767px) {
  .c-layer__sub[data-padding=bottom-large] {
    padding: 45px 0 100px;
  }
}

.c-link {
  padding: 80px 30px 140px;
}
@media screen and (max-width: 767px) {
  .c-link {
    padding: 45px 0 60px;
  }
}

.c-link__unit {
  padding: 50px 30px;
  text-align: center;
  background-color: #F7F6F0;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .c-link__unit {
    padding: 30px 20px;
    border-radius: 5px;
  }
}
.c-link__unit + .c-link__unit {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .c-link__unit + .c-link__unit {
    margin-top: 20px;
  }
}
.c-link__unit h2 {
  margin-bottom: 25px;
  font-size: 3.2rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-link__unit h2 {
    font-size: 2.4rem;
  }
}
.c-link__unit > p {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .c-link__unit > p {
    margin-bottom: 20px;
  }
}

.c-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin: 35px 0 100px;
}
@media screen and (max-width: 960px) {
  .c-list {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-list {
    display: block;
    margin: 25px 0 50px;
  }
}
.c-list[data-margin=top-large] {
  margin: 50px 0 100px;
}
@media screen and (max-width: 767px) {
  .c-list[data-margin=top-large] {
    margin: 30px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .c-list li {
    margin-bottom: 15px;
  }
  .c-list li:last-child {
    margin-bottom: 0;
  }
}
.c-list a {
  display: block;
  height: 100%;
  padding: 32px 30px 30px;
  text-decoration: none;
  background-color: #fff;
  border: 3px solid #3E2B07;
  border-radius: 10px;
  transition: transform 0.3s ease-out, background-color 0.3s;
}
@media screen and (max-width: 960px) {
  .c-list a {
    padding: 17px 20px 19px;
  }
}
@media screen and (max-width: 767px) {
  .c-list a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 18px 15px;
    border: 2px solid #3E2B07;
  }
}
@media screen and (max-width: 350px) {
  .c-list a {
    padding: 18px 10px;
  }
}
@media (any-hover: hover) {
  .c-list a:hover {
    transform: translate(5px, -5px);
    background-color: #F7F6F0;
  }
}
.c-list a img {
  display: block;
  margin: 0 auto;
  width: 220px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 960px) {
  .c-list a img {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .c-list a img {
    width: 100px;
    margin: 0;
  }
}
@media screen and (max-width: 350px) {
  .c-list a img {
    width: 80px;
  }
}
.c-list a span {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .c-list a span {
    margin-top: 15px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .c-list a span {
    flex: 1;
    display: block;
    margin: 0 0 0 20px;
    text-align: left;
  }
}

.c-nav-breadcrumb {
  display: flex;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-nav-breadcrumb {
    font-size: 1.3rem;
    max-width: calc(100vw - 20px);
    margin-right: calc(50% - 50vw);
    overflow-x: scroll;
  }
}
.c-nav-breadcrumb li {
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-nav-breadcrumb li {
    white-space: nowrap;
  }
}
.c-nav-breadcrumb li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 11px;
  right: -16px;
  display: block;
  width: 6px;
  height: 8px;
  background-image: url(./image/icon/arrow_triangle.svg);
  background-size: contain;
}
.c-nav-breadcrumb li + li {
  margin-left: 25px;
}
@media (any-hover: hover) {
  .c-nav-breadcrumb li a:hover {
    text-decoration: none;
  }
}

.c-nav-breadcrumb[data-style=sub] {
  justify-content: center;
  padding: 12px 15px 15px;
}
@media screen and (max-width: 767px) {
  .c-nav-breadcrumb[data-style=sub] {
    justify-content: flex-start;
    max-width: 100vw;
    padding: 12px 25px 15px;
    font-size: 1.3rem;
    overflow-x: scroll;
  }
}

.c-nav-global {
  display: flex;
  margin-top: 65px;
  padding-bottom: 80px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-nav-global {
    display: block;
    margin-top: 45px;
  }
}
.c-nav-global > * + * {
  margin-left: 6.9444444444vw;
}
@media screen and (max-width: 767px) {
  .c-nav-global > * + * {
    margin-left: 0;
  }
}
.c-nav-global ul[data-nav=category] li + li {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .c-nav-global ul[data-nav=category] li + li {
    margin-top: 20px;
  }
}
.c-nav-global ul[data-nav=category] li a {
  position: relative;
  display: inline-flex;
  align-items: center;
  --circle: 42px;
  padding-right: 20px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .c-nav-global ul[data-nav=category] li a {
    --circle: 35px;
  }
}
.c-nav-global ul[data-nav=category] li a[data-color=pink] span[data-parts=arrow] {
  background-color: #FFD2D2;
}
.c-nav-global ul[data-nav=category] li a[data-color=orange] span[data-parts=arrow] {
  background-color: #FFCF8F;
}
.c-nav-global ul[data-nav=category] li a[data-color=green] span[data-parts=arrow] {
  background-color: #C6E5BA;
}
.c-nav-global ul[data-nav=category] li a[data-color=blue] span[data-parts=arrow] {
  background-color: #CCECF5;
}
.c-nav-global ul[data-nav=category] li a[data-color=yellow] span[data-parts=arrow] {
  background-color: #F9F2B2;
}
@media (any-hover: hover) {
  .c-nav-global ul[data-nav=category] li a:hover span[data-parts=arrow] {
    width: 100%;
  }
  .c-nav-global ul[data-nav=category] li a:hover span[data-parts=text] {
    color: #3E2B07;
  }
}
.c-nav-global ul[data-nav=category] li a span[data-parts=arrow] {
  position: absolute;
  top: 7px;
  left: 0;
  width: var(--circle);
  height: var(--circle);
  background-color: #fff;
  border: 2px solid #3E2B07;
  border-radius: 3rem;
  transition: width 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
@media screen and (max-width: 767px) {
  .c-nav-global ul[data-nav=category] li a span[data-parts=arrow] {
    top: 3px;
  }
}
.c-nav-global ul[data-nav=category] li a span[data-parts=arrow]::before {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  left: 12px;
  display: inline-block;
  width: 14px;
  height: 12px;
  background-image: url(./image/icon/arrow_dark.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .c-nav-global ul[data-nav=category] li a span[data-parts=arrow]::before {
    left: 9px;
  }
}
.c-nav-global ul[data-nav=category] li a span[data-parts=text] {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-left: calc(var(--circle) + 17px);
  font-size: 3rem;
  line-height: 1.8;
  transition: color 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
@media screen and (max-width: 767px) {
  .c-nav-global ul[data-nav=category] li a span[data-parts=text] {
    margin-left: calc(var(--circle) + 15px);
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 767px) {
  .c-nav-global__sub {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(62, 43, 7, 0.2);
  }
}
.c-nav-global__sub > span {
  display: inline-block;
  opacity: 0.8;
}
.c-nav-global__sub ul[data-nav=sub] {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-nav-global__sub ul[data-nav=sub] {
    margin-top: 16px;
  }
}
.c-nav-global__sub ul[data-nav=sub] li + li {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .c-nav-global__sub ul[data-nav=sub] li + li {
    margin-top: 12px;
  }
}
.c-nav-global__sub ul[data-nav=sub] li a {
  display: inline-block;
  font-size: 2rem;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .c-nav-global__sub ul[data-nav=sub] li a {
    font-size: 1.8rem;
  }
}
@media (any-hover: hover) {
  .c-nav-global__sub ul[data-nav=sub] li a:hover {
    text-decoration: none;
  }
}
.c-nav-global__sub ul[data-nav=small] {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(62, 43, 7, 0.2);
}
.c-nav-global__sub ul[data-nav=small] li + li {
  margin-top: 15px;
}
.c-nav-global__sub ul[data-nav=small] li a {
  display: inline-block;
  font-size: 1.5rem;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .c-nav-global__sub ul[data-nav=small] li a:hover {
    text-decoration: none;
  }
}

.c-nav-supporter {
  padding: 80px 0;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-nav-supporter {
    padding: 50px 0 70px;
  }
}
.c-nav-supporter h2 {
  margin-bottom: 45px;
  font-size: 3.2rem;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .c-nav-supporter h2 {
    margin-bottom: 30px;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-nav-supporter h2 {
    margin-bottom: 25px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 350px) {
  .c-nav-supporter h2 {
    font-size: 2rem;
  }
}
.c-nav-supporter h2 br {
  display: none;
}
@media screen and (max-width: 350px) {
  .c-nav-supporter h2 br {
    display: block;
  }
}

.c-nav-supporter__text {
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-nav-supporter__text {
    text-align: left;
  }
}
.c-nav-supporter__text p + p {
  margin-top: 10px;
}

.c-nav-supporter__link {
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
}
@media screen and (max-width: 960px) {
  .c-nav-supporter__link {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .c-nav-supporter__link {
    display: block;
    margin-top: 35px;
  }
}
.c-nav-supporter__link li {
  width: calc(25% - 9.75px);
}
@media screen and (max-width: 960px) {
  .c-nav-supporter__link li {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-nav-supporter__link li {
    width: 100%;
    margin-bottom: 15px;
  }
}
.c-nav-supporter__link li a {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 24px 35px 26px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: left;
  text-decoration: none;
  color: #fff;
  background-color: #3E2B07;
  border-radius: 99px;
  transition: background-color 0.3s;
  --circle-size: 40px;
  --circle-position: 20px;
  --arrow-widht: 14px;
  --arrow-height: 11px;
}
@media screen and (max-width: 767px) {
  .c-nav-supporter__link li a {
    font-size: 1.6rem;
    --circle-size: 32px;
    --arrow-widht: 12px;
    --arrow-height: 10px;
  }
}
@media (any-hover: hover) {
  .c-nav-supporter__link li a:hover {
    background-color: #2A1C03;
  }
  .c-nav-supporter__link li a:hover::before, .c-nav-supporter__link li a:hover::after {
    transform: translateX(5px);
  }
}
.c-nav-supporter__link li a::before {
  content: "";
  position: absolute;
  top: calc(50% - var(--circle-size) / 2);
  right: var(--circle-position);
  display: inline-block;
  width: var(--circle-size);
  height: var(--circle-size);
  background-color: #fff;
  border-radius: 50%;
  transition: transform 0.3s ease-in-out;
}
.c-nav-supporter__link li a::after {
  content: "";
  position: absolute;
  top: calc(50% - var(--arrow-height) / 2);
  right: calc(var(--circle-position) + 12px);
  display: inline-block;
  width: var(--arrow-widht);
  height: var(--arrow-height);
  background-image: url(./image/icon/arrow_dark.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .c-nav-supporter__link li a::after {
    right: calc(var(--circle-position) + 10px);
  }
}

.c-nav-supporter__note {
  margin-top: 45px;
}
@media screen and (max-width: 960px) {
  .c-nav-supporter__note {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-nav-supporter__note {
    margin-top: 30px;
  }
}
.c-nav-supporter__note p {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media (any-hover: hover) {
  .c-nav-supporter__note p a:hover {
    text-decoration: none;
  }
}
.c-nav-supporter__note br {
  display: none;
}
@media screen and (max-width: 350px) {
  .c-nav-supporter__note br {
    display: block;
  }
}

.c-nav-concerns {
  padding: 45px 0 60px;
  background-color: #fff;
}

.c-nav-concerns__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 27px;
       column-gap: 27px;
  margin-top: 40px;
}
@media screen and (max-width: 960px) {
  .c-nav-concerns__list {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-nav-concerns__list {
    display: block;
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .c-nav-concerns__list li {
    max-width: 400px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .c-nav-concerns__list li + li {
    margin-top: 15px;
  }
}
.c-nav-concerns__list li a {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: center;
  text-decoration: none;
  border: 3px solid #3E2B07;
  border-radius: 10px;
  overflow: hidden;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .c-nav-concerns__list li a {
    flex-direction: row;
    border: 2px solid #3E2B07;
  }
}
@media (any-hover: hover) {
  .c-nav-concerns__list li a:hover img {
    animation-name: wobble-vertical;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
  }
}
@keyframes wobble-vertical {
  16.65% {
    transform: translateY(6px);
  }
  33.3% {
    transform: translateY(-4px);
  }
  49.95% {
    transform: translateY(3px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}

.c-nav-concerns__list-heading {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 11px;
  border-bottom: 3px solid #3E2B07;
}
@media screen and (max-width: 767px) {
  .c-nav-concerns__list-heading {
    justify-content: flex-start;
    height: auto;
    padding: 10px 15px 10px 28px;
    text-align: left;
    border-right: 2px solid #3E2B07;
    border-bottom: none;
  }
}
@media screen and (max-width: 350px) {
  .c-nav-concerns__list-heading {
    padding: 10px 15px 10px 15px;
  }
}
.c-nav-concerns__list-heading span {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-nav-concerns__list-heading span {
    display: block;
    padding-bottom: 5px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 350px) {
  .c-nav-concerns__list-heading span {
    font-size: 1.6rem;
  }
}

.c-nav-concerns__list-image {
  width: 156px;
  height: 156px;
  margin: 0 auto;
  padding: 13px 15px 14px;
}
@media screen and (max-width: 767px) {
  .c-nav-concerns__list-image {
    width: auto;
    height: auto;
    padding: 10px;
  }
}
.c-nav-concerns__list-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .c-nav-concerns__list-image img {
    width: 80px;
    height: 80px;
  }
}

.c-pagination {
  display: flex;
  justify-content: center;
  margin: 60px 0;
}
@media screen and (max-width: 960px) {
  .c-pagination {
    margin: 45px 0 60px;
  }
}
.c-pagination li {
  margin: 0 5px;
}
.c-pagination li a,
.c-pagination li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  aspect-ratio: 1/1;
  padding-bottom: 1px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  color: #3E2B07;
  background-color: #fff;
  border: 2px solid #3E2B07;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .c-pagination li a,
  .c-pagination li span {
    width: 40px;
    font-size: 1.8rem;
    padding-bottom: 3px;
  }
}
.c-pagination li a {
  transition: background-color 0.3s;
}
@media (any-hover: hover) {
  .c-pagination li a:hover {
    background-color: rgba(247, 246, 240, 0.8);
  }
}
.c-pagination li span {
  color: #fff;
  background-color: #3E2B07;
}
.c-pagination li span.dots {
  color: #3E2B07;
  background-color: transparent;
  border: none;
}

.c-scroll {
  position: fixed;
  z-index: 2;
  bottom: 25px;
  left: 25px;
  opacity: 0;
  transform: scale(0.9);
  transition: 0.1s opacity 0.2s linear, 0.5s transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.c-scroll[data-position=scroll] {
  opacity: 1;
  transform: scale(1);
}
@media screen and (max-width: 960px) {
  .c-scroll {
    bottom: 15px;
    left: 15px;
  }
}
.c-scroll a {
  position: relative;
  display: inline-block;
  width: 50px;
  aspect-ratio: 1/1;
  font-size: 0;
  text-decoration: none;
  background-color: #fff;
  border: 2px solid #3E2B07;
  border-radius: 50%;
  transition: background-color 0.3s;
  --arrow-width: 16px;
  --arrow-height: 9px;
}
@media screen and (max-width: 960px) {
  .c-scroll a {
    width: 40px;
    --arrow-width: 13px;
    --arrow-height: 7px;
  }
}
@media (any-hover: hover) {
  .c-scroll a:hover {
    background-color: #F7F6F0;
    border-color: #2A1C03;
  }
}
.c-scroll a::before {
  content: "";
  position: absolute;
  top: calc(50% - var(--arrow-height) / 2 - 2px);
  left: calc(50% - var(--arrow-width) / 2);
  display: inline-block;
  width: var(--arrow-width);
  height: var(--arrow-height);
  background-image: url(./image/icon/arrow_upward.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 960px) {
  .c-scroll a::before {
    top: calc(50% - var(--arrow-height) / 2 - 1px);
  }
}

.c-section {
  padding: 60px;
  background-color: #fff;
  border: 2px solid #3E2B07;
  border-radius: 10px;
}
@media screen and (max-width: 1280px) {
  .c-section {
    padding: 45px;
  }
}
@media screen and (max-width: 960px) {
  .c-section {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-section {
    padding: 25px 25px 30px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 350px) {
  .c-section {
    padding: 25px 20px 30px;
  }
}
.c-section[data-section=small] {
  padding: 50px 30px 45px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .c-section[data-section=small] {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-section[data-section=small] {
    padding: 25px 25px 30px;
  }
}
@media screen and (max-width: 350px) {
  .c-section[data-section=small] {
    padding: 25px 20px 30px;
  }
}
.c-section[data-section=small] .c-section__content {
  margin: 0;
}
.c-section[data-section=small] .c-section__content .c-section__content-text {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-section[data-section=small] .c-section__content .c-section__content-text {
    font-size: 1.5rem;
  }
}
.c-section[data-padding=small] {
  padding: 40px 45px;
}
@media screen and (max-width: 960px) {
  .c-section[data-padding=small] {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-section[data-padding=small] {
    padding: 30px 25px 40px;
  }
}
@media screen and (max-width: 350px) {
  .c-section[data-padding=small] {
    padding: 25px 20px 30px;
  }
}

.c-section + .c-section {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .c-section + .c-section {
    margin-top: 25px;
  }
}

.c-section__inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-section__inner {
    display: block;
  }
}

.c-section__content {
  order: 1;
  flex: 1;
  max-width: 520px;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .c-section__content {
    margin-right: 0;
  }
}
.c-section__content[data-content=wide] {
  max-width: 100%;
  margin-right: 0;
}
.c-section__content[data-content=wide] em {
  font-style: normal;
  font-weight: bold;
  background-color: #F7F6F0;
}
.c-section__content h2 {
  font-size: 3.2rem;
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .c-section__content h2 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .c-section__content h2 {
    font-size: 2.2rem;
    text-align: center;
  }
}

.c-section__content-logo {
  margin: 60px 0 20px;
}

.c-section__image {
  order: 2;
}
@media screen and (max-width: 1280px) {
  .c-section__image {
    text-align: center;
    width: 35%;
  }
}
@media screen and (max-width: 960px) {
  .c-section__image {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .c-section__image {
    width: 138px;
    margin: 0 auto 25px;
  }
}

.c-section__content-text {
  margin-top: 35px;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-section__content-text {
    margin-top: 20px;
  }
}
.c-section__content-text * + * {
  margin-top: 15px;
}

.c-section__wrap {
  display: flex;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .c-section__wrap {
    display: block;
  }
}
.c-section__wrap .c-section + .c-section {
  margin: 0 0 0 30px;
}
@media screen and (max-width: 767px) {
  .c-section__wrap .c-section + .c-section {
    margin: 30px 0 0 0;
  }
}
.c-section__wrap .c-section {
  width: calc(50% - 15px);
}
@media screen and (max-width: 767px) {
  .c-section__wrap .c-section {
    width: 100%;
  }
}

.c-section__news {
  display: flex;
}
@media screen and (max-width: 960px) {
  .c-section__news {
    display: block;
  }
}
.c-section__news .c-section__news-heading {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  max-width: 140px;
  margin-right: 60px;
}
@media screen and (max-width: 960px) {
  .c-section__news .c-section__news-heading {
    flex-wrap: initial;
    align-content: initial;
    justify-content: space-between;
    max-width: 100%;
    margin: 0 0 20px;
  }
}
.c-section__news .c-section__news-heading h2 {
  font-size: 2.6rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-section__news .c-section__news-heading h2 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 960px) {
  .c-section__news .c-section__news-heading .c-button {
    margin-top: 0;
  }
}
.c-section__news .c-section__news-content {
  flex: 1;
}
.c-section__news .c-section__news-content li + li {
  margin-top: 20px;
}
.c-section__news .c-section__news-content li a {
  display: inline-flex;
  text-decoration: none;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-section__news .c-section__news-content li a {
    display: block;
  }
}
@media (any-hover: hover) {
  .c-section__news .c-section__news-content li a:hover p {
    text-decoration: none;
  }
}
.c-section__news .c-section__news-content li a time {
  display: inline-block;
  margin-right: 25px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .c-section__news .c-section__news-content li a time {
    margin: 0 0 3px;
  }
}
.c-section__news .c-section__news-content li a p {
  flex: 1;
  line-height: 1.6;
  text-decoration: underline;
}

.c-section__box {
  margin: 30px 0;
  padding: 25px 30px 30px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  border-radius: 10px;
  background-color: #F7F6F0;
}
@media screen and (max-width: 767px) {
  .c-section__box {
    padding: 25px 20px 30px;
    line-height: 1.6;
  }
}
.c-section__box h3 {
  margin-bottom: 15px;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .c-section__box h3 {
    font-size: 1.6rem;
  }
}
.c-section__box ul {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-section__box ul {
    font-size: 1.4rem;
  }
}
.c-section__box ul li {
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
}
.c-section__box ul li::before {
  content: "・";
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-section__box ul li + li {
    margin-top: 10px;
  }
}

.c-section__message {
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .c-section__message {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

.c-side {
  width: 280px;
  margin-right: 60px;
}
@media screen and (max-width: 1280px) {
  .c-side {
    width: 260px;
    margin-right: 45px;
  }
}
@media screen and (max-width: 960px) {
  .c-side {
    width: 180px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-side {
    display: none;
  }
}

.c-side__inner {
  border: 2px solid #3E2B07;
  border-radius: 10px;
  overflow: hidden;
}

.c-side__unit-label span {
  display: block;
  width: 100%;
  padding: 15px 20px 18px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: left;
}
@media screen and (max-width: 1280px) {
  .c-side__unit-label span {
    padding: 15px 15px 18px;
  }
}
@media screen and (max-width: 960px) {
  .c-side__unit-label span {
    padding: 12px 15px 15px;
    font-size: 1.5rem;
  }
}

.c-side__unit-content {
  padding: 20px 18px 25px;
  background-color: #fff;
  border-top: 2px solid #3E2B07;
}
@media screen and (max-width: 960px) {
  .c-side__unit-content {
    padding: 15px 10px 20px;
  }
}
.c-side__unit-content[data-color=orange] li a::before {
  background-color: #FFCF8F;
}
.c-side__unit-content[data-color=green] li a::before {
  background-color: #C6E5BA;
}
.c-side__unit-content[data-color=blue] li a::before {
  background-color: #CCECF5;
}
.c-side__unit-content[data-color=yellow] li a::before {
  background-color: #EAE087;
}
.c-side__unit-content li + li {
  margin-top: 15px;
}
@media screen and (max-width: 1280px) {
  .c-side__unit-content li + li {
    margin-top: 12px;
  }
}
@media screen and (max-width: 960px) {
  .c-side__unit-content li + li {
    margin-top: 10px;
  }
}
.c-side__unit-content li a {
  position: relative;
  display: inline-block;
  padding-left: 14px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-decoration: none;
}
@media screen and (max-width: 1280px) {
  .c-side__unit-content li a {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 960px) {
  .c-side__unit-content li a {
    font-size: 1.2rem;
  }
}
@media (any-hover: hover) {
  .c-side__unit-content li a:hover {
    text-decoration: underline;
  }
}
.c-side__unit-content li a::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 6px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #FFD2D2;
}

.c-side__link {
  margin-top: 25px;
  border: 2px solid #3E2B07;
  border-radius: 10px;
  overflow: hidden;
}
.c-side__link li + li {
  border-top: 2px solid #3E2B07;
}
.c-side__link li a {
  position: relative;
  display: block;
  padding: 15px 20px 18px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: filter 0.3s;
  --circle-size: 34px;
  --circle-position: 15px;
  --arrow-widht: 12px;
  --arrow-height: 10px;
}
@media screen and (max-width: 1280px) {
  .c-side__link li a {
    padding: 15px 15px 18px;
  }
}
@media screen and (max-width: 960px) {
  .c-side__link li a {
    padding: 10px 10px 13px;
    font-size: 1.4rem;
    --circle-size: 28px;
    --circle-position: 10px;
    --arrow-widht: 10px;
    --arrow-height: 8px;
  }
}
@media (any-hover: hover) {
  .c-side__link li a:hover {
    filter: brightness(105%);
  }
  .c-side__link li a:hover::before, .c-side__link li a:hover::after {
    transform: translateX(5px);
  }
}
.c-side__link li a::before {
  content: "";
  position: absolute;
  top: calc(50% - var(--circle-size) / 2);
  right: var(--circle-position);
  display: inline-block;
  width: var(--circle-size);
  height: var(--circle-size);
  background-color: #fff;
  border-radius: 50%;
  transition: transform 0.3s ease-in;
}
.c-side__link li a::after {
  content: "";
  position: absolute;
  top: calc(50% - var(--arrow-height) / 2);
  right: calc(var(--circle-position) + 11px);
  display: inline-block;
  width: var(--arrow-widht);
  height: var(--arrow-height);
  background-image: url(./image/icon/arrow_dark.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.3s ease-in;
}
@media screen and (max-width: 960px) {
  .c-side__link li a::after {
    right: calc(var(--circle-position) + 8px);
  }
}

.c-title {
  min-height: 19.1666666667vw;
  padding: 88px 30px 64px;
  text-align: center;
}
@media screen and (min-width: 1600px) {
  .c-title {
    min-height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .c-title {
    padding: 55px 25px 35px;
  }
}
.c-title h1 {
  margin: 0;
  font-size: 4.4rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1280px) {
  .c-title h1 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 960px) {
  .c-title h1 {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-title h1 {
    font-size: 2.8rem;
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 350px) {
  .c-title h1 {
    font-size: 2.2rem;
  }
}
.c-title[data-page=sub] {
  padding: 44px 30px 64px;
}

.c-title__sub {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-title__sub {
    margin-bottom: 6px;
    font-size: 1.8rem;
  }
}

.c-title__lead {
  margin-top: 28px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1280px) {
  .c-title__lead {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 960px) {
  .c-title__lead {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-title__lead {
    margin-top: 18px;
    text-align: left;
  }
}
@media screen and (max-width: 350px) {
  .c-title__lead {
    font-size: 1.4rem;
  }
}

.c-wrapper {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .c-wrapper {
    padding: 0 20px;
  }
}
@media screen and (max-width: 350px) {
  .c-wrapper {
    padding: 0 15px;
  }
}

.c-wrapper__large {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .c-wrapper__large {
    padding: 0 20px;
  }
}
@media screen and (max-width: 350px) {
  .c-wrapper__large {
    padding: 0 15px;
  }
}

.c-wrapper__small {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .c-wrapper__small {
    padding: 0 20px;
  }
}
@media screen and (max-width: 350px) {
  .c-wrapper__small {
    padding: 0 15px;
  }
}

.c-wrapper__sub {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .c-wrapper__sub {
    padding: 0 20px;
  }
}
@media screen and (max-width: 350px) {
  .c-wrapper__sub {
    padding: 0 15px;
  }
}

.p-about__purpose {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .p-about__purpose {
    margin-top: 25px;
  }
}
.p-about__purpose li {
  display: flex;
  align-items: center;
  padding: 26px 0 29px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-about__purpose li {
    display: block;
    padding: 20px 0 25px;
  }
}
.p-about__purpose li:not(.p-about__purpose li:first-child) {
  border-top: 1px solid #D1D0CA;
}
@media screen and (max-width: 767px) {
  .p-about__purpose li:first-child {
    border-top: 1px solid #D1D0CA;
  }
}
.p-about__purpose li h3 {
  display: flex;
  align-items: center;
  min-width: 280px;
  margin-right: 50px;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-about__purpose li h3 {
    display: block;
    min-width: auto;
    margin: 0 0 15px;
    font-size: 2rem;
    text-align: center;
  }
}
.p-about__purpose li h3 span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  aspect-ratio: 1/1;
  margin-right: 17px;
  padding-bottom: 2px;
  padding-left: 1px;
  font-size: 2rem;
  line-height: 1;
  border: 2px solid #3E2B07;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-about__purpose li h3 span {
    display: flex;
    width: 30px;
    margin: 0 auto 8px;
    padding-bottom: 3px;
    font-size: 1.5rem;
  }
}
.p-about__purpose li p {
  flex: 1;
}

.p-about__heading {
  margin-bottom: 60px;
  font-size: 3.2rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-about__heading {
    margin-bottom: 25px;
    font-size: 2.2rem;
  }
}

.p-about__supporter {
  padding: 80px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about__supporter {
    padding: 60px 0;
  }
}

.p-about__supporter-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: -38px;
}
@media screen and (max-width: 767px) {
  .p-about__supporter-list {
    display: block;
    margin: 35px 0 -25px;
  }
}
.p-about__supporter-list li {
  width: calc(33.3333333333% - 40px);
  margin-bottom: 38px;
}
@media screen and (max-width: 960px) {
  .p-about__supporter-list li {
    width: calc(33.3333333333% - 40px);
  }
}
@media screen and (max-width: 767px) {
  .p-about__supporter-list li {
    width: 100%;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1280px) {
  .p-about__supporter-list li img {
    width: 60%;
  }
}
.p-about__member {
  padding: 80px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about__member {
    padding: 60px 0;
  }
}
.p-about__member ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 20px;
  -moz-column-gap: 30px;
       column-gap: 30px;
  margin-top: 68px;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .p-about__member ul {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-about__member ul {
    display: block;
    margin-top: 25px;
  }
}
.p-about__member ul[data-member=responsible] {
  display: flex;
  justify-content: center;
}
.p-about__member ul + h2 {
  margin-top: 60px;
}
.p-about__member ul li {
  display: flex;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 960px) {
  .p-about__member ul li {
    align-items: flex-start;
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-about__member ul li {
    width: 100%;
    padding: 15px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  .p-about__member ul li + li {
    margin-top: 10px;
  }
}

.p-about__member-image {
  width: 180px;
  aspect-ratio: 1/1;
  margin-right: 25px;
}
.p-about__member-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1280px) {
  .p-about__member-image {
    width: 160px;
  }
}
@media screen and (max-width: 960px) {
  .p-about__member-image {
    width: 120px;
    margin: 0 15px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-about__member-image {
    width: 100px;
  }
}
@media screen and (max-width: 350px) {
  .p-about__member-image {
    width: 90px;
  }
}
@media screen and (max-width: 960px) {
  .p-about__member-image img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.p-about__member-content {
  flex: 1;
}
@media screen and (max-width: 960px) {
  .p-about__member-content {
    display: block;
  }
}
.p-about__member-content h3 {
  font-size: 2.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .p-about__member-content h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about__member-content h3 {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}
.p-about__member-content p {
  font-size: 1.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 960px) {
  .p-about__member-content p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about__member-content p {
    margin-top: 2px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about__member-content .c-button {
    margin-top: 12px;
    text-align: left;
  }
  .p-about__member-content .c-button a {
    padding: 7px 15px 9px;
  }
}
@media screen and (max-width: 350px) {
  .p-about__member-content .c-button a {
    font-size: 1.2rem;
  }
}

.p-contact__lead {
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-contact__lead {
    display: flex;
    justify-content: center;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__lead[data-page=complete] {
    display: block;
  }
}
.p-contact__lead p + p {
  margin-top: 20px;
}
.p-contact__lead a {
  text-decoration: underline;
}
.p-contact__lead a:hover {
  text-decoration: none;
}

.p-contact__form-inner {
  margin-top: 45px;
  padding: 40px;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .p-contact__form-inner {
    padding: 30px 20px;
  }
}

.p-contact__form-unit[data-unit=multiple] {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-contact__form-unit[data-unit=multiple] {
    display: block;
  }
}
.p-contact__form-unit[data-unit=multiple] .p-contact__form-unit-inner {
  width: calc(50% - 10px);
}
@media screen and (max-width: 767px) {
  .p-contact__form-unit[data-unit=multiple] .p-contact__form-unit-inner {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__form-unit[data-unit=multiple] .p-contact__form-unit-inner + .p-contact__form-unit-inner {
    margin-top: 25px;
  }
}
.p-contact__form-unit + .p-contact__form-unit {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .p-contact__form-unit + .p-contact__form-unit {
    margin-top: 25px;
  }
}

.p-contact__form-unit-label {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.p-contact__form-unit-label > span,
.p-contact__form-unit-label > label {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-contact__form-unit-label > span,
  .p-contact__form-unit-label > label {
    font-size: 1.6rem;
  }
}
.p-contact__form-unit-label .p-contact__form-unit-label-required {
  display: inline-block;
  margin-left: 8px;
  padding: 1px 5px 4px;
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
  background-color: #BC0101;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .p-contact__form-unit-label .p-contact__form-unit-label-required {
    padding: 1px 5px 3px;
    font-size: 1.1rem;
  }
}

.p-contact__form-unit-text input,
.p-contact__form-unit-text textarea {
  width: 100%;
  padding: 18px 15px 20px;
  background-color: #fff;
  border: 1px solid #D1D0CA;
  border-radius: 3px;
}
.p-contact__form-unit-text input::-moz-placeholder, .p-contact__form-unit-text textarea::-moz-placeholder {
  color: #9C9C9C;
}
.p-contact__form-unit-text input::placeholder,
.p-contact__form-unit-text textarea::placeholder {
  color: #9C9C9C;
}
.p-contact__form-unit-text textarea {
  min-height: 120px;
  resize: vertical;
}
.p-contact__form-unit-text small {
  display: inline-block;
  margin-top: 10px;
  font-size: 1.3rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-contact__form-unit-text small {
    font-size: 1.1rem;
  }
}

.p-contact__form-unit-radio {
  margin: 18px 0 45px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-contact__form-unit-radio {
    margin: 10px 0 35px;
  }
}
.p-contact__form-unit-radio .mwform-radio-field {
  margin-right: 10px;
}
.p-contact__form-unit-radio .mwform-radio-field:last-child {
  margin-right: 0;
}
.p-contact__form-unit-radio .mwform-radio-field label > span {
  position: relative;
  padding-left: 23px;
  font-weight: 500;
  font-size: 1.6rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-contact__form-unit-radio .mwform-radio-field label > span {
    padding-left: 19px;
    font-size: 1.3rem;
    white-space: nowrap;
  }
}
.p-contact__form-unit-radio .mwform-radio-field label > span::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #D1D0CA;
  border-radius: 50%;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-contact__form-unit-radio .mwform-radio-field label > span::before {
    top: 3px;
    width: 15px;
    height: 15px;
  }
}
.p-contact__form-unit-radio .mwform-radio-field label > span::after {
  display: none;
  content: "";
  position: absolute;
  left: 4px;
  top: 9px;
  width: 8px;
  height: 8px;
  background-color: #3E2B07;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-contact__form-unit-radio .mwform-radio-field label > span::after {
    top: 7px;
    left: 4px;
    width: 7px;
    height: 7px;
    background-size: 7px;
  }
}
.p-contact__form-unit-radio .mwform-radio-field label > input[type=radio] {
  display: block;
  opacity: 0;
  position: absolute;
}
.p-contact__form-unit-radio .mwform-radio-field label > input[type=radio]:checked + span {
  color: #2A1C03;
}
@media screen and (max-width: 767px) {
  .p-contact__form-unit-radio .mwform-radio-field label > input[type=radio]:checked + span {
    font-weight: bold;
  }
}
.p-contact__form-unit-radio .mwform-radio-field label > input[type=radio]:checked + span::after {
  display: block;
}
.p-contact__form-unit-radio .mwform-radio-field label > input[type=radio]:focus + span {
  color: #2A1C03;
}
.p-contact__form-unit-radio .mwform-radio-field label > input[type=radio]:focus + span::before {
  border: solid 2px rgba(8, 8, 218, 0.795);
}
@media screen and (max-width: 767px) {
  .p-contact__form-unit-radio .mwform-radio-field + .mwform-radio-field {
    margin-left: 0 !important;
  }
}

.p-contact__form-bottom {
  margin-top: 45px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__form-bottom {
    margin-top: 30px;
  }
}

.p-contact__form-privacy {
  margin-bottom: 35px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-contact__form-privacy {
    margin-bottom: 20px;
    font-size: 1.4rem;
    text-align: left;
  }
  .p-contact__form-privacy br {
    display: none;
  }
}
.p-contact__form-privacy a {
  font-weight: bold;
  text-decoration: underline;
}
.p-contact__form-privacy a:hover {
  text-decoration: none;
}

.p-contact__confirm .p-contact__form-unit-label-required {
  display: none;
}
.p-contact__confirm .p-contact__form-privacy {
  display: none;
}
.p-contact__confirm .c-button__form button[value=back] {
  margin-top: 25px;
  padding: 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  text-decoration: underline;
  color: #3E2B07;
  background-color: transparent;
  border-radius: 0;
}
@media (any-hover: hover) {
  .p-contact__confirm .c-button__form button[value=back]:hover {
    text-decoration: none;
  }
}
.p-contact__confirm .p-contact__form-unit[data-unit=multiple] {
  display: block;
}
.p-contact__confirm .p-contact__form-unit[data-unit=multiple] .p-contact__form-unit-inner {
  width: 100%;
}
.p-contact__confirm .p-contact__form-unit[data-unit=multiple] .p-contact__form-unit-inner + .p-contact__form-unit-inner {
  margin-top: 30px;
}
.p-contact__confirm .p-contact__form-unit-radio {
  margin: 0;
}
.p-contact__confirm .p-contact__form-unit-text small {
  display: none;
}
.p-contact__confirm .p-contact__form-unit + .p-contact__form-unit {
  margin-top: 30px;
}
.p-contact__confirm .p-contact__form-unit-label {
  margin-bottom: 10px;
}

.p-faq__anchor {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-faq__anchor {
    flex-wrap: wrap;
  }
}
.p-faq__anchor > * + * {
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .p-faq__anchor > * + * {
    margin-left: 10px;
  }
}

.p-faq__section {
  margin-top: 60px;
}
.p-faq__section + .p-faq__section {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-faq__section + .p-faq__section {
    margin-top: 45px;
  }
}
.p-faq__section h2 {
  margin-bottom: 30px;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 3rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-faq__section h2 {
    margin-bottom: 20px;
    font-size: 2.2rem;
  }
}

.p-faq__list {
  margin-bottom: 10px;
  border: 2px solid #3E2B07;
  border-radius: 3px;
}
.p-faq__list > * {
  display: flex;
  padding: 21px 25px 23px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  background-color: #fff;
  --icon-size: 52px;
}
@media screen and (max-width: 767px) {
  .p-faq__list > * {
    padding: 12px 30px 14px 10px;
    --icon-size: 32px;
  }
}
.p-faq__list > * span[data-type=icon] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--icon-size);
  height: var(--icon-size);
  margin-right: 18px;
  padding-bottom: 5px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
  color: #3E2B07;
  background-color: #fff;
  border: 2px solid #3E2B07;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-faq__list > * span[data-type=icon] {
    margin-right: 10px;
    padding-bottom: 3px;
    font-size: 1.8rem;
  }
}
.p-faq__list > *.p-faq__list-button {
  position: relative;
  align-items: center;
  width: 100%;
  padding-right: 70px;
  text-align: left;
  transition: all 0.3s;
}
.p-faq__list > *.p-faq__list-button[aria-expanded=true], .p-faq__list > *.p-faq__list-button:hover {
  color: #fff;
  background-color: #3E2B07;
}
.p-faq__list > *.p-faq__list-button[aria-expanded=true]::before, .p-faq__list > *.p-faq__list-button[aria-expanded=true]::after, .p-faq__list > *.p-faq__list-button:hover::before, .p-faq__list > *.p-faq__list-button:hover::after {
  background-color: #fff;
}
.p-faq__list > *.p-faq__list-button::before, .p-faq__list > *.p-faq__list-button::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 25px;
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #3E2B07;
  border-radius: 1px;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-faq__list > *.p-faq__list-button::before, .p-faq__list > *.p-faq__list-button::after {
    right: 10px;
    width: 18px;
  }
}
.p-faq__list > *.p-faq__list-button::after {
  transform: rotate(90deg);
}
.p-faq__list > *.p-faq__list-button span[data-type=text] {
  font-size: 1.8rem;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-faq__list > *.p-faq__list-button span[data-type=text] {
    flex: 1;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__list > *.p-faq__list-accordion {
    padding: 12px 15px 14px 10px;
  }
}
.p-faq__list > *.p-faq__list-accordion span[data-type=icon] {
  color: #fff;
  background-color: #3E2B07;
}
.p-faq__list > *.p-faq__list-accordion .p-faq__list-accordion-text {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-faq__list > *.p-faq__list-accordion .p-faq__list-accordion-text {
    font-size: 1.4rem;
  }
}
.p-faq__list > *.p-faq__list-accordion .p-faq__list-accordion-text p + p {
  margin-top: 15px;
}

.p-front__about {
  position: relative;
  padding: 215px 0 120px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-front__about {
    padding: 230px 0 80px;
    overflow: hidden;
  }
}
.p-front__about::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 53px;
  left: 0;
  right: 0;
  display: block;
  width: 100.0694444444vw;
  aspect-ratio: 180/23;
  margin: 0 auto;
  background-image: url(./image/logo/logo_bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1280px) {
  .p-front__about::before {
    top: 5.5vw;
  }
}
@media screen and (max-width: 960px) {
  .p-front__about::before {
    top: 17vw;
  }
}
@media screen and (max-width: 767px) {
  .p-front__about::before {
    top: 24vw;
    width: 100vw;
    aspect-ratio: 25/12;
    background-image: url(./image/logo/logo_bg_sp.svg);
    transform: translateX(-7px);
  }
}

.p-front__about-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-front__about-wrap {
    display: block;
    max-width: 460px;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-front__about-wrap {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .p-front__about-heading {
    text-align: center;
  }
}
.p-front__about-heading h2 {
  font-family: "Zen Maru Gothic", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 2.2rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-front__about-heading h2 {
    font-size: 1.8rem;
  }
}
.p-front__about-heading span {
  display: block;
  margin-top: 40px;
  overflow: hidden;
}
.p-front__about-heading span[data-view=true] img {
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-front__about-heading span {
    margin-top: 25px;
  }
}
.p-front__about-heading span img {
  width: 480px;
  transform: translateY(45px);
  opacity: 0;
  transition: all 0.6s 0.5s;
}
@media screen and (max-width: 1280px) {
  .p-front__about-heading span img {
    width: 440px;
  }
}
@media screen and (max-width: 767px) {
  .p-front__about-heading span img {
    width: 288px;
  }
}

.p-front__about-content {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .p-front__about-content {
    margin-top: 35px;
  }
}
.p-front__about-content p {
  flex: 1;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 960px) {
  .p-front__about-content p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-front__about-content p {
    line-height: 2;
    letter-spacing: 0;
  }
}

.p-front__about-content-image {
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .p-front__about-content-image {
    margin: 30px 0 0;
    text-align: center;
  }
}
.p-front__about-content-image img {
  width: 160px;
}
@media screen and (max-width: 767px) {
  .p-front__about-content-image img {
    width: 140px;
  }
}

.p-front__hero {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-front__hero {
    padding-bottom: 40px;
  }
}
.p-front__hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: -1px;
  left: 0;
  width: 100vw;
  height: 10.4861111111vw;
  background-image: url(./image/figure/top-hero-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-front__hero::before {
    height: 31.7333333333vw;
    background-image: url(./image/figure/top-hero-bg_sp.svg);
  }
}

@keyframes pyonpyon {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  3% {
    transform: translate(0, 0);
    opacity: 0;
  }
  5% {
    transform: translate(0, 0);
    opacity: 0;
  }
  10% {
    transform: translate(0, 0);
    opacity: 0;
  }
  25% {
    transform: translate(0, 0);
    opacity: 0;
  }
  30% {
    transform: translate(0, -15px);
    opacity: 1;
  }
  50% {
    transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.p-front__hero-illust {
  display: flex;
  justify-content: center;
  margin-top: 63px;
}
@media screen and (max-width: 960px) {
  .p-front__hero-illust {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-front__hero-illust {
    margin-top: 30px;
    padding: 0 25px;
  }
}
.p-front__hero-illust > div {
  opacity: 0;
  will-change: transform, animation;
}
.p-front__hero-illust > div[data-view=true] {
  animation: pyonpyon 1.2s ease-in forwards;
}
.p-front__hero-illust > div:first-child {
  margin-right: 78px;
  animation-delay: 0.5s;
}
@media screen and (max-width: 767px) {
  .p-front__hero-illust > div:first-child {
    margin-right: 8px;
  }
}
.p-front__hero-illust > div:nth-child(2) {
  margin-top: 57px;
  margin-right: 71px;
  animation-delay: 1.3s;
}
@media screen and (max-width: 767px) {
  .p-front__hero-illust > div:nth-child(2) {
    margin-top: 28px;
    margin-right: 10px;
  }
}
.p-front__hero-illust > div:nth-child(3) {
  margin-top: 23px;
  margin-right: 70px;
  animation-delay: 0.2s;
}
@media screen and (max-width: 767px) {
  .p-front__hero-illust > div:nth-child(3) {
    margin-top: 12px;
    margin-right: 10px;
  }
}
.p-front__hero-illust > div:nth-child(4) {
  margin-top: 9px;
  margin-right: 47px;
  animation-delay: 1s;
}
@media screen and (max-width: 767px) {
  .p-front__hero-illust > div:nth-child(4) {
    margin-top: 0;
    margin-right: 5px;
  }
}
.p-front__hero-illust > div:last-child {
  margin-top: 18px;
  animation-delay: 1.5s;
}

.p-front__message {
  padding-top: 57px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-front__message {
    padding-top: 17px;
  }
}
.p-front__message p[data-message=main] {
  transform: translateY(40px);
  opacity: 0;
  transition: 0.25s 3s ease-in;
}
.p-front__message p[data-message=main][data-view=true] {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 960px) {
  .p-front__message p[data-message=main] img {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .p-front__message p[data-message=main] img {
    width: 90%;
  }
}
@media screen and (max-width: 350px) {
  .p-front__message p[data-message=main] img {
    width: 80%;
  }
}
.p-front__message p[data-message=sub] {
  margin-top: 51px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-front__message p[data-message=sub] {
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 350px) {
  .p-front__message p[data-message=sub] {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-front__message p[data-message=sub] br:not([data-view=sp]) {
    content: "";
    display: block;
    margin: 15px 0;
  }
}

.p-front__teens {
  padding: 120px 0 96px;
}
@media screen and (max-width: 960px) {
  .p-front__teens {
    padding: 100px 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-front__teens {
    padding: 80px 0 0;
  }
}

.p-front__teens-heading {
  font-size: 3.2rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-front__teens-heading {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-front__teens-heading {
    font-size: 2.4rem;
  }
}

.p-front__teens-text {
  max-width: 670px;
  margin: 45px auto;
}
@media screen and (max-width: 960px) {
  .p-front__teens-text {
    margin: 30px auto 40px;
    padding: 0 12px;
  }
}
.p-front__teens-text p {
  font-family: "Zen Maru Gothic", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  letter-spacing: 0.045em;
  background-color: #fff; /* 背景色 */
  background-image: linear-gradient(180deg, #D8D5CD 2px, transparent 1px); /* 点線の色と太さ */
  background-size: 100% 3.65em; /* 点線のサイズ */
  line-height: 3.65em; /* 文字の高さ */
}
@media screen and (max-width: 767px) {
  .p-front__teens-text p {
    background-size: 100% 3.1em;
    line-height: 3.1em;
  }
}
@media screen and (max-width: 767px) {
  .p-front__teens-text p br {
    display: none;
  }
}

@keyframes pyonpyon {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  3% {
    transform: translate(0, 0);
    opacity: 0;
  }
  5% {
    transform: translate(0, 0);
    opacity: 0;
  }
  10% {
    transform: translate(0, 0);
    opacity: 0;
  }
  25% {
    transform: translate(0, 0);
    opacity: 0;
  }
  30% {
    transform: translate(0, -15px);
    opacity: 1;
  }
  50% {
    transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.p-front__teens-bottom {
  position: relative;
  max-width: 670px;
  margin: 0 auto;
  font-family: "Zen Maru Gothic", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 2.1;
  letter-spacing: 0.05em;
  --illust-width-01: 180px;
  --illust-width-02: 156px;
}
@media screen and (max-width: 1280px) {
  .p-front__teens-bottom {
    --illust-width-01: 120px;
    --illust-width-02: 105px;
  }
}
@media screen and (max-width: 960px) {
  .p-front__teens-bottom {
    padding-top: 180px;
    font-size: 2.2rem;
    --illust-width-01: 120px;
    --illust-width-02: 105px;
  }
}
@media screen and (max-width: 767px) {
  .p-front__teens-bottom {
    font-size: 2rem;
    line-height: 1.6;
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 350px) {
  .p-front__teens-bottom {
    font-size: 1.8rem;
  }
}
.p-front__teens-bottom::before, .p-front__teens-bottom::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  will-change: transform, animation;
}
@media screen and (max-width: 960px) {
  .p-front__teens-bottom::before, .p-front__teens-bottom::after {
    top: 0px;
  }
}
.p-front__teens-bottom::before {
  left: calc(-1 * var(--illust-width-01) - 60px);
  width: var(--illust-width-01);
  aspect-ratio: 1/1.32;
  background-image: url(./image/illust/top-teens_01.svg);
}
@media screen and (max-width: 1280px) {
  .p-front__teens-bottom::before {
    left: calc(-1 * var(--illust-width-01) - 20px);
  }
}
@media screen and (max-width: 960px) {
  .p-front__teens-bottom::before {
    left: calc(50% - 130px);
  }
}
.p-front__teens-bottom::after {
  right: calc(-1 * var(--illust-width-02) - 74px);
  width: var(--illust-width-02);
  aspect-ratio: 1/1.46;
  background-image: url(./image/illust/top-teens_02.svg);
}
@media screen and (max-width: 1280px) {
  .p-front__teens-bottom::after {
    right: calc(-1 * var(--illust-width-02) - 24px);
  }
}
@media screen and (max-width: 960px) {
  .p-front__teens-bottom::after {
    right: calc(50% - 115px);
  }
}
@media screen and (max-width: 767px) {
  .p-front__teens-bottom br:not([data-view=sp]) {
    content: "";
    display: block;
    margin: 10px 0;
  }
}
.p-front__teens-bottom[data-view=true]::before {
  animation: pyonpyon 1.2s 0.6s ease-in forwards;
}
.p-front__teens-bottom[data-view=true]::after {
  animation: pyonpyon 1.2s 0.9s ease-in forwards;
}

.p-front {
  color: #3E2B07;
}

.p-healthcare-professionals {
  margin: 100px 0 40px;
}

.p-healthcare-professionals__lead {
  margin-top: 35px;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.p-healthcare-professionals__link {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 60px;
}
@media screen and (max-width: 960px) {
  .p-healthcare-professionals__link {
    display: block;
  }
}

.p-healthcare-professionals__link-unit {
  display: flex;
  text-decoration: none;
  border: 2px solid #3E2B07;
  border-radius: 10px;
  overflow: hidden;
  transition: filter 0.3s;
}
@media screen and (max-width: 960px) {
  .p-healthcare-professionals__link-unit {
    max-width: 400px;
    margin: 0 auto;
  }
}
@media (any-hover: hover) {
  .p-healthcare-professionals__link-unit:hover {
    filter: brightness(110%);
  }
  .p-healthcare-professionals__link-unit:hover span {
    text-decoration: none;
  }
}
@media screen and (max-width: 960px) {
  .p-healthcare-professionals__link-unit + .p-healthcare-professionals__link-unit {
    margin-top: 20px;
  }
}

.p-healthcare-professionals__link-unit-content {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  padding: 35px 33px 37px;
}
@media screen and (max-width: 960px) {
  .p-healthcare-professionals__link-unit-content {
    padding: 20px 25px 22px;
  }
}
@media screen and (max-width: 767px) {
  .p-healthcare-professionals__link-unit-content {
    padding: 18px 13px;
  }
}
.p-healthcare-professionals__link-unit-content[data-color=pink] {
  background-color: #FFD2D2;
}
.p-healthcare-professionals__link-unit-content[data-color=orange] {
  background-color: #FFCF8F;
}
.p-healthcare-professionals__link-unit-content[data-color=green] {
  background-color: #C6E5BA;
}
.p-healthcare-professionals__link-unit-content[data-color=blue] {
  background-color: #CCECF5;
}
.p-healthcare-professionals__link-unit-content[data-color=yellow] {
  background-color: #F9F2B2;
}
.p-healthcare-professionals__link-unit-content p {
  display: block;
  width: 100%;
  font-family: "Zen Maru Gothic", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .p-healthcare-professionals__link-unit-content p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-healthcare-professionals__link-unit-content p {
    font-size: 1.8rem;
  }
}
.p-healthcare-professionals__link-unit-content small {
  display: block;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 960px) {
  .p-healthcare-professionals__link-unit-content small {
    margin-top: 8px;
    font-size: 1.2rem;
  }
}
.p-healthcare-professionals__link-unit-content span {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.05em;
  text-decoration: underline;
}
@media screen and (max-width: 960px) {
  .p-healthcare-professionals__link-unit-content span {
    margin-top: 12px;
    font-size: 1.2rem;
  }
}

.p-healthcare-professionals__link-unit-image {
  padding: 27px 35px 28px;
  background-color: #fff;
  border-left: 2px solid #3E2B07;
}
@media screen and (max-width: 960px) {
  .p-healthcare-professionals__link-unit-image {
    padding: 22px 25px 23px;
  }
}
@media screen and (max-width: 767px) {
  .p-healthcare-professionals__link-unit-image {
    padding: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 960px) {
  .p-healthcare-professionals__link-unit-image img {
    width: 95px;
  }
}

.p-healthcare-professionals__section {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-healthcare-professionals__section {
    margin-top: 60px;
  }
}
.p-healthcare-professionals__section + .p-healthcare-professionals__section {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-healthcare-professionals__section + .p-healthcare-professionals__section {
    margin-top: 40px;
  }
}
.p-healthcare-professionals__section > p {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-healthcare-professionals__section > p {
    font-size: 1.6rem;
  }
}

.p-healthcare-professionals__heading {
  margin-bottom: 45px;
  padding: 0 0 5px 25px;
  border-left: 6px solid #3E2B07;
}
@media screen and (max-width: 767px) {
  .p-healthcare-professionals__heading {
    margin-bottom: 30px;
    padding: 0 0 1px 18px;
    border-left: 3px solid #3E2B07;
  }
}
.p-healthcare-professionals__heading[data-color=pink] {
  border-color: #FFD2D2;
}
.p-healthcare-professionals__heading[data-color=orange] {
  border-color: #FFCF8F;
}
.p-healthcare-professionals__heading[data-color=green] {
  border-color: #C6E5BA;
}
.p-healthcare-professionals__heading[data-color=yellow] {
  border-color: #EAE087;
}
.p-healthcare-professionals__heading h2 {
  font-size: 3rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 960px) {
  .p-healthcare-professionals__heading h2 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-healthcare-professionals__heading h2 {
    font-size: 2.4rem;
    line-height: 1.4;
    letter-spacing: 0.03em;
  }
}

.p-healthcare-professionals__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 15px;
}
@media screen and (max-width: 960px) {
  .p-healthcare-professionals__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .p-healthcare-professionals__list {
    -moz-column-gap: 9px;
         column-gap: 9px;
    row-gap: 12px;
  }
}
.p-healthcare-professionals__list li a {
  display: block;
  padding: 20px 20px 24px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border: 3px solid #3E2B07;
  border-radius: 10px;
  transition: background-color 0.3s;
}
@media screen and (max-width: 960px) {
  .p-healthcare-professionals__list li a {
    padding: 17px 23px 19px;
    font-size: 1.8rem;
    line-height: 1.4;
    letter-spacing: 0.03em;
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  .p-healthcare-professionals__list li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 17px 13px 19px;
    text-align: left;
    border: 2px solid #3E2B07;
  }
}
@media screen and (max-width: 350px) {
  .p-healthcare-professionals__list li a {
    padding: 17px 17px 19px;
    font-size: 1.6rem;
  }
}
@media (any-hover: hover) {
  .p-healthcare-professionals__list li a:hover {
    background-color: #F7F6F0;
  }
}

.p-healthcare-professionals__nav {
  display: flex;
  flex-wrap: wrap;
}
.p-healthcare-professionals__nav li {
  margin: 0 8px 8px 0;
}
.p-healthcare-professionals__nav li:last-child {
  margin-right: 0;
}
.p-healthcare-professionals__nav li a,
.p-healthcare-professionals__nav li span {
  display: block;
  padding: 10px 22px 13px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-decoration: none;
  background-color: #fff;
  border: 2px solid #3E2B07;
  border-radius: 99px;
}
@media screen and (max-width: 960px) {
  .p-healthcare-professionals__nav li a,
  .p-healthcare-professionals__nav li span {
    padding: 7px 15px 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-healthcare-professionals__nav li a,
  .p-healthcare-professionals__nav li span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 350px) {
  .p-healthcare-professionals__nav li a,
  .p-healthcare-professionals__nav li span {
    font-size: 1.3rem;
  }
}
.p-healthcare-professionals__nav li a[aria-current=page] {
  color: #fff;
  background-color: #3E2B07;
}
.p-healthcare-professionals__nav li span {
  color: #fff;
  background-color: #3E2B07;
}

.p-healthcare-professionals__others {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
  margin: 100px 0;
}
@media screen and (max-width: 767px) {
  .p-healthcare-professionals__others {
    display: block;
    margin: 60px 0;
  }
}

.p-healthcare-professionals__others-unit {
  padding: 50px 30px 40px;
  text-align: center;
  background-color: #fff;
  border: 2px solid #3E2B07;
  border-radius: 10px;
}
@media screen and (max-width: 960px) {
  .p-healthcare-professionals__others-unit {
    padding: 38px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-healthcare-professionals__others-unit {
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  .p-healthcare-professionals__others-unit + .p-healthcare-professionals__others-unit {
    margin-top: 25px;
  }
}
.p-healthcare-professionals__others-unit h2 {
  font-size: 3rem;
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .p-healthcare-professionals__others-unit h2 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-healthcare-professionals__others-unit h2 {
    font-size: 2.2rem;
  }
}
.p-healthcare-professionals__others-unit img {
  display: inline-block;
  margin: 30px 0;
}
@media screen and (max-width: 960px) {
  .p-healthcare-professionals__others-unit img {
    width: 80%;
  }
}

.p-healthcare-professionals__children-unit {
  margin-top: 80px;
  padding: 45px 50px;
  letter-spacing: 0.05em;
  background-color: #fff;
  border: 2px solid #3E2B07;
  border-radius: 10px;
}
@media screen and (max-width: 960px) {
  .p-healthcare-professionals__children-unit {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-healthcare-professionals__children-unit {
    margin-top: 45px;
    padding: 35px 25px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 350px) {
  .p-healthcare-professionals__children-unit {
    padding: 30px 20px;
  }
}
.p-healthcare-professionals__children-unit + .p-healthcare-professionals__children-unit {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .p-healthcare-professionals__children-unit + .p-healthcare-professionals__children-unit {
    margin-top: 25px;
  }
}
.p-healthcare-professionals__children-unit > * + * {
  margin-top: 15px;
}
.p-healthcare-professionals__children-unit h2 {
  margin-bottom: 35px;
  font-size: 3rem;
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .p-healthcare-professionals__children-unit h2 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-healthcare-professionals__children-unit h2 {
    margin-bottom: 20px;
    font-size: 2.2rem;
  }
}
.p-healthcare-professionals__children-unit > h3 {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  padding: 11px 12px 11px;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 2.2rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  background-color: #F7F6F0;
  border-radius: 99px;
}
@media screen and (max-width: 960px) {
  .p-healthcare-professionals__children-unit > h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-healthcare-professionals__children-unit > h3 {
    margin-bottom: 20px;
    padding: 10px 10px 12px;
    font-size: 1.8rem;
  }
}
.p-healthcare-professionals__children-unit > h3 span {
  flex-shrink: 0;
  font-family: "Zen Maru Gothic", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  aspect-ratio: 1/1;
  margin-right: 17px;
  padding-bottom: 2px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background-color: #3E2B07;
  border-radius: 50%;
}
@media screen and (max-width: 960px) {
  .p-healthcare-professionals__children-unit > h3 span {
    width: 34px;
  }
}
@media screen and (max-width: 767px) {
  .p-healthcare-professionals__children-unit > h3 span {
    width: 30px;
    margin-right: 10px;
    font-size: 1.5rem;
  }
}
.p-healthcare-professionals__children-unit > * + h3,
.p-healthcare-professionals__children-unit > * + h4 {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-healthcare-professionals__children-unit > * + h3 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-healthcare-professionals__children-unit > * + h4 {
    margin-top: 20px;
  }
}
.p-healthcare-professionals__children-unit > h4 {
  margin-bottom: 20px;
  padding: 0 0 15px 10px;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  border-bottom: 2px solid #D1D0CA;
}
@media screen and (max-width: 960px) {
  .p-healthcare-professionals__children-unit > h4 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-healthcare-professionals__children-unit > h4 {
    margin-bottom: 15px;
    padding: 0 0 14px 0;
    font-size: 1.6rem;
  }
}
.p-healthcare-professionals__children-unit p {
  line-height: 1.8;
}

.p-healthcare-professionals__children-unit-list {
  margin: 25px 0;
  padding: 20px 25px;
  background-color: #F7F6F0;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .p-healthcare-professionals__children-unit-list {
    margin: 20px 0;
    padding: 15px;
  }
}
.p-healthcare-professionals__children-unit-list li {
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.p-healthcare-professionals__children-unit-list li + li {
  margin-top: 10px;
}

.p-healthcare-professionals__children-unit-point {
  margin: 30px 0;
  letter-spacing: 0.05em;
  border: 2px solid #3E2B07;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-healthcare-professionals__children-unit-point {
    margin: 20px 0 30px;
  }
}
.p-healthcare-professionals__children-unit-point h3 {
  padding: 14px 21px;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.8rem;
  line-height: 1.6;
  background-color: rgba(182, 161, 147, 0.7);
  border-bottom: 2px solid #3E2B07;
}
@media screen and (max-width: 960px) {
  .p-healthcare-professionals__children-unit-point h3 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-healthcare-professionals__children-unit-point h3 {
    padding: 12px 18px 17px;
  }
}
.p-healthcare-professionals__children-unit-point dl {
  padding: 18px 30px 25px;
}
@media screen and (max-width: 767px) {
  .p-healthcare-professionals__children-unit-point dl {
    padding: 16px 18px;
  }
}
.p-healthcare-professionals__children-unit-point dl > div {
  display: flex;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-healthcare-professionals__children-unit-point dl > div {
    display: block;
  }
}
.p-healthcare-professionals__children-unit-point dl > div + div {
  margin-top: 10px;
}
.p-healthcare-professionals__children-unit-point dl > div dt {
  position: relative;
  min-width: 156px;
  padding-right: 14px;
  padding-left: 16px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-healthcare-professionals__children-unit-point dl > div dt {
    padding-right: 0;
  }
}
.p-healthcare-professionals__children-unit-point dl > div dt::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 6px;
  height: 6px;
  top: 10px;
  left: 0;
  background-color: #B6A193;
  border-radius: 50%;
}
.p-healthcare-professionals__children-unit-point dl > div dd {
  flex: 1;
}
.p-healthcare-professionals__children-unit-point ul,
.p-healthcare-professionals__children-unit-point p {
  padding: 18px 30px 25px;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-healthcare-professionals__children-unit-point ul,
  .p-healthcare-professionals__children-unit-point p {
    padding: 16px 18px;
    letter-spacing: 0.03em;
  }
}
.p-healthcare-professionals__children-unit-point ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px;
}
@media screen and (max-width: 767px) {
  .p-healthcare-professionals__children-unit-point ul {
    display: block;
  }
}
.p-healthcare-professionals__children-unit-point ul li {
  position: relative;
  width: calc(50% - 10px);
  margin-bottom: 10px;
  padding-left: 16px;
}
@media screen and (max-width: 767px) {
  .p-healthcare-professionals__children-unit-point ul li {
    width: 100%;
  }
}
.p-healthcare-professionals__children-unit-point ul li:nth-of-type(odd) {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .p-healthcare-professionals__children-unit-point ul li:nth-of-type(odd) {
    margin-right: 0;
  }
}
.p-healthcare-professionals__children-unit-point ul li::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 6px;
  height: 6px;
  top: 12px;
  left: 0;
  background-color: #B6A193;
  border-radius: 50%;
}

.p-message__top {
  margin-bottom: 120px;
  padding: 45px 30px 60px;
  text-align: center;
  background-color: #fff;
  border: 2px solid #3E2B07;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .p-message__top {
    margin-bottom: 45px;
    padding: 35px 20px 35px;
    border-radius: 5px;
  }
}

.p-message__top-main {
  margin-top: 30px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 960px) {
  .p-message__top-main {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-message__top-main {
    font-size: 1.6rem;
    text-align: left;
  }
}

.p-message__top-sub {
  margin-top: 35px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 960px) {
  .p-message__top-sub {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-message__top-sub {
    margin-top: 20px;
    text-align: left;
    letter-spacing: 0;
  }
}
.p-message__top-sub * + * {
  margin-top: 10px;
}

.p-message__heading {
  position: relative;
  margin-bottom: 33px;
  padding-left: 25px;
  padding-bottom: 5px;
  border-left: 6px solid #B6A193;
}
@media screen and (max-width: 767px) {
  .p-message__heading {
    margin-bottom: 20px;
    padding-left: 18px;
    padding-bottom: 2pxx;
    border-left: 3px solid #B6A193;
  }
}
.p-message__heading h2 {
  font-size: 3rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-message__heading h2 {
    font-size: 2.4rem;
    line-height: 1.4;
    letter-spacing: 0.03em;
  }
}

.p-message__lead {
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.p-message__lead * + * {
  margin-top: 10px;
}

.p-message__section {
  margin-top: 45px;
  border: 2px solid #3E2B07;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-message__section {
    margin-top: 40px;
  }
}
.p-message__section + .p-message__section {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-message__section + .p-message__section {
    margin-top: 20px;
  }
}
.p-message__section h3 {
  padding: 16px 40px 19px;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 2.2rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  background-color: rgba(182, 161, 147, 0.7);
  border-bottom: 2px solid #3E2B07;
}
@media screen and (max-width: 767px) {
  .p-message__section h3 {
    padding: 12px 18px 14px;
    font-size: 1.8rem;
    letter-spacing: 0.03em;
  }
}

.p-message__section-content {
  padding: 25px 40px 35px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-message__section-content {
    padding: 16px 18px 23px;
  }
}
.p-message__section-content > * + * {
  margin-top: 20px;
}
.p-message__section-content p br {
  content: "";
  display: block;
  margin: 10px 0;
}
.p-message__section-content ul li {
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
  font-weight: bold;
}
.p-message__section-content ul li + li {
  margin-top: 10px;
}
.p-message__section-content ul li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 12px;
  background-color: rgba(182, 161, 147, 0.7);
  border-radius: 50%;
  transform: translateY(-3px);
}
.p-message__section-content small {
  display: inline-block;
  margin-top: 8px;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-message__section-content small {
    margin-top: 15px;
    font-size: 1.5rem;
  }
}
.p-message__section-content h4 {
  margin: 45px 0 28px;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-message__section-content h4 {
    margin: 25px 0 20px;
    font-size: 1.6rem;
  }
}

.p-news__list li + li {
  margin-top: 5px;
}
.p-news__list li a {
  display: block;
  padding: 25px 40px;
  text-decoration: none;
  line-height: 1.6;
  letter-spacing: 0.05em;
  background-color: #fff;
  border-radius: 3px;
  border: 2px solid #fff;
  transition: 0.3s;
}
.p-news__list li a:hover {
  border-color: #2A1C03;
}
@media screen and (max-width: 767px) {
  .p-news__list li a {
    padding: 20px;
  }
}
.p-news__list li a p {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-news__list li a p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 350px) {
  .p-news__list li a p {
    font-size: 1.4rem;
  }
}
.p-news__list li a time {
  display: inline-block;
  margin-top: 8px;
  font-size: 1.4rem;
  color: rgba(62, 43, 7, 0.6);
}
@media screen and (max-width: 767px) {
  .p-news__list li a time {
    margin-top: 5px;
    font-size: 1.2rem;
  }
}

.p-privacy {
  padding: 40px;
  background-color: #fff;
  border-radius: 10px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-privacy {
    padding: 30px 20px;
    border-radius: 5px;
  }
}
.p-privacy h2 {
  margin-bottom: 20px;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 2.2rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-privacy h2 {
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
}
.p-privacy > * + h2 {
  margin-top: 30px;
}
.p-privacy h3 {
  margin: 20px 0 10px;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.8rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-privacy h3 {
    font-size: 1.6rem;
  }
}
.p-privacy p {
  line-height: 1.8;
}
.p-privacy p + p {
  margin-top: 10px;
}

.p-concerns {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-concerns {
    margin-top: 60px;
  }
}

.p-concerns__body {
  margin: -20px 0 120px;
  padding: 35px 30px 40px;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .p-concerns__body {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    margin-bottom: 60px;
    padding: 45px 25px;
    border-radius: 0;
  }
}
@media screen and (max-width: 374px) {
  .p-concerns__body {
    padding: 45px 8px;
  }
}
.p-concerns__body h2 {
  font-size: 3rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 960px) {
  .p-concerns__body h2 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-concerns__body h2 {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
.p-concerns__body > p {
  margin-top: 6px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-concerns__body > p {
    margin-top: 15px;
  }
}

.p-concerns__body-figure {
  position: relative;
  max-width: 461px;
  margin: 125px auto 0;
}
@media screen and (max-width: 767px) {
  .p-concerns__body-figure {
    max-width: 325px;
    margin: 100px auto 0;
  }
}
@media screen and (max-width: 374px) {
  .p-concerns__body-figure {
    max-width: 305px;
  }
}

.p-concerns__body-figure-anchor {
  position: absolute;
}
.p-concerns__body-figure-anchor a {
  position: relative;
  display: inline-block;
  min-width: 115px;
  padding: 8px 10px 7px;
  text-align: center;
  text-decoration: none;
  border: 2px solid #3E2B07;
  border-radius: 3px;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .p-concerns__body-figure-anchor a {
    min-width: 100px;
    padding: 6px 8px 8px;
    background-color: #fff;
    border: 2px solid #3E2B07;
  }
}
@media screen and (max-width: 374px) {
  .p-concerns__body-figure-anchor a {
    min-width: 90px;
  }
}
.p-concerns__body-figure-anchor a::before {
  content: "";
  z-index: 0;
  position: absolute;
  display: block;
  background-color: #FFCF8F;
  pointer-events: none;
}
.p-concerns__body-figure-anchor a::after {
  content: "";
  z-index: 0;
  position: absolute;
  display: block;
  background-color: #FFCF8F;
  pointer-events: none;
}
@media (any-hover: hover) {
  .p-concerns__body-figure-anchor a:hover {
    background-color: #FFCF8F;
  }
}
.p-concerns__body-figure-anchor a ruby {
  display: inline-flex;
  flex-direction: column;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-concerns__body-figure-anchor a ruby {
    font-size: 1.6rem;
  }
}
.p-concerns__body-figure-anchor a ruby rt {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-concerns__body-figure-anchor a ruby rt {
    margin-top: 1px;
    font-size: 1rem;
  }
}
.p-concerns__body-figure-anchor[data-position=top] {
  top: -90px;
  right: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-concerns__body-figure-anchor[data-position=top] {
    top: -67px;
  }
}
.p-concerns__body-figure-anchor[data-position=top] a::before {
  bottom: -32px;
  left: calc(50% - 2px);
  width: 2px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .p-concerns__body-figure-anchor[data-position=top] a::before {
    bottom: -17px;
    height: 15px;
  }
}
.p-concerns__body-figure-anchor[data-position=right] {
  right: 0;
}
.p-concerns__body-figure-anchor[data-position=right] a::before {
  top: calc(50% - 2px);
  left: -45px;
  height: 2px;
  width: 43px;
}
@media screen and (max-width: 767px) {
  .p-concerns__body-figure-anchor[data-position=right] a::before {
    left: -19px;
    width: 17px;
  }
}
.p-concerns__body-figure-anchor[data-position=right][data-parts=ear] a::after {
  top: calc(50% + 8px);
  left: -95px;
  height: 2px;
  width: 53px;
  transform: rotate(-22.5deg);
}
@media screen and (max-width: 767px) {
  .p-concerns__body-figure-anchor[data-position=right][data-parts=ear] a::after {
    top: calc(50% + 3px);
    left: -42px;
    width: 25px;
    transform: rotate(-24deg);
  }
}
.p-concerns__body-figure-anchor[data-position=right][data-parts=nose] {
  top: 70px;
}
@media screen and (max-width: 767px) {
  .p-concerns__body-figure-anchor[data-position=right][data-parts=nose] {
    top: 65px;
  }
}
.p-concerns__body-figure-anchor[data-position=right][data-parts=nose] a::after {
  top: calc(50% - 21px);
  left: -121px;
  height: 2px;
  width: 81px;
  transform: rotate(28deg);
}
@media screen and (max-width: 767px) {
  .p-concerns__body-figure-anchor[data-position=right][data-parts=nose] a::after {
    top: calc(50% - 23px);
    left: -74px;
    width: 65px;
    transform: rotate(42deg);
  }
}
.p-concerns__body-figure-anchor[data-position=right][data-parts=stomach] {
  top: 140px;
}
@media screen and (max-width: 767px) {
  .p-concerns__body-figure-anchor[data-position=right][data-parts=stomach] {
    top: 130px;
  }
}
.p-concerns__body-figure-anchor[data-position=right][data-parts=stomach] a::after {
  top: calc(50% + 12px);
  left: -101px;
  height: 2px;
  width: 60px;
  transform: rotate(-28deg);
}
@media screen and (max-width: 767px) {
  .p-concerns__body-figure-anchor[data-position=right][data-parts=stomach] a::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-concerns__body-figure-anchor[data-position=right][data-parts=stomach] a::before {
    width: 50px;
    left: -52px;
  }
}
.p-concerns__body-figure-anchor[data-position=right-bottom] {
  right: 0;
  bottom: 130px;
}
@media screen and (max-width: 767px) {
  .p-concerns__body-figure-anchor[data-position=right-bottom] {
    bottom: 100px;
  }
}
.p-concerns__body-figure-anchor[data-position=right-bottom] a::before {
  left: -13px;
  top: -32px;
  width: 80px;
  height: 2px;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-concerns__body-figure-anchor[data-position=right-bottom] a::before {
    left: 13px;
    top: -22px;
    width: 46px;
    transform: rotate(53deg);
  }
}
.p-concerns__body-figure-anchor[data-position=left] {
  left: 0;
}
.p-concerns__body-figure-anchor[data-position=left] a::before {
  top: calc(50% - 2px);
  right: -45px;
  height: 2px;
  width: 43px;
}
@media screen and (max-width: 767px) {
  .p-concerns__body-figure-anchor[data-position=left] a::before {
    right: -19px;
    width: 17px;
  }
}
.p-concerns__body-figure-anchor[data-position=left][data-parts=eye] a::after {
  top: calc(50% + 8px);
  right: -101px;
  height: 2px;
  width: 59px;
  transform: rotate(20deg);
}
@media screen and (max-width: 767px) {
  .p-concerns__body-figure-anchor[data-position=left][data-parts=eye] a::after {
    top: calc(50% + 4px);
    right: -52px;
    width: 35px;
    transform: rotate(20deg);
  }
}
.p-concerns__body-figure-anchor[data-position=left][data-parts=tooth] {
  top: 70px;
}
@media screen and (max-width: 767px) {
  .p-concerns__body-figure-anchor[data-position=left][data-parts=tooth] {
    top: 65px;
  }
}
.p-concerns__body-figure-anchor[data-position=left][data-parts=tooth] a::after {
  top: calc(50% - 16px);
  right: -108px;
  height: 2px;
  width: 67px;
  transform: rotate(-25deg);
}
@media screen and (max-width: 767px) {
  .p-concerns__body-figure-anchor[data-position=left][data-parts=tooth] a::after {
    top: calc(50% - 20px);
    right: -64px;
    width: 53px;
    transform: rotate(-43deg);
  }
}
.p-concerns__body-figure-anchor[data-position=left][data-parts=chest] {
  top: 140px;
}
@media screen and (max-width: 767px) {
  .p-concerns__body-figure-anchor[data-position=left][data-parts=chest] {
    top: 130px;
  }
}
.p-concerns__body-figure-anchor[data-position=left][data-parts=chest] a::after {
  top: calc(50% - 25px);
  right: -100px;
  height: 2px;
  width: 65px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .p-concerns__body-figure-anchor[data-position=left][data-parts=chest] a::after {
    right: -74px;
  }
}
.p-concerns__body-figure-anchor[data-position=left-bottom] {
  left: 0;
  bottom: 130px;
}
@media screen and (max-width: 767px) {
  .p-concerns__body-figure-anchor[data-position=left-bottom] {
    bottom: 100px;
  }
}
.p-concerns__body-figure-anchor[data-position=left-bottom] a::before {
  top: calc(50% - 2px);
  right: -86px;
  height: 2px;
  width: 84px;
}
@media screen and (max-width: 767px) {
  .p-concerns__body-figure-anchor[data-position=left-bottom] a::before {
    right: -46px;
    width: 44px;
  }
}
.p-concerns__body-figure-anchor[data-position=left-bottom] a::after {
  top: -42px;
  left: 38px;
  height: 2px;
  width: 105px;
  transform: rotate(-47deg);
}
@media screen and (max-width: 767px) {
  .p-concerns__body-figure-anchor[data-position=left-bottom] a::after {
    top: -22px;
    left: 38px;
    width: 45px;
    transform: rotate(-55deg);
  }
}

@media screen and (max-width: 767px) {
  .p-concerns__body-figure-image img {
    max-width: 189px;
  }
}
