@charset "UTF-8";
* {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  line-height: 1.15;
  font-family: sans-serif;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 130px;
}

body {
  font-size: 18px;
  color: #452d13;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Yu Gothic",
    "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "Hiragino Sans",
    "小塚ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
    sans-serif;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.024em;
  font-style: normal;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #fff;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
  transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  text-underline-offset: 0.2em;
}

a:hover {
  opacity: 0.7;
}

@media screen and (min-width: 601px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
li {
  margin: 0;
  list-style: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

figure {
  margin: 0;
}

figcaption,
figure,
main {
  display: block;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

code,
kbd,
samp {
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 100%;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

video,
iframe {
  vertical-align: bottom;
}

svg:not(:root) {
  overflow: hidden;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  padding: 0;
}

progress {
  display: inline-block;
}

::-webkit-file-upload-button {
  -webkit-appearance: none;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

address {
  font-style: normal;
}

figure {
  margin: 0;
}

dl {
  margin-block-start: 0;
  margin-block-end: 0;
}

dd {
  margin-left: 0;
}

table {
  border-collapse: collapse;
  table-layout: fixed;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
}

/* -----------------

form

----------------- */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
  height: auto;
}

button {
  width: auto;
  color: inherit;
}

::-moz-placeholder {
  color: #aaa;
  font: inherit;
  margin: 0;
  padding: 0;
}

::placeholder {
  color: #aaa;
  font: inherit;
  margin: 0;
  padding: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-color: transparent;
  outline: transparent;
  opacity: 0;
  background: #fff;
  cursor: pointer;
  display: block;
}

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

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

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="number"],
select,
textarea {
  outline: none;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  padding: 21px 25px;
  line-height: 1.5;
  border: 1px solid #fff;
}

textarea {
  resize: vertical;
  overflow: auto;
  vertical-align: bottom;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
select:focus,
textarea:focus {
  border-color: #452d13;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

/*////////////////////////

 user common css

////////////////////////*/
/* Grid System width Flex */
.flexbox {
  display: flex;
}

.flex-inline {
  display: inline-flex;
}

.flex-row {
  flex-direction: row;
}

.flex-row-rev {
  flex-direction: row-reverse;
}

.flex-column {
  flex-direction: column;
}

.flex-column-rev {
  flex-direction: column-reverse;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.flex-justify-start {
  justify-content: flex-start;
}

.flex-justify-end {
  justify-content: flex-end;
}

.flex-justify-center {
  justify-content: center;
}

.flex-justify-between {
  justify-content: space-between;
}

.flex-justify-around {
  justify-content: space-around;
}

.flex-align-start {
  align-items: flex-start;
}

.flex-align-end {
  align-items: flex-end;
}

.flex-align-center {
  align-items: center;
}

.flex-align-baseline {
  align-items: baseline;
}

.flex-align-stretch {
  align-items: stretch;
}

.flex-content-start {
  justify-content: flex-start;
}

.flex-content-end {
  justify-content: flex-end;
}

.flex-content-center {
  justify-content: center;
}

.flex-content-between {
  justify-content: space-between;
}

.flex-content-around {
  justify-content: space-around;
}

.flex-content-around {
  justify-content: stretch;
}

.imgbox,
.videobox {
  line-height: 1;
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.inline {
  display: inline !important;
}

@media screen and (max-width: 1300px) {
  .min-xl {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .min-pc {
    display: none !important;
  }
}
@media screen and (max-width: 900px) {
  .min-tab {
    display: none !important;
  }
}
@media screen and (max-width: 600px) {
  .min-mid {
    display: none !important;
  }
}
@media screen and (max-width: 450px) {
  .min-sp {
    display: none !important;
  }
}
@media screen and (min-width: 1301px) {
  .max-xl {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .max-pc {
    display: none !important;
  }
}
@media screen and (min-width: 901px) {
  .max-tab {
    display: none !important;
  }
}
@media screen and (min-width: 601px) {
  .max-mid {
    display: none !important;
  }
}
@media screen and (min-width: 451px) {
  .max-sp {
    display: none !important;
  }
}
/* ロゴ */
.logo {
  line-height: 1;
}

/* animation */
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.fadeInTrigger {
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.fadeUpTrigger {
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* animation-delay */
.delay02s {
  animation-delay: 0.2s;
}

.delay04s {
  animation-delay: 0.4s;
}

.delay06s {
  animation-delay: 0.6s;
}

/* hover scale */
@media screen and (min-width: 901px) {
  .hover-scale {
    overflow: hidden;
    display: block;
  }
  .hover-scale-img {
    transition: 0.5s;
  }
  .hover-scale:hover {
    opacity: 1;
  }
  .hover-scale:hover .hover-scale-img {
    transform: scale(1.05);
  }
}
/***************************

_utility.scss

***************************/
/* ----- color ----- */
.base {
  color: #452d13;
}

.white {
  color: #fff;
}

.brown {
  color: #452d13;
}

.green {
  color: var(--corporate-color);
}

/* ----- font ----- */
/* font-size */
.fz-9 {
  font-size: 9px;
}

.fz-10 {
  font-size: 10px;
}

.fz-11 {
  font-size: 11px;
}

.fz-12 {
  font-size: 12px;
}

.fz-13 {
  font-size: 13px;
}

.fz-14 {
  font-size: 14px;
}

.fz-15 {
  font-size: 15px;
}

.fz-16 {
  font-size: 16px;
}

.fz-17 {
  font-size: 17px;
}

.fz-18 {
  font-size: 18px;
}

.fz-19 {
  font-size: 19px;
}

.fz-20 {
  font-size: 20px;
}

.fz-21 {
  font-size: 21px;
}

.fz-22 {
  font-size: 22px;
}

.fz-23 {
  font-size: 23px;
}

.fz-24 {
  font-size: 24px;
}

.fz-25 {
  font-size: 25px;
}

.fz-26 {
  font-size: 26px;
}

/* font-family */
.noto-sans-jp-regular {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.albert-sans-regular {
  font-family: "Albert Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.albert-sans {
  font-family: "Albert Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/* font-weight */
.thin {
  font-weight: 100;
}

.extralight {
  font-weight: 200;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.extrabold {
  font-weight: 800;
}

.black {
  font-weight: 900;
}

/* font-style */
.italic {
  font-style: italic;
}

/* ----- margin ----- */
.m-auto {
  margin-left: auto;
  margin-right: auto;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-1em {
  margin-left: 1em;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

/* ----- text ----- */
/* line-height */
.lh-10 {
  line-height: 1;
}

.lh-11 {
  line-height: 1.1;
}

.lh-12 {
  line-height: 1.2;
}

.lh-13 {
  line-height: 1.3;
}

.lh-14 {
  line-height: 1.4;
}

.lh-15 {
  line-height: 1.5;
}

.lh-16 {
  line-height: 1.6;
}

.lh-17 {
  line-height: 1.7;
}

.lh-18 {
  line-height: 1.8;
}

.lh-19 {
  line-height: 1.9;
}

.lh-20 {
  line-height: 2;
}

.lh-21 {
  line-height: 2.1;
}

.lh-22 {
  line-height: 2.2;
}

/* letter-spacing */
.ls-0 {
  letter-spacing: 0;
}

.ls-10 {
  letter-spacing: 0.01em;
}

.ls-20 {
  letter-spacing: 0.02em;
}

.ls-30 {
  letter-spacing: 0.03em;
}

.ls-40 {
  letter-spacing: 0.04em;
}

.ls-50 {
  letter-spacing: 0.05em;
}

.ls-60 {
  letter-spacing: 0.06em;
}

.ls-70 {
  letter-spacing: 0.07em;
}

.ls-80 {
  letter-spacing: 0.08em;
}

.ls-90 {
  letter-spacing: 0.09em;
}

.ls-100 {
  letter-spacing: 0.1em;
}

.ls-1em {
  letter-spacing: 1.1em;
}

/* text-align */
.t-center {
  text-align: center;
}

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

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

@media screen and (min-width: 451px) {
  .t-center_min-sp {
    text-align: center;
  }
}
@media screen and (max-width: 450px) {
  .t-center_max-sp {
    text-align: center;
  }
}
/* text-transform */
.uppercase {
  text-transform: uppercase;
}

/* text-decoration */
.underline {
  text-decoration-line: underline;
  text-decoration-color: inherit;
  text-decoration-style: solid;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.1em;
}

/* writing-mode */
.ver-rl {
  writing-mode: vertical-rl;
}

/* vertical-align */
.ver-top {
  vertical-align: top;
}

.ver-mid {
  vertical-align: middle;
}

.ver-baseline {
  vertical-align: baseline;
}

.ver-bottom {
  vertical-align: bottom;
}

/* position */
.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.sticky {
  position: sticky;
}

/* list */
.list-disc {
  line-height: 1.5;
}

.list-disc li {
  padding-left: 15px;
  position: relative;
}

.list-disc li::before {
  content: "";
  display: inline-block;
  background-color: var(--corporate-color);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.55em;
}

.list-disc li + li {
  margin-top: 10px;
}

.list-disc.fz-16 li + li {
  margin-top: 12px;
}

.list-disc_l {
  font-weight: 600;
}

.list-disc_l li {
  padding-left: 25px;
  position: relative;
}

.list-disc_l li::before {
  content: "";
  display: inline-block;
  background-color: var(--corporate-color);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.65em;
}

.list-disc_l li + li {
  margin-top: 9px;
}

.list-disc_l_border {
  border: 1px solid var(--corporate-color);
  padding: 32px 40px;
  border-radius: 15px;
}

.list-count li {
  list-style-type: decimal;
  margin-left: 1em;
}

.list-count li::before {
  content: "　";
}

.list-slash {
  display: flex;
  flex-wrap: wrap;
}

.list-slash li:not(:first-child)::before {
  content: "／";
}

/* width */
.w50p {
  width: 50%;
}

.w100p {
  width: 100%;
}

/* max-width */
.maxw-300 {
  max-width: 300px;
}

/* min-width */
.min100 {
  min-width: 100px;
}

/* border-radius */
.round {
  border-radius: 50%;
}

/* white-space */
.nowrap {
  white-space: nowrap;
}

/* word-break */
.break-all {
  word-break: break-all;
}

/***************************

_layout.scss

***************************/
.container_l {
  width: 100%;
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}

@media screen and (max-width: 900px) {
  .container_l {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 600px) {
  .container_l {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.container_m {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}

@media screen and (max-width: 900px) {
  .container_m {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 600px) {
  .container_m {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.hdg-type01 {
  font-family: "Albert Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: var(--corporate-color);
  text-transform: uppercase;
  padding-left: 18px;
  position: relative;
  line-height: 1.2;
}

.hdg-type01::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: var(--corporate-color);
  position: absolute;
  left: 0;
  top: 0.35em;
}

.hdg-type02 {
  font-weight: 600;
  font-size: 48px;
  line-height: 1.5;
}

.hdg-type03 {
  font-weight: 600;
  font-size: 48px;
  line-height: 1.5;
  color: var(--corporate-color);
}

.hdg-type04 {
  font-size: 32px;
  font-weight: 600;
}

.hdg-type05 {
  font-size: 26px;
  font-weight: 600;
  color: var(--corporate-color);
  background-color: var(--bg-color);
  border-radius: 15px;
  padding: 22px 35px;
  position: relative;
  margin-bottom: 35px;
  line-height: 1.4;
}

.hdg-type05::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 24px;
  background-color: var(--corporate-color);
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: calc(50% - 12px);
}

.btn-style01 {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--corporate-color);
  padding: 13px 52px 13px 32px;
  border-radius: 30px;
  color: #fff;
  font-weight: 600;
  position: relative;
}

.btn-style01::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 14px;
  background-image: url(./img/common/arrow-white.svg);
  position: absolute;
  top: calc(50% - 7px);
  right: 30px;
}

.btn-style01.back {
  padding: 13px 32px 13px 52px;
}

.btn-style01.back::before {
  background-image: url(./img/common/arrow-white-back.svg);
  right: auto;
  left: 30px;
}

.btn-pdf {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--corporate-color);
  border-radius: 29px;
  border: 1px solid var(--corporate-color);
  padding: 12px 67px 12px 32px;
  position: relative;
}

.btn-pdf::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 18px;
  background-image: url(./img/common/icn-pdf.svg);
  position: absolute;
  top: calc(50% - 9px);
  right: 32px;
}

.textbox-style01 {
  background-color: #f7f7f7;
  border-radius: 15px;
  padding: 30px 35px;
  font-size: 16px;
}

.box-style01 {
  border: 1px solid var(--corporate-color);
  border-radius: 10px;
  display: flex;
  padding: 40px 40px 40px 10px;
}

.box-style01-title {
  font-size: 22px;
  font-weight: 600;
  padding: 0 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--corporate-color);
  line-height: 1.6;
  position: relative;
  min-width: 290px;
  margin-right: 50px;
}

.box-style01-title::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  width: 2px;
  height: 100%;
  background: linear-gradient(
    to bottom,
    var(--corporate-color) 2px,
    transparent 3px
  );
  background-repeat: repeat-y;
  background-size: 2px 5px;
  background-position: top left;
}

.box-style01-item {
  font-weight: 600;
  text-indent: -1.8em;
  margin-left: 1.8em;
}

.box-style01-item + .box-style01-item {
  margin-top: 6px;
}

.box-style01-num {
  font-family: "Albert Sans", sans-serif;
  color: var(--corporate-color);
  margin-right: 10px;
}

.table-style01 {
  border: 1px solid var(--corporate-color);
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  text-align: center;
}

.table-style01-col {
  width: 50%;
}

.table-style01 dt,
.table-style01 dd {
  padding: 14px 10px;
}

.table-style01 dt {
  color: #fff;
  background-color: var(--corporate-color);
  font-weight: 600;
}

.table-style01 dd {
  border-top: 1px solid #ddd;
}

.table-style01-col:last-child dt {
  border-left: 1px solid #fff;
}

.table-style01-col:last-child dd {
  border-left: 1px solid #ddd;
}

.grid-style01 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 50px;
}

.grid-style01-title {
  font-size: 22px;
  color: var(--corporate-color);
  line-height: 1.5;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 15px;
  position: relative;
}

.grid-style01-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  background: linear-gradient(
    to right,
    var(--corporate-color) 2px,
    transparent 3px
  );
  background-repeat: repeat-x;
  background-size: 5px 2px;
  background-position: bottom left;
}

/* ----- header ----- */
.header {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  transition: opacity 0.4s, visibility 0.4s;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.header.scroll {
  position: fixed;
  transform: translateY(-124px);
}

.header.scroll.is-show {
  transition: transform 0.4s;
  transform: translateY(0);
}

.home-header .logo {
  visibility: hidden;
  opacity: 0;
}

.header .logo a {
  display: block;
  max-width: 400px;
  background-color: var(--bg-color);
  padding: 40px 50px;
  border-radius: 0 0 30px 0;
}

.home-header.scroll .logo {
  visibility: visible;
  opacity: 1;
}

.header.scroll .logo a {
  padding: 40px 50px 26px;
}

.gnav {
  margin: 30px 45px 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px 10px;
}

.gnav-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 35px;
  background-color: #fff;
  border-radius: 30px;
  padding: 16px 40px;
  font-weight: 600;
  font-size: 16px;
  filter: drop-shadow(0 0 10px rgba(69, 45, 19, 0.1));
}

.gnav-link.current {
  position: relative;
}

.gnav-link.current::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: var(--corporate-color);
  position: absolute;
  bottom: -8px;
  left: calc(50% - 3px);
}

.gnav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.gnav-access,
.gnav-contact {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
}

.gnav-access a,
.gnav-contact a {
  display: block;
  padding: 16px 40px;
  border-radius: 30px;
}

.gnav-access a {
  background-color: #452d13;
}

.gnav-contact a {
  background-color: var(--corporate-color);
}

/* ----- footer ----- */
.footer {
  margin-top: 195px;
}

.footer-content {
  background-color: var(--bg-color);
  border-radius: 120px 120px 0 0;
  padding: 135px 0 95px;
}

.footer-top {
  display: flex;
  align-items: center;
  gap: 0 52px;
}

.footer-contact {
  display: flex;
  align-items: center;
  gap: 0 20px;
}

.footer-contact-tel-note {
  font-weight: 500;
  font-size: 14px;
  line-height: 33px;
  background-color: #fff;
  border-radius: 18px;
  border: 1px solid #707070;
  text-align: center;
  min-width: 416px;
}

.footer-contact-tel-note .green {
  font-weight: 600;
}

.footer-contact-tel-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 15px;
  flex-wrap: wrap;
}

.footer-contact-tel-text {
  font-weight: 800;
  font-size: 18px;
  text-decoration: underline;
  text-underline-offset: 0.3em;
  text-decoration-thickness: 2px;
}

.footer-contact-tel-num {
  font-family: "Albert Sans", sans-serif;
  font-weight: 600;
  font-size: 36px;
}

.footer-contact-mail {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  background-color: var(--corporate-color);
  min-width: 400px;
  border-radius: 42px;
  padding: 26px;
}

.footer-access {
  margin-top: 35px;
  padding-top: 50px;
  position: relative;
}

.footer-access::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  background: linear-gradient(
    to right,
    var(--corporate-color) 2px,
    transparent 3px
  );
  background-repeat: repeat-x;
  background-size: 5px 2px;
  background-position: bottom left;
}

.footer-access-content {
  display: flex;
  gap: 0 60px;
}

.footer-access-area {
  margin-top: 30px;
  background-color: #e9eed9;
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 20px;
  padding: 15px 25px 15px 35px;
}

.footer-access-area-btn {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  display: block;
  background-color: #452d13;
  min-width: 240px;
  border-radius: 26px;
  padding: 13px 35px;
  position: relative;
}

.footer-access-area-btn::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 14px;
  background-image: url(./img/common/arrow-white.svg);
  position: absolute;
  top: calc(50% - 7px);
  right: 30px;
}

.footer-access-map-content {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 28px;
}

.footer-access-map-list {
  display: flex;
  gap: 0 5px;
}

.footer-access-map-item {
  font-size: 14px;
  font-weight: 800;
  background-color: #fff;
  border: 1px solid #707070;
  line-height: 33px;
  padding: 0 15px;
  border-radius: 18px;
}

.footer-bottom {
  margin-top: 70px;
}

.footer-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px 40px;
}

.footer-bottom .gnav-links {
  margin-top: 20px;
  justify-content: flex-end;
}

.footer-slider .swiper-wrapper {
  transition-timing-function: linear;
}

.google_maps {
  color: var(--corporate-color);
  font-family: "Albert Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.3em;
}

.map {
  margin-top: 13px;
  max-width: 720px;
}

.map iframe {
  border-radius: 15px;
}

.sitemap {
  font-size: 16px;
  font-weight: 600;
}

.sitemap-list {
  display: flex;
  gap: 0 25px;
}

.sitemap-link.current {
  position: relative;
}

.sitemap-link.current::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: var(--corporate-color);
  position: absolute;
  bottom: -8px;
  left: calc(50% - 3px);
}

.copy {
  margin-top: 50px;
  font-family: "Albert Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  padding-bottom: 60px;
}

/* ----- main ----- */
.home-mv {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  position: relative;
  padding-bottom: 140px;
}

.home-mv::before {
  content: "";
  display: inline-block;
  width: calc(100% - 100px);
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--bg-color);
  z-index: -1;
  border-radius: 0 0 72px 0;
}

.home-mv-content {
  padding: 75px 40px 0;
}

.home-mv-content-logo {
  text-align: center;
  margin-top: 60px;
}

.home-mv-content-hours {
  margin-top: 65px;
  text-align: center;
  /* 250919 add */
  background: #fff;
  border-radius: 20px 20px 0 0;
  padding: 30px;
}

.home-mv-content-hours img {
  margin-bottom: -1px;
  /* 250919 add */
  margin-top: 20px;
}

.home-mv-lead {
  font-size: 16px;
  font-weight: 600;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 0 5px;
}

.home-mv-lead-text {
  writing-mode: vertical-rl;
  text-decoration: underline;
  text-underline-offset: 0.3em;
}

.home-mv-imgbox {
  position: relative;
}

.home-mv-imgbox img {
  border-radius: 0 0 0 72px;
}

.home-mv-imgbox-text {
  position: absolute;
  color: #fff;
  font-weight: 200;
  font-size: 72px;
  bottom: 10px;
  right: 10px;
}

.home-news {
  margin-top: 140px;
  position: relative;
}

.home-news-content {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  gap: 0 50px;
}

.home-news-list {
  width: 100%;
  max-width: 928px;
}

.home-news-item {
  border-bottom: 1px solid #dcdbda;
}

.home-news-link {
  display: flex;
  align-items: center;
  gap: 0 50px;
  padding: 26px 50px 26px 0;
  position: relative;
}

.home-news-link::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 14px;
  background-image: url(./img/common/arrow-green_s.svg);
  position: absolute;
  top: calc(50% - 7px);
  right: 20px;
}

.home-news-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.4;
  margin-top: 10px;
  min-width: 260px;
  padding-bottom: 90px;
}

.home-news .btn-style01 {
  position: absolute;
  left: 0;
  bottom: 0;
}

.home-about {
  margin-top: 180px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 0 150px;
  padding-right: 60px;
}

.home-about-content {
  max-width: 640px;
}

.home-about-galllery {
  display: flex;
  flex-wrap: wrap;
  max-width: 810px;
}

.home-about-imgbox:first-child {
  width: 100%;
}

.home-about-imgbox:first-child img {
  border-radius: 0 72px 0 0;
}

.home-about-imgbox:nth-child(2),
.home-about-imgbox:last-child {
  width: 50%;
}

.home-menu {
  margin-top: 120px;
  background-color: var(--bg-color);
  border-radius: 48px;
  padding: 75px 80px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}

.home-menu .cooperation {
  position: absolute;
  left: -56px;
  top: -68px;
}

.home-menu-block {
  display: flex;
  gap: 0 50px;
}

.home-menu-block:nth-child(2) {
  width: 100%;
  padding-bottom: 60px;
  position: relative;
}

.home-menu-block:nth-child(2)::before {
  content: "";
  width: calc(100% + 160px);
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: -80px;
  bottom: -1px;
}

.home-menu-block:nth-child(3),
.home-menu-block:last-child {
  width: calc(50% - 23px);
  padding-top: 60px;
  /* 250910 add */
  width: 100%;
}

.home-menu-block:nth-child(3) .home-menu-content,
.home-menu-block:last-child .home-menu-content {
  /* max-width: 520px; 250910 delete */
}

.home-menu-title {
  font-weight: 600;
  font-size: 32px;
  writing-mode: vertical-rl;
  position: relative;
}

.home-menu-title::before {
  content: "";
  position: absolute;
  left: calc(50% - 1px);
  bottom: 0;
  display: inline-block;
  width: 2px;
  height: 100%;
  background: linear-gradient(
    to top,
    var(--corporate-color) 2px,
    transparent 3px
  );
  background-repeat: repeat-y;
  background-size: 2px 5px;
  background-position: bottom left;
}

.home-menu-title span {
  background-color: var(--bg-color);
  display: inline-block;
  padding-bottom: 20px;
  position: relative;
}

.home-menu-imgbox {
  margin-top: -160px;
  position: relative;
  z-index: -1;
}

.home-information-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.home-information-item {
  background-color: #fff;
  border-radius: 15px;
}

.home-information-link {
  display: flex;
  align-items: center;
  padding: 12px;
  position: relative;
}

.home-information-link::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 22px;
  background-image: url(./img/common/arrow-green.svg);
  position: absolute;
  top: calc(50% - 11px);
  right: 37px;
  /* 250723 */
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12.391" height="21.782" viewBox="0 0 12.391 21.782"><path d="M9,23.54l8.77-8.77L9,6" transform="translate(-6.879 -3.879)" fill="none" stroke="%23000" stroke-linecap="round" stroke-linejoin="round" stroke-width="3"/></svg>')
    center/contain no-repeat;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12.391" height="21.782" viewBox="0 0 12.391 21.782"><path d="M9,23.54l8.77-8.77L9,6" transform="translate(-6.879 -3.879)" fill="none" stroke="%23000" stroke-linecap="round" stroke-linejoin="round" stroke-width="3"/></svg>')
    center/contain no-repeat;
  background: var(--corporate-color) no-repeat center/contain;
}

.home-information-icn {
  min-width: 66px;
  margin-right: 20px;
}

.home-professionals {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  gap: 0 80px;
  margin-top: 140px;
}

.home-professionals-content {
  max-width: 720px;
}

.home-professionals-imgbox {
  margin-top: -175px;
  position: relative;
}

.home-professionals-imgbox::before {
  content: "";
  display: inline-block;
  width: 94px;
  height: 96px;
  background-image: url(./img/top/panda.png);
  position: absolute;
  bottom: -31px;
  right: 42px;
  z-index: 1;
}

.home-professionals-imgbox img {
  border-radius: 48px;
}

.cooperation {
  color: #452d13;
  font-weight: 700;
  line-height: 1.3;
  font-size: 18px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffff00;
  border-radius: 50%;
  width: 136px;
  height: 136px;
}

.news {
  display: flex;
  flex-direction: row-reverse;
  gap: 0 110px;
  align-items: flex-start;
  justify-content: flex-end;
}

.news-item {
  border-bottom: 1px solid #dcdbda;
  padding-bottom: 80px;
}

.news-item + .news-item {
  margin-top: 80px;
}

.news-date {
  font-family: "Albert Sans", sans-serif;
  font-weight: 600;
  color: var(--corporate-color);
}

.news-title {
  margin: 15px 0 40px;
  font-size: 16px;
  font-size: 26px;
  line-height: 1.4;
  font-weight: 600;
}

.news-archive {
  min-width: 262px;
  background-color: #f7f7f7;
  border-radius: 35px;
  padding: 30px;
  position: sticky;
  top: 180px;
}

.news-archive-title {
  font-size: 22px;
  color: var(--corporate-color);
  font-weight: 600;
  line-height: 1.5;
  padding-bottom: 10px;
  position: relative;
}

.news-archive-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  background: linear-gradient(
    to right,
    var(--corporate-color) 2px,
    transparent 3px
  );
  background-repeat: repeat-x;
  background-size: 5px 2px;
  background-position: bottom left;
}

.news-archive-item {
  display: flex;
  gap: 0 25px;
  padding-top: 20px;
}

.news-archive-item:not(:first-child) {
  margin-top: 20px;
  border-top: 1px solid #dcdbda;
}

.wp-pagenavi {
  margin-top: 130px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.wp-pagenavi a:not(.previouspostslink, .nextpostslink),
.wp-pagenavi span {
  font-family: "Albert Sans", sans-serif;
  font-weight: 600;
}

.wp-pagenavi a:not(.previouspostslink, .nextpostslink),
.wp-pagenavi span:not(.extend) {
  width: 58px;
  min-width: 58px;
  height: 58px;
  background-color: var(--corporate-color);
  border: 1px solid var(--corporate-color);
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wp-pagenavi span.current {
  background-color: #fff;
  color: var(--corporate-color);
}

.previouspostslink,
.nextpostslink {
  position: absolute;
  color: var(--corporate-color);
  font-weight: 600;
}

.previouspostslink {
  left: 0;
  padding-left: 20px;
}

.previouspostslink::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 14px;
  background-image: url(./img/common/arrow-green_s-back.svg);
  position: absolute;
  top: calc(50% - 7px);
  left: 0;
}

.nextpostslink {
  right: 0;
  padding-right: 20px;
}

.nextpostslink::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 14px;
  background-image: url(./img/common/arrow-green_s.svg);
  position: absolute;
  top: calc(50% - 7px);
  right: 0;
}

.child-mv {
  margin-bottom: 120px;
}

.child-mv-imgbox {
  margin-left: 80px;
  position: relative;
}

.child-mv-imgbox img {
  border-radius: 0 0 0 72px;
}

.child-mv-container {
  padding: 0 110px;
  color: #fff;
  position: absolute;
  bottom: 0;
}

.child-mv-textbox {
  display: flex;
  align-items: flex-end;
  gap: 30px 50px;
  flex-wrap: wrap;
}

.child-mv-title {
  font-weight: 200;
  font-size: 72px;
  line-height: 1.1;
}

.child-mv-text {
  line-height: 1.5;
}

.breadcrumb {
  display: flex;
  font-size: 14px;
  flex-wrap: wrap;
  margin: 60px 0 45px;
}

.breadcrumb li:not(:last-child)::after {
  content: "／";
  margin: 0 15px;
}

.breadcrumb li:not(:last-child) a {
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.1em;
}

.anchorLink {
  border-bottom: 1px solid #dcdbda;
  color: var(--corporate-color);
  font-weight: 600;
  font-size: 18px;
}

.anchorLink-list {
  display: flex;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.anchorLink-item {
  position: relative;
}

.anchorLink-item::before,
.anchorLink-item::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 30px;
  background-color: #dcdbda;
  position: absolute;
  top: calc(50% - 15px);
}

.anchorLink-item::before {
  left: 0;
}

.anchorLink-item::after {
  right: 0;
}

.anchorLink-item:not(:last-child)::after {
  display: none;
}

.anchorLink-item a {
  display: block;
  padding: 30px 70px;
  text-align: center;
}

.anchorLink-item span {
  display: inline-block;
  padding-right: 30px;
  position: relative;
}

.anchorLink-item span::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 9px;
  background-image: url(./img/common/arrow-down-green.svg);
  position: absolute;
  top: calc(50% - 4px);
  right: 0;
}

