@charset "UTF-8";
/*
Theme Name: aiuto-eye
Author: BASARA
Author URI: https://www.basara-web.com/
Description: 
*/
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, *::before, *::after {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --color-site-background: #fbf6e6;
  --color-site-primary: #4d4d4d;
  --color-site-secondary: #008a6e;
  --color-site-tertiary: #dcf0ec;
  --color-site-quaternary: #efb55c;
  --color-site-quinary: #d9ede9;
  --color-site-senary: #33bc84;
  --color-site-septenary: #666;
  --color-link-default: #008a6e;
  --color-link-hover: #efb55c;
  --color-link-active: #008a6e;
  --color-link-visited: #989898;
  --color-link-pager: #FDAEBC;
  --color-txt-selection: #dcf0ec;
  --color-recommend-new: #FFD6CF;
  --color-recommend-kids: #ffe56f;
  --color-recommend-popular: #96f0e9;
}

::selection {
  background-color: var(--color-txt-selection);
}

html,
body {
  min-height: 100vh;
}

html {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  color: var(--color-site-primary);
  font-feature-settings: "palt";
  scroll-behavior: smooth !important;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; /* Safari */
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
  text-autospace: normal; /* 和文中の英数字に余白 */
  background-color: var(--color-site-background);
}
@media print, screen and (width > 1024px) {
  html {
    font-size: 18px;
  }
}

