@charset "UTF-8";
/*======================================================
Import
======================================================*/
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  word-break: normal;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

/*======================================================
Foundation
======================================================*/
html {
  scroll-padding-top: 170px;
  scroll-behavior: smooth;
}
@media (max-width: 960px) {
  html {
    scroll-padding-top: 120px;
  }
}
@media (max-width: 530px) {
  html {
    scroll-padding-top: 100px;
  }
}

body {
  margin-top: 170px;
  position: relative;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.64px;
  color: #555555;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 960px) {
  body {
    margin-top: 120px;
  }
}
@media (max-width: 530px) {
  body {
    margin-top: 100px;
  }
}

a {
  text-decoration: none;
  color: #555555;
  transition: opacity 0.3s;
}

a:hover {
  opacity: 0.7;
  cursor: pointer;
}

@media (min-width: 860px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  line-height: 1;
}

picture img {
  width: 100%;
}

li {
  list-style: none;
  line-height: 1;
}

/*======================================================
Layout
======================================================*/
.l-header {
  display: block;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1490196078);
  z-index: 9990;
}
.l-header-desc {
  font-size: 10px;
  letter-spacing: 0.4px;
  line-height: 2.4;
  text-align: center;
  color: #fff;
  background-color: #e67382;
}
@media (max-width: 960px) {
  .l-header-desc .pc {
    display: none;
  }
}
@media (max-width: 530px) {
  .l-header__logo {
    max-width: 170px;
  }
}
@media (max-width: 960px) {
  .l-header-contentswrap {
    display: flex;
    justify-content: space-between;
  }
}
.l-header-contents01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  background-color: #fdf1f2;
}
@media (max-width: 960px) {
  .l-header-contents01 {
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 10px 8px 16px;
  }
}
.l-header-menu01 {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 530px) {
  .l-header-menu01 {
    gap: 10px;
  }
}
.l-header-menu01 li a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  letter-spacing: 0.56px;
}
@media (max-width: 530px) {
  .l-header-menu01 li a {
    font-size: 13px;
  }
}
.l-header-menu01 li a::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 530px) {
  .l-header-menu01 li a::before {
    width: 20px;
    height: 20px;
  }
}
.l-header-menu01 .access::before,
.l-header-menu01 .tel::before,
.l-header-menu01 .access::before {
  background-image: url("../images/icon_pin.svg");
}
.l-header-menu01 .checkup::before {
  background-image: url("../images/icon_chusya.svg");
}
.l-header-menu01 .kenshin::before {
  background-image: url("../images/icon_tantou.svg");
}
.l-header-menu01 .mail::before {
  background-image: url("../images/icon_mail.svg");
}
@media (max-width: 960px) {
  .l-header-menu01__pc {
    display: none;
  }
}
.l-header-menu01__sp {
  display: none;
}
@media (max-width: 960px) {
  .l-header-menu01__sp {
    display: flex;
  }
}
.l-header-contents02 {
  padding: 20px;
  background-color: #fff;
}
@media (max-width: 960px) {
  .l-header-contents02 {
    display: none;
  }
}
.l-header-menu02 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-header-menu02 li a {
  position: relative;
  padding: 20px;
  line-height: 2;
  font-weight: bold;
  font-family: fot-tsukuardgothic-std, sans-serif;
}
.l-header-menu02 li a::after {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translate(-50%, 0);
  display: block;
  width: 0px;
  height: 2px;
  background-color: #e67382;
  transition: width 0.3s;
}
.l-header-menu02 li a:hover {
  color: #e67382;
}
.l-header-menu02 li a:hover::after {
  width: 40px;
}
.l-header-menu02 .current a {
  color: #e67382;
}
.l-header-menu02 .current a::after {
  width: 40px;
}
.l-header-contents03 {
  display: none;
}
.l-header-contents03__wrap {
  max-height: calc(100vh - 110px);
  overflow-y: auto;
  position: absolute;
  top: 124px;
  right: 0;
  z-index: 9990;
  padding: 20px 40px 40px;
  background-color: #fff;
}
@media (max-width: 530px) {
  .l-header-contents03__wrap {
    top: 107px;
  }
}
.l-header-menu03 > li:not(:last-child) {
  border-bottom: 1px solid #f5f5f5;
}
.l-header-menu03 > li > a {
  display: block;
  padding: 20px 0;
  font-weight: bold;
  font-family: fot-tsukuardgothic-std, sans-serif;
}
.l-header-menu03 > li:has(.l-header-menu03__child) > a {
  padding: 20px 0 8px;
}
.l-header-menu03__child {
  margin-left: 1em;
  margin-bottom: 12px;
}
.l-header-menu03__child > li > a {
  display: block;
  padding: 8px 0;
  font-size: 15px;
  font-family: fot-tsukuardgothic-std, sans-serif;
}
.l-header-spbtn {
  display: none;
  height: 100px;
  background-color: #fff;
}
@media (max-width: 960px) {
  .l-header-spbtn {
    display: block;
    width: 64px;
    position: relative;
  }
  .l-header-spbtn span {
    display: block;
    width: 30px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    background-color: #e67382;
  }
  .l-header-spbtn span:nth-child(1) {
    top: calc(50% - 10px);
  }
  .l-header-spbtn span:nth-child(3) {
    top: calc(50% + 10px);
  }
}
@media (max-width: 530px) {
  .l-header-spbtn {
    height: 83px;
  }
}
@media (max-width: 960px) {
  .l-header.open .l-header-spbtn span:nth-child(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .l-header.open .l-header-spbtn span:nth-child(2) {
    display: none;
  }
  .l-header.open .l-header-spbtn span:nth-child(3) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
.l-header.open .l-header-contents03 {
  display: block;
}
.l-header.scrolled .l-header-desc {
  display: none !important;
}
.l-header.scrolled .l-header-contents03__wrap {
  top: 100px;
}
@media (max-width: 530px) {
  .l-header.scrolled .l-header-contents03__wrap {
    top: 83px;
  }
}

.l-footer {
  border-top: 1px solid #dbdbdb;
}
@media (max-width: 530px) {
  .l-footer {
    border-top: 2px solid #dbdbdb;
  }
}
.l-footer-address__inner {
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 0 40px;
}
.l-footer-address__inner p {
  margin-top: 20px;
  text-align: center;
}
@media (max-width: 860px) {
  .l-footer-address__logo {
    display: block;
    max-width: 240px;
    width: 100%;
    margin: 0 auto;
  }
}
.l-footer-download {
  background-color: #fdf1f2;
}
.l-footer-download__inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  width: 100%;
  margin: 0 auto;
  padding: 32px 0;
}
@media (max-width: 860px) {
  .l-footer-download__inner {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 530px) {
  .l-footer-download__inner {
    max-width: 300px;
  }
}
.l-footer-download p {
  font-size: 18px;
  letter-spacing: 0.72px;
  line-height: 1.5;
  color: #e67382;
  font-weight: 600;
}
.l-footer-download__list li + li {
  margin-top: 10px;
}
.l-footer-download__list li .c-iconlink {
  text-decoration: underline;
  font-size: 16px;
  letter-spacing: 0.64px;
}
.l-footer-download__list li .c-iconlink span {
  color: #555555;
  margin-left: 4px;
  display: inline-block;
  opacity: 1 !important;
}
.l-footer-download__list li .c-iconlink::before {
  width: 18px;
  width: 20px;
}
@media (max-width: 530px) {
  .l-footer-download__list li .c-iconlink {
    font-size: 15px;
  }
  .l-footer-download__list li .c-iconlink::before {
    min-width: 18px;
    width: 18px;
    height: 20px;
  }
}
.l-footer-wrap {
  padding: 40px 0 20px;
  background-color: #e67382;
  color: #fff;
}
.l-footer-wrap a {
  color: #fff;
}
.l-footer-link {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 860px) {
  .l-footer-link {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    height: 440px;
    gap: 20px 10px;
  }
}
.l-footer-link__pagelinklist {
  height: 100%;
}
@media (max-width: 860px) {
  .l-footer-link__pagelinklist {
    width: calc((100% - 10px) / 2);
    height: auto;
  }
}
.l-footer-link__pagelinklist > li + li {
  margin-top: 20px;
}
.l-footer-link__pagelinklist > li > a {
  line-height: 1.5;
  letter-spacing: 0.64px;
  font-weight: 600;
}
@media (max-width: 860px) {
  .l-footer-link__pagelinklist.etclinklist {
    margin-top: 20px;
  }
}
.l-footer-link__pagelinklist.etclinklist > li + li {
  margin-top: 16px;
}
@media (max-width: 860px) {
  .l-footer-link__pagelinklist.etclinklist > li + li {
    margin-top: 20px;
  }
}
.l-footer-link__pagelinklist.etclinklist > li a {
  font-size: 14px;
  line-height: 1.5;
}
.l-footer-link__seclinklist > li {
  margin-top: 10px;
}
.l-footer-link__seclinklist > li > a {
  font-size: 14px;
  letter-spacing: 0.56px;
  line-height: 1.5;
}
.l-footer .logo {
  margin-top: 35px;
}
.l-footer .logo a {
  margin-top: auto;
  display: block;
  width: 160px;
  padding: 7px;
  text-align: center;
  background-color: #fff;
  border-radius: 45px;
  transition: opacity 0.3s, box-shadow 0.3s;
}
.l-footer .logo a:hover {
  box-shadow: none;
}
.l-footer small {
  margin-top: 10px;
  display: block;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.56px;
  text-align: center;
}
@media (max-width: 860px) {
  .l-footer small {
    text-align: right;
  }
}

/*======================================================
Layout-Top
======================================================*/
.l-top-mv {
  width: 100%;
  height: 480px;
  position: relative;
  z-index: 3;
}
@media (max-width: 860px) {
  .l-top-mv {
    height: auto;
  }
}
.l-top-mv__bg {
  width: 100%;
  height: 480px;
  background-image: url("../images/top/header_bg_pc.png");
  background-size: cover;
  background-position: center;
}
@media (max-width: 860px) {
  .l-top-mv__bg {
    height: auto;
    aspect-ratio: 5/4;
    background-image: url("../images/top/header_bg_sp.png");
  }
}
.l-top-mv__catch {
  padding-top: 40px;
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 26px;
  letter-spacing: 2.08px;
  text-align: center;
  color: #e67382;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
}
@media (max-width: 860px) {
  .l-top-mv__catch {
    display: none;
  }
}
.l-top-mv__announce {
  padding: 10px 20px;
  position: absolute;
  bottom: 50px;
  right: 0;
  border-radius: 10px 0 0 10px;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(30px);
}
.l-top-mv__announce p:has(.u-textlink) {
  text-align: right;
}
.l-top-mv__announce .u-textlink {
  font-size: 14px;
  letter-spacing: 0.56px;
  line-height: 1.5;
}
@media (max-width: 860px) {
  .l-top-mv__announce {
    position: static;
    text-align: center;
    padding: 20px 10px;
  }
  .l-top-mv__announce p:has(.u-textlink) {
    text-align: center;
  }
}
@media (max-width: 530px) {
  .l-top-mv__announce p {
    font-size: 14px;
  }
}
.l-top-mv__menu {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 860px;
  width: 100%;
  position: absolute;
  bottom: -32px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 860px) {
  .l-top-mv__menu {
    position: static;
    transform: none;
    flex-wrap: wrap;
  }
}
.l-top-mv__menu li {
  width: 20%;
}
@media (max-width: 860px) {
  .l-top-mv__menu li {
    width: 50%;
  }
}
.l-top-mv__menu li a {
  display: block;
  width: 100%;
  padding: 20px 5px;
  position: relative;
  color: #e67382;
  background-color: #FAE3E6;
  border: 1px solid #fff;
  text-align: center;
  letter-spacing: 0.64px;
  font-weight: bold;
  transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
}
.l-top-mv__menu li a::after {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background-image: url("../images/arrow_pink.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.l-top-mv__menu li a:hover {
  background-color: #e67382;
  color: #fff;
  opacity: 1;
  box-shadow: none;
}
.l-top-mv__menu li a span {
  display: inline-block;
  transform: translateX(-5px);
}
.l-top-mv__menu li.acc01 a {
  background-color: #D2F2F0;
  color: #1ebfb4;
}
.l-top-mv__menu li.acc01 a::after {
  background-image: url("../images/arrow_green.svg");
}
.l-top-mv__menu li.acc01 a:hover {
  background-color: #1ebfb4;
  color: #fff;
}
.l-top-schedule {
  position: relative;
  min-height: 430px;
  overflow: hidden;
}
@media (max-width: 860px) {
  .l-top-schedule {
    background-color: #f5f5f5;
    min-height: auto;
    padding: 40px 0;
  }
}
.l-top-schedule::before {
  content: "";
  display: block;
  width: calc((100vw + 1020px) / 2);
  height: 430px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #f5f5f5;
  border-radius: 0 0 80px 0;
}
@media (max-width: 860px) {
  .l-top-schedule::before {
    display: none;
  }
}
.l-top-schedule .c-inner {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding-top: 110px;
  position: relative;
  z-index: 2;
}
@media (max-width: 860px) {
  .l-top-schedule .c-inner {
    flex-direction: column;
    padding-top: 0;
  }
}
.l-top-schedule__head {
  font-size: 24px;
  letter-spacing: 0.96px;
  line-height: 1.5;
  color: #e67382;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
}
@media (max-width: 860px) {
  .l-top-schedule__head br {
    display: none;
  }
}
@media (max-width: 530px) {
  .l-top-schedule__head {
    font-size: 20px;
  }
  .l-top-schedule__head br {
    display: block;
  }
}
@media (max-width: 860px) {
  .l-top-schedule__contents {
    width: 100%;
  }
}
.l-top-schedule__frame {
  padding: 20px 40px;
  background-color: #fff;
}
@media (max-width: 860px) {
  .l-top-schedule__frame {
    width: 100%;
    padding: 20px;
  }
  .l-top-schedule__frame img {
    width: 100%;
  }
}
.l-top-schedule__aste {
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: 0.56px;
  line-height: 1.5;
}
.l-top-schedule__aste br {
  display: none;
}
@media (max-width: 530px) {
  .l-top-schedule__aste br {
    display: block;
  }
}
.l-top-schedule__lady {
  margin-top: 10px;
  display: block;
  padding: 10px;
  color: #e67382;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  border: 1px solid #e67382;
  border-radius: 8px;
}
@media (max-width: 860px) {
  .l-top-schedule__lady {
    line-height: 1.5;
  }
}
@media (max-width: 530px) {
  .l-top-schedule__lady {
    font-size: 14px;
  }
}
.l-top-schedule .u-textlink {
  margin-top: 20px;
  display: inline-block;
  font-size: 14px;
}
@media (max-width: 530px) {
  .l-top-schedule .u-textlink {
    font-size: 14px;
  }
}
.l-top-news {
  margin-top: 80px;
}
.l-top-news .c-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 100px;
}
@media (max-width: 860px) {
  .l-top-news .c-inner {
    flex-direction: column;
    gap: 20px;
  }
}
.l-top-news__head .c-sechead__h2 {
  color: #1ebfb4;
}
.l-top-news__btn {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  padding: 9px 20px;
  background-color: #1ebfb4;
  color: #fff;
  border-radius: 20px;
  transition: opacity 0.3s, box-shadow 0.3s;
}
.l-top-news__btn::after {
  content: "";
  display: block;
  width: 4px;
  height: 8px;
  background-image: url("../images/arrow_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.l-top-news__btn:hover {
  box-shadow: none;
}
@media (max-width: 530px) {
  .l-top-news__btn {
    font-size: 12px;
  }
}
.l-top-news__list {
  flex: 1;
}
@media (max-width: 860px) {
  .l-top-news__list {
    width: 100%;
  }
}
.l-top-news__list li a {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 20px 40px 20px 10px;
  position: relative;
  line-height: 1.5;
  border-bottom: 1px dashed #555555;
}
@media (max-width: 860px) {
  .l-top-news__list li a {
    flex-direction: column;
    gap: 8px;
  }
}
.l-top-news__list li a::after {
  content: "";
  display: block;
  width: 5px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 10px;
  background-image: url("../images/arrow_green.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.l-top-news__list li a time {
  font-size: 14px;
  letter-spacing: 0.56px;
  line-height: 1.7;
}
@media (max-width: 860px) {
  .l-top-news__list li a time {
    line-height: 1;
  }
}
.l-top-news__list li a p {
  letter-spacing: 0.64px;
}
.l-top-feature {
  margin-top: 80px;
  position: relative;
  min-height: 1530px;
}
@media (max-width: 860px) {
  .l-top-feature {
    border-radius: 40px 0 0 40px;
    background-color: #fbe8eb;
  }
}
.l-top-feature::before {
  content: "";
  display: block;
  width: calc((100vw + 1020px) / 2);
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background-color: #fbe8eb;
  border-radius: 80px 0 0 80px;
}
@media (max-width: 860px) {
  .l-top-feature::before {
    display: none;
  }
}
.l-top-feature .c-inner {
  position: relative;
  z-index: 2;
  padding: 80px 0;
}
@media (max-width: 860px) {
  .l-top-feature .c-inner {
    padding: 80px 20px;
  }
}
.l-top-feature .c-sechead__h2 {
  color: #e67382;
}
.l-top-feature__btn {
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 30px;
  font-size: 20px;
  letter-spacing: 0.8px;
  line-height: 1.2;
  color: #e67382;
  background-color: #fff;
  border-radius: 32px;
  transition: opacity 0.3s, box-shadow 0.3s;
}
.l-top-feature__btn:hover {
  box-shadow: none;
}
@media (max-width: 530px) {
  .l-top-feature__btn {
    margin-top: 10px;
    gap: 6px;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 12px;
  }
}
.l-top-feature__btn img {
  display: block;
}
@media (max-width: 530px) {
  .l-top-feature__btn img {
    width: 24px;
    height: 24px;
  }
}
.l-top-feature__btn::after {
  content: "";
  display: block;
  width: 12px;
  height: 16px;
  margin-left: 15px;
  background-image: url("../images/tri_pink.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 530px) {
  .l-top-feature__btn::after {
    width: 7px;
    height: 10px;
  }
}
.l-top-feature__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
}
@media (max-width: 860px) {
  .l-top-feature__list {
    gap: 20px;
    margin-top: 40px;
    padding: 0 20px;
  }
}
@media (max-width: 530px) {
  .l-top-feature__list {
    gap: 40px;
  }
}
.l-top-feature__list > li {
  width: calc((100% - 20px) / 3);
}
@media (max-width: 860px) {
  .l-top-feature__list > li {
    width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 530px) {
  .l-top-feature__list > li {
    width: 100%;
  }
}
.l-top-feature__list > li:nth-child(1) {
  margin-top: 160px;
}
@media (max-width: 860px) {
  .l-top-feature__list > li:nth-child(1) {
    margin-top: 80px;
  }
}
@media (max-width: 530px) {
  .l-top-feature__list > li:nth-child(1) {
    margin-top: 0;
  }
}
.l-top-feature__list > li:nth-child(2) {
  margin-top: 80px;
}
@media (max-width: 860px) {
  .l-top-feature__list > li:nth-child(2) {
    margin-top: 0;
  }
}
@media (max-width: 860px) {
  .l-top-feature__list > li:nth-child(3) {
    margin-top: 80px;
  }
}
@media (max-width: 530px) {
  .l-top-feature__list > li:nth-child(3) {
    margin-top: 0;
  }
}
.l-top-feature__list > li:nth-child(4) {
  margin-top: 160px;
}
@media (max-width: 860px) {
  .l-top-feature__list > li:nth-child(4) {
    margin-top: 0;
  }
}
.l-top-feature__list > li:nth-child(5) {
  margin-top: 80px;
}
@media (max-width: 530px) {
  .l-top-feature__list > li:nth-child(5) {
    margin-top: 0;
  }
}
.l-top-feature__list > li .image {
  display: block;
  max-width: 280px;
  width: 100%;
  margin: 0 auto;
}
.l-top-feature__list > li .text {
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
}
.l-top-feature__list > li h3 {
  margin-top: 10px;
  font-size: 20px;
  line-height: 1.3;
  color: #e67382;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  text-align: center;
}
.l-top-feature__list > li p {
  margin-top: 10px;
  letter-spacing: 0.64px;
  line-height: 1.5;
}
.l-top-feature__list > li a {
  line-height: 1.3;
}
@media (max-width: 530px) {
  .l-top-feature__list > li a {
    font-size: 14px;
  }
}
.l-top-feature__linkList li {
  margin-top: 10px;
}
.l-top-lady {
  margin-top: 80px;
  position: relative;
}
.l-top-lady::before, .l-top-lady::after {
  content: "";
  display: block;
  width: 160px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  background-image: url("../images/pattern_pink.svg");
  background-repeat: repeat;
}
@media (max-width: 860px) {
  .l-top-lady::before, .l-top-lady::after {
    display: none;
  }
}
.l-top-lady::before {
  left: 0;
  border-radius: 0 80px 80px 0;
}
.l-top-lady::after {
  right: 0;
  border-radius: 80px 0 0 80px;
}
.l-top-lady .c-inner {
  padding: 80px 0;
  position: relative;
  z-index: 2;
  background-color: #fff;
}
@media (max-width: 1180px) {
  .l-top-lady .c-inner {
    padding: 80px 20px;
  }
}
@media (max-width: 860px) {
  .l-top-lady .c-inner {
    padding: 0 20px;
  }
}
.l-top-lady .c-sechead__h2 {
  padding-bottom: 20px;
  position: relative;
  color: #e67382;
}
.l-top-lady .c-sechead__h2::after {
  content: "";
  display: block;
  width: 124px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("../images/dots_pink.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.l-top-lady .c-sechead__h2 br {
  display: none;
}
@media (max-width: 530px) {
  .l-top-lady .c-sechead__h2 br {
    display: block;
  }
}
.l-top-lady__intro {
  margin-top: 24px;
  letter-spacing: 0.64px;
}
.l-top-lady__list {
  margin-top: 40px;
}
.l-top-lady__list li {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 860px) {
  .l-top-lady__list li {
    gap: 20px;
  }
}
@media (max-width: 530px) {
  .l-top-lady__list li {
    flex-direction: column;
    gap: 10px;
  }
}
.l-top-lady__list li + li {
  margin-top: 40px;
}
.l-top-lady__list li .image {
  width: 32.55%;
}
@media (max-width: 860px) {
  .l-top-lady__list li .image {
    width: max(180px, 28%);
  }
}
@media (max-width: 530px) {
  .l-top-lady__list li .image {
    max-width: 280px;
    width: 100%;
  }
}
.l-top-lady__list li .contents {
  flex: 1;
}
.l-top-lady__list li .point {
  display: inline-block;
  padding: 9px 24px;
  text-align: center;
  font-weight: bold;
  color: #e67382;
  background-color: #fdf1f2;
  border-radius: 20px;
  line-height: 1.5;
  font-family: fot-tsukuardgothic-std, sans-serif;
}
@media (max-width: 530px) {
  .l-top-lady__list li .point {
    font-size: 12px;
    padding: 8px 16px;
  }
}
.l-top-lady__list li h3 {
  margin-top: 20px;
  font-size: 24px;
  letter-spacing: 0.96px;
  line-height: 1.5;
  color: #e67382;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
}
@media (max-width: 860px) {
  .l-top-lady__list li h3 {
    margin-top: 10px;
  }
}
@media (max-width: 530px) {
  .l-top-lady__list li h3 {
    font-size: 20px;
  }
}
.l-top-lady__list li p {
  margin-top: 10px;
  letter-spacing: 0.64px;
  line-height: 1.5;
}
.l-top-lady__list li a {
  display: inline-block;
  margin-top: 10px;
  line-height: 1.5;
  font-size: 14px;
}
.l-top-lady .c-linkbtn {
  margin: 80px auto 0;
  max-width: 480px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 20px 0 18px;
  font-size: 20px;
  letter-spacing: 0.8px;
  border-radius: 32px;
  font-weight: bold;
  color: #e67382;
  font-family: fot-tsukuardgothic-std, sans-serif;
}
.l-top-lady .c-linkbtn::after {
  content: "";
  display: block;
  width: 12px;
  height: 16px;
  background-image: url("../images/tri_pink.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 530px) {
  .l-top-lady .c-linkbtn {
    margin: 40px auto 0;
    max-width: 320px;
    gap: 10px;
    font-size: 18px;
    padding: 11px 0;
  }
  .l-top-lady .c-linkbtn::after {
    width: 9px;
    height: 12px;
  }
}
.l-top-lady-ribbon {
  margin-top: 80px;
  border-top: 4px dotted #F8D1D7;
  padding-top: 80px;
}
@media (max-width: 860px) {
  .l-top-lady-ribbon {
    margin-top: 40px;
    padding-top: 40px;
  }
}
.l-top-lady-ribbon p {
  font-size: 20px;
  letter-spacing: 0.8px;
  line-height: 1.5;
  text-align: center;
  color: #e67382;
}
@media (max-width: 530px) {
  .l-top-lady-ribbon p {
    font-size: 14px;
    text-align: left;
  }
}
.l-top-lady-ribbon a {
  display: block;
  max-width: 640px;
  width: 100%;
  margin: 40px auto 0;
}
@media (max-width: 530px) {
  .l-top-lady-ribbon a {
    margin: 20px auto 0;
  }
}
.l-top-tour {
  margin-top: 80px;
  text-align: center;
}
@media (max-width: 860px) {
  .l-top-tour {
    padding-top: 60px;
    background-color: #f5f5f5;
  }
}
@media (max-width: 530px) {
  .l-top-tour {
    margin-bottom: 80px;
  }
}
.l-top-tour__inner {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 530px) {
  .l-top-tour__inner {
    padding: 0 20px;
  }
}
.l-top-tour h2 {
  font-size: 32px;
  color: #e67382;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
}
.l-top-tour iframe {
  margin-top: 15px;
  max-width: 480px;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.l-top-tour a {
  margin-top: 10px;
  display: block;
  width: 100%;
  font-size: 24px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  color: #e67382;
  background-color: #fdf1f2;
}
.l-top-tour__slider {
  margin-top: 70px;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 530px) {
  .l-top-tour__slider {
    margin-top: 50px;
  }
}
.l-top-tour__slider .track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: slide 60s linear infinite;
}
@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.l-top-tour__slider .track img {
  width: 360px;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
@media (max-width: 530px) {
  .l-top-tour__slider .track img {
    width: 187px;
    height: 125px;
  }
}
.l-top .top-mordal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100vh;
  padding: 0;
  transition: opacity 0.4s ease-out;
  opacity: 0;
  pointer-events: none;
}
.l-top .top-mordal .spbr {
  display: none;
}
@media (max-width: 768px) {
  .l-top .top-mordal .spbr {
    display: block;
  }
}
.l-top .top-mordal .top-mordal__bg {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
}
.l-top .top-mordal .top-mordal__wrap {
  max-width: 860px;
  width: 100%;
  padding: 80px 80px 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
@media (max-width: 860px) {
  .l-top .top-mordal .top-mordal__wrap {
    width: calc(100% - 60px);
    padding: 80px 0 60px;
  }
}
@media (max-width: 768px) {
  .l-top .top-mordal .top-mordal__wrap {
    padding: 15.09vw 3.77vw 11.32vw;
  }
}
.l-top .top-mordal .top-mordal__wrap h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-size: 28px;
  color: #707070;
}
@media (max-width: 768px) {
  .l-top .top-mordal .top-mordal__wrap h2 {
    gap: 3.77vw;
    font-size: 6.28vw;
  }
}
.l-top .top-mordal .top-mordal__wrap h2::before, .l-top .top-mordal .top-mordal__wrap h2::after {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background-color: #707070;
}
@media (max-width: 768px) {
  .l-top .top-mordal .top-mordal__wrap h2::before, .l-top .top-mordal .top-mordal__wrap h2::after {
    width: 15.09vw;
    height: 0.18vw;
  }
}
.l-top .top-mordal .top-mordal__wrap .catch {
  margin-top: 20px;
  font-size: 24px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  text-align: center;
  color: #e67382;
  font-weight: bold;
}
@media (max-width: 768px) {
  .l-top .top-mordal .top-mordal__wrap .catch {
    margin-top: 3.77vw;
    font-size: 5.52vw;
  }
}
.l-top .top-mordal .top-mordal__wrap .info {
  margin-top: 8px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.64px;
}
@media (max-width: 768px) {
  .l-top .top-mordal .top-mordal__wrap .info {
    margin-top: 1.5vw;
    font-size: 3.8vw;
  }
}
.l-top .top-mordal .top-mordal__wrap .desc-area {
  max-width: 700px;
  width: 100%;
  margin: 20px auto 0;
  padding: 40px 0;
  background-color: rgba(230, 115, 130, 0.1019607843);
}
@media (max-width: 768px) {
  .l-top .top-mordal .top-mordal__wrap .desc-area {
    margin: 3.77vw auto 0;
    padding: 7.54vw 0;
  }
}
.l-top .top-mordal .top-mordal__wrap .desc-area p {
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.64px;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .l-top .top-mordal .top-mordal__wrap .desc-area p {
    font-size: 4.01vw;
  }
}
.l-top .top-mordal .top-mordal__wrap .desc-area p .price {
  font-size: 28px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  color: #e67382;
  font-weight: bold;
}
@media (max-width: 768px) {
  .l-top .top-mordal .top-mordal__wrap .desc-area p .price {
    font-size: 6.28vw;
  }
}
.l-top .top-mordal .top-mordal__wrap .desc-area p .aste {
  font-weight: bold;
}
@media (max-width: 768px) {
  .l-top .top-mordal .top-mordal__wrap .desc-area p .aste {
    font-size: 3.5vw;
    display: block;
    margin-top: 3.77vw;
  }
}
.l-top .top-mordal .top-mordal__wrap a {
  display: block;
  max-width: 320px;
  width: 100%;
  margin: 38px auto 0;
  padding: 14px;
  position: relative;
  text-align: center;
  letter-spacing: 0.64px;
  background-color: #e67382;
  color: #fff;
  font-weight: bold;
  border-radius: 40px;
}
@media (max-width: 768px) {
  .l-top .top-mordal .top-mordal__wrap a {
    max-width: 60.7vw;
    margin: 7.16vw auto 0;
    padding: 2.64vw;
    font-size: 4.01vw;
  }
}
.l-top .top-mordal .top-mordal__wrap a::after {
  content: "＞";
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  color: #fff;
  font-weight: bold;
}
@media (max-width: 768px) {
  .l-top .top-mordal .top-mordal__wrap a::after {
    top: 51%;
    right: 3.43vw;
  }
}
.l-top .top-mordal .top-mordal__wrap .close {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 30px;
  right: 30px;
}
@media (max-width: 768px) {
  .l-top .top-mordal .top-mordal__wrap .close {
    width: 7.54vw;
    height: 7.54vw;
    top: 5.66vw;
    right: 5.66vw;
  }
}
.l-top .top-mordal .top-mordal__wrap .close span {
  display: block;
  width: 56px;
  height: 1px;
  position: absolute;
  top: 20px;
  left: -7px;
  background-color: #707070;
}
@media (max-width: 768px) {
  .l-top .top-mordal .top-mordal__wrap .close span {
    width: 10.56vw;
    height: 0.18vw;
    top: 3.77vw;
    left: -1.32vw;
  }
}
.l-top .top-mordal .top-mordal__wrap .close span:first-child {
  transform: rotate(45deg);
}
.l-top .top-mordal .top-mordal__wrap .close span:last-child {
  transform: rotate(-45deg);
}

.l-faq {
  counter-reset: faq-h2;
}
.l-faq__intro {
  margin-top: 40px;
}
.l-faq .c-toc {
  margin-top: 80px;
}
.l-faq .c-faq {
  margin-top: 80px;
}
.l-faq + * {
  margin-top: 160px;
}

.l-corp + * {
  margin-top: 160px;
}
@media (max-width: 860px) {
  .l-corp + * {
    margin-top: 80px;
  }
}
.l-corp__catch {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}
.l-corp__catch .catch_main {
  color: #e67382;
  font-size: 32px;
  letter-spacing: 1.28px;
  font-weight: bold;
  font-family: fot-tsukuardgothic-std, sans-serif;
}
@media (max-width: 860px) {
  .l-corp__catch .catch_main {
    font-size: 28px;
  }
}
.l-corp__catch .catch_sub {
  margin-top: 20px;
}
@media (max-width: 860px) {
  .l-corp__catch .catch_sub {
    font-size: 18px;
  }
}
.l-corp .u-divider-pattern {
  margin-top: 40px;
}
.l-corp .c-toc {
  margin-top: 80px;
}
@media (max-width: 860px) {
  .l-corp .c-toc {
    margin-top: 40px;
  }
}
.l-corp__employers {
  margin-bottom: 160px;
  margin-top: 80px;
}
@media (max-width: 860px) {
  .l-corp__employers {
    margin-bottom: 80px;
  }
}
.l-corp__employers__reason > h3 {
  color: #e67382;
  letter-spacing: 1.28px;
  margin-top: 80px;
}
@media (max-width: 860px) {
  .l-corp__employers__reason > h3 {
    font-size: 28px;
    letter-spacing: 0.96px;
  }
}
.l-corp__employers__reason__desc {
  margin-top: 20px;
}
.l-corp__employers__reason__merit {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin-top: 80px;
}
@media (max-width: 530px) {
  .l-corp__employers__reason__merit {
    flex-direction: column;
  }
}
.l-corp__employers__reason__merit + .l-corp__employers__reason__merit {
  margin-top: 80px;
}
@media (max-width: 530px) {
  .l-corp__employers__reason__merit + .l-corp__employers__reason__merit {
    margin-top: 40px;
  }
}
.l-corp__employers__reason__merit > img {
  max-width: 160px;
  width: 100%;
  margin: 0 auto;
}
.l-corp__employers__reason__merit .contents {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.l-corp__employers__reason__merit .contents .label {
  background-color: #fdf1f2;
  color: #e67382;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  padding: 9px 24px;
  border-radius: 20px;
}
.l-corp__employers__reason__merit .contents h4 {
  color: #e67382;
  font-size: 24px;
  letter-spacing: 0.96px;
  line-height: 1.5;
  font-family: fot-tsukuardgothic-std, sans-serif;
}
.l-corp__employers__reason__merit .contents p {
  letter-spacing: 0.64px;
  line-height: 1.5;
}
.l-corp__flow {
  padding-bottom: 160px;
}
@media (max-width: 860px) {
  .l-corp__flow {
    padding-bottom: 80px;
  }
}
.l-corp__flow__intro {
  margin: 40px 0;
  display: flex;
  flex-direction: column;
}
.l-corp__flow .u-divider-short {
  margin-top: 40px;
  padding-top: 40px;
}
.l-corp__flow .desc + .desc {
  margin-top: 10px;
}
.l-corp__flow .aste {
  font-size: 14px;
  margin-top: 10px;
}
.l-corp__faq {
  counter-reset: faq-h2;
}
.l-corp__faq__inner {
  margin-top: 40px;
}
.l-corp__faq__intro {
  margin-top: 40px;
}
.l-corp__faq .c-faq-sec {
  margin-top: 80px;
}
@media (max-width: 860px) {
  .l-corp__faq .c-faq-sec {
    margin-top: 60px;
  }
}
.l-corp__faq .c-linkbtn-area {
  margin-top: 80px;
}
@media (max-width: 860px) {
  .l-corp__faq .c-linkbtn-area {
    margin-top: 60px;
  }
}

.l-archive__heading {
  margin: 70px 0 48px;
  text-align: center;
  font-family: fot-tsukuardgothic-std, sans-serif;
  color: #e67382;
  font-size: 32px;
  font-weight: 700;
}
@media (max-width: 530px) {
  .l-archive__heading {
    font-size: 20px;
  }
}
.l-archive__items {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 530px) {
  .l-archive__items {
    gap: 40px;
  }
}
.l-archive__items__item {
  border-radius: 4px;
  overflow: hidden;
}
.l-archive__items__item header {
  background-color: #e67382;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 30px;
}
.l-archive__items__item header h2 {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 24px;
}
.l-archive__items__item header time {
  font-size: 16px;
}
@media (max-width: 530px) {
  .l-archive__items__item header {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 20px 20px 15px;
  }
  .l-archive__items__item header h2 {
    font-size: 20px;
    line-height: 1.25;
  }
}
.l-archive__items__item__content {
  background-color: #fbe8eb;
  padding: 13px 30px;
}
.l-archive__items__item__content p {
  margin-bottom: 5px;
}
@media (max-width: 530px) {
  .l-archive__items__item__content {
    padding: 20px;
  }
}
.l-archive .c-pagination {
  margin-bottom: 160px;
}

/*======================================================
Layout-Checkup
======================================================*/
.l-checkup-toc {
  margin-top: 40px;
}
.l-checkup-day {
  margin-top: 80px;
}
.l-checkup-day + .c-plus {
  margin-top: 80px;
}
.l-checkup-day__time {
  display: flex;
  margin-top: 40px;
}
.l-checkup-day__time dt,
.l-checkup-day__time dd {
  color: #e67382;
  font-size: 20px;
  letter-spacing: 0.8px;
  font-weight: bold;
}
.l-checkup-day__time dd::before {
  content: "：";
}
@media (max-width: 860px) {
  .l-checkup-day__time {
    margin-top: 20px;
  }
}
@media (max-width: 530px) {
  .l-checkup-day__time dt,
  .l-checkup-day__time dd {
    font-size: 18px;
    letter-spacing: 0.72px;
  }
}
.l-checkup-day .c-pricelist {
  margin-top: 40px;
  max-width: 640px;
  width: 100%;
}
@media (max-width: 860px) {
  .l-checkup-day .c-pricelist {
    margin: 40px auto 0;
  }
}
@media (max-width: 680px) {
  .l-checkup-day .c-pricelist {
    max-width: 420px;
  }
  .l-checkup-day .c-pricelist div:nth-child(1) {
    order: 3;
  }
  .l-checkup-day .c-pricelist div:nth-child(2) {
    order: 1;
  }
  .l-checkup-day .c-pricelist div:nth-child(3) {
    order: 2;
  }
  .l-checkup-day .c-pricelist div:nth-child(4) {
    order: 5;
  }
  .l-checkup-day .c-pricelist div:nth-child(5) {
    order: 6;
  }
  .l-checkup-day .c-pricelist div:nth-child(6) {
    order: 4;
  }
}
.l-checkup-day__desc {
  margin-top: 20px;
}
.l-checkup-day__card {
  margin-top: 40px;
  padding: 40px 82px;
  background: #fdf1f2;
}
.l-checkup-day__card p span {
  font-weight: bold;
}
.l-checkup-day__card p + p {
  margin-top: 20px;
}
@media (max-width: 860px) {
  .l-checkup-day__card {
    padding: 40px 20px;
  }
}
.l-checkup-day__card .c-iconlink {
  margin: 40px auto 0;
  color: #e67382;
}
.l-checkup .c-insurance__institution__sec ul li:has(wbr) {
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.l-checkup-flow {
  overflow: hidden;
  margin-top: 160px;
}
@media (max-width: 860px) {
  .l-checkup-flow {
    margin-top: 80px;
  }
}
.l-checkup-flow + .c-after {
  margin-top: 160px;
}
@media (max-width: 860px) {
  .l-checkup-flow + .c-after {
    margin-top: 80px;
  }
}
.l-checkup-flow-wrap {
  display: flex;
  gap: 45px;
  margin-top: 80px;
  position: relative;
}
@media (max-width: 860px) {
  .l-checkup-flow-wrap {
    flex-direction: column;
  }
}
.l-checkup-flow-wrap::before {
  content: "";
  background-image: url(../images/checkup/image_kenko_01.png);
  width: 480px;
  height: 480px;
  position: absolute;
  top: 50px;
  left: -100px;
  transform: translateX(-100%);
}
.l-checkup-flow-wrap::after {
  content: "";
  background-image: url(../images/checkup/image_kenko_02.png);
  width: 480px;
  height: 480px;
  position: absolute;
  top: 50%;
  right: -100px;
  transform: translate(100%, -50%);
}
.l-checkup-flow__h3sec {
  width: calc((100% - 45px) / 2);
}
@media (max-width: 860px) {
  .l-checkup-flow__h3sec {
    width: 100%;
  }
}
.l-checkup-flow__h3sec h3 {
  background: #e67382;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  border-radius: 5px;
  margin-bottom: 16px;
  font-size: 28px;
  font-family: fot-tsukuardgothic-std, sans-serif;
}
@media (max-width: 860px) {
  .l-checkup-flow__h3sec h3 {
    font-size: 24px;
  }
}
.l-checkup-flow__h3sec h4 {
  font-size: 22px;
  line-height: 1.5;
  border: 1px solid #e67382;
  border-radius: 5px;
  color: #e67382;
  padding: 10px 0;
  text-align: center;
  font-family: fot-tsukuardgothic-std, sans-serif;
  letter-spacing: -2px;
  margin-bottom: 16px;
}
@media (max-width: 860px) {
  .l-checkup-flow__h3sec h4 {
    font-size: 20px;
    padding: 10px;
  }
}
.l-checkup-flow__h3sec p {
  line-height: 1.8;
}
.l-checkup-flow__h4sec {
  position: relative;
}
.l-checkup-flow__h4sec:not(:first-of-type) {
  margin-top: 60px;
}
.l-checkup-flow__h4sec:not(:first-of-type)::before {
  content: url(../images/checkup/flow-arrow-s.svg);
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translate(-50%);
}
.l-checkup-flow__h4sec p + p {
  margin-top: 16px;
}
.l-checkup-flow__h3sec.-long .l-checkup-flow__h4sec:not(:first-of-type) {
  margin-top: 75px;
}
.l-checkup-flow__h3sec.-long .l-checkup-flow__h4sec:not(:first-of-type)::before {
  content: url(../images/checkup/flow-arrow-m.svg);
  top: -65px;
}
.l-checkup-faq {
  margin-top: 160px;
}
@media (max-width: 860px) {
  .l-checkup-faq {
    margin-top: 80px;
  }
}
.l-checkup-faq .c-faq {
  margin-top: 80px;
}
@media (max-width: 860px) {
  .l-checkup-faq .c-faq {
    margin-top: 50px;
  }
}
.l-checkup-faq + .c-plus {
  margin-top: 160px;
}
@media (max-width: 860px) {
  .l-checkup-faq + .c-plus {
    margin-top: 80px;
  }
}

/*======================================================
Layout-Kenshin
======================================================*/
.l-kenshin-intro {
  margin-top: 40px;
}
.l-kenshin-intro + .c-linklist {
  margin-top: 40px;
}
.l-kenshin-intro + .c-linklist + div {
  margin-top: 80px;
}
@media (max-width: 530px) {
  .l-kenshin-intro + .c-linklist + div {
    margin-top: 40px;
  }
}
.l-kenshin-benefits {
  overflow: hidden;
}
.l-kenshin-benefits + .c-insurance {
  margin-top: 80px;
}
.l-kenshin-benefits .c-numlist {
  padding-top: 40px;
  margin-top: 40px;
}
.l-kenshin-benefits .c-inner02 {
  padding-top: 80px;
  position: relative;
}
.l-kenshin-benefits .c-inner02::before {
  content: "";
  background-image: url(../images/kenshin/image_kenko_01.jpg);
  width: 480px;
  height: 480px;
  position: absolute;
  top: 0px;
  left: -210px;
  transform: translateX(-100%);
}
.l-kenshin-benefits .c-inner02::after {
  content: "";
  background-image: url(../images/kenshin/image_kenko_02.jpg);
  width: 480px;
  height: 480px;
  position: absolute;
  bottom: 0;
  right: -210px;
  transform: translate(100%);
}
.l-kenshin .c-insurance__institution__sec ul li:has(wbr) {
  white-space: normal;
  overflow-wrap: break-word;
  word-break: keep-all;
}
.l-kenshin-flow {
  overflow: hidden;
  margin-top: 160px;
}
@media (max-width: 860px) {
  .l-kenshin-flow {
    margin-top: 80px;
  }
}
.l-kenshin-flow + .c-after {
  margin-top: 160px;
}
@media (max-width: 860px) {
  .l-kenshin-flow + .c-after {
    margin-top: 80px;
  }
}
.l-kenshin-flow .c-inner02 {
  position: relative;
}
.l-kenshin-flow .c-inner02::before {
  content: "";
  background-image: url(../images/kenshin/image_kenko_03.jpg);
  width: 480px;
  height: 480px;
  position: absolute;
  top: 96px;
  left: -210px;
  transform: translateX(-100%);
}
.l-kenshin-flow .c-inner02::after {
  content: "";
  background-image: url(../images/kenshin/image_kenko_04.jpg);
  width: 480px;
  height: 480px;
  position: absolute;
  bottom: 15px;
  right: -210px;
  transform: translate(100%);
}
.l-kenshin-flow__intro {
  margin-top: 40px;
}
.l-kenshin-flow__list {
  margin-top: 40px;
  padding-top: 40px;
}
.l-kenshin-flow__list .aste {
  margin-top: 10px;
  font-size: 14px;
}
.l-kenshin-flow__list ul {
  margin-top: 12px;
}
@media (max-width: 530px) {
  .l-kenshin-flow__list .c-dotlist li {
    font-size: 16px;
  }
}
.l-kenshin .u-divider-pattern {
  margin-top: 160px;
  margin-bottom: 80px;
}
@media (max-width: 860px) {
  .l-kenshin .u-divider-pattern {
    margin: 40px 0;
  }
}
.l-kenshin-selfpay {
  margin-top: 80px;
}
@media (max-width: 860px) {
  .l-kenshin-selfpay {
    margin-top: 40px;
  }
}
.l-kenshin-selfpay__desc {
  margin-top: 40px;
}
.l-kenshin-selfpay__price {
  margin-top: 40px;
  padding-top: 40px;
}
.l-kenshin-selfpay__aste {
  font-size: 14px;
  text-align: right;
  margin-top: 8px;
}
.l-kenshin-selfpay__linkarea {
  background: #fdf1f2;
  padding: 27px 0;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media (max-width: 530px) {
  .l-kenshin-selfpay__linkarea {
    padding: 27px 20px;
  }
}
.l-kenshin-selfpay + .c-plus {
  margin-top: 160px;
}
@media (max-width: 530px) {
  .l-kenshin-selfpay + .c-plus {
    margin-top: 80px;
  }
}

.l-about__intro {
  background-color: #fdf1f2;
  border-radius: 40px;
  padding: 80px;
  margin-top: 80px;
}
@media (max-width: 530px) {
  .l-about__intro {
    padding: 40px 23px;
  }
}
.l-about__intro h2 {
  font-size: 20px;
  line-height: 1.5;
  font-family: fot-tsukuardgothic-std, sans-serif;
  letter-spacing: 0.8;
  color: #e67382;
  text-align: center;
}
@media (max-width: 530px) {
  .l-about__intro h2 {
    text-align: left;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0;
  }
}
.l-about__intro p {
  margin-top: 40px;
  padding-top: 40px;
  text-align: center;
}
@media (max-width: 530px) {
  .l-about__intro p {
    text-align: left;
    font-size: 14px;
  }
  .l-about__intro p.u-divider-short.-center::before {
    left: 0;
    transform: none;
  }
  .l-about__intro p .pc_only_break {
    display: none;
  }
}
.l-about-linklist {
  margin-top: 80px;
}
.l-about__floor {
  padding-bottom: 160px;
  margin-top: 100px;
}
@media (max-width: 860px) {
  .l-about__floor {
    padding-bottom: 80px;
  }
}
.l-about__floor__list {
  margin-top: 30px;
}
.l-about__floor__list .item {
  display: flex;
  border: 1px solid #707070;
}
.l-about__floor__list .item + .item {
  border-top: none;
}
.l-about__floor__list .item .label {
  color: #fff;
  font-size: 32px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  padding: 18px;
  border-right: 1px solid #707070;
  width: 92px;
  vertical-align: top;
  text-align: center;
}
.l-about__floor__list .item .body {
  width: calc(100% - 92px);
}
.l-about__floor__list .item .body h3 {
  color: #707070;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 24px;
  font-weight: 700;
  padding: 21px 16px;
}
.l-about__floor__list .item .body p,
.l-about__floor__list .item .body ul {
  border-top: 1px dashed #707070;
  padding: 18px 16px;
}
.l-about__floor__list .item .body ul > li {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  font-size: 20px;
  display: inline;
}
.l-about__floor__list .item .body ul > li + li::before {
  content: "・";
}
.l-about__floor__list .item .body p,
.l-about__floor__list .item .body ul > li {
  color: #707070;
}
.l-about__floor__list .item:nth-child(1) .label {
  background-color: #9bc91e;
}
.l-about__floor__list .item:nth-child(2) .label {
  background-color: #e39ebd;
}
.l-about__floor__list .item:nth-child(3) .label {
  background-color: #009cae;
}
.l-about__floor__list .item:nth-child(4) .label {
  background-color: #ffbb00;
}
@media (max-width: 530px) {
  .l-about__floor__list .item .label {
    font-size: 24px;
    width: 15%;
    padding: 10px;
  }
  .l-about__floor__list .item .body {
    width: 85%;
  }
  .l-about__floor__list .item .body h3 {
    font-size: 20px;
    padding: 5px 10px;
  }
  .l-about__floor__list .item .body p {
    font-size: 12px;
    padding: 5px 10px;
  }
  .l-about__floor__list .item .body ul {
    padding: 5px 10px;
    line-height: 1.2;
  }
  .l-about__floor__list .item .body ul > li {
    font-size: 16px;
  }
}
.l-about__floor__image {
  margin-top: 48px;
}
.l-about__info {
  padding-bottom: 160px;
}
@media (max-width: 860px) {
  .l-about__info {
    padding-bottom: 80px;
  }
}
.l-about__info__inner {
  margin-top: 40px;
}
.l-about__info__list > div > dt {
  width: 240px;
  padding: 18px 18px 17px 18px;
}
.l-about__info__list > div > dd {
  width: calc(100% - 240px);
  padding: 22px 30px 18px 30px;
}
.l-about__info__list > div > dd a {
  text-decoration: underline;
}
.l-about__info__list > div > dd .staff-info > div {
  display: flex;
}
.l-about__info__list > div > dd .staff-info > div dt {
  width: 158px;
}
@media (max-width: 860px) {
  .l-about__info__list > div > dd .staff-info > div dt {
    width: 115px;
  }
}
.l-about__info__list > div > dd .staff-info > div dd p:nth-child(1) {
  width: 82px;
}
@media (max-width: 860px) {
  .l-about__info__list > div > dd .staff-info > div dd p:nth-child(1) {
    width: 60px;
  }
}
.l-about__info__list > div > dd .staff-info > div dd::before {
  content: "：";
  margin-right: 10px;
  display: inline-block;
}
.l-about__info__list > div > dd .staff-info > div dd {
  display: flex;
}
.l-about__info__list > div > dd .c-iconlink.-pdf {
  font-size: 16px;
  letter-spacing: 0.64px;
}
@media (max-width: 530px) {
  .l-about__info__list > div > dd .c-iconlink.-pdf {
    font-size: 12px;
  }
}
.l-about__info__list > div > dd .c-iconlink.-pdf::before {
  width: 18px;
  height: 20px;
  min-width: auto;
}
.l-about__info__list > div:not(:last-child) {
  border-bottom: 1px solid #555555;
}
.l-about__greeting {
  padding-bottom: 160px;
}
@media (max-width: 860px) {
  .l-about__greeting {
    padding-bottom: 80px;
  }
}
.l-about__greeting__inner {
  margin-top: 40px;
}
.l-about__greeting__flex {
  display: flex;
  gap: 40px;
}
@media (max-width: 530px) {
  .l-about__greeting__flex {
    flex-direction: column;
    gap: 80px;
  }
}
.l-about__greeting__flex__profile {
  width: 300px;
}
.l-about__greeting__flex__profile .photo > p {
  margin-top: 8px;
  text-align: center;
}
.l-about__greeting__flex__profile .history {
  margin-top: 68px;
}
.l-about__greeting__flex__profile .history h3 {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.64px;
  text-align: center;
}
.l-about__greeting__flex__profile .history p {
  line-height: 1.5;
  margin-top: 24px;
}
@media (max-width: 530px) {
  .l-about__greeting__flex__profile .history {
    margin-top: 30px;
  }
  .l-about__greeting__flex__profile .history p {
    margin-top: 20px;
  }
}
@media (max-width: 530px) {
  .l-about__greeting__flex__profile {
    width: 100%;
  }
  .l-about__greeting__flex__profile .photo {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.l-about__greeting__flex__message {
  width: calc(100% - 300px - 40px);
}
.l-about__greeting__flex__message h3 {
  color: #e67382;
  font-size: 24px;
  letter-spacing: 0;
  font-weight: bold;
  font-family: fot-tsukuardgothic-std, sans-serif;
  margin-bottom: 8px;
}
.l-about__greeting__flex__message p {
  text-indent: 1em;
}
.l-about__greeting__flex__message p.ti0 {
  text-indent: 0;
}
.l-about__greeting__flex__message p + p {
  margin-top: 20px;
}
@media (max-width: 530px) {
  .l-about__greeting__flex__message {
    width: 100%;
  }
  .l-about__greeting__flex__message h3 {
    font-size: 22px;
    text-align: center;
    width: 100vw;
    margin-left: -20px;
  }
}
.l-about__greeting__h3sec {
  margin-top: 50px;
}
.l-about__greeting__h3sec > h3 {
  background-color: #fbe8eb;
  color: #e67382;
  font-family: fot-tsukuardgothic-std, sans-serif;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding: 6px;
  line-height: 1.333;
}
@media (max-width: 530px) {
  .l-about__greeting__h3sec > h3 {
    font-size: 15px;
    width: 100vw;
    margin-left: -20px;
  }
}
.l-about__greeting__h3sec .wrap {
  margin-top: 24px;
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
@media (max-width: 530px) {
  .l-about__greeting__h3sec > h3 {
    line-height: 1.25;
    letter-spacing: 0;
    padding: 15px 20px;
  }
  .l-about__greeting__h3sec .wrap {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
}
.l-about__auth {
  padding-bottom: 160px;
}
@media (max-width: 860px) {
  .l-about__auth {
    padding-bottom: 80px;
  }
}
.l-about__auth__inner {
  margin-top: 40px;
}
.l-about__auth__images {
  margin-top: 80px;
  display: block;
  margin-inline: auto;
}
.l-about__auth__period {
  margin-top: 80px;
}
.l-about__auth__text {
  margin-top: 20px;
}
.l-about__auth__name {
  margin-top: 80px;
}
.l-about__auth__link {
  margin-top: 10px;
}
.l-about__auth__link a {
  color: #1e79bf;
  text-decoration: underline;
}
.l-about__access {
  padding-bottom: 160px;
}
@media (max-width: 860px) {
  .l-about__access {
    padding-bottom: 80px;
  }
}
.l-about__access__bubble {
  background-color: #fbe8eb;
  text-align: center;
  padding: 20px;
  position: relative;
}
@media (max-width: 530px) {
  .l-about__access__bubble {
    width: 100vw;
    margin-left: -20px;
  }
}
.l-about__access__bubble::after {
  content: url(../images/about/access-arrow.png);
  bottom: -20px;
  left: 50%;
  margin-left: -32px;
  position: absolute;
}
.l-about__access__bubble .name {
  color: #e67382;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-size: 24px;
}
@media (max-width: 530px) {
  .l-about__access__bubble .name {
    font-size: 15px;
  }
}
.l-about__access__bubble .address {
  margin-top: 4px;
}
@media (max-width: 530px) {
  .l-about__access__bubble .address {
    font-size: 12px;
  }
}
.l-about__access__bubble .c-iconlink.-pdf {
  margin-inline: auto;
  text-decoration: underline;
  margin-top: 4px;
  font-size: 16px;
}
.l-about__access__bubble .c-iconlink.-pdf::before {
  width: 17px;
  margin-right: 4px;
}
@media (max-width: 530px) {
  .l-about__access__bubble .c-iconlink.-pdf {
    text-align: left;
    font-size: 11px;
  }
}
.l-about__access__map {
  margin-top: 28px;
  margin-bottom: 48px;
}
.l-about__access__map iframe {
  width: 100%;
  height: 400px;
  vertical-align: bottom;
}
.l-about__access__map .maplink {
  background: #fbe8eb;
  padding: 12px 0;
  width: 100%;
  max-width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.l-about__access__map .maplink::after {
  content: url(../images/about/link-icon.svg);
  padding-left: 10px;
}
.l-about__access__map .maplink:hover {
  background-color: #e67382;
  opacity: 1;
}
.l-about__access__map .maplink:hover span {
  color: #fff;
}
.l-about__access__map .maplink:hover::after {
  content: url(../images/about/link-icon-w.svg);
  padding-left: 10px;
}
.l-about__access__sec {
  padding: 24px 0;
  border-top: 1px dashed #707070;
}
.l-about__access__sec h3 {
  font-size: 28px;
  color: #e67382;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 530px) {
  .l-about__access__sec h3.sp-mini span {
    font-size: 18px;
  }
}
.l-about__access__sec ul.note {
  display: flex;
  justify-content: center;
  gap: 28px;
  margin-top: 8px;
}
.l-about__access__sec ul.note li {
  line-height: 1.5;
}
@media (max-width: 530px) {
  .l-about__access__sec ul.note {
    flex-direction: column;
    gap: 0px;
  }
  .l-about__access__sec ul.note li {
    font-size: 12px;
  }
}
.l-about__access__sec ul.route {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}
.l-about__access__sec ul.route li {
  width: calc((100% - 52px) / 3);
}
.l-about__access__sec ul.route li p {
  margin-top: 16px;
  text-align: left;
  line-height: 1.5;
}
@media (max-width: 530px) {
  .l-about__access__sec ul.route {
    flex-direction: column;
    gap: 20px;
  }
  .l-about__access__sec ul.route li {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .l-about__access__sec ul.route li p {
    max-width: 272px;
    margin-top: 5px;
    font-size: 12px;
  }
}
.l-about__access__sec p {
  text-align: center;
}
@media (max-width: 530px) {
  .l-about__access__sec p {
    font-size: 12px;
  }
}
.l-about__access__sec:last-child {
  border-bottom: 1px dashed #707070;
}

/*======================================================
Layout-Outpatient
======================================================*/
.l-outpatient + * {
  margin-top: 160px;
}
@media (max-width: 860px) {
  .l-outpatient + * {
    margin-top: 80px;
  }
}
.l-outpatient span.kana {
  font-size: 13px;
}
.l-outpatient-intro {
  margin-top: 40px;
}
.l-outpatient-intro p {
  text-align: center;
}
@media (max-width: 860px) {
  .l-outpatient-intro p {
    text-align: left;
  }
}
.l-outpatient-intro + .c-linklist {
  margin-top: 40px;
}
.l-outpatient-other {
  margin-top: 80px;
  background: #fdf1f2;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 530px) {
  .l-outpatient-other {
    padding: 40px 10px;
  }
}
.l-outpatient-other h3 {
  color: #e67382;
  font-size: 24px;
  text-align: center;
  font-family: fot-tsukuardgothic-std, sans-serif;
}
.l-outpatient-other__list {
  margin-top: 20px;
}
.l-outpatient-other__list li {
  padding-left: 20px;
  position: relative;
  line-height: 1.5;
}
.l-outpatient-other__list li::before {
  content: "";
  background: #e67382;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 6px;
}
.l-outpatient-other__list li + li {
  margin-top: 7px;
}
.l-outpatient-h2sec:first-of-type {
  margin-top: 80px;
}
.l-outpatient-h2sec + .l-outpatient-h2sec {
  margin-top: 160px;
}
@media (max-width: 860px) {
  .l-outpatient-h2sec + .l-outpatient-h2sec {
    margin-top: 80px;
  }
}
.l-outpatient-h2sec__inner {
  margin-top: 40px;
}
.l-outpatient-h2sec__inner + .c-faq {
  margin-top: 160px;
}
@media (max-width: 860px) {
  .l-outpatient-h2sec__inner + .c-faq {
    margin-top: 80px;
  }
}
.l-outpatient-h2sec__inner + .c-faq .c-faq-list {
  margin-top: 40px;
}
.l-outpatient-h2sec__table {
  margin-top: 80px;
  text-align: center;
}
@media (max-width: 860px) {
  .l-outpatient-h2sec__table {
    margin-top: 40px;
  }
}
.l-outpatient-h2sec__infolist {
  margin-top: 80px;
}
@media (max-width: 860px) {
  .l-outpatient-h2sec__infolist {
    margin-top: 40px;
  }
}
.l-outpatient-h2sec__infolist > div dt {
  width: 200px;
}
.l-outpatient-h2sec__infolist > div dd {
  width: 660px;
  padding: 20px 30px 20px 40px;
}
.l-outpatient-h2sec__infolist > div .hour {
  color: #e67382;
  font-size: 18px;
}
@media (max-width: 530px) {
  .l-outpatient-h2sec__infolist > div .hour {
    font-size: 14px;
  }
}
@media (max-width: 530px) {
  .l-outpatient-h2sec__infolist .c-circlelist-float li {
    padding-left: 15px;
  }
  .l-outpatient-h2sec__infolist .c-circlelist-float li::before {
    margin-top: -2px;
    width: 12px;
    height: 12px;
  }
}
.l-outpatient-h2sec__astelist {
  margin-top: 10px;
}
.l-outpatient-h2sec__astelist li {
  font-size: 14px;
}
.l-outpatient-h2sec__astelist li + li {
  margin-top: 10px;
}
.l-outpatient-h2sec__linkarea {
  padding: 25px;
  background-color: #f5f5f5;
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
.l-outpatient-h3sec {
  margin-top: 80px;
}
.l-outpatient-h3sec + .c-faq {
  margin-top: 160px;
}
@media (max-width: 860px) {
  .l-outpatient-h3sec + .c-faq {
    margin-top: 80px;
  }
}
.l-outpatient-h3sec + .c-faq .c-faq-list {
  margin-top: 40px;
}
.l-outpatient-h3sec .c-inner {
  background-color: #fdf1f2;
  padding: 80px 110px;
}
@media (max-width: 860px) {
  .l-outpatient-h3sec .c-inner {
    padding: 40px 20px;
  }
}
.l-outpatient-h3sec h3 {
  text-align: center;
  color: #e67382;
}
.l-outpatient-h3sec__table {
  margin-top: 40px;
  padding-top: 40px;
}
.l-outpatient-h3sec__dr {
  border-top: 1px solid #959595;
  margin-top: 40px;
  padding-top: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 860px) {
  .l-outpatient-h3sec__dr {
    gap: 20px;
  }
}
@media (max-width: 530px) {
  .l-outpatient-h3sec__dr {
    flex-direction: column;
    align-items: center;
  }
}
.l-outpatient-h3sec__dr > img {
  width: 160px;
}
.l-outpatient-h3sec__dr > .info {
  width: calc(100% - 160px - 40px);
}
@media (max-width: 860px) {
  .l-outpatient-h3sec__dr > .info {
    width: 100%;
  }
}
@media (max-width: 530px) {
  .l-outpatient-h3sec__dr > .info {
    display: inline-block;
    width: auto;
    margin: 0 auto;
  }
}
.l-outpatient-h3sec__dr .infolist > div {
  display: flex;
}
.l-outpatient-h3sec__dr .infolist > div + div {
  margin-top: 20px;
}
@media (max-width: 860px) {
  .l-outpatient-h3sec__dr .infolist > div {
    flex-direction: column;
    gap: 10px;
  }
}
.l-outpatient-h3sec__dr .infolist dt {
  width: 53px;
  font-weight: bold;
}
@media (max-width: 860px) {
  .l-outpatient-h3sec__dr .infolist dt {
    width: 100%;
  }
}
.l-outpatient-h3sec__dr .infolist dd {
  width: calc(100% - 53px);
}
@media (max-width: 860px) {
  .l-outpatient-h3sec__dr .infolist dd {
    width: 100%;
  }
}
.l-outpatient .l-outpatient-faq__inner {
  margin-top: 40px;
}
.l-outpatient .l-outpatient-faq .c-h2border {
  font-size: 24px;
}
.l-outpatient .l-outpatient-faq .c-linkbtn-area {
  margin-top: 40px;
}

.l-hachioji__intro {
  margin-top: 40px;
}
.l-hachioji__intro span {
  font-weight: bold;
}
.l-hachioji .c-toc {
  margin-top: 80px;
}
.l-hachioji-h2sec {
  margin-top: 80px;
}
.l-hachioji-h2sec .desc {
  margin-top: 20px;
}
.l-hachioji-h2sec .c-pricelist {
  margin-top: 40px;
}
.l-hachioji-h2sec__01 .c-sechead__h2 {
  color: #e67382;
}
.l-hachioji-h2sec__02 .c-sechead__h2 {
  color: #fc8e20;
}
.l-hachioji-h2sec__02 .l-hachioji-h3sec h3 {
  color: #fc8e20;
}
.l-hachioji-h3sec {
  margin-top: 40px;
  padding: 40px;
  background-color: #f5f5f5;
}
@media (max-width: 530px) {
  .l-hachioji-h3sec {
    padding: 40px 12px;
  }
}
.l-hachioji-h3sec__wrap {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
}
.l-hachioji-h3sec h3 {
  font-size: 24px;
  text-align: center;
  font-family: fot-tsukuardgothic-std, sans-serif;
}
@media (max-width: 530px) {
  .l-hachioji-h3sec h3 {
    font-size: 22px;
  }
}
.l-hachioji-h3sec .c-pricelist {
  margin-top: 20px;
}
@media (max-width: 860px) {
  .l-hachioji-h3sec .c-pricelist.-col2 {
    justify-content: flex-start;
    margin: 20px auto 0;
  }
}
@media (max-width: 530px) {
  .l-hachioji-h3sec .c-pricelist.-col2 {
    max-width: 340px;
  }
}
.l-hachioji-h3sec .aste-list {
  margin-top: 20px;
}
.l-hachioji-h3sec .aste-list li {
  font-size: 14px;
  letter-spacing: 0.56px;
  line-height: 1.5;
}
.l-hachioji-checkup {
  margin-top: 120px;
  padding: 80px 0;
  background-color: #fdf1f2;
}
@media (max-width: 860px) {
  .l-hachioji-checkup {
    margin-top: 80px;
  }
}
.l-hachioji-checkup__wrap {
  padding: 80px 42px 80px 72px;
  background-color: #fff;
  border-radius: 20px;
}
@media (max-width: 860px) {
  .l-hachioji-checkup__wrap {
    padding: 40px 20px;
  }
}
.l-hachioji-checkup .c-sechead__h2 {
  text-align: center;
}
.l-hachioji-checkup__info {
  margin-top: 20px;
}
.l-hachioji-checkup__info > div {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 530px) {
  .l-hachioji-checkup__info > div {
    flex-direction: column;
    align-items: flex-start;
  }
}
.l-hachioji-checkup__info > div + div {
  margin-top: 10px;
}
.l-hachioji-checkup__info > div dt {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  width: 80px;
  padding: 10px 0 6px;
  background-color: #555555;
  color: #fff;
}
.l-hachioji-checkup__price {
  margin-top: 10px;
}
.l-hachioji-checkup__price > div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 10px;
}
@media (max-width: 530px) {
  .l-hachioji-checkup__price > div {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 530px) {
  .l-hachioji-checkup__price > div + div {
    margin-top: 10px;
  }
}
.l-hachioji-checkup__price > div dt,
.l-hachioji-checkup__price > div dd {
  color: #e67382;
}
.l-hachioji-checkup__price > div dt {
  font-size: 18px;
  letter-spacing: 0.72px;
}
.l-hachioji-checkup__price > div dd {
  font-size: 24px;
  font-weight: bold;
}
.l-hachioji-checkup__price > div dd span {
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  color: #555555;
}
.l-hachioji-checkup a {
  margin-top: 13px;
  display: block;
  text-align: center;
  text-decoration: underline;
}
.l-hachioji .c-faq .c-inner {
  margin-top: 80px;
}
@media (max-width: 860px) {
  .l-hachioji .c-faq .c-inner {
    margin-top: 50px;
  }
}
.l-hachioji .c-plus {
  margin-top: 160px;
}
@media (max-width: 860px) {
  .l-hachioji .c-plus {
    margin-top: 80px;
  }
}

.l-kenpo-intro {
  margin-top: 40px;
}
.l-kenpo-intro__btnlink {
  display: block;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  position: relative;
  background-color: #fdf1f2;
  border-radius: 32px;
  transition: opacity 0.3s, box-shadow 0.3s;
}
.l-kenpo-intro__btnlink:hover {
  box-shadow: none;
}
.l-kenpo-intro__btnlink::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 64px;
  transform: translateY(-50%);
  background: #e67382;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media (max-width: 860px) {
  .l-kenpo-intro__btnlink::after {
    right: 20px;
  }
}
@media (max-width: 530px) {
  .l-kenpo-intro__btnlink::after {
    width: 12px;
    height: 16px;
  }
}
.l-kenpo-intro__btnlink p {
  color: #e67382;
  font-size: 24px;
  letter-spacing: 0.96px;
  font-weight: bold;
  text-align: center;
  font-family: fot-tsukuardgothic-std, sans-serif;
}
@media (max-width: 530px) {
  .l-kenpo-intro__btnlink p {
    font-size: 20px;
  }
}
.l-kenpo-intro__btnlink p span {
  display: block;
  font-weight: normal;
  font-size: 16px;
}
@media (max-width: 530px) {
  .l-kenpo-intro__btnlink p span {
    font-size: 12px;
  }
}
.l-kenpo-intro__textlink {
  margin-top: 20px;
  text-align: center;
}
.l-kenpo-toc {
  margin-top: 80px;
}
@media (max-width: 860px) {
  .l-kenpo-toc {
    margin-top: 40px;
  }
}
.l-kenpo-toc .c-iconlink.-pdf {
  font-size: 16px;
  margin-top: 20px;
  text-decoration: underline;
}
.l-kenpo-toc .c-iconlink.-pdf::before {
  width: 18px;
}
.l-kenpo-toc .c-iconlink.-pdf span {
  opacity: 1;
  color: #707070;
}
.l-kenpo-hr {
  margin-top: 40px;
  width: 100%;
  height: 80px;
  background-image: url("../images/pattern.svg");
  background-repeat: repeat;
}
.l-kenpo-screening {
  margin-top: 80px;
}
.l-kenpo-screening .c-sechead__h2 {
  color: #e67382;
}
.l-kenpo-screening .desc {
  margin-top: 20px;
}
.l-kenpo-screening .c-pricelist {
  margin-top: 40px;
}
.l-kenpo-screening__sec {
  max-width: 640px;
  width: 100%;
  margin: 80px auto 0;
  padding: 20px;
  background-color: #f5f5f5;
}
@media (max-width: 530px) {
  .l-kenpo-screening__sec {
    padding: 20px 10px;
  }
}
.l-kenpo-screening__sec + .l-kenpo-screening__sec {
  margin-top: 40px;
}
.l-kenpo-screening__sec h3 {
  font-size: 18px;
  letter-spacing: 0.72px;
  color: #e67382;
}
.l-kenpo-screening__sec .catch {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 5px;
}
.l-kenpo-screening__sec .price {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.l-kenpo-screening__sec .price dt,
.l-kenpo-screening__sec .price dd {
  color: #e67382;
}
.l-kenpo-screening__sec .desc {
  padding-top: 20px;
  border-top: 4px dashed #fff;
}
.l-kenpo-screening__sec .bubble {
  margin-top: 10px;
  padding: 10px;
  background-color: #fff;
}
.l-kenpo-screening__sec .aste-list {
  margin-top: 10px;
}
.l-kenpo-screening__sec .aste-list li {
  font-size: 14px;
  line-height: 1.5;
}
.l-kenpo-screening__sec .aste-list li::before {
  content: "※";
}
.l-kenpo-screening__sec .u-textlink {
  margin-top: 20px;
  display: inline-block;
}
.l-kenpo-options {
  margin-top: 80px;
}
.l-kenpo-options .c-sechead__h2 {
  color: #fc8e20;
}
.l-kenpo-options__intro {
  margin-top: 20px;
}
.l-kenpo-options__aste {
  margin-top: 10px;
  font-size: 14px;
}
.l-kenpo-options__h3sec {
  margin-top: 40px;
}
.l-kenpo-options__h3sec h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  color: #fc8e20;
  font-family: fot-tsukuardgothic-std, sans-serif;
}
.l-kenpo-options__h3sec h3::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fc8e20;
  transform: translateY(3px);
}
.l-kenpo-options__h4sec {
  margin-top: 20px;
  padding: 20px;
  border: 2px solid #f5f5f5;
}
@media (max-width: 530px) {
  .l-kenpo-options__h4sec {
    padding: 20px 10px;
  }
}
.l-kenpo-options__h4sec h4 {
  font-size: 18px;
  letter-spacing: 0.72px;
  color: #fc8e20;
}
.l-kenpo-options__h4sec .desc {
  margin-top: 10px;
  font-size: 20px;
  letter-spacing: 0.8px;
  font-weight: bold;
}
.l-kenpo-options__h4sec .price {
  margin-top: 10px;
}
.l-kenpo-options__h4sec .price > div {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 530px) {
  .l-kenpo-options__h4sec .price > div {
    display: block;
  }
  .l-kenpo-options__h4sec .price > div + div {
    margin-top: 10px;
  }
}
.l-kenpo-options__h4sec .price > div dt::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 12px;
  margin-right: 10px;
  background: #fc8e20;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.l-kenpo-options__h4sec .price > div dd {
  color: #fc8e20;
}
@media (max-width: 530px) {
  .l-kenpo-options__h4sec .price > div dd {
    margin-top: 4px;
    text-align: right;
  }
}
.l-kenpo-options__h4sec .bubble {
  margin-top: 10px;
  padding: 10px;
  background-color: #f5f5f5;
}
@media (max-width: 530px) {
  .l-kenpo-options__h4sec .bubble span {
    display: block;
    margin-top: 4px;
    font-size: 12px;
  }
}
.l-kenpo-options__h4sec .aste {
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: 0.56px;
}
.l-kenpo-checkup {
  background-color: #fdf1f2;
  margin-top: 80px;
  padding: 80px 0;
}
@media (max-width: 860px) {
  .l-kenpo-checkup {
    padding: 40px 0;
  }
}
.l-kenpo-checkup__head {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 530px) {
  .l-kenpo-checkup__head {
    display: block;
  }
}
.l-kenpo-checkup__head .c-sechead__h2 {
  color: #e67382;
}
.l-kenpo-checkup__head p {
  font-weight: bold;
}
@media (max-width: 530px) {
  .l-kenpo-checkup__head p {
    transform: none;
    margin-top: 10px;
  }
}
.l-kenpo-checkup__desc {
  margin-top: 25px;
}
.l-kenpo-checkup__desc p + p {
  margin-top: 10px;
}
.l-kenpo-checkup__desc span {
  font-weight: bold;
}
.l-kenpo-checkup__wrap {
  margin-top: 40px;
  display: flex;
  gap: 20px;
}
@media (max-width: 860px) {
  .l-kenpo-checkup__wrap {
    flex-direction: column;
  }
}
.l-kenpo-checkup__h3sec {
  width: calc((100% - 20px) / 2);
  padding: 20px;
  background-color: #fff;
}
@media (max-width: 860px) {
  .l-kenpo-checkup__h3sec {
    width: 100%;
    padding: 20px 10px;
  }
}
.l-kenpo-checkup__h3sec h3 {
  font-size: 18px;
  letter-spacing: 0.72px;
  color: #e67382;
}
.l-kenpo-checkup__h3sec .catch {
  font-size: 20px;
  letter-spacing: 0.8px;
  line-height: 1.3;
  font-weight: bold;
}
.l-kenpo-checkup__h3sec .price {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  color: #e67382;
}
.l-kenpo-checkup__h3sec .price + .desc {
  padding-top: 20px;
  border-top: 4px dashed #f5f5f5;
  margin-top: 20px;
}
.l-kenpo-checkup__h3sec .bubble {
  margin-top: 10px;
  padding: 10px;
  background-color: #f5f5f5;
}
.l-kenpo-checkup__h3sec .bubble + .desc {
  margin-top: 10px;
}
.l-kenpo-checkup__h3sec .u-textlink {
  display: inline-block;
  margin-top: 20px;
}
.l-kenpo-checkup__options {
  margin-top: 40px;
}
.l-kenpo-checkup__options h3 {
  font-size: 18px;
  letter-spacing: 0.72px;
  color: #e67382;
}
.l-kenpo-checkup__options ul {
  margin-top: 10px;
}
.l-kenpo-checkup__options ul li {
  line-height: 1.5;
}
@media (max-width: 530px) {
  .l-kenpo-checkup__options ul li {
    margin-left: 1em;
    text-indent: -1em;
  }
}
.l-kenpo-checkup__options ul li::before {
  content: "・";
}
.l-kenpo-coach {
  background-color: #fdf1f2;
  padding-bottom: 160px;
}
@media (max-width: 860px) {
  .l-kenpo-coach {
    padding-bottom: 80px;
  }
}
.l-kenpo-coach__wrap {
  background-color: #fff;
  border-radius: 80px;
  padding: 80px 110px;
}
@media (max-width: 860px) {
  .l-kenpo-coach__wrap {
    padding: 40px 20px;
    border-radius: 40px;
  }
}
@media (max-width: 530px) {
  .l-kenpo-coach__wrap {
    padding: 20px;
    border-radius: 20px;
  }
}
.l-kenpo-coach .c-sechead__h2 {
  color: #e67382;
}
.l-kenpo-coach__desc {
  position: relative;
  padding-top: 20px;
  margin-top: 20px;
}
.l-kenpo-coach__desc::before {
  content: "";
  display: block;
  width: 124px;
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/dots_pink.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.l-kenpo-coach__aste {
  margin-top: 10px;
}
.l-kenpo-coach__aste li {
  font-size: 14px;
  line-height: 1.5;
}
.l-kenpo-coach__aste li::before {
  content: "※";
}
.l-kenpo-coach__h3sec {
  position: relative;
  margin-top: 40px;
  padding-top: 40px;
}
.l-kenpo-coach__h3sec::before {
  content: "";
  display: block;
  width: 124px;
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/dots_gray.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.l-kenpo-coach__h3sec h3 {
  font-size: 24px;
  letter-spacing: 0.96px;
  line-height: 1.5;
  color: #e67382;
  font-weight: bold;
  font-family: fot-tsukuardgothic-std, sans-serif;
}
.l-kenpo-coach__h3sec .desc {
  margin-top: 10px;
}
.l-kenpo-coach__h3sec .desc span {
  font-weight: bold;
}
.l-kenpo-coach__h3sec .aste {
  margin-top: 10px;
  font-size: 14px;
}
.l-kenpo-coach__h3sec > img {
  margin-top: 20px;
}
.l-kenpo-coach__h3sec .list {
  margin-top: 10px;
}
.l-kenpo-coach__h3sec .list li {
  line-height: 1.5;
}
@media (max-width: 530px) {
  .l-kenpo-coach__h3sec .list li {
    margin-left: 1em;
    text-indent: -1em;
  }
}
.l-kenpo-coach__h3sec .list li + li {
  margin-top: 10px;
}
.l-kenpo-coach__h3sec .list li span {
  color: #e67382;
  margin-right: 10px;
}
.l-kenpo-about {
  margin-top: 80px;
}
.l-kenpo-about .c-sechead__h2 {
  color: #e67382;
}
.l-kenpo-about__desc {
  margin-top: 10px;
}
.l-kenpo-about__aste {
  margin-top: 10px;
}
.l-kenpo-about__aste li {
  font-size: 14px;
  letter-spacing: 0.56px;
  line-height: 1.5;
}
.l-kenpo-about__aste li::before {
  content: "※";
}
.l-kenpo-about__image {
  margin-top: 20px;
}
.l-kenpo-about__link {
  margin-top: 40px;
}
.l-kenpo-about__link dt {
  font-weight: bold;
}
.l-kenpo-about__link dd {
  margin-top: 5px;
}
.l-kenpo .c-faq {
  margin-top: 80px;
}
.l-kenpo .c-faq .c-inner {
  margin-top: 80px;
}
@media (max-width: 860px) {
  .l-kenpo .c-faq .c-inner {
    margin-top: 50px;
  }
}
.l-kenpo .c-plus {
  margin-top: 80px;
}

.l-options .c-pagehead h1 {
  color: #1ebfb4;
}
.l-options-container {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  max-width: 1040px;
  width: 100%;
  margin: 40px auto 0;
  position: relative;
  padding-bottom: 160px;
}
@media (max-width: 1040px) {
  .l-options-container {
    flex-direction: column;
    gap: 55px;
    overflow: hidden;
  }
}
@media (max-width: 860px) {
  .l-options-container {
    padding-bottom: 80px;
  }
}
.l-options__aside {
  position: sticky;
  top: 180px;
}
@media (max-width: 1040px) {
  .l-options__aside {
    position: static;
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 860px) {
  .l-options__aside {
    display: none;
  }
}
.l-options .c-toc {
  min-width: 320px;
  width: 320px;
  padding: 30px 20px;
}
.l-options .c-toc ol:first-child {
  margin-top: 0;
}
.l-options .c-toc ol li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.l-options .c-toc ol li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #1ebfb4;
}
.l-options .c-toc ol li.acc a {
  font-size: 18px;
  font-weight: bold;
  color: #1ebfb4;
  font-family: fot-tsukuardgothic-std, sans-serif;
}
.l-options .c-toc ol li.acc::before {
  content: "";
  display: block;
  min-width: 4px;
  width: 4px;
  min-height: 8px;
  height: 8px;
  background-color: transparent;
  background-image: url("../images/arrow_green.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(90deg);
}
.l-options .c-toc .c-iconlink {
  margin-top: 30px;
  font-size: 16px;
  text-decoration: underline;
}
.l-options .c-toc .c-iconlink::before {
  width: 18px;
}
@media (max-width: 860px) {
  .l-options .c-pricelist {
    justify-content: center;
  }
}
@media (max-width: 530px) {
  .l-options .c-pricelist {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
  }
  .l-options .c-pricelist > div {
    max-width: 100%;
    width: 100%;
  }
  .l-options .c-pricelist > div dt,
  .l-options .c-pricelist > div dd {
    align-items: flex-start;
    width: 100%;
    padding: 0 20px;
  }
  .l-options .c-pricelist > div dt {
    font-size: 18px;
  }
  .l-options .c-pricelist > div dd {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    text-align: left;
  }
  .l-options .c-pricelist > div dd span {
    margin-top: 0;
    font-size: 20px;
  }
}
.l-options-spmenu {
  display: none;
  width: 100%;
}
@media (max-width: 860px) {
  .l-options-spmenu {
    display: block;
  }
}
.l-options-spmenu ul {
  display: flex;
  background-color: #f5f5f5;
}
.l-options-spmenu ul li {
  width: 33.3333333333%;
  height: 75px;
  border: 1px solid #fff;
}
.l-options-spmenu ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 1.4;
  color: #1ebfb4;
  text-align: center;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
}
.l-options-spmenu ul li a::after {
  content: "";
  display: block;
  width: 5px;
  height: 8px;
  background-image: url("../images/arrow_green.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(90deg);
}
.l-options-spmenu .c-iconlink {
  margin-top: 10px;
  font-size: 14px;
  text-decoration: underline;
}
.l-options-spmenu__fixed {
  display: none;
}
.l-options-spmenu__fixed.scrolled {
  width: 100%;
  position: fixed;
  top: 100px;
  left: 0;
  z-index: 9980;
}
@media (max-width: 860px) {
  .l-options-spmenu__fixed.scrolled {
    display: block;
  }
}
@media (max-width: 530px) {
  .l-options-spmenu__fixed.scrolled {
    top: 83px;
  }
}
.l-options-spmenu__fixed.scrolled ul {
  background-color: #f5f5f5;
}
.l-options-spmenu__fixed.scrolled .c-inner {
  display: none;
}
.l-options-contents {
  position: relative;
  margin-top: 130px;
  flex: 1;
}
@media (max-width: 1040px) {
  .l-options-contents {
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 860px) {
  .l-options-contents {
    padding: 0 20px;
  }
}
.l-options__h2border {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: calc(50vw + 132px);
  height: 80px;
  padding: 0 40px;
  font-size: 32px;
  line-height: 1.5;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.l-options__h2border-wrap {
  height: 80px;
  position: relative;
}
@media (max-width: 530px) {
  .l-options__h2border-wrap {
    height: 64px;
  }
}
.l-options__h2border.-small {
  font-size: 24px;
}
.l-options__h2border.-small span {
  width: 640px;
  max-width: 100%;
  text-align: center;
}
@media (max-width: 1040px) {
  .l-options__h2border {
    width: 100vw;
    justify-content: center;
    margin-left: calc((100vw - 860px) / 2 * -1);
  }
}
@media (max-width: 860px) {
  .l-options__h2border {
    margin-left: -20px;
  }
}
@media (max-width: 530px) {
  .l-options__h2border {
    font-size: 20px;
    height: 64px;
  }
}
.l-options-intro h2 {
  position: relative;
  font-size: 32px;
  line-height: 1.5;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  color: #1ebfb4;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
@media (max-width: 530px) {
  .l-options-intro h2 {
    font-size: 24px;
  }
}
.l-options-intro h2::after {
  content: "";
  display: block;
  width: 124px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("../images/dots_green.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.l-options-intro__point h3 {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 24px;
  line-height: 1.5;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  color: #1ebfb4;
}
@media (max-width: 530px) {
  .l-options-intro__point h3 {
    font-size: 20px;
  }
}
.l-options-intro__point h3::before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  width: 36px;
  height: 36px;
  font-size: 24px;
  line-height: 1.5;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  color: #fff;
  background-color: #1ebfb4;
  border-radius: 50%;
}
@media (max-width: 530px) {
  .l-options-intro__point h3::before {
    font-size: 16px;
    min-width: 28px;
    width: 28px;
    height: 28px;
  }
}
.l-options-intro__point01 h3::before {
  content: "1";
}
.l-options-intro__point02 {
  margin-top: 40px;
}
.l-options-intro__point02 h3::before {
  content: "2";
}
.l-options-intro__point .desc {
  margin-top: 10px;
  letter-spacing: 0.64px;
  line-height: 1.5;
}
.l-options-intro__point .aste {
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: 0.56px;
  line-height: 1.5;
}
.l-options-intro__bubble {
  max-width: 490px;
  width: 100%;
  margin-top: 40px;
  padding: 40px 80px;
  border: 6px solid #f5f5f5;
  border-radius: 40px;
}
@media (max-width: 860px) {
  .l-options-intro__bubble {
    max-width: 380px;
    padding: 32px 24px;
  }
}
@media (max-width: 530px) {
  .l-options-intro__bubble {
    max-width: 320px;
  }
}
.l-options-intro__option h4 {
  font-size: 24px;
  line-height: 1.5;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  letter-spacing: 0;
}
@media (max-width: 530px) {
  .l-options-intro__option h4 {
    font-size: 20px;
  }
}
.l-options-intro__option ol {
  margin-top: 10px;
  counter-reset: number;
}
.l-options-intro__option ol li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  letter-spacing: 0.72px;
  line-height: 1.5;
  font-weight: bold;
  counter-increment: number;
}
@media (max-width: 530px) {
  .l-options-intro__option ol li {
    font-size: 16px;
  }
}
.l-options-intro__option ol li::before {
  content: "";
  display: block;
  width: 32px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 530px) {
  .l-options-intro__option ol li::before {
    width: 24px;
    height: 30px;
  }
}
.l-options-intro__option ol li + li {
  margin-top: 10px;
}
.l-options-intro__option01 h4 {
  color: #1ebfb4;
}
.l-options-intro__option01 ol li:nth-child(1)::before {
  background-image: url("../images/options/ranking_ao_1.svg");
}
.l-options-intro__option01 ol li:nth-child(2)::before {
  background-image: url("../images/options/ranking_ao_2.svg");
}
.l-options-intro__option01 ol li:nth-child(3)::before {
  background-image: url("../images/options/ranking_ao_3.svg");
}
.l-options-intro__option01 ol li:nth-child(4)::before {
  background-image: url("../images/options/ranking_ao_4.svg");
}
.l-options-intro__option01 ol li:nth-child(5)::before {
  background-image: url("../images/options/ranking_ao_5.svg");
}
.l-options-intro__option01 ol li:nth-child(6)::before {
  background-image: url("../images/options/ranking_ao_6.svg");
}
.l-options-intro__option01 ol li:nth-child(7)::before {
  background-image: url("../images/options/ranking_ao_7.svg");
}
.l-options-intro__option01 ol li:nth-child(8)::before {
  background-image: url("../images/options/ranking_ao_8.svg");
}
.l-options-intro__option02 h4 {
  color: #e67382;
}
.l-options-intro__option02 ol li:nth-child(1)::before {
  background-image: url("../images/options/ranking_pink_1.svg");
}
.l-options-intro__option02 ol li:nth-child(2)::before {
  background-image: url("../images/options/ranking_pink_2.svg");
}
.l-options-intro__option02 ol li:nth-child(3)::before {
  background-image: url("../images/options/ranking_pink_3.svg");
}
.l-options-intro__option02 ol li:nth-child(4)::before {
  background-image: url("../images/options/ranking_pink_4.svg");
}
.l-options-intro__option02 ol li:nth-child(5)::before {
  background-image: url("../images/options/ranking_pink_5.svg");
}
.l-options-intro__option02 ol li:nth-child(6)::before {
  background-image: url("../images/options/ranking_pink_6.svg");
}
.l-options-intro__option02 ol li:nth-child(7)::before {
  background-image: url("../images/options/ranking_pink_7.svg");
}
.l-options-intro__option02 ol li:nth-child(8)::before {
  background-image: url("../images/options/ranking_pink_8.svg");
}
.l-options-intro__option02 {
  margin-top: 40px;
}
.l-options-intro__desc {
  margin-top: 40px;
  font-size: 18px;
  line-height: 1.5;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
}
@media (max-width: 530px) {
  .l-options-intro__desc {
    text-align: center;
  }
}
.l-options-choice {
  margin-top: 80px;
  position: relative;
}
.l-options-choice .l-options__h2border {
  background-color: #1ebfb4;
}
.l-options-choice__h3sec {
  margin-top: 40px;
}
.l-options-choice__h3sec:not(:last-child) {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.l-options-choice__h3sec:not(:last-child)::after {
  content: "";
  display: block;
  width: 124px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("../images/dots_gray.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.l-options-choice__h3sec h3 {
  font-size: 24px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  color: #1ebfb4;
}
.l-options-choice__h3sec .desc {
  margin-top: 10px;
}
.l-options-choice__h3sec .c-pricelist {
  margin-top: 20px;
}
.l-options-search {
  margin-top: 160px;
  position: relative;
}
@media (max-width: 860px) {
  .l-options-search {
    margin-top: 80px;
  }
}
.l-options-search .l-options__h2border {
  background-color: #1ebfb4;
}
.l-options-search__intro {
  margin-top: 40px;
}
.l-options-search__intro h3 {
  font-size: 24px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  color: #1ebfb4;
}
.l-options-search__intro p {
  margin-top: 10px;
}
.l-options-search__pricelink {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 25px 0;
  font-size: 20px;
  letter-spacing: 0.8px;
  color: #1ebfb4;
  background-color: #ebfffe;
}
@media (max-width: 530px) {
  .l-options-search__pricelink {
    padding: 16px 0;
  }
}
.l-options-search__pricelink span {
  opacity: 0.8;
}
@media (max-width: 530px) {
  .l-options-search__pricelink span {
    display: block;
  }
}
.l-options-search__pricelink::before {
  content: "";
  display: block;
  width: 27px;
  height: 30px;
  background-image: url("../images/icon_pdf.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.l-options-search .label {
  color: #1ebfb4;
  font-weight: bold;
}
.l-options-search__partlink {
  margin-top: 40px;
}
.l-options-search__partwrap {
  margin-top: 20px;
}
.l-options-search__partwrap .l-options-search__test {
  margin-top: 10px;
}
.l-options-search__partsec {
  padding-top: 40px;
  margin-top: 40px;
  position: relative;
}
.l-options-search__partsec::before {
  content: "";
  display: block;
  width: 124px;
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/dots_gray.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.l-options-search__partsec.dot-none::before {
  display: none;
}
.l-options-search__partsec h3 {
  display: inline-block;
  padding: 0 40px;
  font-size: 24px;
  letter-spacing: 1.92px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  color: #1ebfb4;
  text-align: center;
  border: 1px solid #1ebfb4;
  border-radius: 8px;
}
@media (max-width: 530px) {
  .l-options-search__partsec h3 {
    min-width: 110px;
    padding: 0 10px;
  }
}
.l-options-search__test {
  margin-top: 20px;
  border: 2px solid #f5f5f5;
}
.l-options-search__test .wrap {
  padding: 18px 56px 16px 20px;
  background-color: #f5f5f5;
}
@media (max-width: 530px) {
  .l-options-search__test .wrap {
    padding: 20px 10px;
  }
}
.l-options-search__test .wrap .flex {
  display: flex;
  align-items: flex-start;
}
.l-options-search__test .wrap .head {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 530px) {
  .l-options-search__test .wrap .head {
    flex-direction: column;
  }
}
.l-options-search__test .wrap .head h4 {
  font-size: 18px;
  letter-spacing: 0.72px;
  line-height: 1.5;
  color: #1ebfb4;
  display: flex;
  align-items: center;
}
.l-options-search__test .wrap .head h4 .blood {
  display: inline-block;
  margin-left: 10px;
  padding: 2px 5px;
  font-size: 11px;
  letter-spacing: 0.44px;
  background-color: #e67382;
  color: #fff;
  font-weight: normal;
  border-radius: 2px;
}
.l-options-search__test .wrap .head .desc {
  margin-top: 5px;
  line-height: 1.5;
  font-weight: bold;
  width: 100%;
}
.l-options-search__test .wrap .head .desc-02 {
  width: 100%;
  margin-top: 5px;
  color: #1ebfb4;
  font-weight: bold;
}
.l-options-search__test .wrap .head .desc-03 {
  font-size: 14px;
  letter-spacing: 0.56px;
  margin-top: 5px;
  line-height: 1.5;
}
.l-options-search__test .wrap .new {
  margin-right: 10px;
}
.l-options-search__test .wrap .target-list,
.l-options-search__test .wrap .aste-list,
.l-options-search__test .wrap .type-list {
  margin-top: 6px;
  padding: 10px;
}
.l-options-search__test .wrap .target-list li,
.l-options-search__test .wrap .aste-list li,
.l-options-search__test .wrap .type-list li {
  font-size: 14px;
  letter-spacing: 0.56px;
  line-height: 1.5;
}
.l-options-search__test .wrap .target-list li::before,
.l-options-search__test .wrap .aste-list li::before,
.l-options-search__test .wrap .type-list li::before {
  content: "・";
}
.l-options-search__test .wrap .target-list {
  background-color: #fff;
}
.l-options-search__test .wrap .target-list li::before {
  content: "・";
}
.l-options-search__test .wrap .aste-list {
  padding-bottom: 0;
}
.l-options-search__test .wrap .aste-list li::before {
  content: "※";
}
.l-options-search__test .wrap .type-list {
  font-size: 14px;
  background-color: #fff;
}
.l-options-search__test .wrap .price-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 40px;
  margin-top: 20px;
}
.l-options-search__test .wrap .price-list .set {
  margin: 0;
}
.l-options-search__test .wrap .price-list .set .type,
.l-options-search__test .wrap .price-list .set .price {
  font-weight: normal;
}
.l-options-search__test .wrap .u-textlink {
  margin-top: 16px;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.56px;
}
.l-options-search__test .detail {
  background-color: #fff;
  height: 0;
  margin-top: 0;
  overflow: hidden;
  transition: height 0.3s ease, margin-top 0.3s ease;
}
.l-options-search__test .detail .detail-inner {
  padding: 20px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.l-options-search__test .detail p {
  line-height: 1.5;
  flex: 1;
}
.l-options-search__test .detail img {
  width: 160px;
}
@media (max-width: 530px) {
  .l-options-search__test .detail .detail-inner {
    flex-direction: column;
    align-items: center;
    padding: 20px 10px;
  }
  .l-options-search__test .detail img {
    width: 100%;
  }
}
.l-options-search__test.has-detail .wrap:hover {
  cursor: pointer;
}
.l-options-search__test.has-detail .wrap {
  position: relative;
}
.l-options-search__test.has-detail .wrap::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  background: url("../images/options/plus.svg") center/contain no-repeat;
  width: 16px;
  height: 16px;
}
.l-options-search__test.is-open .wrap::after {
  background: url("../images/options/minus.svg") center/contain no-repeat;
}
.l-options-search__test.is-open .detail {
  margin-top: 0;
}
.l-options-search__test.is-open .detail .price::after {
  background: url("../images/options/minus.svg") center/contain no-repeat;
}
.l-options-search .marker {
  margin-top: 40px;
}
.l-options-search .marker .marker-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 40px;
  margin-top: 10px;
}
.l-options-search .marker .marker-list .set {
  margin: 0;
}
.l-options-search .marker .marker-list .set .type,
.l-options-search .marker .marker-list .set .price {
  font-weight: normal;
}
.l-options-search .marker .label {
  font-size: 18px;
}
.l-options-search .set {
  margin: 20px 0 40px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
}
.l-options-search .set .name,
.l-options-search .set .type {
  display: flex;
  align-items: center;
  gap: 10px;
}
.l-options-search .set .name::after,
.l-options-search .set .type::after {
  content: "";
  width: 32px;
  height: 1px;
  border-bottom: 1px dashed #555555;
}
.l-options-faq .l-options__h2border {
  background-color: #e67382;
}
@media (max-width: 530px) {
  .l-options-faq .l-options__h2border {
    height: auto;
    padding: 18px 0;
    font-size: 20px;
  }
}
.l-options-faq .c-faq-list {
  margin-top: 80px;
  gap: 20px;
}
@media (max-width: 530px) {
  .l-options-faq .c-faq-list {
    margin-top: 40px;
  }
}
.l-options-faq .c-linkbtn-area {
  margin-top: 80px;
}
@media (max-width: 530px) {
  .l-options-faq .c-linkbtn-area {
    margin-top: 40px;
  }
}

.l-forwomens + * {
  margin-top: 160px;
}
@media (max-width: 860px) {
  .l-forwomens + * {
    margin-top: 80px;
  }
}
.l-forwomens-h3border {
  background-color: #fdf1f2;
  color: #e67382;
  font-size: 20px;
  letter-spacing: 0.8px;
  padding: 27px 20px;
  text-align: center;
}
.l-forwomens-intro {
  margin-top: 40px;
}
.l-forwomens-intro h2 {
  color: #e67382;
  letter-spacing: 1.28px;
}
.l-forwomens-intro p {
  margin-top: 40px;
}
.l-forwomens-toc {
  margin-top: 80px;
}
.l-forwomens-checkup {
  margin-top: 80px;
}
.l-forwomens-checkup img.pc-image {
  display: block;
}
.l-forwomens-checkup img.sp-image {
  display: none;
}
@media (max-width: 530px) {
  .l-forwomens-checkup img.pc-image {
    display: none;
  }
  .l-forwomens-checkup img.sp-image {
    display: block;
  }
}
.l-forwomens-checkup__image {
  margin-top: 80px;
}
.l-forwomens-checkup__targetlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l-forwomens-checkup__targetlist > li {
  position: relative;
  width: calc((100% - 20px) / 2);
  background: #fbe8eb;
  border-radius: 4px;
  padding: 3px 0 3px 28px;
  margin-bottom: 8px;
  line-height: 1.5;
}
.l-forwomens-checkup__targetlist > li::before {
  content: url(../images/icon_check.svg);
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 530px) {
  .l-forwomens-checkup__targetlist > li {
    width: 100%;
  }
}
.l-forwomens-checkup__images {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
@media (max-width: 860px) {
  .l-forwomens-checkup__images01 img:nth-child(1) {
    width: 69.76%;
  }
  .l-forwomens-checkup__images01 img:nth-child(2) {
    width: 25.58%;
  }
}
.l-forwomens-checkup__images.-center {
  justify-content: center;
  gap: 160px;
}
@media (max-width: 860px) {
  .l-forwomens-checkup__images.-center {
    gap: 40px;
  }
  .l-forwomens-checkup__images.-center img {
    max-width: 280px;
    width: 32.55%;
  }
}
@media (max-width: 530px) {
  .l-forwomens-checkup__images.-center img {
    width: 100%;
  }
}
@media (max-width: 530px) {
  .l-forwomens-checkup__images {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .l-forwomens-checkup__images img {
    width: 80%;
  }
}
.l-forwomens-checkup__image {
  display: flex;
  justify-content: center;
}
.l-forwomens-checkup__h3sec .u-divider {
  margin-top: 80px;
  padding-top: 80px;
}
.l-forwomens-checkup__h3sec .catch {
  font-size: 20px;
  letter-spacing: 0.8px;
  line-height: 1.5;
  color: #e67382;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
}
.l-forwomens-checkup__h3sec .catch + * {
  margin-top: 40px;
}
.l-forwomens-checkup__h3sec + .l-forwomens-checkup__h3sec {
  margin-top: 160px;
}
@media (max-width: 860px) {
  .l-forwomens-checkup__h3sec + .l-forwomens-checkup__h3sec {
    margin-top: 80px;
  }
}
.l-forwomens-checkup__h4sec:not(:first-of-type) {
  margin-top: 40px;
}
.l-forwomens-checkup__h4sec h4 {
  padding-left: 60px;
  padding-bottom: 5px;
  border-bottom: 3px solid #b5b5b5;
  position: relative;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 24px;
}
.l-forwomens-checkup__h4sec h4::before {
  content: url(../images/forwomens/titlebg.svg);
  position: absolute;
  left: 0;
  top: 0;
}
.l-forwomens-checkup__h4sec h4::after {
  content: "";
  width: 86px;
  height: 3px;
  position: absolute;
  bottom: -3px;
  left: 0;
  background: #e67382;
}
.l-forwomens-checkup__h4sec h4 + * {
  margin-top: 16px;
}
.l-forwomens-checkup__h5sec {
  width: calc((100% - 30px) / 2);
}
.l-forwomens-checkup__h5secwrap {
  display: flex;
  justify-content: space-between;
}
.l-forwomens-checkup__h5secwrap + p {
  margin-top: 20px;
}
.l-forwomens-checkup__h5sec h5 {
  color: #e67382;
  font-size: 18px;
}
.l-forwomens-checkup__h5sec h5 + p {
  margin-top: 10px;
}
.l-forwomens-checkup__h5sec img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 530px) {
  .l-forwomens-checkup__h5sec {
    width: 100%;
  }
  .l-forwomens-checkup__h5secwrap {
    flex-direction: column;
    gap: 20px;
  }
}
.l-forwomens-reason {
  margin-top: 160px;
}
.l-forwomens-reason__intro {
  margin-top: 40px;
}
.l-forwomens-reason__h3sec {
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-forwomens-reason__h3sec img {
  width: 280px;
}
.l-forwomens-reason__h3sec .contents {
  width: calc(100% - 280px - 40px);
}
.l-forwomens-reason__h3sec .point {
  padding: 9px 0;
  width: 164px;
  text-align: center;
  background-color: #fdf1f2;
  color: #e67382;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 16px;
  border-radius: 20px;
  font-weight: bold;
}
.l-forwomens-reason__h3sec h3 {
  margin-top: 20px;
  color: #e67382;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 24px;
  line-height: 1.5;
}
.l-forwomens-reason__h3sec p {
  margin-top: 10px;
}
@media (max-width: 860px) {
  .l-forwomens-reason {
    margin-top: 80px;
  }
}
@media (max-width: 530px) {
  .l-forwomens-reason__h3sec {
    flex-direction: column;
    gap: 20px;
  }
  .l-forwomens-reason__h3sec .contents {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .l-forwomens-reason__h3sec .point {
    font-size: 14px;
    padding: 5px 0;
  }
  .l-forwomens-reason__h3sec h3 {
    margin-top: 10px;
  }
}
.l-forwomens-reason__choice {
  margin-top: 80px;
  background-color: #fdf1f2;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-forwomens-reason__choice h3 {
  color: #e67382;
  font-size: 24px;
  line-height: 1.5;
  font-family: fot-tsukuardgothic-std, sans-serif;
}
.l-forwomens-reason__choice ul {
  margin-top: 20px;
}
.l-forwomens-reason__choice ul li + li {
  margin-top: 5px;
}
@media (max-width: 530px) {
  .l-forwomens-reason__choice ul.c-circlelist li {
    line-height: 1.5;
  }
  .l-forwomens-reason__choice ul.c-circlelist li + li {
    margin-top: 15px;
  }
  .l-forwomens-reason__choice ul.c-circlelist li + li::before {
    top: 6px;
  }
}
.l-forwomens-recommend {
  margin-top: 160px;
}
.l-forwomens-recommend__inner {
  margin-top: 40px;
}
.l-forwomens-recommend__aste {
  font-size: 14px;
  margin-top: 20px;
}
.l-forwomens-recommend__h3sec {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
.l-forwomens-recommend__h3sec .age {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fdf1f2;
  color: #e67382;
  font-family: fot-tsukuardgothic-std, sans-serif;
  width: 200px;
  text-align: center;
  font-weight: bold;
  padding: 15px 0;
  font-size: 20px;
}
.l-forwomens-recommend__h3sec .contents {
  padding: 10px 0;
  width: calc(100% - 40px - 200px);
}
.l-forwomens-recommend__h3sec .contents h3 {
  font-size: 24px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  letter-spacing: 0.96px;
  color: #e67382;
}
.l-forwomens-recommend__h3sec .contents ul {
  margin-top: 30px;
}
.l-forwomens-recommend__h3sec .contents ul a {
  padding-top: 10px;
}
@media (max-width: 860px) {
  .l-forwomens-recommend {
    margin-top: 80px;
  }
}
@media (max-width: 530px) {
  .l-forwomens-recommend__h3sec {
    flex-direction: column;
  }
  .l-forwomens-recommend__h3sec .age {
    width: 100%;
    font-size: 18px;
  }
  .l-forwomens-recommend__h3sec .contents {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
  .l-forwomens-recommend__h3sec .contents h3 {
    font-size: 20px;
    line-height: 1.25;
    letter-spacing: 0;
  }
  .l-forwomens-recommend__h3sec .contents h3 + p {
    margin-top: 20px;
  }
}
.l-forwomens-after {
  margin-top: 160px;
}
@media (max-width: 860px) {
  .l-forwomens-after {
    margin-top: 80px;
  }
}
.l-forwomens-after .c-after__inner::before {
  display: none;
}
.l-forwomens-after .c-after__inner::after {
  display: none;
}
.l-forwomens-faq {
  margin-top: 160px;
}
@media (max-width: 860px) {
  .l-forwomens-faq {
    margin-top: 80px;
  }
}
.l-forwomens-faq__inner {
  margin-top: 80px;
}
@media (max-width: 530px) {
  .l-forwomens-faq__inner {
    margin-top: 40px;
  }
}
.l-forwomens-faq .c-linkbtn-area {
  margin-top: 80px;
}

.l-contact + * {
  margin-top: 80px;
}
.l-contact__intro {
  margin-top: 40px;
}
.l-contact__inner {
  margin-top: 80px;
}
.l-contact .u-divider-short {
  padding-top: 80px;
}
.l-contact h2 + * {
  margin-top: 20px;
}
.l-contact .aste {
  font-size: 14px;
}
.l-contact .btn {
  display: block;
  width: 400px;
  max-width: 100%;
  padding: 12px 0;
  text-align: center;
  color: #fff;
  border-radius: 8px;
  background-color: #1ebfb4;
  margin-top: 10px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s, box-shadow 0.3s;
}
.l-contact .btn:hover {
  box-shadow: none;
}
.l-contact-sec + .l-contact-sec {
  margin-top: 80px;
}
.l-contact-sec__wrap {
  padding-left: 20px;
  border-left: 20px solid #f5f5f5;
  margin-top: 40px;
}
.l-contact-sec p span {
  font-weight: bold;
}
.l-contact-sec__btn {
  margin-top: 10px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  transition: opacity 0.3s, box-shadow 0.3s;
}
.l-contact-sec__btn:hover {
  box-shadow: none;
}
.l-contact .hour {
  font-size: 18px;
  letter-spacing: 0.72px;
  font-weight: bold;
}
.l-contact__tellink {
  font-size: 36px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  color: #e67382;
}
.l-contact-tel h2 {
  color: #e67382;
}
.l-contact-tel .l-contact-sec__wrap {
  border-left: solid 20px #fdf1f2;
}
.l-contact-tel .aste {
  margin-top: 20px;
  text-indent: -1em;
  padding-left: 1em;
}
.l-contact-other h2 {
  color: #1ebfb4;
}
.l-contact-other .l-contact-sec__wrap {
  border-left: solid 20px #ebfffe;
}
.l-contact-other .l-contact__tellink {
  color: #1ebfb4;
}
@media (max-width: 860px) {
  .l-contact-other p:not([class]) br {
    display: none;
  }
}

.l-privacy {
  margin-bottom: 160px;
}
@media (max-width: 860px) {
  .l-privacy {
    margin-bottom: 80px;
  }
}
.l-privacy .u-divider-pattern {
  margin-top: 80px;
}
@media (max-width: 860px) {
  .l-privacy .u-divider-pattern {
    margin-top: 40px;
  }
}
.l-privacy-h2sec {
  margin-top: 80px;
}
.l-privacy-h2sec__head .c-sechead {
  margin-bottom: 20px;
  line-height: 1.5;
}
.l-privacy-h2sec__head .c-sechead span {
  font-size: 24px;
}
@media (max-width: 530px) {
  .l-privacy-h2sec__head .c-sechead span {
    font-size: 20px;
  }
}
.l-privacy-h2sec__meta {
  padding-top: 40px;
  border-top: 4px dashed #f5f5f5;
  margin-top: 40px;
}
.l-privacy-h3sec {
  margin-top: 40px;
}
.l-privacy-h3sec h3 {
  font-size: 24px;
  color: #e67382;
  font-family: fot-tsukuardgothic-std, sans-serif;
  letter-spacing: 0.96px;
}
@media (max-width: 530px) {
  .l-privacy-h3sec h3 {
    font-size: 20px;
    letter-spacing: 0.72px;
  }
}
.l-privacy-h3sec h3::before {
  content: "■";
  margin-right: 5px;
}
.l-privacy-h3sec p {
  margin-top: 10px;
  line-height: 1.6;
  text-indent: 1em;
}
.l-privacy-h3sec ul {
  margin-top: 10px;
}
.l-privacy-h3sec ul li {
  line-height: 1.6;
  margin-left: 1em;
  text-indent: -1em;
}
.l-privacy-h3sec ul li::before {
  content: "・";
}

/*======================================================
Object
======================================================*/
.c-inner {
  max-width: 860px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 860px) {
  .c-inner {
    padding: 0 20px;
  }
}

.c-inner02 {
  max-width: 640px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 640px) {
  .c-inner02 {
    padding: 0 20px;
  }
}

.c-linkbtn {
  display: flex;
  justify-content: center;
  background-color: #fff;
  color: #e67382;
  border-radius: 32px;
  width: 100%;
  max-width: 480px;
  padding: 20px 0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  transition: 0.3s;
}
@media (max-width: 530px) {
  .c-linkbtn {
    padding: 16px 0;
    max-width: 280px;
  }
}
@media (hover: hover) {
  .c-linkbtn:hover {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
    transition: 0.3s;
  }
}
.c-linkbtn-area {
  display: flex;
  justify-content: center;
}
.c-linkbtn span {
  font-size: 20px;
  letter-spacing: 0.8px;
}
@media (max-width: 530px) {
  .c-linkbtn span {
    font-size: 14px;
  }
}
.c-linkbtn span::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 16px;
  background-image: url(../images/tri_pink.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 25px;
}
@media (max-width: 530px) {
  .c-linkbtn span::after {
    margin-left: 10px;
    width: 9px;
    height: 12px;
  }
}
.c-linkbtn.-green {
  color: #1ebfb4;
}
.c-linkbtn.-green span::after {
  background-image: url(../images/tri_green.svg);
}

.c-iconlink {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  letter-spacing: 0.8px;
}
@media (max-width: 530px) {
  .c-iconlink {
    font-size: 18px;
  }
}
.c-iconlink span {
  opacity: 0.8;
}
.c-iconlink.-pdf::before {
  content: "";
  background-image: url(../images/icon_pdf.svg);
  background-size: contain;
  margin-right: 10px;
  width: 27px;
  aspect-ratio: 27/30;
  display: block;
}
@media (max-width: 530px) {
  .c-iconlink.-pdf::before {
    margin-right: 8px;
    line-height: 1.4;
  }
}

.c-sechead {
  font-size: 32px;
  letter-spacing: 1.28px;
  line-height: 1.5;
  color: #e67382;
  margin-bottom: 40px;
  font-family: fot-tsukuardgothic-std, sans-serif;
}
@media (max-width: 530px) {
  .c-sechead {
    margin-bottom: 20px;
    font-size: 28px;
  }
}

.c-sechead__h2 {
  font-size: 32px;
  font-weight: bold;
  font-family: fot-tsukuardgothic-std, sans-serif;
}
@media (max-width: 530px) {
  .c-sechead__h2 {
    font-size: 28px;
  }
}

.c-h2border {
  padding: 27px 0;
  background-color: #e67382;
  text-align: center;
  color: #fff;
  font-size: 32px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  letter-spacing: 0;
}
@media (max-width: 530px) {
  .c-h2border {
    padding: 18px 0;
    font-size: 20px;
  }
}
.c-h2border.-green {
  background-color: #1ebfb4;
}

.c-pagehead {
  background-position: center;
}
@media (max-width: 530px) {
  .c-pagehead {
    background-size: cover;
  }
}
.c-pagehead-text {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
  padding: 55px 0;
}
@media (max-width: 860px) {
  .c-pagehead-text {
    padding: 55px 20px;
  }
}
@media (max-width: 530px) {
  .c-pagehead-text {
    padding: 27px 20px;
  }
}
.c-pagehead h1 {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 36px;
  color: #e67382;
}
@media (max-width: 530px) {
  .c-pagehead h1 {
    font-size: 18px;
  }
}

.l-checkup .c-pagehead {
  background-image: url(../images/checkup/pagehead.jpg);
}
@media (max-width: 530px) {
  .l-checkup .c-pagehead {
    background-image: url(../images/checkup/pagehead_sp.jpg);
  }
}

.l-kenshin .c-pagehead {
  background-image: url(../images/kenshin/pagehead.jpg);
}

.l-outpatient .c-pagehead {
  background-image: url(../images/outpatient/pagehead.jpg);
}

.l-archive .c-pagehead {
  background-image: url(../images/news/pagehead.jpg);
}

.l-about .c-pagehead {
  background-image: url(../images/about/pagehead.jpg);
}

.l-forwomens .c-pagehead {
  background-image: url(../images/forwomens/pagehead.jpg);
}

.l-faq .c-pagehead {
  background-image: url(../images/faq/pagehead.jpg);
}

.l-corp .c-pagehead {
  background-image: url(../images/kenshin/pagehead.jpg);
}

.l-kenpo .c-pagehead {
  background-image: url(../images/kenshin/pagehead.jpg);
}

.l-options .c-pagehead {
  background-image: url(../images/kenshin/pagehead.jpg);
}

.l-hachioji .c-pagehead {
  background-image: url(../images/kenshin/pagehead.jpg);
}

.l-contact .c-pagehead {
  background-image: url(../images/contact/pagehead.jpg);
}

.l-privacy .c-pagehead {
  background-image: url(../images/privacy/pagehead.jpg);
}

.c-breadcrumb {
  margin-top: 10px;
}
.c-breadcrumb ul {
  display: flex;
}
.c-breadcrumb ul li + li {
  margin-left: 4px;
}
.c-breadcrumb ul li + li::before {
  content: "＞";
  margin-right: 4px;
}
.c-breadcrumb ul a,
.c-breadcrumb ul li {
  color: #959595;
  font-size: 14px;
  letter-spacing: 0.56px;
}
@media (max-width: 530px) {
  .c-breadcrumb ul a,
  .c-breadcrumb ul li {
    font-size: 12px;
  }
}

.c-dotlist li {
  line-height: 1.5;
  padding-left: 1em;
  position: relative;
}
@media (max-width: 530px) {
  .c-dotlist li {
    font-size: 14px;
  }
}
.c-dotlist li::before {
  content: "・";
  position: absolute;
  left: 0;
}

.c-slashlist {
  display: flex;
  flex-wrap: wrap;
}
.c-slashlist li {
  line-height: 1.75;
}
.c-slashlist li:not(:last-child)::after {
  content: "／";
}

.c-circlelist li {
  line-height: 1.75;
  padding-left: 25px;
  position: relative;
}
.c-circlelist li::before {
  content: "";
  display: inline-block;
  background-color: #555555;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin-right: 0.5em;
  position: absolute;
  left: 0;
  top: 6px;
}
.c-circlelist li + li {
  margin-top: 10px;
}
.c-circlelist.-small li {
  padding-left: 20px;
}
.c-circlelist.-small li::before {
  width: 10px;
  height: 10px;
  top: 9px;
}
.c-circlelist.-pink li::before {
  background-color: #e67382;
}
.c-circlelist.-palepink li::before {
  background-color: #f3b9c1;
}

.c-circlelist-float {
  display: flex;
  flex-wrap: wrap;
  gap: 0 15px;
}
.c-circlelist-float li {
  line-height: 1.5;
  position: relative;
  padding-left: 20px;
}
.c-circlelist-float li::before {
  content: "";
  display: inline-block;
  background-color: #555555;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin-right: 0.5em;
  position: absolute;
  left: 0;
  top: 4px;
}

.c-toc {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  padding: 40px;
  background: #f5f5f5;
}
@media (max-width: 530px) {
  .c-toc {
    padding: 20px;
  }
}
.c-toc h2 {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.64px;
}
.c-toc ol {
  margin-top: 30px;
  counter-reset: listnum;
}
.c-toc ol a {
  font-size: 16px;
  letter-spacing: 0.64px;
  text-decoration: underline;
}
.c-toc ol li {
  line-height: 1.5;
}
.c-toc ol li::before {
  counter-increment: listnum;
  content: counter(listnum) ".";
}
.c-toc ol li + li {
  margin-top: 15px;
}
.c-toc__aste {
  font-size: 14px;
  margin-top: 10px;
}
@media (max-width: 530px) {
  .c-toc__aste {
    font-size: 12px;
  }
}

.c-dllist {
  border: 1px solid #555555;
}
.c-dllist > div {
  display: flex;
}
.c-dllist > div > dt {
  background-color: rgba(230, 115, 130, 0.2509803922);
  border-right: 1px solid #555555;
  text-align: center;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  letter-spacing: 4px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-dllist > div > dd a {
  text-decoration: underline;
}
.c-dllist > div:not(:last-child) {
  border-bottom: 1px solid #555555;
}
@media (max-width: 530px) {
  .c-dllist > div {
    flex-direction: column;
  }
  .c-dllist > div > dt {
    width: 100% !important;
    border-right: 0;
    padding: 10px 0;
    font-weight: normal;
    font-size: 16px;
  }
  .c-dllist > div > dd {
    width: 100% !important;
    font-size: 12px;
    padding: 10px;
  }
  .c-dllist > div > dd .c-iconlink {
    font-size: 12px;
  }
}

.c-pricelist {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 530px) {
  .c-pricelist {
    justify-content: center;
    gap: 15px;
  }
}
.c-pricelist.-green > div {
  background: #fff;
}
.c-pricelist.-green dt {
  background: #1ebfb4;
}
.c-pricelist.-orange > div {
  background: #fff;
}
.c-pricelist.-orange dt {
  background: #fc8e20;
}
.c-pricelist.-orange dd span {
  color: #fc8e20;
}
.c-pricelist.-gray > div {
  background: #fff;
}
.c-pricelist.-gray dt {
  background: #aeaeac;
}
.c-pricelist.-gray dd {
  color: #1ebfb4;
}
.c-pricelist.-gray dd span {
  color: #aeaeac;
}
@media (max-width: 860px) {
  .c-pricelist.-col2 {
    max-width: 420px;
    width: 100%;
    margin: 20px auto 0;
  }
}
.c-pricelist.-center {
  justify-content: center;
}
.c-pricelist.-right {
  justify-content: flex-end;
}
.c-pricelist > div {
  width: 200px;
  border-radius: 15px;
  overflow: hidden;
  background: #fcf6f5;
  transition: 0.3s;
}
@media (max-width: 530px) {
  .c-pricelist > div {
    max-width: 160px;
    width: calc((100% - 15px) / 2);
  }
}
.c-pricelist > div:has(a) {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}
.c-pricelist > div:has(a:hover) {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0);
  transition: 0.3s;
}
.c-pricelist dt,
.c-pricelist dd {
  text-align: center;
}
.c-pricelist dt {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #e67382;
  height: 64px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 530px) {
  .c-pricelist dt {
    height: 52px;
    font-size: 14px;
  }
}
.c-pricelist dt span {
  display: block;
  font-weight: normal;
  font-size: 14px;
}
@media (max-width: 530px) {
  .c-pricelist dt span {
    font-size: 12px;
  }
}
.c-pricelist dd {
  height: 96px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  line-height: 1.25;
}
@media (max-width: 530px) {
  .c-pricelist dd {
    height: 76px;
    font-size: 12px;
  }
}
.c-pricelist dd span {
  font-weight: bold;
  color: #e67382;
  font-size: 20px;
  letter-spacing: 0.8px;
  margin-top: 16px;
}
@media (max-width: 530px) {
  .c-pricelist dd span {
    font-size: 16px;
    margin-top: 12px;
  }
}
.c-pricelist dd a {
  margin-top: 9px;
}
.c-pricelist dd.name-2row {
  margin-top: -4px;
}
.c-pricelist dd.name-2row span {
  margin-top: 6px;
}
@media (max-width: 860px) {
  .c-pricelist dd.name-2row {
    margin-top: 0;
  }
  .c-pricelist dd.name-2row span {
    top: 0;
  }
}

.c-pricelist2 > div {
  display: flex;
}
@media (max-width: 530px) {
  .c-pricelist2 > div {
    flex-direction: column;
  }
}
.c-pricelist2 > div:first-child dt,
.c-pricelist2 > div:first-child dd {
  border-top: 1px solid #bfc0c0;
}
@media (max-width: 530px) {
  .c-pricelist2 > div:first-child dd {
    border-top: 0;
  }
}
.c-pricelist2 > div dt {
  display: flex;
  align-items: center;
  height: 64px;
  border-left: 1px solid #bfc0c0;
  border-bottom: 1px solid #bfc0c0;
  border-right: 1px solid #bfc0c0;
  padding-left: 30px;
  color: #707070;
  background-color: #fbe8eb;
  font-weight: bold;
  width: 360px;
  font-size: 18px;
}
@media (max-width: 530px) {
  .c-pricelist2 > div dt {
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    padding: 16px 20px;
    height: auto;
  }
  .c-pricelist2 > div dt span {
    display: block;
  }
}
@media (max-width: 860px) {
  .c-pricelist2 > div dt.fdc {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}
.c-pricelist2 > div dd {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-bottom: 1px solid #bfc0c0;
  border-right: 1px solid #bfc0c0;
  height: 64px;
  padding-right: 40px;
  width: 280px;
}
@media (max-width: 530px) {
  .c-pricelist2 > div dd {
    width: 100%;
    padding: 16px 20px;
    border-left: 1px solid #bfc0c0;
  }
}

.c-plus {
  background-color: #f5f5f5;
  padding: 80px 0;
}
@media (max-width: 530px) {
  .c-plus {
    padding: 40px 0;
  }
}
.c-plus__head {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
@media (max-width: 860px) {
  .c-plus__head {
    flex-direction: column;
    align-items: flex-start;
  }
}
.c-plus__head h2 {
  font-size: 24px;
  letter-spacing: 0.96px;
  font-family: fot-tsukuardgothic-std, sans-serif;
}
.c-plus__head p {
  font-size: 14px;
  letter-spacing: 0.56px;
}
.c-plus .c-pricelist {
  margin-top: 20px;
}
@media (max-width: 860px) {
  .c-plus .c-pricelist {
    margin: 20px auto 0;
  }
}
.c-plus .c-pricelist dd span {
  color: #1ebfb4;
}
.c-plus .c-pricelist dd .c-iconlink {
  color: #1ebfb4;
  font-size: 18px;
  margin-top: 5px;
}
@media (max-width: 530px) {
  .c-plus .c-pricelist dd .c-iconlink {
    font-size: 15px;
  }
  .c-plus .c-pricelist dd .c-iconlink::before {
    min-width: 18px;
    width: 18px;
    height: 20px;
  }
}
.c-plus .c-pricelist dd.name-2row a:first-child {
  margin-top: -2px;
}
@media (max-width: 860px) {
  .c-plus .c-pricelist dd.name-2row a:first-child {
    margin-top: -8px;
  }
}
.c-plus .c-linkbtn-area {
  margin-top: 40px;
}
@media (max-width: 530px) {
  .c-plus .c-linkbtn-area .c-linkbtn span {
    font-size: 14px;
  }
}

.c-faq__heading {
  color: #e67382;
  letter-spacing: 0.96px;
  font-size: 24px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  counter-increment: faq-h2;
  display: flex;
  margin-bottom: 20px;
  gap: 10px;
}
@media (max-width: 530px) {
  .c-faq__heading {
    font-size: 20px;
  }
}
.c-faq__heading::before {
  content: counter(faq-h2);
  color: #fff;
  background-color: #e67382;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 530px) {
  .c-faq__heading::before {
    width: 30px;
    height: 30px;
  }
}
.c-faq .c-linkbtn-area {
  margin-top: 80px;
}
@media (max-width: 530px) {
  .c-faq .c-linkbtn-area {
    margin-top: 48px;
  }
}

.c-faq-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 530px) {
  .c-faq-list {
    gap: 24px;
  }
}
.c-faq-list > div {
  background-color: #fdf1f2;
  padding: 24px 20px;
  border-radius: 4px;
  cursor: pointer;
}
@media (max-width: 530px) {
  .c-faq-list > div {
    padding: 20px 10px;
  }
}
.c-faq-list > div.is-open dd {
  margin-top: 20px;
}
.c-faq-list > div.is-open dt::after {
  transform: rotate(0deg);
}
.c-faq-list > div dt,
.c-faq-list > div dd {
  display: flex;
  gap: 10px;
}
.c-faq-list > div dt::before,
.c-faq-list > div dd::before {
  color: #e67382;
  font-size: 20px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 100%;
  aspect-ratio: 1/1;
  font-weight: 400;
  flex-shrink: 0;
}
.c-faq-list > div dt a,
.c-faq-list > div dd a {
  color: #1e79bf;
  letter-spacing: 0.56px;
  font-size: 14px;
  font-weight: 300;
  cursor: pointer;
  text-decoration: underline;
}
.c-faq-list > div dt p,
.c-faq-list > div dd p {
  line-height: 1.5;
  padding-top: 5px;
}
.c-faq-list > div dt p.is-multiline,
.c-faq-list > div dd p.is-multiline {
  padding-top: 0;
}
.c-faq-list > div dt {
  position: relative;
  padding-right: 40px;
  font-size: 18px;
  color: #e67382;
  font-weight: bold;
  cursor: pointer;
}
.c-faq-list > div dt p {
  padding-top: 4px;
}
.c-faq-list > div dt::before {
  content: "Q";
}
.c-faq-list > div dt::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  background: url("../images/faq/sankaku.svg") center/contain no-repeat;
  width: 16px;
  height: 12px;
  transform: rotate(180deg);
}
.c-faq-list > div dd {
  height: 0;
  margin-top: 0;
  overflow: hidden;
  transition: height 0.3s ease, margin-top 0.3s ease;
}
.c-faq-list > div dd ul {
  margin-left: 14px;
}
.c-faq-list > div dd ul li {
  list-style: "・";
}
.c-faq-list > div dd p span {
  font-weight: bold;
}
.c-faq-list > div dd p .acc {
  color: #e67382;
  font-weight: normal;
}
.c-faq-list > div dd::before {
  content: "A";
}

.c-insurance {
  overflow: hidden;
}
.c-insurance__inner {
  margin-top: 40px;
}
.c-insurance__h3sec {
  margin-top: 80px;
  position: relative;
}
.c-insurance__h3sec::before {
  content: "";
  background-image: url(../images/checkup/image_hoken_01.png);
  width: 480px;
  height: 480px;
  position: absolute;
  left: -210px;
  transform: translateX(-100%);
}
.c-insurance__h3sec h3,
.c-insurance__h3sec h4 {
  font-size: 24px;
  color: #e67382;
  font-family: fot-tsukuardgothic-std, sans-serif;
  letter-spacing: 0.96px;
}
.c-insurance__h3sec .desc {
  margin-top: 10px;
}
.c-insurance__h3sec .desc span {
  font-weight: bold;
}
.c-insurance__h3sec img {
  margin-top: 20px;
}
.c-insurance__h4sec {
  margin-top: 40px;
}
.c-insurance__h4sec:first-of-type {
  padding-top: 40px;
}
.c-insurance .u-divider {
  margin-top: 80px;
  padding-top: 80px;
}
.c-insurance__institution {
  position: relative;
}
.c-insurance__institution::after {
  content: "";
  background-image: url(../images/checkup/image_hoken_02.png);
  width: 480px;
  height: 480px;
  position: absolute;
  top: 50%;
  right: -210px;
  transform: translate(100%, -50%);
}
.c-insurance__institution h3 {
  font-size: 32px;
  letter-spacing: 1.28px;
  display: flex;
  align-items: flex-end;
  gap: 20px;
  color: #e67382;
  font-family: fot-tsukuardgothic-std, sans-serif;
}
@media (max-width: 860px) {
  .c-insurance__institution h3 {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.c-insurance__institution h3 span {
  font-size: 14px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: normal;
  letter-spacing: 0.56px;
  color: #555555;
}
@media (max-width: 530px) {
  .c-insurance__institution h3 {
    font-size: 28px;
  }
}
.c-insurance__institution h4 {
  font-size: 18px;
  color: #e67382;
  font-weight: normal;
}
.c-insurance__institution .desc {
  margin-top: 40px;
}
.c-insurance__institution ul {
  margin-top: 10px;
}
.c-insurance__institution ul li {
  line-height: 1.5;
  letter-spacing: 0.64px;
}
.c-insurance__institution ul li + li {
  margin-top: 5px;
}
.c-insurance__institution__flex {
  display: flex;
  gap: 60px;
  margin-top: 40px;
}
@media (max-width: 860px) {
  .c-insurance__institution__flex {
    flex-direction: column;
    gap: 40px;
  }
}
.c-insurance__institution__sec {
  flex: 1;
}
.c-insurance__institution__aste {
  text-align: right;
  margin-top: 40px;
}
@media (max-width: 860px) {
  .c-insurance__institution__aste {
    margin-top: 3px;
  }
}

.c-numlist {
  counter-reset: listnum;
}
.c-numlist > li {
  counter-increment: listnum;
}
.c-numlist > li + li {
  margin-top: 40px;
}
.c-numlist > li h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  color: #e67382;
  font-family: fot-tsukuardgothic-std, sans-serif;
}
@media (max-width: 530px) {
  .c-numlist > li h3 {
    font-size: 20px;
    line-height: 1.5;
  }
}
.c-numlist > li h3::before {
  content: counter(listnum);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e67382;
  color: #fff;
  border-radius: 50%;
  min-width: 36px;
  width: 36px;
  height: 36px;
  letter-spacing: 0.96px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  line-height: 1;
}
@media (max-width: 530px) {
  .c-numlist > li h3::before {
    min-width: 30px;
    width: 30px;
    height: 30px;
  }
}
.c-numlist > li h3 + p {
  margin-top: 10px;
}
.c-numlist > li p {
  line-height: 1.5;
}
.c-numlist.-green > li h3 {
  color: #1ebfb4;
}
.c-numlist.-green > li h3::before {
  background-color: #1ebfb4;
}
.c-numlist li.-green h3 {
  color: #1ebfb4;
}
.c-numlist li.-green h3::before {
  background-color: #1ebfb4;
}
.c-numlist.c-numlist-white > li h3::before {
  background-color: transparent;
  border: solid 1px #e67382;
  color: #e67382;
}
.c-numlist.c-numlist-white > li.-green h3::before {
  border: solid 1px #1ebfb4;
  color: #1ebfb4;
}

.c-after {
  overflow: hidden;
}
.c-after__inner {
  margin-top: 40px;
  position: relative;
}
.c-after__inner::before {
  content: "";
  background-image: url(../images/image_after_01.jpg);
  width: 480px;
  height: 480px;
  position: absolute;
  top: 80px;
  left: -210px;
  transform: translateX(-100%);
}
.c-after__inner::after {
  content: "";
  background-image: url(../images/image_after_02.jpg);
  width: 480px;
  height: 480px;
  position: absolute;
  bottom: 10px;
  right: -210px;
  transform: translate(100%);
}
.c-after .c-numlist {
  margin-top: 40px;
  padding-top: 40px;
}
.c-after .aste {
  font-size: 14px;
  margin-top: 5px;
}
.c-after__h3sec {
  margin-top: 40px;
  padding-top: 40px;
}
.c-after__h3sec h3 {
  font-size: 24px;
  font-family: fot-tsukuardgothic-std, sans-serif;
}
@media (max-width: 530px) {
  .c-after__h3sec h3 {
    font-size: 20px;
  }
}
.c-after__h3sec h3 + p {
  color: #1ebfb4;
  margin-top: 20px;
  font-weight: bold;
}
.c-after__h3sec ul {
  margin-top: 10px;
}
.c-after__h3sec ul .ex {
  margin-top: 20px;
  padding-top: 20px;
  position: relative;
}
.c-after__h3sec ul .ex::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 160px;
  background-color: #959595;
}
.c-after__h3sec ul .ex p {
  font-size: 14px;
  margin-top: 5px;
}

.c-pagination {
  margin-top: 44px;
}
.c-pagination .page-numbers {
  display: flex;
  justify-content: center;
  gap: 16px;
  padding: 0;
}
.c-pagination .page-numbers > li {
  list-style: none;
}
.c-pagination .page-numbers a,
.c-pagination .page-numbers span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #e67382;
  text-indent: 0;
  background: #fbe8eb;
}
.c-pagination .page-numbers .current {
  color: #fff;
  background: #e67382;
}
.c-pagination .page-numbers .prev,
.c-pagination .page-numbers .next {
  position: relative;
  width: 104px;
}
.c-pagination .page-numbers .prev::after,
.c-pagination .page-numbers .next::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
.c-pagination .page-numbers .prev {
  padding-left: 20px;
}
.c-pagination .page-numbers .prev::after {
  left: 13px;
  background-image: url("/images/news/prev.png");
}
.c-pagination .page-numbers .next {
  padding-right: 20px;
}
.c-pagination .page-numbers .next::after {
  right: 13px;
  background-image: url("/images/news/next.png");
}

@media (max-width: 530px) {
  .c-pagination .page-numbers {
    gap: 8px;
  }
  .c-pagination .page-numbers li a,
  .c-pagination .page-numbers li span {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
  .c-pagination .page-numbers .prev,
  .c-pagination .page-numbers .next {
    width: 70px;
  }
  .c-pagination .page-numbers .prev::after,
  .c-pagination .page-numbers .next::after {
    width: 12px;
    height: 12px;
  }
}
.c-linklist ul {
  display: flex;
  justify-content: center;
  gap: 15px;
}
@media (max-width: 860px) {
  .c-linklist ul {
    flex-wrap: wrap;
    max-width: 530px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 530px) {
  .c-linklist ul {
    max-width: 310px;
    gap: 10px;
  }
}
.c-linklist ul li {
  display: block;
}
.c-linklist ul li.-green a {
  border: solid 2px #d7fefb;
}
.c-linklist ul li.-green a::after {
  background-image: url(../images/tri_green.svg);
}
@media (hover: hover) {
  .c-linklist ul li.-green a:hover {
    background-color: #d7fefb;
  }
}
.c-linklist ul li.-rotate a::after {
  transform: translate(-50%, 0) rotate(90deg);
}
.c-linklist ul a {
  display: flex;
  width: 160px;
  height: 160px;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
  background-color: #fff;
  border-radius: 50%;
  border: solid 2px #fdf1f2;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}
.c-linklist ul a::after {
  content: "";
  display: block;
  width: 12px;
  height: 16px;
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translate(-50%, 0);
  background-image: url(../images/tri_pink.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 530px) {
  .c-linklist ul a::after {
    width: 8px;
    height: 12px;
    bottom: 8px;
  }
}
@media (hover: hover) {
  .c-linklist ul a {
    transition: 0.3s;
  }
  .c-linklist ul a:hover {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.15);
    transition: 0.3s;
    background-color: #fdf1f2;
  }
}
@media (max-width: 530px) {
  .c-linklist ul a {
    width: 92px;
    height: 92px;
    font-size: 12px;
    line-height: 1.5;
  }
}

.c-fixed-contact {
  position: fixed;
  top: 210px;
  right: 0;
  z-index: 9980;
  border-radius: 10px 0 0 10px;
  transition: opacity 0.3s, box-shadow 0.3s;
}
.c-fixed-contact:hover {
  box-shadow: none;
}
.c-fixed-contact.scrolled {
  top: 180px;
}
@media (max-width: 960px) {
  .c-fixed-contact {
    display: none;
  }
}

.c-fixed-top {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9980;
  transition: opacity 0.3s, box-shadow 0.3s;
  border-radius: 22px 0 0 0;
}
.c-fixed-top.u-shadow {
  box-shadow: -5px 4px 4px rgba(0, 0, 0, 0.15);
}
.c-fixed-top:hover {
  box-shadow: none;
}
@media (max-width: 960px) {
  .c-fixed-top {
    display: none;
  }
}

/*======================================================
Responsive
======================================================*/
.sp_only {
  display: none;
}

.sp_only_02 {
  display: none;
}

@media (max-width: 860px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}
@media (max-width: 530px) {
  .sp_only_02 {
    display: block;
  }
}
/*======================================================
Utility
======================================================*/
.u-shadow {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}

.u-textlink {
  color: #1e79bf;
  text-decoration: underline;
  word-break: break-word;
}
.u-textlink.-arrow::after {
  content: url(../images/arrow_blue.svg);
  margin-left: 10px;
}
.u-textlink.-pink {
  color: #e67382;
}
.u-textlink.-pink.-arrow::after {
  content: url(../images/arrow_pink.svg);
}

.u-divider {
  position: relative;
}
.u-divider::before {
  content: "";
  background: radial-gradient(circle farthest-side, #f8d1d7, #f8d1d7 30%, transparent 30%, transparent);
  background-size: 12px;
  display: inline-block;
  height: 4px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.u-divider.-green::before {
  background: radial-gradient(circle farthest-side, #afede8, #afede8 30%, transparent 30%, transparent);
  background-size: 12px;
}

.u-divider-short {
  position: relative;
}
.u-divider-short::before {
  content: url(../images/dots_pink.svg);
  position: absolute;
  top: 0;
  left: 0;
  line-height: 0;
}
.u-divider-short.-gray::before {
  content: url(../images/dots_gray.svg);
}
.u-divider-short.-green::before {
  content: url(../images/dots_green.svg);
}
.u-divider-short.-white::before {
  content: url(../images/dots_white.svg);
}
.u-divider-short.-center::before {
  left: 50%;
  transform: translate(-50%);
}

.u-divider-pattern {
  height: 80px;
  width: 100%;
  background-image: url(../images/corp/pattern.svg);
  background-position: top center;
  background-repeat: repeat-x;
}
@media (max-width: 860px) {
  .u-divider-pattern {
    height: 40px;
  }
}

/*======================================================
Font
======================================================*/
.en,
.num {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.letter-red {
  color: #e67382;
}

.letter-space0 {
  letter-spacing: 0 !important;
}

/*======================================================
Margin
======================================================*/
.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt40 {
  margin-top: 40px;
}

.mt80 {
  margin-top: 80px;
}

.mt160 {
  margin-top: 160px;
}/*# sourceMappingURL=style.css.map */