.tab-list {
  display: flex;
  gap: 0 20px;
  justify-content: space-between;
  align-items: flex-end;
}

.tab-list.mt-120 {
  margin-top: 120px;
}

.tab-item {
  color: #bbb;
  font-size: 22px;
  border: 1px solid #ddd;
  border-bottom: none;
  border-radius: 15px 15px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 26px 18px;
  width: 22.4%;
  text-align: center;
  /* 250821 */
  flex: 1;
}

.tab-item:not(.active) {
  cursor: pointer;
  transition: opacity 0.4s;
}

.tab-item:not(.active):hover {
  opacity: 0.7;
}

.tab-item.active {
  font-size: 26px;
  color: #fff;
  background-color: var(--corporate-color);
  font-weight: 600;
  padding: 36px 20px;
  width: 28.1%;
  position: relative;
}

.tab-item.active::before {
  content: "";
  display: inline-block;
  width: 64px;
  height: 65px;
  background-image: url(./img/information/panda_tab.png);
  position: absolute;
  left: -19px;
  bottom: -16px;
}

.tab-item:has(.cooperation) {
  position: relative;
}

.tab-item .cooperation {
  width: 102px;
  height: 102px;
  font-size: 15px;
  position: absolute;
  top: -52px;
  left: -52px;
}

