@charset "UTF-8";
/**
 * 大坪メンタルクリニック メインスタイルシート
 * FLOCSS設計
 */
body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.font-en {
  font-family: "Roboto", "Arial", sans-serif;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

span {
  font-weight: inherit;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

th {
  text-align: left;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* --------------------------------------------------
	Form
-------------------------------------------------- */
input,
select {
  vertical-align: middle;
}

button {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

fieldset {
  border: none;
}

input {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: middle;
  outline: none;
  border: none;
}

textarea,
select,
label {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: middle;
  outline: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  resize: vertical;
}

legend {
  display: none;
}

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

img {
  vertical-align: bottom;
}

img.responsive {
  width: 100%;
}

img.svg {
  width: auto;
}

html,
body {
  overflow-x: hidden;
}

/**
 * 大坪メンタルクリニック メインスタイルシート
 * FLOCSS設計
 */
html {
  scroll-behavior: smooth;
}

body {
  color: #2c2c2c;
  background-color: #f4f8fc;
  background-image: url("./img/bg-main-visual.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  line-height: 1.7;
  font-size: 16px;
  min-height: 100vh;
}

.b,
strong {
  font-weight: bold;
}

small {
  font-size: 0.8em;
}

a {
  color: #2c2c2c;
  text-decoration: none;
}
a:visited, a:hover, a:active, a:focus {
  color: #2c2c2c;
  text-decoration: none;
}
a {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

a.link-none {
  pointer-events: none !important;
}

[id] {
  scroll-margin-top: 70px;
}

::-moz-selection {
  background-color: #8fb6d6;
  color: #2c2c2c;
}

::selection {
  background-color: #8fb6d6;
  color: #2c2c2c;
}

.l-main {
  padding-top: 70px;
  max-width: 800px;
  margin-inline: auto;
  min-height: 100dvh;
}

.l-header,
.l-footer {
  max-width: 800px;
  margin-inline: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.l-header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 70px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  z-index: 100;
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
  padding: 0 16px;
}
.l-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.l-header__logo-link img {
  height: 30px;
  width: auto;
}
.l-header__trigger {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-family: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  width: 44px;
  height: 44px;
  padding: 8px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.l-header__trigger-line {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #2c2c2c;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.l-header__trigger[aria-expanded=true] .l-header__trigger-line:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
          transform: translateY(8px) rotate(45deg);
}
.l-header__trigger[aria-expanded=true] .l-header__trigger-line:nth-child(2) {
  opacity: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.l-header__trigger[aria-expanded=true] .l-header__trigger-line:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
          transform: translateY(-8px) rotate(-45deg);
}

.l-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 800px;
  height: 100%;
  background-color: #ffffff;
  z-index: 600;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
  overflow-y: auto;
}
.l-drawer.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.l-drawer__inner {
  padding: 16px 24px 40px;
}
.l-drawer__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  align-items: center;
  margin-bottom: 8px;
}
.l-drawer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.l-drawer__logo img {
  height: 32px;
  width: auto;
}
.l-drawer__close {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-family: inherit;
  position: relative;
  width: 44px;
  height: 44px;
  margin-left: auto;
  display: block;
  cursor: pointer;
}
.l-drawer__close span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 24px;
  height: 2px;
  background-color: #2c2c2c;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.l-drawer__close span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.l-drawer__close span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.l-drawer__nav {
  margin-top: 12px;
}
.l-drawer__list {
  list-style: none;
}
.l-drawer__item {
  border-bottom: 1px solid #dbe8f4;
}
.l-drawer__item:first-child {
  border-top: 1px solid #dbe8f4;
}
.l-drawer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 18px 4px;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.l-drawer__link:hover, .l-drawer__link:active {
  opacity: 0.7;
}
.l-drawer__link-en {
  font-style: normal;
  font-weight: 400;
  font-size: calc(10 / 16 * 1rem);
  color: #9b9b9b;
  letter-spacing: 0.1em;
  line-height: 1;
  font-family: "Roboto", "Arial", sans-serif;
  display: block;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.l-drawer__link-ja {
  font-style: normal;
  font-weight: 500;
  font-size: calc(17 / 16 * 1rem);
  color: #2c2c2c;
  letter-spacing: 0.05em;
  line-height: 1;
  display: block;
}
.l-drawer__contact {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.l-drawer__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px;
  background-color: #f6faff;
  border-radius: 8px;
  text-decoration: none;
}
.l-drawer__tel-label {
  font-style: normal;
  font-weight: 500;
  font-size: calc(12 / 16 * 1rem);
  color: #6b6b6b;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 6px;
}
.l-drawer__tel-num {
  font-style: normal;
  font-weight: 700;
  font-size: calc(30 / 16 * 1rem);
  color: #2c2c2c;
  letter-spacing: 0.02em;
  line-height: 1;
  font-family: "Roboto", "Arial", sans-serif;
}
.l-drawer__yoyaku {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  min-width: 240px;
  text-align: center;
  padding: 14px 28px;
  color: #ffffff;
  text-decoration: none;
}
.l-drawer__yoyaku:visited, .l-drawer__yoyaku:hover, .l-drawer__yoyaku:active, .l-drawer__yoyaku:focus {
  color: #ffffff;
  text-decoration: none;
}
.l-drawer__yoyaku {
  background-color: #3f7fb3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6ec9df), color-stop(55%, #3faed0), to(#2b95c6));
  background-image: linear-gradient(180deg, #6ec9df 0%, #3faed0 55%, #2b95c6 100%);
  -webkit-box-shadow: 0 3px 10px rgba(43, 149, 198, 0.2);
          box-shadow: 0 3px 10px rgba(43, 149, 198, 0.2);
  border-radius: 8px;
  font-style: normal;
  font-weight: 500;
  font-size: calc(17 / 16 * 1rem);
  color: #ffffff;
  letter-spacing: 0.1em;
  line-height: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.l-drawer__yoyaku:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#58bed8), color-stop(55%, #2f97c2), to(#237ea9));
  background-image: linear-gradient(180deg, #58bed8 0%, #2f97c2 55%, #237ea9 100%);
}

.l-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 500;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}
.l-overlay.is-show {
  opacity: 1;
  pointer-events: auto;
}

.l-footer-nav {
  max-width: 800px;
  margin-inline: auto;
  padding: 16px 20px 100px;
  text-align: center;
  background-color: #ffffff;
}
.l-footer-nav__inner {
  font-style: normal;
  font-weight: 400;
  font-size: calc(12 / 16 * 1rem);
  color: #6b6b6b;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
.l-footer-nav__inner--sub {
  margin-top: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-footer-nav a {
  color: #6b6b6b;
  text-decoration: none;
}
.l-footer-nav a:visited, .l-footer-nav a:hover, .l-footer-nav a:active, .l-footer-nav a:focus {
  color: #6b6b6b;
  text-decoration: none;
}
.l-footer-nav span {
  margin: 0 6px;
  color: #9b9b9b;
}
.l-footer-nav__home-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
}
.l-footer-nav__home-icon {
  font-size: 14px;
  color: #3f7fb3;
  vertical-align: middle;
}
.l-footer-nav__ig-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.l-footer-nav__ig-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  vertical-align: middle;
}

.l-back-to-top {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-family: inherit;
  position: fixed;
  right: 14px;
  bottom: 86px;
  width: 38px;
  height: 38px;
  border-radius: 9999px;
  border: 1px solid #dbe8f4;
  background-color: rgba(255, 255, 255, 0.95);
  color: #9b9b9b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 400;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.l-back-to-top.is-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.l-back-to-top .material-icons {
  font-size: 20px;
  line-height: 1;
}

.l-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 70px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.08);
  z-index: 400;
}
.l-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
  padding: 0;
  gap: 0;
}
.l-footer__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  text-decoration: none;
  background-color: #f6faff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5fcff), to(#dff1f9));
  background-image: linear-gradient(180deg, #f5fcff 0%, #dff1f9 100%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-right: 1px solid #dbe8f4;
}
.l-footer__tel:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eaf7fd), to(#cce9f5));
  background-image: linear-gradient(180deg, #eaf7fd 0%, #cce9f5 100%);
}
.l-footer__tel-icon {
  font-size: 20px;
  color: #3f7fb3;
}
.l-footer__tel-num {
  font-style: normal;
  font-weight: 700;
  font-size: calc(17 / 16 * 1rem);
  color: #2c2c2c;
  letter-spacing: 0em;
  line-height: 1;
  font-family: "Roboto", "Arial", sans-serif;
}
.l-footer__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  color: #ffffff;
  text-decoration: none;
}
.l-footer__btn:visited, .l-footer__btn:hover, .l-footer__btn:active, .l-footer__btn:focus {
  color: #ffffff;
  text-decoration: none;
}
.l-footer__btn {
  background-color: #3f7fb3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6ec9df), color-stop(55%, #3faed0), to(#2b95c6));
  background-image: linear-gradient(180deg, #6ec9df 0%, #3faed0 55%, #2b95c6 100%);
  font-style: normal;
  font-weight: 500;
  font-size: calc(17 / 16 * 1rem);
  color: #ffffff;
  letter-spacing: 0.1em;
  line-height: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.l-footer__btn:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#58bed8), color-stop(55%, #2f97c2), to(#237ea9));
  background-image: linear-gradient(180deg, #58bed8 0%, #2f97c2 55%, #237ea9 100%);
}

.c-btn {
  --btn-text-color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 52px;
  padding: 14px 28px;
  border-radius: 8px;
  border: 1px solid transparent;
  font-style: normal;
  font-weight: 500;
  font-size: calc(17 / 16 * 1rem);
  color: #ffffff;
  letter-spacing: 0.1em;
  line-height: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
.c-btn, .c-btn:visited, .c-btn:hover, .c-btn:active, .c-btn:focus {
  color: var(--btn-text-color);
  text-decoration: none;
}
.c-btn--hero-primary {
  --btn-text-color: #ffffff;
  background-color: #3f7fb3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6ec9df), color-stop(55%, #3faed0), to(#2b95c6));
  background-image: linear-gradient(180deg, #6ec9df 0%, #3faed0 55%, #2b95c6 100%);
  -webkit-box-shadow: 0 3px 10px rgba(43, 149, 198, 0.2);
          box-shadow: 0 3px 10px rgba(43, 149, 198, 0.2);
}
.c-btn--hero-primary:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#58bed8), color-stop(55%, #2f97c2), to(#237ea9));
  background-image: linear-gradient(180deg, #58bed8 0%, #2f97c2 55%, #237ea9 100%);
}
.c-btn--hero-guide {
  --btn-text-color: #2f648f;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5fcff), to(#e2f5fb));
  background-image: linear-gradient(180deg, #f5fcff 0%, #e2f5fb 100%);
  border-color: #b9d2e9;
  -webkit-box-shadow: 0 2px 8px rgba(63, 174, 208, 0.12);
          box-shadow: 0 2px 8px rgba(63, 174, 208, 0.12);
}

.p-section-head {
  text-align: center;
  margin-bottom: 32px;
}
.p-section-head__en {
  font-style: normal;
  font-weight: 400;
  font-size: calc(11 / 16 * 1rem);
  color: #3f7fb3;
  letter-spacing: 0.2em;
  line-height: 1;
  font-family: "Roboto", "Arial", sans-serif;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
}
.p-section-head__ja {
  font-style: normal;
  font-weight: 700;
  font-size: calc(22 / 16 * 1rem);
  color: #2c2c2c;
  letter-spacing: 0.05em;
  line-height: 1;
  position: relative;
  display: inline-block;
  padding-bottom: 14px;
}
.p-section-head__ja::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 32px;
  height: 2px;
  background-color: #3f7fb3;
}
.p-section-head--compact {
  margin-bottom: 20px;
}

.p-hero__inner {
  position: relative;
}
.p-hero__img-wrap {
  width: 100%;
}
.p-hero__img-wrap img {
  width: 100%;
  height: auto;
  display: block;
}
.p-hero__img-wrap .p-hero__img {
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
.p-hero__img-wrap .p-hero__img.is-fading {
  opacity: 0;
}
.p-hero__text-wrap {
  padding: 32px 40px 40px;
  background-color: #ffffff;
  background-image: url("./home/p-hero__text-wrap-bg.jpg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
}
@media screen and (max-width: 640px) {
  .p-hero__text-wrap {
    padding-inline: 20px;
  }
}
.p-hero__catch {
  font-style: normal;
  font-weight: 700;
  font-size: calc(24 / 16 * 1rem);
  color: #1a7495;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 16px;
}
@media screen and (max-width: 480px) {
  .p-hero__catch {
    font-style: normal;
    font-weight: 700;
    font-size: calc(20 / 16 * 1rem);
    color: #1a7495;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
}
.p-hero__sub {
  font-style: normal;
  font-weight: 400;
  font-size: calc(17 / 16 * 1rem);
  color: #6b6b6b;
  letter-spacing: 0.05em;
  line-height: 1.9;
  margin-bottom: 28px;
}
@media screen and (max-width: 620px) {
  .p-hero__sub br {
    display: none;
  }
}
.p-hero__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 12px;
  width: 100%;
  max-width: 520px;
}
@media screen and (max-width: 620px) {
  .p-hero__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 320px;
  }
}
.p-hero__btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media screen and (max-width: 620px) {
  .p-hero__btn {
    width: 100%;
  }
}

.p-shinryo {
  padding: 56px 0;
  background-color: #ffffff;
}
.p-shinryo__inner {
  padding-inline: 40px;
}
@media screen and (max-width: 640px) {
  .p-shinryo__inner {
    padding-inline: 20px;
  }
}
.p-shinryo__info {
  margin-bottom: 0;
}
.p-shinryo__detail {
  background-color: #f6faff;
  border: 1px solid #dbe8f4;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
}
.p-shinryo__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 14px 16px;
  border-bottom: 1px solid #dbe8f4;
}
.p-shinryo__row:last-child {
  border-bottom: none;
}
.p-shinryo__label {
  font-style: normal;
  font-weight: 500;
  font-size: calc(13 / 16 * 1rem);
  color: #6b6b6b;
  letter-spacing: 0.05em;
  line-height: 1.6;
  min-width: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-shinryo__value {
  font-style: normal;
  font-weight: 400;
  font-size: calc(17 / 16 * 1rem);
  color: #2c2c2c;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.p-shinryo__value a {
  color: #2f648f;
  text-decoration: none;
}
.p-shinryo__value a:hover {
  text-decoration: underline;
}
.p-shinryo__access-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  margin-left: 8px;
  font-style: normal;
  font-weight: 400;
  font-size: calc(15 / 16 * 1rem);
  color: #2f648f;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #2f648f;
  text-decoration: none;
}
.p-shinryo__access-link:visited, .p-shinryo__access-link:hover, .p-shinryo__access-link:active, .p-shinryo__access-link:focus {
  color: #2f648f;
  text-decoration: none;
}
.p-shinryo__access-link {
  white-space: nowrap;
}
.p-shinryo__access-link .material-icons {
  font-size: 17px;
  line-height: 1;
}
.p-shinryo__doc-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-style: normal;
  font-weight: 500;
  font-size: calc(14 / 16 * 1rem);
  color: #2f648f;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #2f648f;
  text-decoration: none;
}
.p-shinryo__doc-link:visited, .p-shinryo__doc-link:hover, .p-shinryo__doc-link:active, .p-shinryo__doc-link:focus {
  color: #2f648f;
  text-decoration: none;
}
.p-shinryo__doc-link {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-shinryo__doc-link:hover {
  opacity: 0.7;
}
.p-shinryo__doc-link span.material-icons {
  font-size: 17px;
  color: #3f7fb3;
  text-decoration: none !important;
}
.p-shinryo__payment-text {
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #2c2c2c;
  letter-spacing: 0.05em;
  line-height: 1.7;
  margin: 0 0 8px;
}
.p-shinryo__payment-note {
  font-style: normal;
  font-weight: 400;
  font-size: calc(12 / 16 * 1rem);
  color: #6b6b6b;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.p-shinryo__payment-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-style: normal;
  font-weight: 500;
  font-size: calc(13 / 16 * 1rem);
  color: #2f648f;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #2f648f;
  text-decoration: none;
}
.p-shinryo__payment-link:visited, .p-shinryo__payment-link:hover, .p-shinryo__payment-link:active, .p-shinryo__payment-link:focus {
  color: #2f648f;
  text-decoration: none;
}
.p-shinryo__payment-link {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-shinryo__payment-link:hover {
  opacity: 0.75;
}
.p-shinryo__payment-link .material-icons {
  font-size: 16px;
  color: #3f7fb3;
  text-decoration: none !important;
}
.p-shinryo__sns-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #2c2c2c;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #2c2c2c;
  text-decoration: none;
}
.p-shinryo__sns-link:visited, .p-shinryo__sns-link:hover, .p-shinryo__sns-link:active, .p-shinryo__sns-link:focus {
  color: #2c2c2c;
  text-decoration: none;
}
.p-shinryo__sns-link {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-shinryo__sns-link:hover {
  opacity: 0.75;
}
.p-shinryo__sns-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  vertical-align: middle;
}
.p-shinryo__table-wrap {
  margin-top: 8px;
}
.p-shinryo__table-ttl {
  font-style: normal;
  font-weight: 600;
  font-size: calc(17 / 16 * 1rem);
  color: #2c2c2c;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 12px;
}
.p-shinryo__table {
  width: 100%;
  border-collapse: collapse;
  background-color: #f6faff;
  border-radius: 8px;
  overflow: hidden;
}
.p-shinryo__table th,
.p-shinryo__table td {
  border: 1px solid #dbe8f4;
  text-align: center;
  vertical-align: middle;
  padding: 8px 4px;
  font-style: normal;
  font-weight: 400;
  font-size: calc(15 / 16 * 1rem);
  color: #2c2c2c;
  letter-spacing: 0em;
  line-height: 1.4;
}
.p-shinryo__table thead th {
  background-color: #3f7fb3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6ec9df), color-stop(55%, #3faed0), to(#2b95c6));
  background-image: linear-gradient(180deg, #6ec9df 0%, #3faed0 55%, #2b95c6 100%);
  font-style: normal;
  font-weight: 600;
  font-size: calc(15 / 16 * 1rem);
  color: #ffffff;
  letter-spacing: 0em;
  line-height: 1.4;
  padding: 10px 4px;
}
.p-shinryo__table-time {
  text-align: left;
  padding: 8px 8px !important;
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #6b6b6b;
  letter-spacing: 0em;
  line-height: 1.5;
  min-width: 68px;
}
.p-shinryo__table-time span {
  font-style: normal;
  font-weight: 400;
  font-size: calc(13 / 16 * 1rem);
  color: #9b9b9b;
  letter-spacing: 0em;
  line-height: 1.3;
  display: block;
}
.p-shinryo__table-time-note {
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: calc(11 / 16 * 1rem);
  color: #d9506a;
  letter-spacing: 0em;
  line-height: 1.4;
  margin-top: 2px;
}
.p-shinryo__circle {
  color: #2f648f;
  font-weight: 700;
  font-size: 18px;
}
.p-shinryo__cross {
  color: #9b9b9b;
  font-size: 17px;
}
.p-shinryo__note {
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #6b6b6b;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-top: 12px;
}
.p-shinryo__note-em {
  color: #d9506a;
  font-weight: 600;
}
.p-shinryo__about {
  margin-top: 24px;
  padding: 22px 20px;
  background-color: #f6faff;
  border: 1px solid #dbe8f4;
  border-bottom: none;
  border-radius: 8px 8px 0 0;
}
.p-shinryo__about-ttl {
  font-style: normal;
  font-weight: 700;
  font-size: calc(20 / 16 * 1rem);
  color: #2c2c2c;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-bottom: 12px;
}
.p-shinryo__about-text {
  font-style: normal;
  font-weight: 400;
  font-size: calc(17 / 16 * 1rem);
  color: #2c2c2c;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-bottom: 16px;
}
.p-shinryo__about-btn {
  min-width: 220px;
}

.p-director__team-note {
  font-style: normal;
  font-weight: 400;
  font-size: calc(15 / 16 * 1rem);
  color: #6b6b6b;
  letter-spacing: 0.05em;
  line-height: 1.7;
  margin-bottom: 32px;
  padding: 12px 16px;
  background-color: rgba(63, 127, 179, 0.06);
  border-radius: 0 4px 4px 0;
}

.p-doctor-tabs__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #dbe8f4;
  margin-bottom: 28px;
}
.p-doctor-tabs__btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-family: inherit;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 12px 8px;
  font-style: normal;
  font-weight: 500;
  font-size: calc(16 / 16 * 1rem);
  color: #6b6b6b;
  letter-spacing: 0.05em;
  line-height: 1;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-doctor-tabs__btn.is-active {
  color: #2f648f;
  border-bottom-color: #3f7fb3;
  font-weight: 700;
}
.p-doctor-tabs__btn:not(.is-active):hover {
  color: #3f7fb3;
}
.p-doctor-tabs__panel {
  display: none;
}
.p-doctor-tabs__panel.is-active {
  display: block;
}

.p-director {
  padding: 56px 0;
  background-color: #f4fbf6;
}
.p-director__inner {
  padding-inline: 40px;
}
@media screen and (max-width: 640px) {
  .p-director__inner {
    padding-inline: 20px;
  }
}
.p-director__lead {
  font-style: normal;
  font-weight: 400;
  font-size: calc(17 / 16 * 1rem);
  color: #2c2c2c;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin: 16px 0 24px;
  text-align: center;
}
.p-director__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin-bottom: 40px;
}
.p-director__photo {
  width: 200px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.p-director__photo img {
  width: 100%;
  height: auto;
  display: block;
}
.p-director__text {
  width: 100%;
}
.p-director__name-en {
  font-style: normal;
  font-weight: 400;
  font-size: calc(10 / 16 * 1rem);
  color: #3f7fb3;
  letter-spacing: 0.2em;
  line-height: 1;
  font-family: "Roboto", "Arial", sans-serif;
  text-transform: uppercase;
  display: block;
  margin-bottom: 4px;
}
.p-director__name {
  font-style: normal;
  font-weight: 700;
  font-size: calc(22 / 16 * 1rem);
  color: #2c2c2c;
  letter-spacing: 0.05em;
  line-height: 1;
  display: inline;
  margin-right: 8px;
}
.p-director__name-kana {
  font-style: normal;
  font-weight: 400;
  font-size: calc(12 / 16 * 1rem);
  color: #6b6b6b;
  letter-spacing: 0.05em;
  line-height: 1;
  display: inline;
}
.p-director__message {
  font-style: normal;
  font-weight: 400;
  font-size: calc(17 / 16 * 1rem);
  color: #2c2c2c;
  letter-spacing: 0.05em;
  line-height: 1.9;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #dbe8f4;
}
.p-director__career {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 24px 20px;
}
.p-director__accordion-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-family: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  border-bottom: 1px solid #dbe8f4;
  cursor: pointer;
  gap: 8px;
}
.p-director__career-ttl-label {
  font-style: normal;
  font-weight: 700;
  font-size: calc(18 / 16 * 1rem);
  color: #2c2c2c;
  letter-spacing: 0.05em;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 8px;
}
.p-director__career-ttl-label::after {
  content: "（クリックで開閉）";
  font-style: normal;
  font-weight: 400;
  font-size: calc(10 / 16 * 1rem);
  color: #9b9b9b;
  letter-spacing: 0.05em;
  line-height: 1;
  white-space: nowrap;
}
.p-director__accordion-icon {
  font-size: 22px;
  color: #9b9b9b;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-director__accordion-btn[aria-expanded=true] .p-director__accordion-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-director__accordion-body {
  overflow: hidden;
  height: 0;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.p-director__career-ttl {
  font-style: normal;
  font-weight: 700;
  font-size: calc(18 / 16 * 1rem);
  color: #2c2c2c;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #dbe8f4;
}
.p-director__career-ttl--sub {
  margin-top: 28px;
}
.p-director__career-intro {
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #6b6b6b;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-bottom: 20px;
}
.p-director__career-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
.p-director__career-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 10px 0;
  border-bottom: 1px solid #dbe8f4;
}
.p-director__career-item:last-child {
  border-bottom: none;
}
.p-director__career-item--current {
  background-color: rgba(63, 127, 179, 0.06);
  border-radius: 4px;
  padding: 10px 8px;
  margin: 0 -8px;
}
.p-director__career-item--current .p-director__career-year {
  color: #2f648f;
  font-weight: 700;
}
.p-director__career-item--current .p-director__career-desc {
  color: #2f648f;
  font-weight: 600;
}
.p-director__career-year {
  font-style: normal;
  font-weight: 500;
  font-size: calc(12 / 16 * 1rem);
  color: #2f648f;
  letter-spacing: 0.05em;
  line-height: 1.4;
  min-width: 68px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-director__career-desc {
  font-style: normal;
  font-weight: 400;
  font-size: calc(13 / 16 * 1rem);
  color: #2c2c2c;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.p-access {
  padding: 56px 0;
  background-color: #ffffff;
}
.p-access__inner {
  padding-inline: 40px;
}
@media screen and (max-width: 640px) {
  .p-access__inner {
    padding-inline: 20px;
  }
}
.p-access__info {
  margin-bottom: 24px;
}
.p-access__detail {
  background-color: #f6faff;
  border-radius: 8px;
  overflow: hidden;
}
.p-access__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 14px 16px;
  border-bottom: 1px solid #dbe8f4;
}
.p-access__row:last-child {
  border-bottom: none;
}
.p-access__label {
  font-style: normal;
  font-weight: 500;
  font-size: calc(13 / 16 * 1rem);
  color: #6b6b6b;
  letter-spacing: 0.05em;
  line-height: 1.6;
  min-width: 70px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-access__value {
  font-style: normal;
  font-weight: 400;
  font-size: calc(17 / 16 * 1rem);
  color: #2c2c2c;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.p-access__map {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.p-access__map iframe {
  display: block;
  width: 100%;
  height: 280px;
  border: none;
}
.p-access__map-placeholder {
  width: 100%;
  height: 280px;
  background-color: #f6faff;
  border-radius: 8px;
  border: 1px dashed #b9d2e9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-access__map-placeholder p {
  font-style: normal;
  font-weight: 400;
  font-size: calc(17 / 16 * 1rem);
  color: #9b9b9b;
  letter-spacing: 0.05em;
  line-height: 1;
}

.p-reservation {
  padding: 56px 0 50px;
  background-image: url("./blog/hero.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.p-reservation__inner {
  padding-inline: 40px;
}
@media screen and (max-width: 640px) {
  .p-reservation__inner {
    padding-inline: 20px;
  }
}
.p-reservation__lead {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 28px 20px;
  text-align: center;
  margin-bottom: 32px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.p-reservation__lead-ttl {
  font-style: normal;
  font-weight: 700;
  font-size: calc(17 / 16 * 1rem);
  color: #2c2c2c;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 12px;
}
.p-reservation__lead-text {
  font-style: normal;
  font-weight: 400;
  font-size: calc(17 / 16 * 1rem);
  color: #6b6b6b;
  letter-spacing: 0.05em;
  line-height: 1.7;
  margin-bottom: 20px;
}
.p-reservation__items {
  margin-bottom: 28px;
}
.p-reservation__sub-ttl {
  font-style: normal;
  font-weight: 700;
  font-size: calc(20 / 16 * 1rem);
  color: #2c2c2c;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 2px solid #dbe8f4;
}
.p-reservation__sub-ttl--note {
  color: #6b6b6b;
  font-size: 0.875rem;
}
.p-reservation__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
.p-reservation__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 14px 0;
  border-bottom: 1px solid #dbe8f4;
}
.p-reservation__list-item:last-child {
  border-bottom: none;
}
.p-reservation__list-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-reservation__list-title {
  font-style: normal;
  font-weight: 600;
  font-size: calc(17 / 16 * 1rem);
  color: #2c2c2c;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 4px;
}
.p-reservation__list-desc {
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #6b6b6b;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
.p-reservation__list-icon {
  font-style: normal;
  font-weight: 700;
  font-size: calc(17 / 16 * 1rem);
  color: #3f7fb3;
  letter-spacing: 0em;
  line-height: 1.5;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 2px;
}
.p-reservation__about-img {
  margin-top: 20px;
}
.p-reservation__about-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
.p-reservation__text {
  font-style: normal;
  font-weight: 400;
  font-size: calc(17 / 16 * 1rem);
  color: #2c2c2c;
  letter-spacing: 0.05em;
  line-height: 1.9;
}
.p-reservation__notes {
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #dbe8f4;
  padding: 20px;
}
.p-reservation__notes-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.p-reservation__notes-list li {
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #6b6b6b;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding-left: 14px;
  position: relative;
}
.p-reservation__notes-list li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
  color: #9b9b9b;
  font-size: 11px;
}

.p-news {
  padding: 40px 0;
  background-color: #f6faff;
  border-top: 1px solid #dbe8f4;
  border-bottom: 1px solid #dbe8f4;
}
.p-news__inner {
  padding-inline: 40px;
}
@media screen and (max-width: 640px) {
  .p-news__inner {
    padding-inline: 20px;
  }
}
.p-news__deco {
  text-align: center;
  margin-bottom: 8px;
}
.p-news__deco img {
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
  display: inline-block;
}
.p-news__list {
  list-style: none;
}
.p-news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  padding: 30px 0;
  border-bottom: 1px solid #dbe8f4;
}
.p-news__item:first-child {
  border-top: 1px solid #dbe8f4;
}
.p-news__date {
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #9b9b9b;
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-family: "Roboto", "Arial", sans-serif;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 92px;
}
.p-news__cat {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 2px 8px;
  border-radius: 2px;
  background-color: #3f7fb3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6ec9df), to(#3faed0));
  background-image: linear-gradient(180deg, #6ec9df 0%, #3faed0 100%);
  font-style: normal;
  font-weight: 500;
  font-size: calc(10 / 16 * 1rem);
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #ffffff;
  text-decoration: none;
}
.p-news__cat:visited, .p-news__cat:hover, .p-news__cat:active, .p-news__cat:focus {
  color: #ffffff;
  text-decoration: none;
}
.p-news__cat {
  white-space: nowrap;
  text-decoration: none;
}
.p-news__link {
  font-style: normal;
  font-weight: 400;
  font-size: calc(17 / 16 * 1rem);
  color: #2c2c2c;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #2c2c2c;
  text-decoration: none;
}
.p-news__link:visited, .p-news__link:hover, .p-news__link:active, .p-news__link:focus {
  color: #2c2c2c;
  text-decoration: none;
}
.p-news__link {
  text-decoration: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-news__link:hover {
  color: #3f7fb3;
}
.p-news__more {
  margin-top: 24px;
  text-align: right;
}
@media screen and (max-width: 640px) {
  .p-news__more {
    text-align: center;
  }
}
.p-news__more-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 46px;
  padding: 10px 22px;
  border-radius: 8px;
  border: 1px solid #b9d2e9;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5fcff), to(#e2f5fb));
  background-image: linear-gradient(180deg, #f5fcff 0%, #e2f5fb 100%);
  font-style: normal;
  font-weight: 500;
  font-size: calc(15 / 16 * 1rem);
  color: #2f648f;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #2f648f;
  text-decoration: none;
}
.p-news__more-link:visited, .p-news__more-link:hover, .p-news__more-link:active, .p-news__more-link:focus {
  color: #2f648f;
  text-decoration: none;
}
.p-news__more-link {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-news__more-link:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ecf8fd), to(#d3edf8));
  background-image: linear-gradient(180deg, #ecf8fd 0%, #d3edf8 100%);
}

.p-blog-hero {
  height: 130px;
  background-image: url("./blog/hero.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-blog-hero__title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(22 / 16 * 1rem);
  color: #6b6b6b;
  letter-spacing: 0.2em;
  line-height: 1;
  text-shadow: 0 1px 10px rgba(71, 161, 209, 0.35);
}

.p-archive-news {
  padding: 40px 0 80px;
  background-color: #ffffff;
}
.p-archive-news__inner {
  padding: 24px 40px 0;
}
@media screen and (max-width: 640px) {
  .p-archive-news__inner {
    padding: 24px 20px 0;
  }
}
.p-archive-news__list {
  list-style: none;
  margin-bottom: 32px;
}
.p-archive-news__item {
  border-bottom: 1px solid #dbe8f4;
}
.p-archive-news__item:first-child {
  border-top: 1px solid #dbe8f4;
}
.p-archive-news__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 12px;
  padding: 16px 0;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-archive-news__link:hover .p-archive-news__title {
  color: #3f7fb3;
}
.p-archive-news__date {
  font-style: normal;
  font-weight: 400;
  font-size: calc(11 / 16 * 1rem);
  color: #9b9b9b;
  letter-spacing: 0.05em;
  line-height: 1;
  font-family: "Roboto", "Arial", sans-serif;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-archive-news__title {
  font-style: normal;
  font-weight: 400;
  font-size: calc(17 / 16 * 1rem);
  color: #2c2c2c;
  letter-spacing: 0.05em;
  line-height: 1.6;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-archive-news__empty {
  font-style: normal;
  font-weight: 400;
  font-size: calc(17 / 16 * 1rem);
  color: #6b6b6b;
  letter-spacing: 0.05em;
  line-height: 1.7;
  padding: 40px 0;
  text-align: center;
}
.p-archive-news__back {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-archive-news__back-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 44px;
  padding: 10px 20px;
  border-radius: 8px;
  border: 1px solid #b9d2e9;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f4f9fc));
  background-image: linear-gradient(180deg, #ffffff 0%, #f4f9fc 100%);
  -webkit-box-shadow: 0 1px 4px rgba(63, 174, 208, 0.1);
          box-shadow: 0 1px 4px rgba(63, 174, 208, 0.1);
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #6b6b6b;
  letter-spacing: 0.03em;
  line-height: 1;
  color: #6b6b6b;
  text-decoration: none;
}
.p-archive-news__back-link:visited, .p-archive-news__back-link:hover, .p-archive-news__back-link:active, .p-archive-news__back-link:focus {
  color: #6b6b6b;
  text-decoration: none;
}
.p-archive-news__back-link {
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-archive-news__back-link:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f8fc), to(#e4f2f9));
  background-image: linear-gradient(180deg, #f0f8fc 0%, #e4f2f9 100%);
  border-color: #8fb6d6;
  color: #2f648f;
}

.p-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-pagination ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-pagination li a,
.p-pagination li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 4px;
  font-style: normal;
  font-weight: 400;
  font-size: calc(15 / 16 * 1rem);
  color: #2c2c2c;
  letter-spacing: 0.05em;
  line-height: 1;
  text-decoration: none;
  border: 1px solid #dbe8f4;
  background-color: #ffffff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-pagination li a:hover {
  background-color: #3f7fb3;
  color: #ffffff;
  border-color: #3f7fb3;
}
.p-pagination li .current {
  background-color: #3f7fb3;
  color: #ffffff;
  border-color: #3f7fb3;
  font-weight: 600;
}
.p-pagination li .dots {
  border: none;
  background: none;
  color: #9b9b9b;
}

.p-single-news {
  padding: 40px 0 80px;
  background-color: #ffffff;
}
.p-single-news__inner {
  padding: 24px 40px 0;
}
@media screen and (max-width: 640px) {
  .p-single-news__inner {
    padding: 24px 20px 0;
  }
}
.p-single-news__article {
  margin-bottom: 48px;
}
.p-single-news__header {
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dbe8f4;
}
.p-single-news__date {
  font-style: normal;
  font-weight: 400;
  font-size: calc(11 / 16 * 1rem);
  color: #9b9b9b;
  letter-spacing: 0.05em;
  line-height: 1;
  font-family: "Roboto", "Arial", sans-serif;
  display: block;
  margin-bottom: 10px;
}
.p-single-news__title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(20 / 16 * 1rem);
  color: #2c2c2c;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.p-single-news__body {
  font-style: normal;
  font-weight: 400;
  font-size: calc(17 / 16 * 1rem);
  color: #2c2c2c;
  letter-spacing: 0.05em;
  line-height: 1.9;
}
.p-single-news__body p {
  margin-bottom: 1.5em;
}
.p-single-news__body p:last-child {
  margin-bottom: 0;
}
.p-single-news__body a {
  color: #2f648f;
  text-decoration: underline;
}
.p-single-news__body a:hover {
  text-decoration: none;
}
.p-single-news__body strong {
  font-weight: 700;
}
.p-single-news__body ul,
.p-single-news__body ol {
  padding-left: 1.5em;
  margin-bottom: 1.5em;
}
.p-single-news__body ul li,
.p-single-news__body ol li {
  margin-bottom: 0.4em;
}
.p-single-news__back {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-single-news__back-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 44px;
  padding: 10px 20px;
  border-radius: 8px;
  border: 1px solid #b9d2e9;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f4f9fc));
  background-image: linear-gradient(180deg, #ffffff 0%, #f4f9fc 100%);
  -webkit-box-shadow: 0 1px 4px rgba(63, 174, 208, 0.1);
          box-shadow: 0 1px 4px rgba(63, 174, 208, 0.1);
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #6b6b6b;
  letter-spacing: 0.03em;
  line-height: 1;
  color: #6b6b6b;
  text-decoration: none;
}
.p-single-news__back-link:visited, .p-single-news__back-link:hover, .p-single-news__back-link:active, .p-single-news__back-link:focus {
  color: #6b6b6b;
  text-decoration: none;
}
.p-single-news__back-link {
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-single-news__back-link:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f8fc), to(#e4f2f9));
  background-image: linear-gradient(180deg, #f0f8fc 0%, #e4f2f9 100%);
  border-color: #8fb6d6;
  color: #2f648f;
}

.p-post-nav {
  border-top: 1px solid #dbe8f4;
  border-bottom: 1px solid #dbe8f4;
  padding: 4px 0;
  margin-bottom: 8px;
}
.p-post-nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
}
.p-post-nav__prev, .p-post-nav__next {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-post-nav__next {
  text-align: right;
}
.p-post-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px 0;
  text-decoration: none;
  gap: 4px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-post-nav__link--next {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.p-post-nav__link:hover .p-post-nav__ttl {
  color: #3f7fb3;
}
.p-post-nav__arrow {
  font-style: normal;
  font-weight: 400;
  font-size: calc(16 / 16 * 1rem);
  color: #3f7fb3;
  letter-spacing: 0em;
  line-height: 1;
}
.p-post-nav__label {
  font-style: normal;
  font-weight: 400;
  font-size: calc(10 / 16 * 1rem);
  color: #9b9b9b;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}
.p-post-nav__ttl {
  font-style: normal;
  font-weight: 400;
  font-size: calc(12 / 16 * 1rem);
  color: #2c2c2c;
  letter-spacing: 0.05em;
  line-height: 1.5;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.p-blog-index {
  margin-top: 40px;
}
.p-blog-index__divider {
  border: none;
  border-top: 1px solid #dbe8f4;
  margin: 0 0 32px;
}
.p-blog-index__section {
  margin-bottom: 28px;
}
.p-blog-index__ttl {
  font-style: normal;
  font-weight: 600;
  font-size: calc(12 / 16 * 1rem);
  color: #6b6b6b;
  letter-spacing: 0.2em;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
  padding-bottom: 6px;
  border-bottom: 1px solid #dbe8f4;
}
.p-blog-index__recent {
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-blog-index__recent-item {
  border-bottom: 1px dotted #dbe8f4;
}
.p-blog-index__recent-item:last-child {
  border-bottom: none;
}
.p-blog-index__recent-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 10px;
  padding: 8px 2px;
  color: #2c2c2c;
  text-decoration: none;
}
.p-blog-index__recent-link:visited, .p-blog-index__recent-link:hover, .p-blog-index__recent-link:active, .p-blog-index__recent-link:focus {
  color: #2c2c2c;
  text-decoration: none;
}
.p-blog-index__recent-link:hover {
  opacity: 0.7;
}
.p-blog-index__recent-date {
  font-style: normal;
  font-weight: 400;
  font-size: calc(11 / 16 * 1rem);
  color: #9b9b9b;
  letter-spacing: 0.05em;
  line-height: 1;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-blog-index__recent-title {
  font-style: normal;
  font-weight: 400;
  font-size: calc(13 / 16 * 1rem);
  color: #2c2c2c;
  letter-spacing: 0.05em;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.p-blog-index__select-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-blog-index__select {
  width: 100%;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: #ffffff;
  border: 1px solid #dbe8f4;
  border-radius: 4px;
  padding: 9px 36px 9px 12px;
  font-style: normal;
  font-weight: 400;
  font-size: calc(13 / 16 * 1rem);
  color: #2c2c2c;
  letter-spacing: 0.05em;
  line-height: 1.4;
  cursor: pointer;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.p-blog-index__select:focus {
  outline: none;
  border-color: #3f7fb3;
}
.p-blog-index__select-arrow {
  position: absolute;
  right: 10px;
  font-size: 18px;
  color: #9b9b9b;
  pointer-events: none;
}

.p-shindan__inner {
  padding: 24px 40px 48px;
}
@media screen and (max-width: 640px) {
  .p-shindan__inner {
    padding: 24px 20px 40px;
  }
}
.p-shindan__note {
  font-style: normal;
  font-weight: 400;
  font-size: calc(18 / 16 * 1rem);
  color: #6b6b6b;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-bottom: 24px;
  padding: 14px 16px;
  border-radius: 4px;
}
.p-shindan__table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #dbe8f4;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 32px;
}
.p-shindan__th {
  font-style: normal;
  font-weight: 600;
  font-size: calc(13 / 16 * 1rem);
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1.4;
  padding: 12px 14px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6ec9df), color-stop(55%, #3faed0), to(#2b95c6));
  background-image: linear-gradient(180deg, #6ec9df 0%, #3faed0 55%, #2b95c6 100%);
  border-bottom: 1px solid #dbe8f4;
  text-align: left;
  vertical-align: middle;
}
.p-shindan__th--price {
  text-align: right;
  white-space: nowrap;
  width: 90px;
}
.p-shindan__td {
  font-style: normal;
  font-weight: 400;
  font-size: calc(13 / 16 * 1rem);
  color: #2c2c2c;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding: 11px 14px;
  vertical-align: middle;
}
.p-shindan__td--price {
  font-style: normal;
  font-weight: 500;
  font-size: calc(13 / 16 * 1rem);
  color: #2c2c2c;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: right;
  white-space: nowrap;
}
.p-shindan__td small {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: calc(11 / 16 * 1rem);
  color: #6b6b6b;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 2px;
}
.p-shindan__table tbody tr {
  border-bottom: 1px solid #dbe8f4;
}
.p-shindan__table tbody tr:last-child {
  border-bottom: none;
}
.p-shindan__table tbody tr:nth-child(odd) {
  background-color: #f7fbfd;
}
.p-shindan__back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-shindan__back-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 20px;
  border-radius: 8px;
  border: 1px solid #dbe8f4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f4f9fc));
  background-image: linear-gradient(180deg, #ffffff 0%, #f4f9fc 100%);
  font-style: normal;
  font-weight: 400;
  font-size: calc(13 / 16 * 1rem);
  color: #6b6b6b;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #6b6b6b;
  text-decoration: none;
}
.p-shindan__back-link:visited, .p-shindan__back-link:hover, .p-shindan__back-link:active, .p-shindan__back-link:focus {
  color: #6b6b6b;
  text-decoration: none;
}
.p-shindan__back-link {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-shindan__back-link:hover {
  opacity: 0.7;
}

.p-404 {
  padding: 80px 20px;
  text-align: center;
}
.p-404__title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(64 / 16 * 1rem);
  color: #3f7fb3;
  letter-spacing: 0em;
  line-height: 1;
  font-family: "Roboto", "Arial", sans-serif;
  margin-bottom: 8px;
}
.p-404__sub {
  font-style: normal;
  font-weight: 500;
  font-size: calc(18 / 16 * 1rem);
  color: #2c2c2c;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 24px;
}
.p-404__text {
  font-style: normal;
  font-weight: 400;
  font-size: calc(17 / 16 * 1rem);
  color: #6b6b6b;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-bottom: 32px;
}
.p-404__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 14px 32px;
  color: #ffffff;
  text-decoration: none;
}
.p-404__btn:visited, .p-404__btn:hover, .p-404__btn:active, .p-404__btn:focus {
  color: #ffffff;
  text-decoration: none;
}
.p-404__btn {
  background-color: #3f7fb3;
  border-radius: 8px;
  font-style: normal;
  font-weight: 500;
  font-size: calc(17 / 16 * 1rem);
  color: #ffffff;
  letter-spacing: 0.1em;
  line-height: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-404__btn:hover {
  background-color: #2f648f;
}