body * {
  scroll-margin-top: 20px;
}
@media print, screen and (width > 1024px) {
  body * {
    scroll-margin-top: 40px;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: inherit;
  text-decoration: none;
}
a[href*="tel:"] {
  color: inherit;
}
@media print, screen and (width > 1024px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

@media print, screen and (width > 1024px) {
  .sp-only {
    display: none !important;
  }
}

@media only screen and (width <= 1024px) {
  .pc-only {
    display: none !important;
  }
}

.wp-block-image {
  margin: 0 0 1em;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 1;
}

.scroll-hint-icon-pink {
  background-color: rgba(173, 78, 96, 0.7);
}

.c-btn, .wp-block-buttons .wp-block-button .wp-block-button__link {
  position: relative;
  display: inline flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  font-weight: 700;
}
.c-btn:is(button, input), .wp-block-buttons .wp-block-button .wp-block-button__link:is(button, input) {
  border: 0;
  background: none;
}
.c-btn[href*=".pdf"] .c-btn__inner, .wp-block-buttons .wp-block-button [href*=".pdf"].wp-block-button__link .c-btn__inner, .c-btn[href*=".xls"] .c-btn__inner, .wp-block-buttons .wp-block-button [href*=".xls"].wp-block-button__link .c-btn__inner, .c-btn[href*=".doc"] .c-btn__inner, .wp-block-buttons .wp-block-button [href*=".doc"].wp-block-button__link .c-btn__inner, .c-btn[href*=".ppt"] .c-btn__inner, .wp-block-buttons .wp-block-button [href*=".ppt"].wp-block-button__link .c-btn__inner {
  padding-right: 40px;
}
.c-btn[href*=".pdf"] .c-btn__inner::after, .wp-block-buttons .wp-block-button [href*=".pdf"].wp-block-button__link .c-btn__inner::after, .c-btn[href*=".xls"] .c-btn__inner::after, .wp-block-buttons .wp-block-button [href*=".xls"].wp-block-button__link .c-btn__inner::after, .c-btn[href*=".doc"] .c-btn__inner::after, .wp-block-buttons .wp-block-button [href*=".doc"].wp-block-button__link .c-btn__inner::after, .c-btn[href*=".ppt"] .c-btn__inner::after, .wp-block-buttons .wp-block-button [href*=".ppt"].wp-block-button__link .c-btn__inner::after {
  position: absolute;
  top: 50%;
  right: 7px;
  width: 20px;
  height: 27px;
  content: "";
  background-color: #fff;
  translate: 0 -50%;
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: center;
}
.c-btn[href*=".pdf"] .c-btn__inner::after, .wp-block-buttons .wp-block-button [href*=".pdf"].wp-block-button__link .c-btn__inner::after {
  -webkit-mask-image: url(./assets/images/common/icon_pdf.svg);
  mask-image: url(./assets/images/common/icon_pdf.svg);
}
.c-btn[href*=".xls"] .c-btn__inner::after, .wp-block-buttons .wp-block-button [href*=".xls"].wp-block-button__link .c-btn__inner::after {
  -webkit-mask-image: url(./assets/images/common/icon_excel.svg);
  mask-image: url(./assets/images/common/icon_excel.svg);
}
.c-btn[href*=".doc"] .c-btn__inner::after, .wp-block-buttons .wp-block-button [href*=".doc"].wp-block-button__link .c-btn__inner::after {
  -webkit-mask-image: url(./assets/images/common/icon_word.svg);
  mask-image: url(./assets/images/common/icon_word.svg);
}
.c-btn[href*=".ppt"] .c-btn__inner::after, .wp-block-buttons .wp-block-button [href*=".ppt"].wp-block-button__link .c-btn__inner::after {
  -webkit-mask-image: url(./assets/images/common/icon_powerpoint.svg);
  mask-image: url(./assets/images/common/icon_powerpoint.svg);
}
.c-btn__inner {
  position: relative;
  display: inline-block;
}
.c-btn--primary, .wp-block-buttons .wp-block-button .wp-block-button__link {
  position: relative;
  width: fit-content;
  padding: 19px 45px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  background-color: var(--color-site-quaternary);
  border-radius: 5px;
}
@media print, screen and (width > 1024px) {
  .c-btn--primary, .wp-block-buttons .wp-block-button .wp-block-button__link {
    padding: 17px 60px;
    font-size: 18px;
  }
}
.c-btn--primary::after, .wp-block-buttons .wp-block-button .wp-block-button__link::after {
  position: absolute;
  right: 18px;
  top: 50%;
  translate: 0 -50%;
  rotate: 45deg;
  width: 8px;
  height: 8px;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media print, screen and (width > 1024px) {
  .c-btn--primary::after, .wp-block-buttons .wp-block-button .wp-block-button__link::after {
    width: 10px;
    height: 10px;
  }
}
.c-btn--index {
  position: relative;
  width: 140px;
  padding: 8px 25px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  background-color: var(--color-site-quaternary);
  border-radius: 5px;
}
@media print, screen and (width > 1024px) {
  .c-btn--index {
    width: 238px;
    padding: 10px 60px;
    font-size: 20px;
  }
}
.c-btn--contact {
  width: 100%;
  height: 50px;
  background-color: var(--color-site-quaternary);
  border-radius: 6px;
  font-size: 17px;
  color: #fff;
  font-weight: 700;
}
.c-btn--contact::before, .c-btn--contact::after {
  position: absolute;
  content: "";
  top: 50%;
  translate: 0 -50%;
}
.c-btn--contact::before {
  left: 10px;
  z-index: 1;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 50%;
}
.c-btn--contact::after {
  left: 17px;
  z-index: 2;
  width: 19px;
  height: 14px;
  mask-image: url(./assets/images/common/icon_mail.svg);
  mask-position: center;
  mask-size: 100%;
  background-color: var(--color-site-quaternary);
}
.c-btn--access {
  position: relative;
  width: fit-content;
  display: block;
  margin-top: 16px;
  padding: 0 38px;
  font-size: 14px;
  font-weight: 700;
  line-height: 29px;
  border: 1px solid #fff;
  border-radius: 4px;
}
@media print, screen and (width > 1024px) {
  .c-btn--access {
    display: inline-block;
    margin: 0 0 0 min(2.222cqw, 32px);
    padding: 0 min(2.638cqw, 38px);
  }
}
.c-btn--access::after {
  position: absolute;
  right: 8px;
  top: 50%;
  translate: 0 -50%;
  width: 5px;
  height: 5px;
  content: "";
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  rotate: 45deg;
}

.editor-styles-wrapper .u-bold,
.l-article__body .u-bold {
  font-weight: 700;
}
.editor-styles-wrapper .u-strong,
.l-article__body .u-strong {
  color: var(--color-site-quaternary);
  font-weight: 700;
}
.editor-styles-wrapper .u-small,
.l-article__body .u-small {
  font-size: 88.888%;
  font-weight: 400;
}

.editor-styles-wrapper {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  background-color: var(--color-site-background);
  container-type: inline-size;
  container-name: editorStyleWrapper;
}
.editor-styles-wrapper *:not(h1, div),
.editor-styles-wrapper *::before,
.editor-styles-wrapper *::after {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
.editor-styles-wrapper :where(.wp-block) {
  max-width: 100%;
}
.editor-styles-wrapper ol, .editor-styles-wrapper ul {
  list-style: none;
}
.editor-styles-wrapper blockquote, .editor-styles-wrapper q {
  quotes: none;
}
.editor-styles-wrapper blockquote:before, .editor-styles-wrapper blockquote:after,
.editor-styles-wrapper q:before, .editor-styles-wrapper q:after {
  content: "";
  content: none;
}
.editor-styles-wrapper table {
  border-collapse: collapse;
  border-spacing: 0;
}
.editor-styles-wrapper .edit-post-visual-editor__post-title-wrapper,
.editor-styles-wrapper .block-editor-block-list__layout {
  margin: auto;
  max-width: 880px;
}

.wp-block-paragraph {
  color: var(--color-site-primary);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.666;
}
.wp-block-paragraph:not(:last-child) {
  margin-bottom: 20px;
}
@media print, screen and (width > 1024px) {
  .wp-block-paragraph {
    font-size: 16px;
    line-height: 2;
  }
}
.wp-block-paragraph.is-style-lead-style {
  color: var(--color-site-septenary);
  font-size: 16px;
  line-height: 1.6;
  font-weight: 700;
}
.wp-block-paragraph.is-style-lead-style:not(:last-child) {
  margin-bottom: 40px;
}
@media print, screen and (width > 1024px) {
  .wp-block-paragraph.is-style-lead-style {
    font-size: 18px;
    line-height: 2;
  }
}
.wp-block-paragraph .u-strong {
  font-size: 111%;
}
.wp-block-paragraph a {
  color: var(--color-link-default);
  text-decoration: underline;
}
.wp-block-paragraph a:link {
  color: var(--color-link-default);
  text-decoration: underline;
}
.wp-block-paragraph a:hover {
  color: var(--color-link-hover);
  text-decoration: underline;
}
.wp-block-paragraph a:active {
  color: var(--color-link-active);
  text-decoration: underline;
}
.wp-block-paragraph a:visited {
  color: var(--color-link-visited);
  text-decoration: underline;
}
.wp-block-paragraph a[href*=".pdf"], .wp-block-paragraph a[href*=".xls"], .wp-block-paragraph a[href*=".doc"], .wp-block-paragraph a[href*=".ppt"] {
  padding-right: 33px;
  display: inline-block;
  position: relative;
}
.wp-block-paragraph a[href*=".pdf"]::after, .wp-block-paragraph a[href*=".xls"]::after, .wp-block-paragraph a[href*=".doc"]::after, .wp-block-paragraph a[href*=".ppt"]::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: 20px;
  height: 27px;
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: var(--color-link-default);
}
.wp-block-paragraph a[href*=".pdf"]::after {
  -webkit-mask-image: url(./assets/images/common/icon_pdf.svg);
  mask-image: url(./assets/images/common/icon_pdf.svg);
}
.wp-block-paragraph a[href*=".xls"]::after {
  -webkit-mask-image: url(./assets/images/common/icon_excel.svg);
  mask-image: url(./assets/images/common/icon_excel.svg);
}
.wp-block-paragraph a[href*=".doc"]::after {
  -webkit-mask-image: url(./assets/images/common/icon_word.svg);
  mask-image: url(./assets/images/common/icon_word.svg);
}
.wp-block-paragraph a[href*=".ppt"]::after {
  -webkit-mask-image: url(./assets/images/common/icon_powerpoint.svg);
  mask-image: url(./assets/images/common/icon_powerpoint.svg);
}
.wp-block-paragraph a[target=_blank]:not([href*=".pdf"]):not([href*=".xls"]):not([href*=".doc"]):not([href*=".ppt"]) {
  padding-right: 24px;
  display: inline-block;
  position: relative;
}
.wp-block-paragraph a[target=_blank]:not([href*=".pdf"]):not([href*=".xls"]):not([href*=".doc"]):not([href*=".ppt"])::after {
  content: "";
  width: 16px;
  height: 16px;
  -webkit-mask-image: url(./assets/images/common/icon_external.svg);
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(./assets/images/common/icon_external.svg);
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: var(--color-link-default);
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
}
@media print, screen and (width > 1024px) {
  .wp-block-paragraph a[target=_blank]:not([href*=".pdf"]):not([href*=".xls"]):not([href*=".doc"]):not([href*=".ppt"]) {
    padding-right: 27px;
  }
  .wp-block-paragraph a[target=_blank]:not([href*=".pdf"]):not([href*=".xls"]):not([href*=".doc"]):not([href*=".ppt"])::after {
    width: 18px;
    height: 18px;
  }
}

.wp-block-heading {
  margin-bottom: 20px !important;
  color: var(--color-site-secondary);
  line-height: 1.4666;
  font-weight: 900;
}
.wp-block-heading:not(:first-child) {
  margin-top: 40px !important;
}
@media print, screen and (width > 1024px) {
  .wp-block-heading {
    margin-bottom: 30px !important;
  }
  .wp-block-heading:not(:first-child) {
    margin-top: 80px !important;
  }
}
.wp-block-heading:is(h2) {
  font-size: 37px;
}
@media print, screen and (width > 1024px) {
  .wp-block-heading:is(h2) {
    font-size: 40px;
  }
}
.wp-block-heading:is(h3) {
  font-size: 31px;
}
@media print, screen and (width > 1024px) {
  .wp-block-heading:is(h3) {
    font-size: 34px;
  }
}
.wp-block-heading:is(h4, h5, h6) {
  position: relative;
}
.wp-block-heading:is(h4, h5, h6)::before {
  position: absolute;
  left: 0;
  content: "";
  border-radius: 50%;
}
.wp-block-heading:is(h4, h5)::before {
  border: 8px solid rgb(from #4eae9a r g b/0.698);
}
.wp-block-heading:is(h4) {
  position: relative;
  padding-left: 33px;
  font-size: 27px;
}
.wp-block-heading:is(h4)::before {
  top: 7px;
  width: 27px;
  height: 27px;
}
@media print, screen and (width > 1024px) {
  .wp-block-heading:is(h4) {
    padding-left: 36px;
    font-size: 30px;
  }
  .wp-block-heading:is(h4)::before {
    width: 30px;
    height: 30px;
  }
}
.wp-block-heading:is(h5) {
  padding-left: 28px;
  font-size: 21px;
}
.wp-block-heading:is(h5)::before {
  top: 5px;
  width: 23px;
  height: 23px;
}
@media print, screen and (width > 1024px) {
  .wp-block-heading:is(h5) {
    padding-left: 32px;
    font-size: 24px;
  }
  .wp-block-heading:is(h5)::before {
    width: 26px;
    height: 26px;
  }
}
.wp-block-heading:is(h6) {
  padding-left: 19px;
  font-size: 18px;
}
.wp-block-heading:is(h6)::before {
  top: 8px;
  width: 11px;
  height: 11px;
  background-color: var(--color-site-quaternary);
}
@media print, screen and (width > 1024px) {
  .wp-block-heading:is(h6) {
    padding-left: 22px;
    font-size: 21px;
  }
  .wp-block-heading:is(h6)::before {
    width: 14px;
    height: 14px;
  }
}

.wp-block-list:not(:last-child) {
  margin-bottom: 30px;
}
.wp-block-list li {
  position: relative;
  font-size: 16px;
  line-height: 1.8;
}
.wp-block-list li::before {
  position: absolute;
  left: 0;
}
.wp-block-list li:not(:last-child) {
  margin-bottom: 12px;
}
.wp-block-list:is(ul) li {
  padding-left: 18px;
}
.wp-block-list:is(ul) li::before {
  content: "";
  width: 13px;
  height: 13px;
  background-color: var(--color-site-secondary);
  border-radius: 50%;
  top: 9px;
}
.wp-block-list:is(ol) {
  counter-reset: my-counter;
}
.wp-block-list:is(ol) li {
  padding-left: 21px;
}
.wp-block-list:is(ol) li::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  width: 14px;
  height: 14px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  line-height: 13px;
  font-weight: 700;
  background-color: var(--color-site-secondary);
  border-radius: 50%;
  top: 8px;
}
@media print, screen and (width > 1024px) {
  .wp-block-list:not(:last-child) {
    margin-bottom: 60px;
  }
}

.wp-block-separator {
  height: 1px;
  position: relative;
  border: none;
  background: var(--color-site-secondary);
  margin-top: 40px;
}
.wp-block-separator:not(:last-child) {
  margin-bottom: 40px;
}
@media print, screen and (width > 1024px) {
  .wp-block-separator {
    margin-top: 60px;
  }
  .wp-block-separator:not(:last-child) {
    margin-bottom: 60px;
  }
}

.wp-block-buttons {
  column-gap: 15px;
}
.wp-block-buttons:not(:last-child) {
  margin-bottom: 60px;
}
@media print, screen and (width > 1024px) {
  .wp-block-buttons {
    column-gap: 25px;
  }
  .wp-block-buttons:not(:last-child) {
    margin-bottom: 100px;
  }
}
.wp-block-buttons .wp-block-button {
  width: fit-content;
}
.wp-block-buttons .wp-block-button .wp-block-button__link {
  padding-left: 20px;
  padding-right: 40px;
}
.wp-block-buttons .wp-block-button .wp-block-button__link[target=_blank]::after {
  width: 14px;
  height: 14px;
  background: url(./assets/images/common/icon_external.svg) no-repeat left top;
  background-size: 100%;
  border: 0;
  rotate: 0deg;
}
@media print, screen and (width > 1024px) {
  .wp-block-buttons .wp-block-button .wp-block-button__link {
    padding-right: 60px;
    padding-left: 30px;
  }
}
.wp-block-buttons .wp-block-button .wp-block-button__link:not([href]) {
  padding-right: 20px;
  cursor: initial;
}
.wp-block-buttons .wp-block-button .wp-block-button__link:not([href])::after {
  display: none;
}
@media print, screen and (width > 1024px) {
  .wp-block-buttons .wp-block-button .wp-block-button__link:not([href]) {
    padding-right: 30px;
  }
}

.wp-block-flexible-table-block-table:not(:last-child) {
  margin-bottom: 100px;
}
@media only screen and (width <= 1024px) {
  .wp-block-flexible-table-block-table {
    margin-bottom: 50px;
    overflow-x: auto;
  }
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table {
  width: auto;
  border-top: 1px solid var(--color-site-secondary) !important;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table:not(.has-fixed-layout) {
  table-layout: initial !important;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table th,
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td {
  font-size: 14px !important;
  line-height: 1.4;
  border: 0;
  background-color: transparent;
  vertical-align: top;
  border-bottom: 1px solid var(--color-site-secondary) !important;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table th a[href*=tel],
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td a[href*=tel] {
  font-size: inherit !important;
}
@media print, screen and (width > 1024px) {
  .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table th,
  .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td {
    font-size: 16px !important;
    line-height: 2;
  }
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table th {
  padding: 15px 20px;
  white-space: nowrap;
  font-weight: 700;
  background-color: var(--color-site-tertiary);
}
@media print, screen and (width > 1024px) {
  .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table th {
    padding: 18px 35px 18px 20px;
  }
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td {
  font-weight: 400;
  background-color: #fff;
  padding: 15px 20px;
}
@media print, screen and (width > 1024px) {
  .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td {
    padding: 18px 36px;
  }
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table thead th,
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table thead td {
  background-color: var(--color-txt-selection);
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tbody tr:not(:last-child) th,
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tbody tr:not(:last-child) td {
  border-bottom: 1px solid #948E8A;
}
@media only screen and (width <= 1024px) {
  .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table {
    width: auto;
    min-width: 100%;
    max-width: initial;
  }
  .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table th {
    white-space: nowrap;
  }
}

.wp-block-image {
  margin: auto;
}
.wp-block-image:not(:last-child) {
  margin-bottom: 20px;
}
@media print, screen and (width > 1024px) {
  .wp-block-image img {
    width: 100%;
  }
  .wp-block-image:not(:last-child) {
    margin-bottom: 30px;
  }
}
.wp-block-image .wp-element-caption {
  margin-top: 8px;
  margin-bottom: 0;
  text-align: center;
  line-height: 1.8;
  font-weight: 500;
}
@media print, screen and (width > 1024px) {
  .wp-block-image .wp-element-caption {
    font-size: 18px;
  }
}
.wp-block-image .wp-element-caption .u-bold {
  font-size: 138%;
}
.wp-block-image.is-style-rounded img {
  border-radius: 40px;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 4.166cqw;
}
:where(.wp-block-columns.is-layout-flex).column-five {
  gap: 2cqw;
}

.wp-block-columns:not(:last-child) {
  margin-bottom: 30px;
}
@media only screen and (width <= 1024px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile).column-five > .wp-block-column {
    width: 32cqw !important;
    flex-basis: 32cqw !important;
    flex-grow: 0;
  }
}
@media print, screen and (width > 1024px) {
  .wp-block-columns:not(:last-child) {
    margin-bottom: 50px;
  }
}
.wp-block-columns .wp-block-column.is-style-background-style {
  background-color: #fff;
  padding: 20px;
}
@media print, screen and (width > 1024px) {
  .wp-block-columns .wp-block-column.is-style-background-style {
    padding: 3.75cqw;
  }
}

.wp-block-embed__wrapper {
  aspect-ratio: 6/4;
}
.wp-block-embed__wrapper iframe {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.wp-block-lazyblock:not(:last-child) {
  margin-bottom: 60px;
}
@media print, screen and (width > 1024px) {
  .wp-block-lazyblock:not(:last-child) {
    margin-bottom: 100px;
  }
}

.wp-block-lazyblock-number-title:not(:last-child) {
  margin-bottom: 25px;
}

.wpcf7 {
  padding: 40px 30px 50px;
  position: relative;
}
@media print, screen and (width > 1024px) {
  .wpcf7 {
    padding: 7.5cqw 8.75cqw 8.75cqw;
  }
}
.wpcf7::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50px;
  -webkit-filter: blur(1.95px);
  filter: blur(1.95px);
  z-index: 1;
  pointer-events: none;
}
@media print, screen and (width > 1024px) {
  .wpcf7::before {
    -webkit-filter: blur(19.5px);
    filter: blur(19.5px);
  }
}
.wpcf7 .wpcf7-form {
  position: relative;
  z-index: 2;
}
@media print, screen and (width > 1024px) {
  .wpcf7 .wpcf7-box {
    display: grid;
    grid-template-columns: 1fr 77.9%;
  }
}
.wpcf7 .wpcf7-box__title {
  padding-bottom: 14px;
  color: var(--color-site-secondary);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
@media print, screen and (width > 1024px) {
  .wpcf7 .wpcf7-box__title {
    padding: 20px 20px 20px 0;
    margin-bottom: 40px;
    font-size: 22px;
    border-bottom: 1px dashed var(--color-border-primary);
  }
}
.wpcf7 .wpcf7-box__content {
  border-bottom: 1px dashed var(--color-border-primary);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media print, screen and (width > 1024px) {
  .wpcf7 .wpcf7-box__content {
    padding-bottom: 35px;
    margin-bottom: 40px;
  }
}
.wpcf7 .wpcf7-box__content input[type=text],
.wpcf7 .wpcf7-box__content input[type=email],
.wpcf7 .wpcf7-box__content textarea {
  width: 100%;
  padding: 5px 10px;
  background-color: #fff;
  border: 1px solid #b3b3b3;
  border-radius: 10px;
  font-size: 18px;
}
@media print, screen and (width > 1024px) {
  .wpcf7 .wpcf7-box__content input[type=text],
  .wpcf7 .wpcf7-box__content input[type=email],
  .wpcf7 .wpcf7-box__content textarea {
    font-size: 22px;
  }
}
.wpcf7 .wpcf7-box__content input[type=text],
.wpcf7 .wpcf7-box__content input[type=email] {
  height: 33px;
}
@media print, screen and (width > 1024px) {
  .wpcf7 .wpcf7-box__content input[type=text],
  .wpcf7 .wpcf7-box__content input[type=email] {
    height: 45px;
  }
}
.wpcf7 .wpcf7-box__content textarea {
  min-height: 150px;
  field-sizing: content;
}
@media print, screen and (width > 1024px) {
  .wpcf7 .wpcf7-box__content textarea {
    min-height: 185px;
  }
}
.wpcf7 .wpcf7-box__zip {
  white-space: nowrap;
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 15px;
}
@media print, screen and (width > 1024px) {
  .wpcf7 .wpcf7-box__zip {
    font-size: 20px;
  }
}
.wpcf7 .wpcf7-box__zip .wpcf7-form-control-wrap {
  max-width: 254px;
}
@media print, screen and (width > 1024px) {
  .wpcf7 .wpcf7-box__bottom {
    grid-column: 1/3;
  }
}
.wpcf7 .wpcf7-box__attention {
  margin-top: 0 !important;
  margin-bottom: 30px !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
}
@media print, screen and (width > 1024px) {
  .wpcf7 .wpcf7-box__attention {
    font-size: 18px;
    line-height: 1.83;
  }
}
.wpcf7 .wpcf7-box__bold {
  color: var(--color-site-secondary);
}
.wpcf7 .wpcf7-box__note {
  margin-top: 0 !important;
  margin-bottom: 40px !important;
  font-size: 15px;
  line-height: 1.666;
}
@media print, screen and (width > 1024px) {
  .wpcf7 .wpcf7-box__note {
    margin-bottom: 60px !important;
  }
}
.wpcf7 .wpcf7-box__note + * {
  margin-top: 0 !important;
}
.wpcf7 .wpcf7-box__policy {
  width: fit-content;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 700;
}
@media print, screen and (width > 1024px) {
  .wpcf7 .wpcf7-box__policy {
    margin: 0 auto 35px;
    font-size: 18px;
  }
}
.wpcf7 .wpcf7-box__policy .wpcf7-form-control-wrap {
  margin-left: 3px;
}
@media print, screen and (width > 1024px) {
  .wpcf7 .wpcf7-box__policy .wpcf7-form-control-wrap {
    margin-left: 7px;
  }
}
.wpcf7 .wpcf7-box__policy .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item {
  display: grid;
  place-items: center;
  margin-left: 0 !important;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #454545;
  border-radius: 3px;
}
.wpcf7 .wpcf7-box__policy .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item:has(input:checked)::before {
  content: "";
  position: relative;
  top: -1px;
  width: 9px;
  height: 6px;
  border-bottom: 2px solid #454545;
  border-left: 2px solid #454545;
  rotate: -45deg;
}
.wpcf7 .wpcf7-box__policy .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item input[type=checkbox] {
  display: none;
}
.wpcf7 .wpcf7-box__policy .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 0 !important;
  line-height: 0 !important;
  display: none !important;
}
.wpcf7 .wpcf7-box__link {
  color: inherit;
  text-decoration: underline;
}
.wpcf7 .wpcf7-box__btn {
  position: relative;
  width: 184px;
  height: 68px;
  background-color: var(--color-site-secondary);
  border-radius: 50px;
}
@media print, screen and (width > 1024px) {
  .wpcf7 .wpcf7-box__btn {
    margin: auto;
  }
}
.wpcf7 .wpcf7-box__btn::before, .wpcf7 .wpcf7-box__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  pointer-events: none;
}
.wpcf7 .wpcf7-box__btn::before {
  z-index: 1;
  right: 25px;
  width: 27px;
  height: 27px;
  background-color: #fff;
  border-radius: 50%;
}
.wpcf7 .wpcf7-box__btn::after {
  z-index: 2;
  right: 34px;
  width: 8px;
  height: 11px;
  mask-image: url(./assets/images/common/icon_arrow_primary.svg);
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: var(--color-site-secondary);
  rotate: 180deg;
}
.wpcf7 .wpcf7-box__btn .wpcf7-submit {
  width: 100% !important;
  height: 100% !important;
  padding-right: 40px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border: 0;
  background: none;
  cursor: pointer;
}
.wpcf7 .wpcf7-box__btn .wpcf7-submit:hover {
  opacity: 0.7;
}
@media print, screen and (width > 1024px) {
  .wpcf7 .wpcf7-response-output {
    grid-column: 1/3;
  }
}

.l-header {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 0 0 15px;
}
@media print, screen and (width > 1024px) {
  .l-header {
    padding: 34px 0 0 40px;
  }
}
@media print, screen and (width > 1024px) {
  .l-header.popup_open .p-gnav--popup {
    visibility: visible;
    opacity: 1;
  }
}
.l-header.menu_open .l-header__btn__txt {
  display: none;
}
.l-header.menu_open .l-header__btn__line:nth-child(2) {
  opacity: 0;
}
.l-header.menu_open .l-header__btn__line:nth-child(1), .l-header.menu_open .l-header__btn__line:nth-child(3) {
  top: 13px;
  width: 35px;
}
.l-header.menu_open .l-header__btn__line:nth-child(1) {
  rotate: 315deg;
}
.l-header.menu_open .l-header__btn__line:nth-child(3) {
  rotate: -315deg;
}
.l-header.menu_open .p-menu {
  pointer-events: initial;
  translate: 0;
  opacity: 1;
  transition: opacity 0.2s, translate 0.4s;
}
@media print, screen and (width > 1024px) {
  .l-header__first {
    padding-bottom: 22px;
  }
}
.l-header__btn {
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 0;
  border: 0;
  padding-top: 30px;
  background: none;
  background-color: var(--color-site-secondary);
  cursor: pointer;
  z-index: 100;
}
@media print, screen and (width > 1024px) {
  .l-header__btn {
    display: none !important;
  }
}
.l-header__btn__icon {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
}
.l-header__btn__line {
  width: 25px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  translate: -50% 0;
}
.l-header__btn__line:nth-child(1) {
  top: 0;
}
.l-header__btn__line:nth-child(2) {
  top: 8px;
}
.l-header__btn__line:nth-child(3) {
  top: 15px;
}
.l-header__btn__txt {
  display: grid;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
}

.l-footer {
  position: sticky;
  z-index: 3;
  top: 100vh;
  left: 0;
  display: grid;
  width: 100%;
  margin: auto;
  padding: 40px 0 35px;
  background-color: var(--color-site-secondary);
  grid-template-columns: 20px 1fr 20px;
  container-type: inline-size;
  container-name: footer;
}
@media print, screen and (width > 1024px) {
  .l-footer {
    padding: 48px 0 40px;
    grid-template-columns: 48px 1fr 48px;
  }
}
.l-footer > div {
  grid-column: 2/3;
}
.l-footer__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
}
@media print, screen and (width > 1024px) {
  .l-footer__top {
    margin-bottom: 78px;
  }
}
.l-footer__middle {
  margin-bottom: 32px;
}
@media print, screen and (width > 1024px) {
  .l-footer__middle {
    margin-bottom: 55px;
  }
}

.l-main {
  position: relative;
  z-index: 2;
  padding-bottom: 100px;
  background: url(./assets/images/common/img_bg_main_sp.png) no-repeat center top;
  background-size: 100% auto;
}
@media print, screen and (width > 1024px) {
  .l-main {
    padding-bottom: 180px;
    background-image: url(./assets/images/common/img_bg_main.png);
    background-size: 1920px auto;
  }
}

.l-article__inner {
  margin: 0 auto 0;
  width: calc(100% - 40px);
}
@media print, screen and (width > 1024px) {
  .l-article__inner {
    width: min(100% - 40px, 1200px);
  }
}
.l-article__inner {
  container-type: inline-size;
  container-name: articleBody;
}
.l-article__body {
  margin: 0 auto 0;
  width: calc(100% - 40px);
}
@media print, screen and (width > 1024px) {
  .l-article__body {
    width: min(100% - 40px, 1200px);
  }
}
.l-article__body {
  container-type: inline-size;
  container-name: articleBody;
}

.p-logo__img {
  width: 100%;
  height: auto;
}
@media (hover: hover) {
  .p-logo__link:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}
.p-logo--header {
  width: 92px;
}
@media print, screen and (width > 1024px) {
  .p-logo--header {
    width: min(10.902svw, 157px);
  }
}
.p-logo--footer {
  width: 280px;
}
@media print, screen and (width > 1024px) {
  .p-logo--footer {
    width: min(22.222cqw, 320px);
  }
}

.p-menu {
  position: fixed;
}
@media print, screen and (width > 1024px) {
  .p-menu {
    top: 38px;
    right: 16px;
    width: min(80.3svw, 1060px);
    height: 55px;
  }
}
@media only screen and (width <= 1024px) {
  .p-menu {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.6s, translate 0.3s;
    position: fixed;
    z-index: 50;
    top: 0;
    left: 0;
    translate: 100% 0;
    width: 100svw;
    height: 100svh;
    padding: 60px 0 20px;
    background-color: var(--color-site-secondary);
  }
}
.p-menu__inner {
  display: grid;
  row-gap: 55px;
}
@media only screen and (width <= 1024px) {
  .p-menu__inner {
    grid-template-columns: 42px 1fr;
    overflow-y: auto;
    height: 100%;
  }
}
@media print, screen and (width > 1024px) {
  .p-menu__inner {
    place-items: start end;
    row-gap: 30px;
  }
}

@media print, screen and (width > 1024px) {
  .p-gnav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 10px;
  }
}
@media only screen and (width <= 1024px) {
  .p-gnav {
    grid-column: 2/3;
    margin-right: 2px;
  }
}
.p-gnav__list {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 25px;
}
@media print, screen and (width > 1024px) {
  .p-gnav__list {
    height: 55px;
    margin-bottom: 0;
    flex-direction: row;
    align-items: center;
    gap: 0 min(2.083svw, 30px);
    padding: 0 min(2.083svw, 30px);
    background-color: #fff;
    border-radius: 5px;
  }
}
@media print, screen and (width > 1024px) {
  .p-gnav__item {
    height: 100%;
    display: grid;
    place-items: center;
  }
  .p-gnav__item:first-child {
    anchor-name: --gnav-sub;
    position: relative;
    padding-right: 27px;
    cursor: pointer;
  }
  .p-gnav__item:first-child::before, .p-gnav__item:first-child::after {
    position: absolute;
    content: "";
  }
  .p-gnav__item:first-child::before {
    top: 50%;
    right: 0;
    translate: 0 -50%;
    width: 19px;
    height: 19px;
    background-color: var(--color-site-quaternary);
    border-radius: 50%;
  }
  .p-gnav__item:first-child::after {
    top: 50%;
    right: 7px;
    translate: 0 calc(-50% - 1px);
    width: 5px;
    height: 5px;
    border-bottom: 1.5px solid #fff;
    border-left: 1.5px solid #fff;
    rotate: -45deg;
  }
  .p-gnav__item:first-child:hover::after {
    translate: 0 calc(-50% + 1px);
    rotate: 135deg;
  }
  .p-gnav__item:first-child:hover .p-gnav--sub {
    pointer-events: initial;
    opacity: 1;
  }
}
@media only screen and (width <= 1024px) {
  .p-gnav__item {
    width: 100%;
    border-bottom: 1px solid #fff;
  }
  .p-gnav__item:first-child {
    border-top: 1px solid #fff;
  }
}
.p-gnav__txt, .p-gnav__link {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
}
@media print, screen and (width > 1024px) {
  .p-gnav__txt, .p-gnav__link {
    color: var(--color-site-secondary);
    font-size: clamp(13px, 1.097svw, 18px);
  }
}
@media only screen and (width <= 1024px) {
  .p-gnav__txt, .p-gnav__link {
    position: relative;
    display: block;
    width: 100%;
    padding: 20px 0;
  }
}
@media only screen and (width <= 1024px) {
  .p-gnav__txt {
    padding-bottom: 10px;
  }
}
@media print, screen and (width > 1024px) {
  .p-gnav__link {
    color: var(--color-site-secondary);
    font-size: clamp(13px, 1.097svw, 18px);
  }
}
@media only screen and (width <= 1024px) {
  .p-gnav__link::before {
    position: absolute;
    right: 18px;
    top: 50%;
    translate: 0 -50%;
    width: 6px;
    height: 6px;
    content: "";
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    rotate: 45deg;
  }
}
@media print, screen and (width > 1024px) {
  .p-gnav--sub {
    pointer-events: none;
    display: flex;
    align-items: center;
    column-gap: min(24px, 1.666svw);
    left: max(-2.083svw, -30px);
    translate: 0 100%;
    bottom: -12px;
    padding: 15px;
    background-color: var(--color-site-secondary);
    border-radius: 5px;
    position: absolute;
    position-anchor: --gnav-sub;
    position-area: end;
    opacity: 0;
  }
  .p-gnav--sub::before, .p-gnav--sub::after {
    position: absolute;
    content: "";
    height: 12px;
  }
  .p-gnav--sub::before {
    top: -12px;
    left: 0;
    width: 100%;
    z-index: 1;
  }
  .p-gnav--sub::after {
    top: -6px;
    left: 80px;
    width: 12px;
    background-color: var(--color-site-secondary);
    rotate: -45deg;
    z-index: 2;
  }
}
@media only screen and (width <= 1024px) {
  .p-gnav--sub {
    padding: 0 0 10px 30px;
  }
}
@media only screen and (width <= 1024px) {
  .p-gnav--sub__item:not(:last-child) {
    border-bottom: 1px dashed #fff;
  }
}
.p-gnav--sub__link {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
@media print, screen and (width > 1024px) {
  .p-gnav--sub__link {
    white-space: nowrap;
    text-decoration: underline;
  }
  .p-gnav--sub__link:hover {
    text-decoration: none;
  }
}
@media only screen and (width <= 1024px) {
  .p-gnav--sub__link {
    position: relative;
    display: block;
    padding: 10px 0;
  }
  .p-gnav--sub__link::before {
    position: absolute;
    right: 18px;
    top: 50%;
    translate: 0 -50%;
    width: 6px;
    height: 6px;
    content: "";
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    rotate: 45deg;
  }
}
.p-gnav--other {
  height: 55px;
  display: flex;
  align-items: flex-end;
  column-gap: 6px;
}
.p-gnav--other__btn {
  width: 55px;
  height: 55px;
  border-radius: 5px;
}
.p-gnav--other__btn--tel {
  position: relative;
  background-color: var(--color-site-senary);
  cursor: pointer;
}
@media print, screen and (width > 1024px) {
  .p-gnav--other__btn--tel {
    anchor-name: --header-popup;
  }
}
.p-gnav--other__btn--contact {
  background-color: var(--color-site-quaternary);
}
@media print, screen and (width > 1024px) {
  .p-gnav--other__btn--contact {
    background-color: var(--color-site-secondary);
  }
}
.p-gnav--other__tel, .p-gnav--other__link {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}
.p-gnav--other__tel .p-gnav--other__icon {
  width: 24px;
  height: 24px;
}
@media print, screen and (width > 1024px) {
  .p-gnav--other__tel {
    pointer-events: none;
  }
}
.p-gnav--other__link .p-gnav--other__icon {
  width: 29px;
  height: 22px;
}
@media print, screen and (width > 1024px) {
  .p-gnav--other__access {
    display: none;
  }
}
.p-gnav--other__access .c-btn--access {
  color: #fff;
}
.p-gnav--popup {
  position: absolute;
  position-anchor: --header-popup;
  top: 68px;
  right: 0;
  background-color: var(--color-site-senary);
  border-radius: 12px;
  padding: 30px 27px;
  visibility: hidden;
  opacity: 0;
}
@media only screen and (width <= 1024px) {
  .p-gnav--popup {
    display: none !important;
  }
}
.p-gnav--popup__close {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 10px;
  right: 10px;
  display: grid;
  place-items: center;
}
.p-gnav--popup__close::before, .p-gnav--popup__close::after {
  content: "";
  width: calc(100% + 2px);
  height: 2px;
  background-color: #fff;
  grid-column: 1/2;
  grid-row: 1/2;
}
.p-gnav--popup__close::before {
  rotate: 45deg;
}
.p-gnav--popup__close::after {
  rotate: -45deg;
}
.p-gnav--popup__tel, .p-gnav--popup__time, .p-gnav--popup__note {
  white-space: nowrap;
}
.p-gnav--popup__tel {
  position: relative;
  padding-left: 29px;
  margin-bottom: 16px;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}
.p-gnav--popup__tel::before {
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 calc(-50% + 2px);
  content: "";
  width: 20px;
  height: 20px;
  background: url(./assets/images/common/icon_tel.svg) no-repeat left top;
}
.p-gnav--popup__time {
  color: #fff;
  font-size: 15px;
  line-height: 1.466;
}
.p-gnav--popup__note {
  color: #fff;
  font-size: 13px;
  line-height: 1.15;
}

@media only screen and (width <= 1024px) {
  .p-snav {
    border-top: 1px solid #fff;
    padding-top: min(9.25svw, 37px);
  }
}
.p-snav__list {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: min(4.25svw, 17px);
}
@media print, screen and (width > 1024px) {
  .p-snav__list {
    justify-content: flex-end;
    flex-direction: row;
    gap: 0 clamp(40px, 3.48svw, 67px);
  }
}
.p-snav__link {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4666;
}
@media print, screen and (width > 1024px) {
  .p-snav__link {
    color: var(--color-site-tertiary);
    font-size: clamp(14px, 0.8333svw, 16px);
  }
}
@media print, screen and (width > 1024px) {
  .p-snav__item:not(:last-child) {
    position: relative;
  }
  .p-snav__item:not(:last-child)::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 18px;
    background-color: var(--color-site-tertiary);
    top: 50%;
    right: calc(clamp(20px, 1.178svw, 33px) * -1);
    translate: 0 -50%;
  }
}

.p-news__list {
  display: grid;
  row-gap: 30px;
}
.p-news__item:not(:last-child) .p-news__link {
  padding-bottom: 30px;
  border-bottom: 1px dotted var(--color-site-secondary);
}
.p-news__link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: var(--color-site-secondary);
  gap: 13px 18px;
}
@media print, screen and (width > 1024px) {
  .p-news__link {
    flex-wrap: nowrap;
  }
}
.p-news__time {
  font-size: 18px;
}
.p-news__category {
  width: 90px;
  padding: 10px 0;
  text-align: center;
  background-color: var(--color-site-tertiary);
  font-size: 14px;
  line-height: 1.7;
}
.p-news__txt {
  font-size: 15px;
  line-height: 1.6;
}
@media print, screen and (width > 1024px) {
  .p-news__txt {
    flex: 1 0 1%;
    font-size: 18px;
    line-height: 1.333;
  }
}
.p-news--index {
  padding: 20px;
  background-color: #fff;
}
@media print, screen and (width > 1024px) {
  .p-news--index {
    padding: 60px 50px;
  }
}
.p-news--index .p-news__txt {
  position: relative;
  padding-right: 40px;
}
@media print, screen and (width > 1024px) {
  .p-news--index .p-news__txt {
    padding-right: 60px;
  }
}
.p-news--index .p-news__txt::after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 9px;
  height: 9px;
  content: "";
  border-right: 3px solid var(--color-site-secondary);
  border-bottom: 3px solid var(--color-site-secondary);
  translate: 0 -50%;
  rotate: -45deg;
}
@media print, screen and (width > 1024px) {
  .p-news--index .p-news__txt::after {
    right: 30px;
    width: 12px;
    height: 12px;
  }
}

.p-column {
  display: grid;
  row-gap: 14px;
  margin: 58px auto 64px;
}
@media print, screen and (width > 1024px) {
  .p-column {
    grid-template-columns: repeat(4, 1fr);
    gap: 0 1px;
    margin-top: 60px;
    margin-bottom: 85px;
  }
}
.p-column__item {
  background-color: #fff;
  padding-bottom: 30px;
}
.p-column__thumbnail {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
  object-fit: cover;
  aspect-ratio: 2/1;
}
@media print, screen and (width > 1024px) {
  .p-column__thumbnail {
    margin-bottom: 50px;
  }
}
.p-column__hd {
  width: 73.437%;
  margin: 0 auto 24px;
  color: var(--color-site-secondary);
  font-size: 18px;
  font-weight: 700;
}
@media print, screen and (width > 1024px) {
  .p-column__hd {
    width: 73.055%;
    margin-bottom: 27px;
  }
}
.p-column__txt {
  width: 73.437%;
  margin: auto;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}
@media print, screen and (width > 1024px) {
  .p-column__txt {
    width: 73.055%;
    font-size: 18px;
    line-height: 1.444;
  }
}

.p-recommend {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}
@media print, screen and (width > 1024px) {
  .p-recommend {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
}
.p-recommend__item {
  background-color: #fff;
}
.p-recommend__thumbnail {
  background-color: #f4fbfd;
  aspect-ratio: 7/3;
}
.p-recommend__img {
  width: 100%;
  height: auto;
}
.p-recommend__box {
  position: relative;
  padding: 35px 16px 16px;
}
@media print, screen and (width > 1024px) {
  .p-recommend__box {
    padding: 15px 20px 30px;
  }
}
.p-recommend__label {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  padding: 10px 2px;
  text-align: center;
  color: #444;
  font-size: 13px;
  font-weight: 700;
}
@media print, screen and (width > 1024px) {
  .p-recommend__label {
    padding: 15px 5px;
  }
}
.p-recommend__label--new {
  background-color: var(--color-recommend-new);
}
.p-recommend__label--kids {
  background-color: var(--color-recommend-kids);
}
.p-recommend__label--popular {
  background-color: var(--color-recommend-popular);
}
.p-recommend__logo {
  width: 100px;
  margin: 0 auto 10px;
}
@media print, screen and (width > 1024px) {
  .p-recommend__logo {
    width: 140px;
  }
}
.p-recommend__name {
  font-size: 15px;
  font-weight: 500;
}

.p-voice {
  display: grid;
  row-gap: 34px;
  width: max(320px, 85.333svw);
  margin: 0 auto 70px;
  container-type: inline-size;
  container-name: vContent;
}
@media print, screen and (width > 1024px) {
  .p-voice {
    grid-template-columns: repeat(3, 1fr);
    gap: 0 2.655%;
    width: min(96.787svw, 1210px);
    margin-bottom: 55px;
    padding: 0 5px 5px 0;
  }
}
.p-voice__card {
  position: relative;
}
.p-voice__card::before, .p-voice__card::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%);
}
@media print, screen and (width > 1024px) {
  .p-voice__card::before, .p-voice__card::after {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%);
  }
}
.p-voice__card::before {
  z-index: 2;
  left: 0;
  top: 0;
  background-color: #fff;
}
.p-voice__card::after {
  z-index: 1;
  left: 5px;
  top: 5px;
  background-color: rgb(from var(--color-site-quaternary) r g b/0.5);
  mix-blend-mode: multiply;
}
.p-voice__card__inner {
  position: relative;
  z-index: 3;
  height: 100%;
  padding: 55px 28px 96px;
}
@media print, screen and (width > 1024px) {
  .p-voice__card__inner {
    padding: 66px 2.48cqw 117px;
  }
}
.p-voice__card__inner::before, .p-voice__card__inner::after {
  position: absolute;
  content: "";
}
.p-voice__card__inner::before {
  top: -19px;
  left: 50%;
  translate: -50% 0;
  z-index: 2;
  width: 24px;
  height: 39px;
  background: url(./assets/images/common/icon_pin.svg) no-repeat left top;
  background-size: 100%;
}
@media print, screen and (width > 1024px) {
  .p-voice__card__inner::before {
    top: -23px;
    width: 29px;
    height: 48px;
  }
}
.p-voice__card__inner::after {
  z-index: 2;
  width: 25px;
  height: 25px;
  background-color: #dcdddd;
  right: 0;
  bottom: 0;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
@media print, screen and (width > 1024px) {
  .p-voice__card__inner::after {
    width: 30px;
    height: 30px;
  }
}
.p-voice__hd {
  color: var(--color-site-secondary);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.47;
  margin-bottom: 23px;
  word-break: keep-all;
}
@media print, screen and (width > 1024px) {
  .p-voice__hd {
    font-size: 20px;
    margin-bottom: 28px;
  }
}
.p-voice__txt {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}
@media print, screen and (width > 1024px) {
  .p-voice__txt {
    font-size: 18px;
  }
}
.p-voice__bottom {
  position: absolute;
  left: 28px;
  bottom: 0;
  height: 75px;
  padding: 9px 0 0 94px;
}
@media print, screen and (width > 1024px) {
  .p-voice__bottom {
    left: 2.48cqw;
    height: 90px;
    padding: 2px 0 0 115px;
  }
}
.p-voice__bottom::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 74px;
  height: 74px;
  content: "";
  background: url(./assets/images/common/icon_customer.svg) no-repeat left top;
  background-size: 100%;
}
@media print, screen and (width > 1024px) {
  .p-voice__bottom::before {
    width: 90px;
    height: 90px;
  }
}
.p-voice__person {
  font-size: 14px;
  line-height: 1.2;
}
@media print, screen and (width > 1024px) {
  .p-voice__person {
    font-size: 16px;
  }
}

.p-info {
  display: flex;
  flex-direction: column;
  width: max(250px, 66.666svw);
  margin: auto;
}
@media print, screen and (width > 1024px) {
  .p-info {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    column-gap: min(3.958cqw, 57px);
  }
}
.p-info__time {
  position: relative;
  padding-left: 39px;
  color: #fff;
  font-size: clamp(15px, 1.111cqw, 16px);
  line-height: 1.375;
}
@media only screen and (width <= 1024px) {
  .p-info__time {
    font-size: 15px;
    margin-bottom: 32px;
    padding-left: 0;
  }
}
.p-info__time::before {
  width: 27px;
  height: 27px;
  position: absolute;
  content: "";
  background: url(./assets/images/common/icon_clock.svg) no-repeat left top;
  background-size: 100%;
  left: -39px;
  top: 0;
}
@media print, screen and (width > 1024px) {
  .p-info__time::before {
    left: 0;
  }
}
.p-info__address {
  position: relative;
  padding-left: 39px;
  color: #fff;
  font-size: clamp(15px, 1.111cqw, 16px);
  line-height: 1.375;
}
@media only screen and (width <= 1024px) {
  .p-info__address {
    font-size: 15px;
    margin-bottom: 50px;
    padding-left: 0;
  }
}
.p-info__address::before {
  width: 27px;
  height: 27px;
  position: absolute;
  content: "";
  background: url(./assets/images/common/icon_spot.svg) no-repeat left top;
  background-size: 100%;
  left: -39px;
  top: 0;
}
@media print, screen and (width > 1024px) {
  .p-info__address::before {
    left: 0;
  }
}
.p-info__contact {
  width: 100%;
}
@media print, screen and (width > 1024px) {
  .p-info__contact {
    width: clamp(230px, 17.36cqw, 250px);
    margin-left: auto;
  }
}
.p-info__contact__txt {
  margin-bottom: 10px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
@media print, screen and (width > 1024px) {
  .p-info__contact__txt {
    text-align: left;
    font-size: clamp(15px, 1.18cqw, 17px);
  }
}
.p-info__tel {
  position: relative;
  display: flex;
  align-items: flex-end;
  column-gap: 5px;
  margin-bottom: 12px;
  line-height: 1;
}
.p-info__tel::before, .p-info__tel::after {
  content: "";
}
.p-info__tel::before {
  width: 29px;
  height: 29px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.p-info__tel::after {
  position: absolute;
  top: 13.5px;
  left: 6px;
  width: 16px;
  height: 16px;
  background: url(./assets/images/common/icon_tel.svg) no-repeat left top;
  background-size: 100%;
}
.p-info__tel__number {
  color: #fff !important;
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
}
@media print, screen and (width > 1024px) {
  .p-info__tel__number {
    font-size: clamp(32px, 2.5cqw, 36px);
    pointer-events: none;
  }
}

@media only screen and (width <= 1024px) {
  .p-fnav {
    display: none;
  }
}
.p-fnav__list {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  column-gap: min(2.77cqw, 40px);
}
.p-fnav__item:not(:last-child) {
  position: relative;
}
.p-fnav__item:not(:last-child)::after {
  position: absolute;
  top: 0;
  right: max(-1.385cqw, -20px);
  content: "";
  width: 1px;
  height: 100%;
  background-color: #fff;
}
.p-fnav__link {
  color: #fff;
  font-size: min(1.25cqw, 18px);
  font-weight: 700;
  line-height: 1.16;
}

.p-copyright {
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
}

.p-jumbotron {
  display: grid;
  overflow-x: clip;
  margin-bottom: 60px;
  gap: 20px;
}
@media print, screen and (width > 1024px) {
  .p-jumbotron {
    margin-bottom: 120px;
    grid-template-columns: 1fr 42.361% 42.361% 1fr;
  }
}
.p-jumbotron__thumbnail {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 200px;
}
@media print, screen and (width > 1024px) {
  .p-jumbotron__thumbnail {
    height: auto;
    grid-column: 3/5;
    grid-row: 1/2;
  }
}
.p-jumbotron__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-jumbotron__inner {
  position: relative;
  z-index: 2;
}
@media only screen and (width <= 1024px) {
  .p-jumbotron__inner {
    padding: 0 20px;
  }
}
@media print, screen and (width > 1024px) {
  .p-jumbotron__inner {
    align-self: end;
    grid-column: 2/4;
    grid-row: 1/2;
  }
}
.p-jumbotron__label {
  width: fit-content;
  margin-bottom: 15px;
  padding: 2px 8px;
  color: var(--color-site-secondary);
  background-color: var(--color-site-tertiary);
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
@media print, screen and (width > 1024px) {
  .p-jumbotron__label {
    margin-bottom: 22px;
    padding: 2px 20px;
    font-size: 18px;
  }
}
.p-jumbotron__title {
  margin-bottom: 15px;
  color: var(--color-site-secondary);
  font-size: 30px;
  font-weight: 900;
  line-height: 1.25;
}
@media print, screen and (width > 1024px) {
  .p-jumbotron__title {
    width: min(66.666%, 800px);
    margin-bottom: 25px;
    font-size: 48px;
  }
}
.p-jumbotron__entitle {
  font-family: "Bodoni Moda", serif;
  color: var(--color-site-secondary);
  font-size: 17px;
  font-weight: 500;
}
@media print, screen and (width > 1024px) {
  .p-jumbotron__entitle {
    font-size: 21px;
  }
}
.p-jumbotron__subtitle {
  margin-top: 30px;
  color: var(--color-site-secondary);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
}
@media print, screen and (width > 1024px) {
  .p-jumbotron__subtitle {
    margin-top: 60px;
    font-size: 21px;
  }
}
.p-jumbotron__copy {
  margin-top: 8px;
  color: var(--color-site-secondary);
  font-size: 26px;
  font-weight: 900;
  line-height: 1.7;
}
@media print, screen and (width > 1024px) {
  .p-jumbotron__copy {
    margin-top: 15px;
    font-size: 34px;
  }
}
.p-jumbotron__lead {
  margin-top: 20px;
  color: var(--color-site-septenary);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}
@media print, screen and (width > 1024px) {
  .p-jumbotron__lead {
    width: min(75%, 900px);
    margin-top: 32px;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 2;
  }
}
@media print, screen and (width > 1024px) {
  .p-jumbotron--large .p-jumbotron__thumbnail {
    aspect-ratio: 1/1;
  }
}
@media print, screen and (width > 1024px) {
  .p-jumbotron--small .p-jumbotron__thumbnail {
    aspect-ratio: 790/520;
  }
}

.p-faq {
  margin-bottom: 30px;
  background-color: #fff;
}
@media print, screen and (width > 1024px) {
  .p-faq {
    margin-bottom: 40px;
  }
}
.p-faq__question, .p-faq__answer {
  position: relative;
  padding-left: 65px !important;
}
@media print, screen and (width > 1024px) {
  .p-faq__question, .p-faq__answer {
    padding-left: 100px !important;
  }
}
.p-faq__question::before, .p-faq__answer::before {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  aspect-ratio: 1/1;
  place-items: center;
}
@media print, screen and (width > 1024px) {
  .p-faq__question::before, .p-faq__answer::before {
    width: 75px;
    height: 75px;
    font-size: 37px;
  }
}
.p-faq__question {
  min-height: 50px;
  padding-top: 14px !important;
  padding-bottom: 14px !important;
  color: var(--color-site-secondary);
  background-color: rgb(from #e8f4f2 r g b/0.911);
  font-size: 22px !important;
  line-height: 1.3 !important;
  font-weight: 700;
}
@media print, screen and (width > 1024px) {
  .p-faq__question {
    min-height: 75px;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    font-size: 26px !important;
  }
}
.p-faq__question::before {
  content: "Q";
  background-color: var(--color-site-secondary);
}
.p-faq__answer {
  padding-right: 20px !important;
  padding-bottom: 30px !important;
}
@media print, screen and (width > 1024px) {
  .p-faq__answer {
    padding-right: 30px !important;
    padding-bottom: 40px !important;
  }
}
.p-faq__answer::before {
  content: "A";
  background-color: var(--color-site-quaternary);
}
.p-faq__title {
  margin-bottom: 20px;
  padding-top: 14px !important;
  padding-bottom: 14px !important;
  color: var(--color-site-quaternary);
  font-size: 20px;
  font-weight: 700;
}
@media print, screen and (width > 1024px) {
  .p-faq__title {
    min-height: 75px;
    margin-bottom: 35px;
    padding-top: 22px !important;
    padding-bottom: 22px !important;
    font-size: 26px !important;
  }
}
.p-faq__text {
  font-size: 16px;
  line-height: 1.7;
}
@media print, screen and (width > 1024px) {
  .p-faq__text {
    font-size: 18px;
  }
}

.p-imgtitle {
  display: grid;
  margin-bottom: 25px !important;
  grid-template-columns: 65px 1fr;
  column-gap: 10px;
}
@media print, screen and (width > 1024px) {
  .p-imgtitle {
    margin-bottom: 40px;
    grid-template-columns: 85px 1fr;
    column-gap: 20px;
  }
}
.p-imgtitle__img {
  width: 65px !important;
  height: 65px !important;
  object-fit: cover;
}
@media print, screen and (width > 1024px) {
  .p-imgtitle__img {
    width: 85px !important;
    height: 85px !important;
  }
}
.p-imgtitle__text {
  padding-top: 15px !important;
  color: var(--color-site-secondary);
  font-size: 24px !important;
  font-weight: 900;
  line-height: 1.3;
}
@media print, screen and (width > 1024px) {
  .p-imgtitle__text {
    padding-top: 20px !important;
    font-size: 34px !important;
  }
}

.p-leadbox {
  margin-bottom: 40px !important;
  text-align: center;
}
@media print, screen and (width > 1024px) {
  .p-leadbox {
    margin-bottom: 60px !important;
  }
}
.p-leadbox__copy {
  margin-bottom: 15px !important;
  color: var(--color-site-secondary);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}
@media print, screen and (width > 1024px) {
  .p-leadbox__copy {
    font-size: 34px;
  }
}
.p-leadbox__title {
  color: var(--color-site-secondary);
  font-weight: 700;
  line-height: 1.2;
}
.p-leadbox__entitle {
  font-family: "Bodoni Moda", serif;
  margin-top: 10px !important;
  color: var(--color-site-secondary);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
}
@media print, screen and (width > 1024px) {
  .p-leadbox__entitle {
    font-size: 21px;
  }
}
.p-leadbox__lead {
  margin-top: 24px !important;
  color: var(--color-site-septenary);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}
@media print, screen and (width > 1024px) {
  .p-leadbox__lead {
    margin-top: 40px !important;
    font-size: 18px;
    line-height: 2;
  }
}
.p-leadbox--01 .p-leadbox__title {
  font-size: 18px;
}
@media print, screen and (width > 1024px) {
  .p-leadbox--01 .p-leadbox__title {
    font-size: 24px;
  }
}
.p-leadbox--02 .p-leadbox__title {
  font-size: 30px;
}
@media print, screen and (width > 1024px) {
  .p-leadbox--02 .p-leadbox__title {
    font-size: 40px;
  }
}

.p-sectionbox {
  display: grid;
  margin-bottom: 30px !important;
  grid-template-columns: 100%;
  gap: 20px 0;
}
@media print, screen and (width > 1024px) {
  .p-sectionbox {
    margin-bottom: 60px !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 10cqw 5cqw;
  }
}
@media print, screen and (width > 1024px) {
  .p-sectionbox__head {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.p-sectionbox__title {
  margin-bottom: 15px !important;
  color: var(--color-site-secondary);
  font-size: 30px !important;
  font-weight: 700;
  line-height: 1.2;
}
@media print, screen and (width > 1024px) {
  .p-sectionbox__title {
    font-size: 40px !important;
  }
}
.p-sectionbox__entitle {
  font-family: "Bodoni Moda", serif;
  color: var(--color-site-secondary);
  font-size: 17px !important;
  font-weight: 500;
  line-height: 1.2;
}
@media print, screen and (width > 1024px) {
  .p-sectionbox__entitle {
    font-size: 21px !important;
  }
}
@media print, screen and (width > 1024px) {
  .p-sectionbox__imgbox {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
.p-sectionbox__img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media print, screen and (width > 1024px) {
  .p-sectionbox__body {
    align-self: end;
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
.p-sectionbox__subtitle {
  margin-bottom: 10px !important;
  color: var(--color-site-secondary);
  font-size: 17px !important;
  font-weight: 700;
  line-height: 1.2;
}
@media print, screen and (width > 1024px) {
  .p-sectionbox__subtitle {
    margin-bottom: 20px !important;
    font-size: 21px !important;
  }
}
.p-sectionbox__copy {
  margin-bottom: 25px !important;
  color: var(--color-site-secondary);
  font-weight: 900;
  line-height: 1.7;
}
@media print, screen and (width > 1024px) {
  .p-sectionbox__copy {
    margin-bottom: 45px !important;
    font-size: 34px !important;
  }
}
.p-sectionbox__lead {
  color: var(--color-site-septenary);
  font-size: 16px !important;
  font-weight: 700;
  line-height: 1.6;
}
@media print, screen and (width > 1024px) {
  .p-sectionbox__lead {
    font-size: 18px !important;
    line-height: 2;
  }
}

.p-flow {
  display: grid;
  margin-bottom: 25px !important;
  row-gap: 40px;
  container-type: inline-size;
  container-name: flow;
}
@media print, screen and (width > 1024px) {
  .p-flow {
    margin-bottom: 60px !important;
    row-gap: 65px;
  }
}
.p-flow__item {
  display: grid;
  background-color: #fff;
  grid-template-columns: 120px 1fr;
  column-gap: 25px;
}
@media print, screen and (width > 1024px) {
  .p-flow__item {
    grid-template-columns: 150px 1fr;
    column-gap: 3.75cqw;
    place-items: center start;
  }
}
.p-flow__item:not(:last-child) {
  position: relative;
}
.p-flow__item:not(:last-child)::before {
  position: absolute;
  bottom: -40px;
  left: 50%;
  width: 20px;
  height: 20px;
  content: "";
  background: url(/wp-content/themes/aiuto-eye//assets/images/common/icon_flowallow.svg) no-repeat left top;
  background-size: 100%;
  translate: -50% -50%;
}
@media print, screen and (width > 1024px) {
  .p-flow__item:not(:last-child)::before {
    bottom: -65px;
    width: 34px;
    height: 34px;
  }
}
.p-flow__img {
  width: 100%;
  height: auto;
}
.p-flow__content {
  padding: 10px 20px 10px 0;
}
@media print, screen and (width > 1024px) {
  .p-flow__content {
    padding: 15px 3.333cqw 15px 0;
  }
}
.p-flow__head {
  display: grid;
  margin-bottom: 15px !important;
  grid-template-columns: auto 1fr;
  column-gap: 10px;
  place-items: center start;
}
@media print, screen and (width > 1024px) {
  .p-flow__head {
    column-gap: 1.666cqw;
  }
}
.p-flow__number {
  color: var(--color-site-secondary);
  font-size: 36px !important;
  font-weight: 900;
  line-height: 1;
}
@media print, screen and (width > 1024px) {
  .p-flow__number {
    font-size: 40px !important;
  }
}
.p-flow__title {
  font-family: "Zen Old Mincho", serif !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 1.2;
}
@media print, screen and (width > 1024px) {
  .p-flow__title {
    font-size: 30px !important;
  }
}
.p-flow__text {
  color: var(--color-site-primary);
  font-size: 16px !important;
  font-weight: 400;
  line-height: 2;
}

.p-advice {
  display: grid;
  margin-bottom: 25px !important;
  gap: 20px;
  container-type: inline-size;
  container-name: advice;
}
@media print, screen and (width > 1024px) {
  .p-advice {
    margin-bottom: 60px !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 4.166cqw;
  }
}
.p-advice__item {
  display: grid;
  padding: 10px !important;
  border-radius: 3px;
  background-color: #fff;
  grid-template-columns: 100px 1fr;
  column-gap: 20px;
}
@media print, screen and (width > 1024px) {
  .p-advice__item {
    padding: 1.666cqw 2.5cqw 1.666cqw 1.666cqw !important;
    grid-template-columns: 18.5cqw 1fr;
    column-gap: 2.083cqw;
  }
}
.p-advice__img {
  width: 100%;
  height: auto;
}
.p-advice__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 12px !important;
}
@media print, screen and (width > 1024px) {
  .p-advice__content {
    padding-top: 1.833cqw !important;
  }
}
.p-advice__type {
  margin-bottom: 25px !important;
  color: var(--color-site-secondary);
  font-size: 18px !important;
  font-weight: 700;
  line-height: 1.2;
}
@media print, screen and (width > 1024px) {
  .p-advice__type {
    font-size: 21px !important;
  }
}
.p-advice__dl {
  margin-top: auto;
}
.p-advice__dt, .p-advice__dd {
  color: var(--color-site-septenary);
  line-height: 1.4;
}
.p-advice__dt {
  position: relative;
  padding: 0 0 4px 18px !important;
  border-bottom: 1px solid var(--color-site-secondary);
  font-size: 14px !important;
  font-weight: 700;
}
.p-advice__dt::before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 14px;
  height: 14px;
  content: "";
  border-radius: 50%;
  background-color: var(--color-site-secondary);
}
.p-advice__dd {
  font-size: 16px !important;
  font-weight: 400;
}
.p-advice__dd:not(:last-child) {
  margin-bottom: 15px;
}
@media print, screen and (width > 1024px) {
  .p-advice__dd:not(:last-child) {
    margin-bottom: 25px;
  }
}

.p-textbox {
  display: grid;
  margin-bottom: 25px !important;
  row-gap: 40px;
  display: grid;
  background-color: #fff;
  grid-template-columns: 120px 1fr;
  column-gap: 25px;
}
@media print, screen and (width > 1024px) {
  .p-textbox {
    margin-bottom: 40px !important;
    grid-template-columns: 200px 1fr;
    column-gap: 3.33cqw;
    place-items: center start;
  }
}
.p-textbox__img {
  width: 100%;
  height: auto;
}
.p-textbox__content {
  padding: 16px;
  padding-left: 0;
}
@media print, screen and (width > 1024px) {
  .p-textbox__content {
    padding: 3.333cqw;
    padding-left: 0;
  }
}
.p-textbox__title {
  margin-bottom: 15px !important;
  color: var(--color-site-secondary);
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 1.2;
}
@media print, screen and (width > 1024px) {
  .p-textbox__title {
    font-size: 30px !important;
  }
}
.p-textbox__text {
  color: var(--color-site-primary);
  font-size: 16px !important;
  font-weight: 400;
  line-height: 2;
}

.p-lens {
  position: relative;
  display: grid;
  margin: 40px auto 30px !important;
  padding: 12px !important;
  border: 1px solid var(--color-site-secondary);
  border-radius: 3px;
  background-color: #fff;
  row-gap: 20px;
}
@media print, screen and (width > 1024px) {
  .p-lens {
    width: min(96.116%, 990px);
    margin-top: 80px !important;
    margin-bottom: 60px !important;
    padding: 18px 18px 18px 30px !important;
    grid-template-columns: 1fr 23.75cqw;
    gap: 4.166cqw 3.333cqw;
  }
}
.p-lens__label {
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 5px 15px !important;
  color: #fff;
  border-radius: 3px;
  background-color: var(--color-site-secondary);
  font-size: 16px !important;
  font-weight: 700;
  line-height: 1.9;
  translate: 0 -50%;
}
@media print, screen and (width > 1024px) {
  .p-lens__label {
    font-size: 18px !important;
  }
}
.p-lens__head {
  display: grid;
  padding-top: 20px !important;
  gap: 12px;
}
@media print, screen and (width > 1024px) {
  .p-lens__head {
    padding-top: 30px !important;
    grid-template-columns: auto 1fr;
    grid-column: 1/2;
    grid-row: 1/2;
    gap: 20px;
  }
}
.p-lens__suggest {
  position: relative;
  top: 8px;
  width: fit-content;
  height: fit-content;
  padding: 8px 10px !important;
  color: #fff;
  border-radius: 2px;
  background-color: var(--color-site-quaternary);
  font-size: 15px !important;
  font-weight: 700;
  line-height: 1;
}
.p-lens__title {
  color: var(--color-site-secondary);
  font-size: 36px !important;
  font-weight: 700;
}
@media print, screen and (width > 1024px) {
  .p-lens__title {
    font-size: 42px !important;
  }
}
@media print, screen and (width > 1024px) {
  .p-lens__photo {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
.p-lens__img {
  width: 100%;
  height: auto;
}
@media print, screen and (width > 1024px) {
  .p-lens__body {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
.p-lens__copy, .p-lens__desc {
  color: var(--color-site-secondary);
}
.p-lens__copy {
  margin-bottom: 20px !important;
  font-size: 26px !important;
  font-weight: 700;
  line-height: 1.6;
}
.p-lens__desc {
  font-size: 16px !important;
  font-weight: 500;
  line-height: 1.75;
}

.p-pager {
  height: 40px;
  margin-top: 35px;
}
@media print, screen and (width > 1024px) {
  .p-pager {
    height: 44px;
    margin-top: 50px;
  }
}
.p-pager__list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 100%;
  margin: auto;
  padding: 0 40px;
  column-gap: 5px;
}
@media print, screen and (width > 1024px) {
  .p-pager__list {
    padding: 0 47px;
    column-gap: 7px;
  }
}
.p-pager__item {
  width: 36px;
  height: 100%;
}
@media print, screen and (width > 1024px) {
  .p-pager__item {
    width: 36px;
  }
}
.p-pager__item .page-numbers {
  display: grid;
  width: 100%;
  height: 100%;
  color: var(--color-site-secondary);
  border-radius: 10px;
  background-color: #fff;
  font-size: 17px;
  font-weight: 700;
  place-items: center;
}
@media print, screen and (width > 1024px) {
  .p-pager__item .page-numbers {
    font-size: 20px;
  }
}
.p-pager__item .page-numbers.current, .p-pager__item .page-numbers:hover {
  color: #fff;
  background-color: #7DBEB1;
}
.p-pager__arrow {
  width: 35px;
  height: 35px;
  background-color: var(--color-site-quaternary);
  border-radius: 50%;
}
@media print, screen and (width > 1024px) {
  .p-pager__arrow {
    width: 37px;
    height: 37px;
  }
}
.p-pager__arrow--first, .p-pager__arrow--last {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
.p-pager__arrow--first .p-pager__icon, .p-pager__arrow--last .p-pager__icon {
  grid-template-columns: repeat(2, auto);
}
.p-pager__arrow--first .p-pager__icon::after, .p-pager__arrow--last .p-pager__icon::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  rotate: 45deg;
}
@media print, screen and (width > 1024px) {
  .p-pager__arrow--first .p-pager__icon::after, .p-pager__arrow--last .p-pager__icon::after {
    width: 8px;
    height: 8px;
  }
}
.p-pager__arrow--first {
  left: 0;
}
.p-pager__arrow--first .p-pager__icon::before, .p-pager__arrow--first .p-pager__icon::after {
  rotate: 225deg;
}
.p-pager__arrow--first .p-pager__icon::after {
  margin-left: -9px;
}
@media print, screen and (width > 1024px) {
  .p-pager__arrow--first .p-pager__icon::after {
    margin-left: -5px;
  }
}
.p-pager__arrow--first .p-pager__icon::before {
  margin-right: -13px;
}
@media print, screen and (width > 1024px) {
  .p-pager__arrow--first .p-pager__icon::before {
    margin-right: -20px;
  }
}
.p-pager__arrow--last {
  right: 0;
}
.p-pager__arrow--last .p-pager__icon::after {
  margin-left: -13px;
}
@media print, screen and (width > 1024px) {
  .p-pager__arrow--last .p-pager__icon::after {
    margin-left: -15px;
  }
}
.p-pager__arrow--last .p-pager__icon::before {
  margin-right: -10px;
}
@media print, screen and (width > 1024px) {
  .p-pager__arrow--last .p-pager__icon::before {
    margin-right: -9px;
  }
}
.p-pager__arrow--prev {
  left: 0;
}
.p-pager__arrow--prev .p-pager__icon::before {
  rotate: 225deg;
  margin-right: -2px;
}
.p-pager__arrow--next {
  right: 0;
}
.p-pager__arrow--next .p-pager__icon::before {
  margin-left: -2px;
}
.p-pager__arrow:hover {
  background-color: #7DBEB1;
}
.p-pager__arrow:hover .p-pager__icon::before, .p-pager__arrow:hover .p-pager__icon::after {
  border-right-color: #fff;
  border-top-color: #fff;
}
.p-pager__icon {
  position: relative;
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
}
.p-pager__icon::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  rotate: 45deg;
}
@media print, screen and (width > 1024px) {
  .p-pager__icon::before {
    width: 8px;
    height: 8px;
  }
}
.p-pager--single {
  width: fit-content;
  margin: 40px auto 0;
  position: relative;
}
@media print, screen and (width > 1024px) {
  .p-pager--single {
    margin-top: 100px;
  }
}
.p-pager--single__list {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 16px;
}
@media only screen and (width <= 1024px) {
  .p-pager--single__list {
    padding-bottom: 60px;
  }
}
@media only screen and (width <= 1024px) {
  .p-pager--single__index {
    position: absolute;
    bottom: 0;
    left: 50%;
    translate: -50% 0;
  }
}
.p-pager--single__prev, .p-pager--single__next {
  width: fit-content;
}
@media print, screen and (width > 1024px) {
  .p-pager--single__prev, .p-pager--single__next {
    position: absolute;
    top: 50%;
  }
}
@media print, screen and (width > 1024px) {
  .p-pager--single__prev {
    left: 0;
    translate: calc(-100% - 40px) -50%;
  }
}
@media print, screen and (width > 1024px) {
  .p-pager--single__next {
    right: 0;
    translate: calc(100% + 40px) -50%;
  }
}
.p-pager--single__link {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 17px;
  padding-bottom: 6px;
  color: var(--color-site-secondary);
}
.p-pager--single__link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: var(--color-site-secondary);
  border-radius: 10px;
}
.p-pager--single__txt {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.444;
}
.p-pager--single__icon {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  background-color: var(--color-site-secondary);
  border-radius: 50%;
}
.p-pager--single__icon::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  rotate: 225deg;
}
@media print, screen and (width > 1024px) {
  .p-pager--single__icon::before {
    width: 8px;
    height: 8px;
  }
}
.p-pager--single__icon:last-child::before {
  rotate: 45deg;
}