.tab-item:not(.active) .cooperation {
  display: none;
}

.about-philosophy-list {
  margin-top: 110px;
}

.about-philosophy-item {
  display: flex;
  justify-content: space-between;
  gap: 0 60px;
}

.about-philosophy-item:nth-child(even) {
  flex-direction: row-reverse;
}

.about-philosophy-item + .about-philosophy-item {
  margin-top: 80px;
}

.about-philosophy-item-textbox {
  max-width: 603px;
}

.about-philosophy-item-imgbox img {
  border-radius: 48px;
}

.about-features {
  margin-top: 150px;
}

.about-features-list {
  margin-top: 75px;
}

.about-features-item.mt-115 {
  margin-top: 115px;
}

.about-features-item-content {
  display: flex;
  justify-content: space-between;
  gap: 0 40px;
}

.about-features-item-textbox {
  max-width: 760px;
}

.about-features-item-imgbox img {
  border-radius: 48px;
}

.about-message {
  margin-top: 115px;
}

.about-message-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 80px;
}

.about-message-imgbox {
  min-width: 400px;
  position: relative;
}

.about-message-imgbox img {
  border-radius: 48px;
}

.about-message-imgbox-box {
  background-color: #fff;
  border-radius: 0 15px 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 37px);
  padding: 20px 20px 5px;
  display: flex;
  align-items: flex-end;
  gap: 0 20px;
}

.about-message-imgbox-box::before {
  content: "";
  display: inline-block;
  width: 69px;
  height: 71px;
  background-image: url(./img/about/panda_s.png);
  position: absolute;
  bottom: -25px;
  right: -34px;
}

.about-message-textbox {
  max-width: 800px;
}

.information-lead {
  display: flex;
  justify-content: space-between;
  gap: 0 30px;
}

.information-lead .hdg-type04 {
  min-width: 392px;
}

.information-list {
  background-color: var(--bg-color);
  border-radius: 72px;
  padding: 100px 0 90px;
}

.information-item {
  display: none;
}

.information-item.show {
  display: block;
}

.information-item .container_m {
  position: relative;
}

.information-item-top {
  display: flex;
  gap: 0 30px;
  align-items: center;
}

.information-item-icn {
  min-width: 100px;
}

.information-item-content {
  margin-top: 80px;
  background-color: #fff;
  border-radius: 15px;
  padding: 60px;
}

.information-item-text {
  max-width: 600px;
}

.information-item-imgbox {
  position: absolute;
  padding-right: 120px;
  right: 0;
  top: 0;
}

.information-item-imgbox img {
  border-radius: 15px;
}

.information-item-detail {
  margin-top: 50px;
}

.information-item-detail-flexbox {
  display: flex;
  gap: 0 40px;
}

.information-item-detail-imgbox {
  min-width: 360px;
}

.information-item-detail-imgbox img {
  border-radius: 15px;
}

.information-item-flexbox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.information-item-flexbox-title {
  color: var(--corporate-color);
  font-size: 18px;
  font-weight: 600;
  position: relative;
  padding-bottom: 10px;
}

.information-item-flexbox-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  background: linear-gradient(
    to right,
    var(--corporate-color) 2px,
    transparent 3px
  );
  background-repeat: repeat-x;
  background-size: 5px 2px;
  background-position: bottom left;
}

.information-item-flexbox-cotnent .flexbox {
  gap: 12px;
  flex-wrap: wrap;
}

.information-checklist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 30px;
}

.information-checklist-item {
  border-radius: 9px;
  border: 2px dotted var(--corporate-color);
  padding: 11px 11px 11px 45px;
  font-weight: 600;
  position: relative;
}

.information-checklist-item::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 14px;
  background-image: url(./img/common/icn-check.svg);
  position: absolute;
  top: 21px;
  left: 18px;
}

.doctor_staff-doctor-content {
  display: flex;
  gap: 0 80px;
}

.doctor_staff-doctor-imgbox {
  min-width: 360px;
}

.doctor_staff-doctor-imgbox img {
  border-radius: 48px;
}

.doctor_staff-doctor-textbox {
  margin-top: 20px;
  max-width: 720px;
}

.doctor_staff-doctor-textbox-box {
  margin-top: 50px;
  background-color: var(--bg-color);
  border-radius: 10px;
  padding: 45px 45px 60px;
  position: relative;
}

.doctor_staff-doctor-textbox-box::before {
  content: "";
  display: inline-block;
  width: 100px;
  height: 103px;
  background-image: url(./img/doctor_staff/panda.png);
  position: absolute;
  bottom: -37px;
  right: 27px;
}

.doctor_staff-doctor-name {
  margin-top: 15px;
  display: flex;
  align-items: baseline;
  gap: 5px 30px;
  flex-wrap: wrap;
}

.doctor_staff-doctor-name .fz-32 {
  font-size: 32px;
}

.doctor_staff-staff {
  margin-top: 120px;
}

.doctor_staff-staff-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 80px;
}

.doctor_staff-staff-item {
  display: flex;
  gap: 0 40px;
  padding-bottom: 50px;
  position: relative;
}

.doctor_staff-staff-item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  background: linear-gradient(
    to right,
    var(--corporate-color) 2px,
    transparent 3px
  );
  background-repeat: repeat-x;
  background-size: 5px 2px;
  background-position: bottom left;
}

.doctor_staff-staff-imgbox {
  min-width: 200px;
}

.doctor_staff-staff-imgbox img {
  border-radius: 48px;
}

.doctor_staff-staff-name {
  display: flex;
  align-items: baseline;
  gap: 0 15px;
  flex-wrap: wrap;
}

.facility-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 35px;
  justify-content: center;
}

.facility-item-imgbox img {
  border-radius: 48px;
}

.facility-introduction,
.facility-standards {
  margin-top: 150px;
}

.access_pickup-access-top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px 20px;
}

.access_pickup-access-title {
  font-size: 26px;
  font-weight: 600;
  color: var(--corporate-color);
  background-color: var(--bg-color);
  border-radius: 15px;
  margin-bottom: 40px;
  line-height: 1.4;
  display: flex;
  align-items: center;
}

.access_pickup-access-title-text {
  padding: 22px 35px 22px 30px;
}

.access_pickup-google_maps {
  font-size: 18px;
  color: var(--corporate-color);
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 15px;
  padding: 12px 31px;
  border: 1px solid var(--corporate-color);
  border-radius: 29px;
}

.access_pickup .box-style01-title {
  min-width: 247px;
  padding: 0;
  margin-right: 40px;
}

.access_pickup-pickup {
  margin-top: 160px;
}

.professionals-referral .box-style01-title {
  min-width: 237px;
  padding: 0;
  margin-right: 40px;
}

.professionals-temporary {
  margin-top: 120px;
}

.contact-tel-box {
  background-color: var(--bg-color);
  border-radius: 15px;
  text-align: center;
  padding: 37px 20px;
  position: relative;
}

.contact-tel-box::before {
  content: "";
  display: inline-block;
  width: 132px;
  height: 88px;
  background-image: url(./img/common/contact-tel-panda.png);
  position: absolute;
  bottom: -17px;
  right: 40px;
}

.contact-tel-num {
  margin-top: 10px;
  font-family: "Albert Sans", sans-serif;
  font-weight: 600;
  line-height: 1.2;
}

.contact-tel-num span:first-child {
  font-size: 32px;
  text-transform: uppercase;
  margin-right: 5px;
}

.contact-tel-num span:last-child {
  font-size: 48px;
}

.contact-mail {
  margin-top: 120px;
}

.form {
  margin-top: 50px;
}

.form-list {
  background-color: var(--bg-color);
  border-radius: 15px;
  padding: 70px 60px 60px;
}

.form-item + .form-item {
  margin-top: 40px;
}

.form-item dt {
  display: flex;
  align-items: center;
  gap: 0 10px;
}

.wpcf7-radio {
  display: grid;
  grid-template-columns: repeat(auto-fit, 378px);
  gap: 12px;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-radio .wpcf7-list-item {
  line-height: 1.5;
  display: block;
  background-color: #fff;
  border-radius: 10px;
}

.wpcf7-radio .wpcf7-list-item input[type="radio"] {
  display: none;
}

.wpcf7-radio .wpcf7-list-item-label {
  cursor: pointer;
  position: relative;
  padding: 22px 20px 22px 60px;
  display: block;
}

.wpcf7-radio .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #eee;
  position: absolute;
  left: 22px;
  top: 20px;
}

.wpcf7-radio
  .wpcf7-list-item
  input[type="radio"]:checked
  + .wpcf7-list-item-label::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--corporate-color);
  position: absolute;
  left: 27px;
  top: 25px;
}

.required,
.optional {
  display: inline-block;
  line-height: 25px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  padding: 0 8px;
}

.required {
  background-color: #ff5e0a;
}

.optional {
  background-color: #777;
}

.privacy {
  margin-top: 15px;
  line-height: 1.5;
}

.privacy-content {
  margin-top: 25px;
  background-color: #fff;
  border: 10px solid #fff;
  border-radius: 10px;
  padding: 20px 30px;
  height: 240px;
  overflow-y: scroll;
}

.privacy-content::-webkit-scrollbar {
  width: 6px;
  border-radius: 3px;
}

.privacy-content::-webkit-scrollbar-track {
  background-color: var(--bg-color);
}

.privacy-content::-webkit-scrollbar-thumb {
  background-color: #452d13;
  border-radius: 3px;
}

.privacy-list {
  margin-top: 25px;
}

.privacy-list li + li {
  margin-top: 20px;
}

/* 250910 add */
.privacy-content ol {
  padding-left: 20px;
  margin-top: 10px;
}
.privacy-content ol li {
  list-style-type: decimal;
}

.wpcf7-acceptance {
  display: block;
  line-height: 0;
}

.privacy-checkbox {
  margin-top: 4px;
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.privacy-checkbox label {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 12px;
}

@media screen and (min-width: 901px) {
  .privacy-checkbox label {
    transition: opacity 0.4s;
  }
  .privacy-checkbox label:hover {
    opacity: 0.7;
  }
}
.privacy-checkbox input[type="checkbox"] {
  opacity: 1;
  display: inline-block;
  width: 30px;
  min-width: 30px;
  height: 30px;
  background: #eee;
  border-radius: 4px;
  position: relative;
}

.privacy-checkbox input[type="checkbox"]::before {
  content: "";
  width: 19px;
  height: 14px;
  background-image: url(./img/common/icn-check.svg);
  position: absolute;
  left: calc(50% - 10px);
  top: calc(50% - 7px);
  display: none;
}

.privacy-checkbox input[type="checkbox"]:checked::before {
  display: inline-block;
}

.btn-submit {
  width: 100%;
  max-width: 400px;
  background-color: var(--corporate-color);
  text-align: center;
  padding: 26px 60px;
  border-radius: 42px;
  color: #fff;
  font-weight: 600;
  position: relative;
  transition: background-color 0.4s, color 0.4s;
}

.btn-submit:disabled {
  background-color: #eee;
  color: #b8b8b8;
}

@media screen and (min-width: 901px) {
  .btn-submit {
    transition: opacity 0.4s, background-color 0.4s, color 0.4s;
  }
  .btn-submit:hover {
    opacity: 0.7;
  }
  .btn-submit:disabled {
    opacity: 1;
  }
}
.btn-submit::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 14px;
  background-image: url(./img/common/arrow-white.svg);
  position: absolute;
  top: calc(50% - 7px);
  right: 35px;
}

.wpcf7-spinner {
  margin: 0;
  width: 0;
  height: 0;
}

.wpcf7-not-valid-tip {
  margin-top: 5px;
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-form-control-wrap.is-show .wpcf7-not-valid-tip {
  display: block;
}

@media screen and (max-width: 1400px) {
  .information-item .container_m {
    position: static;
  }
  .information-item-lead {
    position: relative;
  }
  .information-item-text {
    width: 52%;
  }
  .information-item-imgbox {
    width: 45%;
    top: auto;
    bottom: 0;
    padding-right: 0;
  }
  .tab-list {
    justify-content: center;
  }
  .tab-item,
  .tab-item.active {
    width: auto;
  }
}
@media screen and (min-width: 1301px) {
  .gnavBtn {
    display: none;
  }
}
@media screen and (max-width: 1300px) {
  .header .logo {
    margin-right: 90px;
  }
  .gnav {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.4s;
    background-color: #fff;
    padding: 15px;
    z-index: 10;
    margin: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
  .gnav.open {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
  }
  .gnav-list {
    display: block;
    text-align: center;
    filter: none;
    margin-bottom: 30px;
    padding: 0;
  }
  .gnav-item + .gnav-item {
    margin-top: 20px;
  }
  .gnavBtn {
    width: 70px;
    min-width: 70px;
    height: 70px;
    cursor: pointer;
    display: inline-block;
    border: none;
    outline: none;
    text-align: center;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 11;
  }
  .gnavBtn-bar {
    position: relative;
    margin: 0 auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: block;
    width: 30px;
    height: 2px;
    background-color: #452d13;
    outline: 1px solid transparent;
    transition-property: background-color, transform;
    transition-duration: 0.4s;
  }
  .gnavBtn-bar::before,
  .gnavBtn-bar::after {
    content: "";
    position: absolute;
    display: block;
    margin: 0 auto;
    width: 30px;
    height: 2px;
    background-color: #452d13;
    outline: 1px solid transparent;
    transition-property: background-color, transform;
    transition-duration: 0.4s;
  }
  .gnavBtn-bar::before {
    top: -8px;
  }
  .gnavBtn-bar::after {
    top: 8px;
  }
  .gnavBtn.active .gnavBtn-bar {
    background-color: transparent;
  }
  .gnavBtn.active .gnavBtn-bar::before {
    transform: translateY(8px) rotate(45deg);
  }
  .gnavBtn.active .gnavBtn-bar::after {
    transform: translateY(-8px) rotate(-45deg);
  }
  .nav_open {
    overflow: hidden;
  }
  .nav_open .logo-img {
    filter: none;
  }
  .nav_open .logo-text {
    color: #452d13;
    text-shadow: none;
  }
  .footer-top {
    display: block;
  }
  .footer-top .logo {
    text-align: center;
    margin-bottom: 30px;
  }
  .footer-contact {
    justify-content: center;
  }
  .footer-access-content {
    display: block;
  }
  .footer-access-content-hours {
    text-align: center;
    margin-bottom: 40px;
  }
  .footer-access-map {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
  .child-mv-imgbox img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 657px;
  }
  .about-philosophy-item-imgbox,
  .about-features-item-imgbox {
    min-width: 360px;
  }
}
@media screen and (max-width: 1200px) {
  .wp-pagenavi {
    padding: 0 0 60px;
  }
  .previouspostslink,
  .nextpostslink {
    bottom: 0;
  }
  .child-mv-title {
    font-size: 6vw;
  }
}
@media screen and (min-width: 1121px) {
  .tab-item-br {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .home-mv {
    display: block;
    position: relative;
  }
  .home-mv-content {
    display: flex;
    justify-content: center;
    gap: 0 60px;
  }
  .home-mv-content-hours {
    margin-top: 0;
  }
  .home-about {
    gap: 0 80px;
  }
  .home-about-imgbox:nth-child(2),
  .home-about-imgbox:last-child {
    width: 100%;
  }
  .home-information-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .home-professionals {
    display: block;
  }
  .home-professionals-imgbox {
    max-width: 480px;
    margin-left: auto;
  }
  .home-professionals-content {
    max-width: none;
  }
  .sitemap-list {
    gap: 20px 25px;
    flex-wrap: wrap;
  }
  .child-mv-imgbox {
    margin-left: 50px;
  }
  .child-mv-container {
    padding: 0 70px;
  }
  .child-mv-textbox {
    display: block;
  }
  .child-mv-text {
    margin-top: 30px;
  }
  .box-style01-title {
    padding: 0 25px;
  }
  .about-philosophy-item,
  .about-features-item-content {
    display: block;
  }
  .about-philosophy-item-textbox,
  .about-features-item-textbox {
    max-width: none;
  }
  .about-philosophy-item-imgbox,
  .about-features-item-imgbox {
    min-width: 0;
    margin-top: 40px;
    text-align: center;
  }
  .btn-pdf {
    margin-left: auto;
    margin-right: auto;
  }
  .about-message-content {
    display: block;
  }
  .about-message-imgbox {
    min-width: 0;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
  }
  .information-item-lead {
    position: static;
    display: flex;
    gap: 0 40px;
  }
  .information-item-imgbox {
    width: auto;
    position: static;
  }
  .doctor_staff-staff-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .news {
    gap: 0 60px;
  }
}
@media screen and (max-width: 900px) {
  .grid-style01 {
    grid-template-columns: repeat(1, 1fr);
  }
  .home-mv-imgbox-text {
    font-size: 6.5vw;
  }
  .home-news-content {
    display: block;
  }
  .home-news .btn-style01 {
    position: relative;
    margin-top: 40px;
  }
  .home-news-title {
    margin-bottom: 30px;
    padding-bottom: 0;
  }
  .home-about {
    display: block;
    padding-right: 0;
  }
  .home-about-content {
    padding: 0 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: none;
    margin-bottom: 40px;
  }
  .home-about-imgbox:nth-child(2),
  .home-about-imgbox:last-child {
    width: 50%;
  }
  .home-menu .cooperation {
    left: -18px;
  }
  .home-menu-block:nth-child(3),
  .home-menu-block:last-child {
    width: 100%;
  }
  .home-menu-imgbox {
    margin-top: -35px;
  }
  .home-professionals-content {
    margin-top: 30px;
  }
  .footer-contact {
    display: block;
  }
  .footer-contact-tel-note {
    min-width: 0;
    max-width: 416px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-contact-mail {
    min-width: 0;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }
  .child-mv-container {
    padding: 0 50px;
  }
  .child-mv-title {
    font-size: 8vw;
  }
  .breadcrumb {
    margin: 50px 0 40px;
  }
  .anchorLink_is-contact .anchorLink-list {
    display: block;
  }
  .anchorLink_is-contact .anchorLink-item:not(:last-child)::after {
    display: inline-block;
  }
  .anchorLink-item a {
    padding: 30px 40px;
  }
  .information-lead {
    display: block;
  }
  .information-lead .hdg-type04 {
    min-width: 0;
    margin-bottom: 30px;
  }
  .information-item-lead {
    display: block;
  }
  .information-item-text {
    width: auto;
    max-width: none;
  }
  .information-item-imgbox {
    text-align: center;
    margin-top: 40px;
  }
  .information-checklist {
    grid-template-columns: repeat(1, 1fr);
  }
  .information-item-flexbox {
    grid-template-columns: repeat(1, 1fr);
  }
  .tab-list {
    gap: 0 5px;
  }
  .tab-item {
    padding: 20px 10px;
    font-size: 20px;
    line-height: 1.5;
  }
  .tab-item.active {
    font-size: 22px;
  }
  .information-item-detail-flexbox {
    display: block;
  }
  .information-item-detail-imgbox {
    min-width: 0;
    text-align: center;
    margin-top: 40px;
  }
  .doctor_staff-doctor-content {
    display: block;
  }
  .doctor_staff-doctor-imgbox {
    min-width: 0;
    text-align: center;
  }
  .doctor_staff-doctor-textbox {
    margin-top: 60px;
    max-width: none;
  }
  .facility-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .news {
    display: block;
  }
  .news-archive {
    min-width: 0;
    max-width: 262px;
    margin: 60px auto 0;
    position: static;
    top: auto;
  }
  .wp-pagenavi {
    padding: 0;
  }
  .previouspostslink,
  .nextpostslink {
    bottom: auto;
  }
}
@media screen and (max-width: 768px) {
  .wp-pagenavi {
    padding: 0 0 60px;
  }
  .previouspostslink,
  .nextpostslink {
    bottom: 0;
  }
}
@media screen and (max-width: 700px) {
  .box-style01 {
    display: block;
    padding: 40px 30px;
  }
  .box-style01-title {
    min-width: 0;
    padding: 0 0 30px;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .box-style01-title::before {
    right: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(
      to right,
      var(--corporate-color) 2px,
      transparent 3px
    );
    background-repeat: repeat-x;
    background-size: 5px 2px;
    background-position: top left;
  }
  .box-style01-list {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .contact-tel-box {
    padding-bottom: 80px;
  }
  .access_pickup-access .box-style01-title,
  .professionals-referral .box-style01-title {
    min-width: 0;
    padding: 0 0 30px;
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .hdg-type02,
  .hdg-type03 {
    font-size: 28px;
  }
  .hdg-type03.mb-60 {
    margin-bottom: 40px;
  }
  .hdg-type04 {
    font-size: 22px;
  }
  .hdg-type05 {
    font-size: 22px;
    padding: 22px 19px;
  }
  .gnav-links {
    flex-direction: column;
  }
  .home-mv {
    padding-bottom: 90px;
  }
  .home-mv::before {
    width: 100%;
  }
  .home-mv-lead {
    display: block;
    text-align: center;
  }
  .home-mv-content {
    display: block;
    padding: 30px 15px 0;
  }
  .home-mv-content-logo {
    margin: 30px 0;
  }
  .home-mv-lead-text {
    writing-mode: horizontal-tb;
  }
  .home-news {
    margin-top: 90px;
  }
  .home-news-content {
    margin-top: 20px;
  }
  .home-news-title {
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .home-news-link {
    display: block;
    padding: 20px 50px 20px 0;
  }
  .news-date {
    margin-bottom: 5px;
  }
  .home-about {
    margin-top: 110px;
  }
  .home-about-content .hdg-type02,
  .home-professionals-content .hdg-type02 {
    margin-top: 30px;
  }
  .home-about-content {
    padding: 0 15px;
  }
  .home-menu .cooperation {
    left: -8px;
  }
  .home-menu {
    padding: 75px 30px 45px;
  }
  .home-menu-block {
    display: block;
  }
  .home-menu-block:nth-child(2)::before {
    width: calc(100% + 60px);
  }
  .home-menu-title {
    writing-mode: horizontal-tb;
    margin-bottom: 15px;
    font-size: 28px;
  }
  .home-menu-title::before {
    left: 0;
    bottom: calc(50% - 1px);
    width: 100%;
    height: 2px;
    background: linear-gradient(
      to right,
      var(--corporate-color) 2px,
      transparent 3px
    );
    background-repeat: repeat-x;
    background-size: 5px 2px;
  }
  .home-menu-title span {
    padding-bottom: 0;
    padding-right: 10px;
  }
  .home-information-item .fz-26 {
    font-size: 18px;
    line-height: 1.6;
  }
  .home-menu-block:nth-child(2) {
    padding-bottom: 45px;
  }
  .home-menu-block:nth-child(3) {
    padding-top: 45px;
  }
  .home-menu-imgbox {
    /* margin-top: -10px; */
  }
  .home-menu-imgbox img {
    /* 250912 add */
    height: 200px;
    object-fit: cover;
    object-position: 33% 50%;
  }
  .home-professionals {
    margin-top: 0;
    /* 250912 add */
    margin-top: 50px;
  }
  .home-professionals-imgbox {
    margin-top: -10px;
  }
  .home-professionals-content {
    margin-top: 60px;
  }
  .footer {
    margin-top: 120px;
  }
  .footer-content {
    padding: 105px 0 50px;
  }
  .footer-contact-tel-note {
    line-height: 1.6;
    padding: 5px;
    border-radius: 28px;
    margin-bottom: 10px;
  }
  .footer-access-area {
    display: block;
  }
  .footer-access-area-btn {
    max-width: 240px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-bottom-content,
  .sitemap-list {
    justify-content: center;
  }
  .copy {
    padding-bottom: 30px;
  }
  .child-mv {
    margin-bottom: 90px;
  }
  .child-mv-imgbox {
    margin-left: 20px;
  }
  .child-mv-imgbox img {
    height: 520px;
  }
  .child-mv-container {
    padding: 0 30px;
  }
  .child-mv-text {
    margin-top: 20px;
  }
  .breadcrumb {
    margin: 40px 0 30px;
  }
  .anchorLink-list {
    display: block;
  }
  .anchorLink-item:not(:last-child)::after {
    display: inline-block;
  }
  .anchorLink-item a {
    padding: 15px 40px;
  }
  .about-philosophy .hdg-type04 {
    margin-bottom: 40px;
  }
  .about-philosophy-item-textbox .mb-40 {
    margin-bottom: 30px;
  }
  .about-philosophy-item-textbox .fz-26 {
    font-size: 22px;
  }
  .about-features {
    margin-top: 110px;
  }
  .about-features-item.mt-115 {
    margin-top: 90px;
  }
  .about-message-imgbox-box {
    padding: 10px 20px 5px;
    align-items: center;
  }
  .about-message-imgbox-box .fz-26 {
    font-size: 24px;
  }
  .tab-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: stretch;
    gap: 5px;
    margin-bottom: 10px;
  }
  .tab-item {
    font-size: 20px;
    border-bottom: 1px solid #ddd;
    border-radius: 15px;
  }
  .tab-item.active {
    font-size: 20px;
    padding: 20px 10px;
  }
  .tab-item .cooperation {
    top: -85px;
    left: -12px;
  }
  .information-list {
    padding: 80px 0 70pxz;
  }
  .information-item-top {
    gap: 0 20px;
  }
  .information-item-content {
    margin-top: 40px;
    padding: 30px;
  }
  .contact-tel-box .fz-22 {
    font-size: 20px;
  }
  .contact-tel-num {
    margin: 15px 0;
  }
  .contact-tel-num span:first-child {
    font-size: 22px;
  }
  .contact-tel-num span:last-child {
    font-size: 26px;
  }
  .doctor_staff-doctor-textbox {
    margin-top: 40px;
  }
  .doctor_staff-doctor-name .fz-32 {
    font-size: 28px;
  }
  .doctor_staff-doctor-textbox-box {
    margin-top: 30px;
    padding: 30px 30px 60px;
  }
  .doctor_staff-staff-item {
    display: block;
  }
  .doctor_staff-staff-imgbox {
    text-align: center;
    margin-bottom: 20px;
  }
  .facility-introduction,
  .facility-standards {
    margin-top: 100px;
  }
  .facility-list {
    grid-template-columns: repeat(1, 1fr);
    max-width: 403px;
    margin-left: auto;
    margin-right: auto;
  }
  .facility-block.mt-80 {
    margin-top: 60px;
  }
  .access_pickup-access-title-text {
    padding: 22px 20px;
  }
  .access_pickup-pickup {
    margin-top: 110px;
  }
  .news-item {
    padding-bottom: 60px;
  }
  .news-item + .news-item {
    margin-top: 60px;
  }
  .wp-pagenavi {
    margin-top: 80px;
  }
  .form-list {
    padding: 40px 20px 30px;
  }
  .wpcf7-radio {
    grid-template-columns: repeat(1, 1fr);
  }
  .privacy-content,
  .privacy-checkbox {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 500px) {
  .wp-pagenavi {
    padding: 0 0 50px;
    gap: 6px;
  }
  .wp-pagenavi a:not(.previouspostslink, .nextpostslink),
  .wp-pagenavi span:not(.extend) {
    min-width: 48px;
    width: 48px;
    height: 48px;
  }
}
@media screen and (max-width: 450px) {
  .header .logo a {
    padding: 30px 25px;
  }
  .header.scroll .logo a {
    padding: 30px 25px 20px;
  }
  .child-mv-title {
    font-size: 36px;
  }
}
/* 250717 add */
.home-mv {
  flex-direction: row;
  align-items: end;
  padding-bottom: 0;
  display: grid;
  margin-left: 5.2083333333vw;
  /* grid-template: 369fr 561fr / auto auto; */
  gap: 0 15px;
  grid-template-areas: "catch catch" "logo table";
  height: 100vh;
  /* 250827 add */
  grid-template-areas: "logo catch table";
  grid-template-columns: auto 1fr auto;
}

.home-mv::before {
  background: #f4f6ee;
  background-image: linear-gradient(
      0deg,
      transparent calc(100% - 1px),
      #e5eccc calc(100% - 1px)
    ),
    linear-gradient(
      90deg,
      transparent calc(100% - 1px),
      #e5eccc calc(100% - 1px)
    );
  background-size: 17px 17px;
  background-position: center;
  background-repeat: repeat;
  width: 67.7083333333vw;
  max-width: calc(100vw - 520px);
  inset: 0;
  left: auto;
  border-radius: 0 0 0 72px;
  z-index: -2;
}

.home-mv::after {
  content: "";
  background: url(img/top/bg_mv_01.png) no-repeat top right/784px auto;
  position: absolute;
  z-index: 0;
  width: 67.7083333333vw;
  max-width: calc(100vw - 520px);
  inset: 0;
  left: auto;
  border-radius: 0 0 0 72px;
  mix-blend-mode: multiply;
  z-index: -1;
}

.home-mv .catch {
  /* margin-top: calc(201 / 950 * 100vh); */
  margin-top: 120px;
  margin-bottom: 32px;
  font-size: clamp(28px, 2.8125vw, 54px);
  font-weight: 600;
  text-shadow: 0 0 4px #fff;
  grid-area: catch;
  /* 250827 add */
  align-self: center;
  margin-top: 0;
  justify-self: end;
  margin-bottom: 0;
  padding: 0 30px;
  height: -moz-fit-content;
  height: fit-content;
}

.home-mv .catch img {
  max-height: 71.2631578947vh;
}

@media (min-width: 100em) {
  .home-mv .catch {
    justify-self: center;
  }
}
.home-mv-content-logo {
  margin-bottom: 28px;
  margin-left: 24px;
  width: -moz-fit-content;
  width: fit-content;
  grid-area: logo;
  min-height: 0;
  /* 250827 add */
  align-self: center;
}

.home-mv-content-logo img {
  max-width: 20.4166666667vw;
  min-width: 260px;
}

.home-mv-content-logo .text {
  margin-top: 4.6315789474vh;
  color: #452d13;
  font-weight: 600;
  font-size: clamp(12px, 0.8333333333vw, 16px);
}

.home-mv-content-hours {
  grid-area: table;
  justify-self: end;
  margin-right: 13px;
  min-height: 0;
}

.home-mv-content-hours img {
  max-height: 57.6842105263vh;
}

@media screen and (max-width: 1230px) {
  .home-mv {
    height: auto;
    grid-template: 84vh auto/1fr 1fr;
    grid-template-areas: "catch catch" "logo table";
    align-items: center;
    gap: 30px 15px;
    margin-left: 0;
  }
  .home-mv::before,
  .home-mv::after {
    max-height: 84vh;
    width: 90%;
    max-width: none;
  }
  .home-mv::after {
    background-size: auto 100%;
  }
  .home-mv .catch {
    margin-left: 19vw;
    justify-self: start;
    /* 250912 add */
    margin-top: 50px;
    /* 250919 add */
    margin-left: 0;
    justify-self: center;
  }
  .home-mv .catch img {
    /* 250912 add */
    max-height: 55.263158vh;
  }
  .home-mv-content-logo {
    margin: 0;
  }
  .home-mv-content-logo img {
    max-width: 100%;
    min-width: auto;
  }
  .home-mv-content-logo {
    justify-self: center;
    max-width: 90%;
  }
  .home-mv-content-hours {
    justify-self: center;
    max-width: 90%;
    /* 250919 add */
    padding: 30px 0;
  }
}
@media screen and (max-width: 930px) {
  .home-mv {
    grid-template: 70vh auto auto/100%;
    grid-template-areas: "catch" "logo" "table";
  }

  .home-mv .catch {
    /* 250912 add */
    margin-top: 85px;
  }
}
.home-header .logo {
  margin-left: 0;
  visibility: visible;
  opacity: 1;
}

.home-header .logo a {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  display: block;
  max-width: 400px;
}

.home-header.scroll .logo a {
  background-color: var(--bg-color);
  padding: 40px 50px;
  border-radius: 0 0 30px 0;
}

.home-header .logo__text {
  font-weight: 500;
  font-size: 12px;
  margin-left: 5.2083333333vw;
  display: block;
  margin-top: 36px;
}

@media screen and (min-width: 1300px) {
  .home-header .logo__text {
    margin-top: 50px;
  }
}

.home-header.scroll .logo__text {
  display: none;
}

.home-header .logo-img {
  display: none;
}

.home-header.scroll .logo-img {
  display: block;
}

@media screen and (min-width: 1385px) {
  .home-header .logo {
    flex-shrink: 0;
  }
}
/* 250723 add */
:root {
  --corporate-color: #187b3a;
  --bg-color: #f4f6ee;
}

.--pink {
  --corporate-color: #ea528f;
  --bg-color: rgb(248, 242, 242);
}

.--pink .footer-access-area {
  background-color: #f6e3e3;
}

/* 250829 add top */
.footer-access-detail {
  display: grid;
  gap: 30px clamp(15px, 3.1770833333vw, 61px);
  margin-top: 30px;
}
.footer-access-detail .img {
  text-align: center;
}
.footer-access-detail .img img {
  border-radius: 15px;
}

@media (min-width: 64em) {
  .footer-access-detail {
    grid-template-columns: 1fr auto;
  }
}
.img-scroll {
  overflow-x: scroll;
}
.img-scroll img {
  min-width: -moz-fit-content;
  min-width: fit-content;
}
