@charset "UTF-8";
/*
Theme Name: ek-tax
Description: Custom WordPress theme for ek-tax
Version: 1.0.0
*/
/*!
Theme Name: とみい歯科分院
Author: PROCMO Inc.
Author URI: https://procmo.co.jp/
Description:
Version: 1.0
*/
/*html5 Reset CSS*/
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%;
  font-weight: inherit;
  vertical-align: baseline;
  background-color: transparent;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%; /* iphone番safariでの文字サイズを調整*/
  -ms-text-size-adjust: 100%;
}

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 {
  content: "";
  content: none;
}

blockquote:before,
blockquote:after,
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;
}

input[type=text], input[type=search], input[type=email], input[type=number], input[type=password], input[type=tel], input[type=button] {
  outline: none;
}

textarea,
button {
  outline: none;
}

button {
  border: none;
}

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

@media screen and (min-width: 768px) {
  :root {
    --header-height: 100px;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --header-height: 95px;
  }
}

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

body {
  background: #fff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  color: #333333;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  overflow-wrap: break-word;
  font-weight: 500;
  background-color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 0.875rem;
    line-height: 1.6;
  }
}

a {
  color: #1E9CDA;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
a:not([class]):hover {
  opacity: 0.7;
}

button,
input[type=submit],
input[type=reset],
input[type=image] {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
button:not([class]):hover,
input[type=submit]:not([class]):hover,
input[type=reset]:not([class]):hover,
input[type=image]:not([class]):hover {
  opacity: 0.7;
}

img {
  vertical-align: bottom;
}

/* noto-sans-jp-regular - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("./dist/assets/fonts/noto-sans-jp-v56-japanese_latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-500 - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("./dist/assets/fonts/noto-sans-jp-v56-japanese_latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-600 - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 600;
  src: url("./dist/assets/fonts/noto-sans-jp-v56-japanese_latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-700 - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("./dist/assets/fonts/noto-sans-jp-v56-japanese_latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* crimson-text-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Crimson Text";
  font-style: normal;
  font-weight: 400;
  src: url("./dist/assets/fonts/crimson-text-v19-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* crimson-text-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Crimson Text";
  font-style: normal;
  font-weight: 600;
  src: url("./dist/assets/fonts/crimson-text-v19-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* crimson-text-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Crimson Text";
  font-style: normal;
  font-weight: 700;
  src: url("./dist/assets/fonts/crimson-text-v19-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* zen-old-mincho-regular - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Zen Old Mincho";
  font-style: normal;
  font-weight: 400;
  src: url("./dist/assets/fonts/zen-old-mincho-v13-japanese_latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* zen-old-mincho-600 - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Zen Old Mincho";
  font-style: normal;
  font-weight: 600;
  src: url("./dist/assets/fonts/zen-old-mincho-v13-japanese_latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* zen-old-mincho-700 - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Zen Old Mincho";
  font-style: normal;
  font-weight: 700;
  src: url("./dist/assets/fonts/zen-old-mincho-v13-japanese_latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/*
// サンプル
@include g.keyframes(test-sample){
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
*/
@-webkit-keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% - 20px));
  }
}
@-moz-keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% - 20px));
  }
}
@-ms-keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% - 20px));
  }
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% - 20px));
  }
}
@-webkit-keyframes scroll-left-sp {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% - 14px));
  }
}
@-moz-keyframes scroll-left-sp {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% - 14px));
  }
}
@-ms-keyframes scroll-left-sp {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% - 14px));
  }
}
@keyframes scroll-left-sp {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% - 14px));
  }
}
.l-wrapper {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 1fr auto;
  min-height: 100dvh;
  padding-top: var(--header-height);
}

.l-content {
  padding: 0 0 120px;
}
@media screen and (max-width: 767px) {
  .l-content {
    padding: 0 0 60px;
  }
}

.l-page-header {
  padding: 50px 20px 100px;
}
@media screen and (max-width: 767px) {
  .l-page-header {
    padding: 20px 20px 40px;
  }
}
.l-page-header__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.l-breadcrumb {
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .l-breadcrumb {
    padding: 0 20px;
  }
}
.l-breadcrumb--404 {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .l-breadcrumb--404 {
    margin-top: 20px;
  }
}
.l-breadcrumb__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.l-breadcrumb + .l-page-content {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .l-breadcrumb + .l-page-content {
    margin-top: 40px;
  }
}

.l-page-content {
  padding: 0 20px;
}
.l-page-content__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-height);
  background-color: #fff;
  z-index: 100;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, backdrop-filter 0.3s ease;
}
@media screen and (max-width: 767px) {
  .l-header {
    height: var(--header-height);
  }
}
.l-header__text {
  background-color: #333;
  color: #FFFFFF;
  text-align: center;
  padding: 4px 0;
  font-size: 0.875rem;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .l-header__text {
    padding: 5px 0;
  }
}
.l-header__text p {
  margin: 0;
}
.l-header__inner {
  max-width: 1190px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: calc(100% - 35px);
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    padding: 0 20px;
  }
}
.l-header__logo {
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0;
}
.l-header__logo a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  width: 200px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .l-header__logo a {
    width: 185px;
  }
}
.l-header__logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: left center;
}
.l-header__logo-image {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.l-header__logo-image--home {
  opacity: 0;
  visibility: hidden;
}
.l-header__nav {
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: auto;
}
@media screen and (max-width: 1020px) {
  .l-header__nav {
    position: fixed;
    top: var(--header-height);
    left: 0;
    width: 100%;
    height: calc(100vh - var(--header-height));
    height: calc(100dvh - var(--header-height));
    background-color: #fff;
    z-index: 90;
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    overflow-y: auto;
    scrollbar-gutter: stable;
    visibility: hidden;
    display: block;
    margin-left: 0;
  }
}
@media screen and (max-width: 1020px) {
  .l-header__nav.is-open {
    transform: translateX(0);
    visibility: visible;
  }
}
.l-header__cta {
  display: flex;
  align-items: center;
  margin-left: 26px;
}
@media screen and (max-width: 1020px) {
  .l-header__cta {
    margin-left: auto;
    margin-right: 8px;
  }
}
.l-header__menu {
  display: none;
}
@media screen and (max-width: 1020px) {
  .l-header__menu {
    display: flex;
    align-items: center;
  }
}
.l-header--home {
  background-color: transparent;
  box-shadow: none;
}
.l-header--home:not(.is-scrolled) .l-header__logo-image--home {
  opacity: 1;
  visibility: visible;
}
.l-header--home:not(.is-scrolled) .l-header__logo-image--default {
  opacity: 0;
  visibility: hidden;
}
.l-header--home:not(.is-scrolled) .l-header-nav-list__item a {
  color: #fff;
}
.l-header--home:not(.is-scrolled) .l-header-nav-list__item a:hover {
  color: rgba(255, 255, 255, 0.75);
}
@media screen and (max-width: 1020px) {
  .l-header--home:not(.is-scrolled) .l-header-nav-list__item a {
    color: #333333;
  }
  .l-header--home:not(.is-scrolled) .l-header-nav-list__item a:hover {
    color: #1E9CDA;
  }
  .l-header--home:not(.is-scrolled) .l-header-nav-list__item a::after {
    border-top-color: #2b2e33;
    border-right-color: #2b2e33;
  }
}
.l-header--home:not(.is-scrolled) .c-btn-header-cta--outline {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.l-header--home:not(.is-scrolled) .c-btn-header-cta--outline::before {
  background-image: url(./dist/assets/img/common/icon-mail-white-header.svg);
}
@media screen and (max-width: 1020px) {
  .l-header--home:not(.is-scrolled) .c-btn-header-cta--outline {
    border: 2px solid #fff;
  }
}
.l-header--home:not(.is-scrolled) .l-btn-menu i {
  background-color: #fff;
}
@media screen and (max-width: 1020px) {
  .l-header--home:not(.is-scrolled) .l-header__inner {
    height: calc(100% - 32px);
  }
  .l-header--home:not(.is-scrolled) .c-btn-header-cta--filled {
    background-color: #1E9CDA;
    border-color: #1E9CDA;
  }
}
.l-header--home.is-scrolled {
  background-color: #fff;
  backdrop-filter: none;
}

.l-header-nav-list {
  display: flex;
  align-items: center;
  gap: 26px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1020px) {
  .l-header-nav-list {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 20px 0 0;
  }
}
@media screen and (max-width: 1020px) {
  .l-header-nav-list__item {
    border-bottom: 1px solid #eef1f2;
  }
}
.l-header-nav-list__item a {
  color: #2B2E33;
  font-family: "A P-OTF A1Gothic Std", "A1Gothic Std", "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  text-decoration: none;
}
@media screen and (max-width: 1020px) {
  .l-header-nav-list__item a {
    display: block;
    padding: 15px 0;
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    color: #333333;
    text-align: center;
    position: relative;
    font-size: 1rem;
  }
  .l-header-nav-list__item a::after {
    content: "";
    display: block;
    position: absolute;
    right: 16px;
    top: 50%;
    border-right: 1px solid #2B2E33;
    border-bottom: 1px solid #2B2E33;
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    transform: translate(0, -50%) scaleY(0.8) rotate(-45deg);
  }
}

.l-header-cta {
  display: flex;
  align-items: center;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1020px) {
  .l-header-cta {
    gap: 8px;
  }
}

.l-btn-menu {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 101;
}
.l-btn-menu i {
  position: absolute;
  left: 4.5px;
  width: 23px;
  height: 2px;
  background-color: #1E9CDA;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  border-radius: 2px;
}
.l-btn-menu i:nth-child(1) {
  top: 8px;
}
.l-btn-menu i:nth-child(2) {
  top: 15px;
}
.l-btn-menu i:nth-child(3) {
  top: 22px;
}
.l-btn-menu.is-open i:nth-child(1) {
  top: 15px;
  transform: rotate(45deg);
}
.l-btn-menu.is-open i:nth-child(2) {
  opacity: 0;
}
.l-btn-menu.is-open i:nth-child(3) {
  top: 15px;
  transform: rotate(-45deg);
}

@media screen and (max-width: 1020px) {
  .l-drawer__inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0 20px 40px;
  }
}
@media screen and (max-width: 1020px) {
  .l-drawer__head {
    padding-top: 24px;
  }
}
@media screen and (max-width: 1020px) {
  .l-drawer__foot {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-top: 15px;
  }
}
.l-drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(43, 46, 51, 0.5);
  z-index: 80;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
@media screen and (min-width: 768px) {
  .l-drawer-overlay {
    display: none;
  }
}
.l-drawer-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 1020px) {
  body.is-drawer-open .l-header--home:not(.is-scrolled) {
    background-color: #fff;
  }
  body.is-drawer-open .l-header--home:not(.is-scrolled) .l-header__logo-image--home {
    opacity: 0;
    visibility: hidden;
  }
  body.is-drawer-open .l-header--home:not(.is-scrolled) .l-header__logo-image--default {
    opacity: 1;
    visibility: visible;
  }
  body.is-drawer-open .l-header--home:not(.is-scrolled) .c-btn-header-cta--outline {
    color: #2B2E33;
    border-color: #2B2E33;
  }
  body.is-drawer-open .l-header--home:not(.is-scrolled) .c-btn-header-cta--outline::before {
    background-image: url(./dist/assets/img/common/icon-mail.svg);
  }
  body.is-drawer-open .l-header--home:not(.is-scrolled) .l-btn-menu i {
    background-color: #1E9CDA;
  }
}

.l-footer {
  background-color: #EFF7FB;
}
@media screen and (max-width: 767px) {
  .l-footer {
    background-color: #EEF1F2;
  }
}
.l-footer__inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 205px 20px 210px;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    flex-direction: column;
    gap: 32px;
    padding: 159px 20px 60px;
  }
}
.l-footer__info {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.l-footer__logo {
  display: block;
  width: 300px;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: 100%;
    max-width: 335px;
  }
}
.l-footer__logo img {
  width: 100%;
  height: auto;
  display: block;
}
.l-footer__address {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.8;
  color: #333333;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .l-footer__address {
    font-size: 0.875rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
.l-footer__sns {
  display: flex;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.l-footer__sns li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background-color: #333333;
  border-radius: 50%;
  transition: opacity 0.3s ease;
}
.l-footer__sns li a:hover {
  opacity: 0.7;
}
.l-footer__sns-icon {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.l-footer__sns-icon--facebook {
  width: 9px;
  height: 17px;
  background-image: url("./dist/assets/img/common/icon-fb.svg");
}
.l-footer__sns-icon--x {
  width: 16px;
  height: 16px;
  background-image: url("./dist/assets/img/common/icon-x.svg");
}
.l-footer__sns-icon--instagram {
  width: 16px;
  height: 16px;
  background-image: url("./dist/assets/img/common/icon-insta.svg");
}
.l-footer__nav {
  display: flex;
  justify-content: flex-end;
  gap: 94px;
}
@media screen and (max-width: 767px) {
  .l-footer__nav {
    flex-direction: row;
    gap: 40px;
    justify-content: space-between;
  }
}
.l-footer__nav-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.l-footer__nav-list li a {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.8;
  color: #333333;
  text-decoration: none;
  transition: opacity 0.3s ease, color 0.3s ease;
}
.l-footer__nav-list li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-list li a {
    font-size: 0.875rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
.l-footer__bottom {
  background-color: #2B2E33;
}
.l-footer__bottom-inner {
  padding: 16px 20px;
  text-align: center;
}
.l-footer__copyright {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.8;
  color: #FFFFFF;
}

.c-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  min-height: 60px;
  width: 100%;
  max-width: 300px;
  font-size: 0.9375rem;
  font-weight: 500;
  text-decoration: none;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  line-height: 1;
  gap: 8px;
}
.c-btn:hover {
  opacity: 0.7;
}
.c-btn--primary {
  background-color: #1E9CDA;
  color: #fff;
  border: 1px solid #1E9CDA;
}
.c-btn--outline {
  background-color: #fff;
  color: #1E9CDA;
  border: 1px solid #1E9CDA;
}

.c-btn-drawer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 58px;
  padding: 14px 0;
  background-color: #187BB5;
  color: #fff;
  border-radius: 0;
  border: none;
  font-family: "Zen Old Mincho", serif;
  font-size: 1rem;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.c-btn-drawer span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-bottom: 1px solid currentColor;
  padding-bottom: 4px;
}
.c-btn-drawer span::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.c-btn-drawer:hover {
  opacity: 0.7;
}
.c-btn-drawer--tel span::before {
  width: 22px;
  height: 22px;
  background-image: url(./dist/assets/img/common/icon-tel-white.svg);
}
@media screen and (max-width: 767px) {
  .c-btn-drawer--tel span::before {
    width: 16px;
    height: 16px;
  }
}
.c-btn-drawer--mail span::before {
  width: 22px;
  height: 22px;
  background-image: url(./dist/assets/img/common/icon-mail-white-header.svg);
}
@media screen and (max-width: 767px) {
  .c-btn-drawer--mail span::before {
    width: 18px;
    height: 18px;
  }
}
.c-btn-drawer--line span::before {
  width: 20px;
  height: 20px;
  background-image: url(./dist/assets/img/common/icon-line-white.svg);
}

.c-btn-header-cta {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  min-height: 32px;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  border-radius: 0;
  cursor: pointer;
  line-height: 1.8;
  gap: 8px;
}
@media screen and (max-width: 1020px) {
  .c-btn-header-cta {
    width: 32px !important;
    border-radius: 50%;
    gap: 0;
  }
  .c-btn-header-cta .u-hidden-sp {
    display: none;
  }
  .c-btn-header-cta::before {
    width: 22px;
    height: 22px;
  }
}
.c-btn-header-cta:hover {
  opacity: 0.7;
}
.c-btn-header-cta--outline {
  background-color: #fff;
  color: #2B2E33;
  border: 1px solid #2B2E33;
  width: 122px;
}
.c-btn-header-cta--outline::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 15px;
  background-image: url(./dist/assets/img/common/icon-mail.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
@media screen and (max-width: 1020px) {
  .c-btn-header-cta--outline {
    background-color: #1E9CDA;
    border: none;
  }
  .c-btn-header-cta--outline::before {
    width: 18px !important;
    height: 15px !important;
    background-image: url(./dist/assets/img/common/icon-mail-white-header.svg);
    background-size: 100% auto;
  }
}
.c-btn-header-cta--filled {
  background-color: #1E9CDA;
  color: #fff;
  border: 1px solid #1E9CDA;
  width: 140px;
}
.c-btn-header-cta--filled::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(./dist/assets/img/common/icon-tel-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
@media screen and (max-width: 1020px) {
  .c-btn-header-cta--filled {
    background-color: #1E9CDA;
    border: none;
  }
  .c-btn-header-cta--filled::before {
    width: 16px;
    height: 16px;
    background-image: url(./dist/assets/img/common/icon-tel-white.svg);
  }
}

.c-heading {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-heading {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

.c-section-heading {
  display: grid;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .c-section-heading {
    gap: 0;
  }
}
.c-section-heading__eyebrow {
  margin: 0;
  color: #333333;
  font-family: "Crimson Text", serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-section-heading__eyebrow {
    font-size: 1rem;
  }
}
.c-section-heading__eyebrow-initial {
  color: #1E9CDA;
}
.c-section-heading__title {
  margin: 0;
  color: #333333;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-section-heading__title {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
.c-section-heading__title-line {
  display: block;
}

.c-section--frame {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .c-section--frame {
    padding: 80px 0;
  }
}
.c-section--frame-light {
  background-color: #EFF7FB;
}
.c-section--frame-white {
  background-color: #fff;
}
.c-section__inner {
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: 0 auto;
}
.c-section__header + .c-section__body {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .c-section__header + .c-section__body {
    margin-top: 6px;
  }
}
.c-section__body {
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-section__body {
    font-size: 0.875rem;
  }
}
.c-section__body p + p {
  margin-top: 16px;
}

.c-bullet-list {
  padding-left: 0;
  list-style: none;
}
.c-bullet-list li {
  position: relative;
  display: block;
  padding-left: 1.25em;
}
.c-bullet-list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
}
.c-bullet-list li + li {
  margin-top: 0;
}

@counter-style c-number-list-circled {
  system: fixed;
  symbols: "①" "②" "③" "④" "⑤" "⑥" "⑦" "⑧" "⑨" "⑩";
  suffix: " ";
}
.c-number-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
  counter-reset: number-list;
}
.c-number-list > li {
  position: relative;
  display: block;
  padding-left: 1.5em;
  line-height: 1.8;
  counter-increment: number-list;
}
.c-number-list > li::before {
  content: counter(number-list) ".";
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
}
.c-number-list > li + li {
  margin-top: 0;
}
.c-number-list--circled > li {
  padding-left: 1.75em;
}
.c-number-list--circled > li::before {
  content: counter(number-list, c-number-list-circled);
}

.c-breadcrumb {
  display: block;
  min-width: 0;
  font-size: 0.75rem;
  line-height: 1.5714285714;
}
.c-breadcrumb__list {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  min-width: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__list {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 2px;
  }
  .c-breadcrumb__list::-webkit-scrollbar {
    display: none;
  }
}
.c-breadcrumb__item {
  min-width: 0;
  white-space: nowrap;
}
.c-breadcrumb__item:not(:last-child) {
  flex-shrink: 0;
  position: relative;
  padding-right: 24px;
  margin-right: 5px;
}
.c-breadcrumb__item:not(:last-child)::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  border-right: 2px solid #333333;
  border-bottom: 2px solid #333333;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  transform: translate(-75%, -50%) rotate(-45deg);
}
.c-breadcrumb__item:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__item {
    flex-shrink: 0;
  }
  .c-breadcrumb__item:last-child {
    overflow: visible;
    text-overflow: clip;
  }
}

.c-link-arrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 4px;
  color: #2B2E33;
  border-bottom: 1px solid currentColor;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .c-link-arrow {
    font-size: 1rem;
    letter-spacing: 0.04em;
  }
}
.c-link-arrow::after {
  content: "";
  flex: 0 0 auto;
  transform: rotate(-45deg) scaleY(0.9);
  border-right: 2px solid #1E9CDA;
  border-bottom: 2px solid #1E9CDA;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
}
.c-link-arrow:hover {
  opacity: 0.7;
}

.c-pagination__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .c-pagination__list {
    gap: 6px;
  }
}
.c-pagination__item.is-prev {
  margin-right: 32px;
}
@media screen and (max-width: 767px) {
  .c-pagination__item.is-prev {
    margin-right: 24px;
  }
}
.c-pagination__item.is-next {
  margin-left: 32px;
}
@media screen and (max-width: 767px) {
  .c-pagination__item.is-next {
    margin-left: 24px;
  }
}
.c-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #C5C5C5;
  background-color: #fff;
  color: #1E9CDA;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  transition: opacity 0.3s ease, color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-pagination .page-numbers {
    min-width: 36px;
    height: 36px;
    padding: 0 3px;
    font-size: 0.875rem;
  }
}
.c-pagination .page-numbers.current {
  border-color: #1E9CDA;
  background-color: #1E9CDA;
  color: #fff;
  pointer-events: none;
}
.c-pagination .page-numbers.is-disabled {
  border-color: #F3F3F3;
  background-color: #F3F3F3;
  color: #b8b8b8;
  cursor: default;
  pointer-events: none;
}
.c-pagination a.page-numbers:hover {
  opacity: 0.7;
}
.c-pagination .prev,
.c-pagination .next {
  font-size: 1.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-pagination .prev,
  .c-pagination .next {
    font-size: 1.125rem;
  }
}
.c-pagination .prev > span,
.c-pagination .next > span {
  display: none;
}
.c-pagination .prev::after,
.c-pagination .next::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
}
.c-pagination .prev::after {
  transform: translate(-50%, -50%) rotate(135deg);
}

.c-required-badge {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 7px 8px;
  border-radius: 0;
  background-color: #1E9CDA;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.c-contact-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 36px 24px;
  border-radius: 5px;
  background-color: #1E9CDA;
}
@media screen and (max-width: 767px) {
  .c-contact-cta {
    display: block;
    max-width: 335px;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
  }
}
.c-contact-cta__block {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 41px;
  padding: 0 24px;
}
@media screen and (max-width: 767px) {
  .c-contact-cta__block {
    display: block;
    width: 100%;
    min-height: 0;
    padding: 0;
  }
}
.c-contact-cta__block + .c-contact-cta__block {
  border-left: 1px solid rgba(255, 255, 255, 0.56);
}
@media screen and (max-width: 767px) {
  .c-contact-cta__block + .c-contact-cta__block {
    border-left: 0;
    margin-top: 18px;
  }
}
.c-contact-cta__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 41px;
  color: #FFFFFF;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .c-contact-cta__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 56px;
    background-color: #1E9CDA;
  }
}
.c-contact-cta__item:hover {
  opacity: 0.7;
}
.c-contact-cta__content {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-contact-cta__content {
    gap: 8px;
    width: auto;
    min-height: auto;
    padding-bottom: 4px;
    justify-content: center;
    border-bottom: 1px solid currentColor;
  }
}
.c-contact-cta__content::before {
  content: "";
  display: inline-block;
  flex: 0 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.c-contact-cta__content--mail {
  gap: 12px;
}
.c-contact-cta__content--mail::before {
  width: 32px;
  height: 32px;
  background-image: url(./dist/assets/img/common/icon-mail-white.svg);
}
@media screen and (max-width: 767px) {
  .c-contact-cta__content--mail::before {
    width: 22px;
    height: 22px;
  }
}
.c-contact-cta__content--tel {
  display: grid;
  gap: 0;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .c-contact-cta__content--tel {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding-left: 0;
  }
}
.c-contact-cta__content--tel::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url(./dist/assets/img/common/icon-tel-white.svg);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-contact-cta__content--tel::before {
    position: static;
    width: 17px;
    height: 17px;
    transform: none;
  }
}
.c-contact-cta__content--line {
  gap: 8px;
}
.c-contact-cta__content--line::before {
  width: 32px;
  height: 32px;
  background-image: url(./dist/assets/img/common/icon-line-white.svg);
}
@media screen and (max-width: 767px) {
  .c-contact-cta__content--line::before {
    width: 22px;
    height: 20px;
  }
}
.c-contact-cta__label {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .c-contact-cta__label {
    font-family: "Zen Old Mincho", serif;
    font-size: 1rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .c-contact-cta__label--pc {
    display: none;
  }
}
.c-contact-cta__label--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-contact-cta__label--sp {
    display: inline;
  }
}
.c-contact-cta__tel-detail {
  display: block;
}
@media screen and (max-width: 767px) {
  .c-contact-cta__tel-detail {
    display: none;
  }
}
.c-contact-cta__tel-main, .c-contact-cta__tel-sub {
  display: block;
  color: #FFFFFF;
  grid-column: 2/3;
}
.c-contact-cta__tel-main {
  grid-row: 1/2;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.c-contact-cta__tel-sub {
  grid-row: 2/3;
  margin-top: -2px;
  font-size: 0.625rem;
  line-height: 1.8;
  text-align: left;
}

.c-cta-footer {
  background-color: #1E9CDA;
  color: #FFFFFF;
  padding: 40px 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-cta-footer {
    max-width: 1190px;
    width: 100%;
    margin: 0 auto -70px;
  }
}
@media screen and (max-width: 767px) {
  .c-cta-footer {
    background-color: transparent;
    color: #2B2E33;
    padding: 42px 0 44px;
    margin: 0 20px -156px;
  }
}
.c-cta-footer__inner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-cta-footer__inner {
    max-width: none;
  }
}
.c-cta-footer__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.75rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .c-cta-footer__title {
    color: #2B2E33;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
}
.c-cta-footer__lead {
  margin-top: 8px;
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-cta-footer__lead {
    margin: 4px auto 0;
    color: #2B2E33;
    font-size: 0.875rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
.c-cta-footer__phone {
  max-width: 400px;
  margin: 24px auto 0;
}
@media screen and (max-width: 767px) {
  .c-cta-footer__phone {
    max-width: 335px;
    margin-top: 24px;
  }
}
.c-cta-footer__phone-label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 24px;
  background-color: #FFFFFF;
  color: #1E9CDA;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.0375em;
}
@media screen and (max-width: 767px) {
  .c-cta-footer__phone-label {
    min-height: 43px;
    padding: 4px 0;
    background-color: #1E9CDA;
    color: #FFFFFF;
    font-family: "Zen Old Mincho", serif;
    font-size: 1.375rem;
    line-height: 1.6;
    letter-spacing: 0;
  }
}
.c-cta-footer__phone-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 10px;
  color: #FFFFFF;
  text-decoration: none;
}
.c-cta-footer__phone-link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .c-cta-footer__phone-link {
    gap: 4px;
    margin-top: 8px;
    color: #1E9CDA;
  }
}
.c-cta-footer__phone-icon {
  display: block;
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  background: center/contain no-repeat url("./dist/assets/img/common/icon-tel-white.svg");
}
@media screen and (max-width: 767px) {
  .c-cta-footer__phone-icon {
    width: 30px;
    height: 30px;
    background-image: url("./dist/assets/img/common/icon-tel-blue.svg");
  }
}
.c-cta-footer__phone-number {
  font-size: 2.375rem;
  line-height: 1.3;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .c-cta-footer__phone-number {
    color: #1E9CDA;
    font-size: 2.375rem;
    line-height: 1.3;
    letter-spacing: 0.75px;
  }
}
.c-cta-footer__hours {
  margin-top: 1px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.0375em;
}
@media screen and (max-width: 767px) {
  .c-cta-footer__hours {
    margin-top: 0;
    color: #1E9CDA;
    font-size: 0.875rem;
    line-height: 1.7142857143;
    letter-spacing: 0.75px;
  }
}
.c-cta-footer__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 464px;
  margin: 33px auto 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .c-cta-footer__actions {
    flex-direction: column;
    gap: 28px;
    max-width: 335px;
    margin-top: 24px;
  }
}
.c-cta-footer__action {
  flex: 1 1 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-cta-footer__action {
    width: 100%;
    min-height: 56px;
    align-items: center;
    background-color: #1E9CDA;
  }
}
.c-cta-footer__action:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 767px) {
  .c-cta-footer__action:not(:last-child) {
    border-right: 0;
  }
}
.c-cta-footer__action-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  min-height: 41px;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.8;
}
.c-cta-footer__action-link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .c-cta-footer__action-link {
    gap: 8px;
    width: auto;
    min-height: auto;
    padding-bottom: 4px;
    justify-content: center;
    border-bottom: 1px solid currentColor;
    font-family: "Zen Old Mincho", serif;
    font-size: 1rem;
    line-height: 1.2;
  }
}
.c-cta-footer__action-link--mail .c-cta-footer__action-icon {
  background-image: url("./dist/assets/img/common/icon-mail-white.svg");
}
.c-cta-footer__action-link--line .c-cta-footer__action-icon {
  background-image: url("./dist/assets/img/common/icon-line-white.svg");
}
@media screen and (max-width: 767px) {
  .c-cta-footer__action-link--line .c-cta-footer__action-icon {
    height: 20px;
  }
}
.c-cta-footer__action-icon {
  display: block;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .c-cta-footer__action-icon {
    width: 22px;
    height: 22px;
  }
}

.c-post-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 0 10px;
  border: 1px solid #1E9CDA;
  border-radius: 60px;
  color: #1E9CDA;
  font-size: 0.75rem;
  line-height: 1.8;
  white-space: nowrap;
}

@supports (grid-template-rows: subgrid) {
  .c-summary-news-card {
    display: grid;
    grid-row: span 3;
    grid-template-rows: subgrid;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-summary-news-card {
    display: flex;
    flex-direction: column;
  }
  @supports (grid-template-rows: subgrid) {
    .c-summary-news-card {
      display: flex;
      grid-row: auto;
      grid-template-rows: none;
    }
  }
}
.c-summary-news-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
}
@supports (grid-template-rows: subgrid) {
  .c-summary-news-card__link {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: 1/-1;
  }
}
@media screen and (max-width: 767px) {
  .c-summary-news-card__link {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  @supports (grid-template-rows: subgrid) {
    .c-summary-news-card__link {
      display: flex;
      grid-template-rows: none;
      grid-row: auto;
    }
  }
}
@media screen and (min-width: 768px) {
  .c-summary-news-card__image {
    height: 176px;
    overflow: hidden;
  }
}
@supports (grid-template-rows: subgrid) {
  .c-summary-news-card__image {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-summary-news-card__image {
    margin: 0 0 24px;
  }
}
.c-summary-news-card__image img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-summary-news-card__image img {
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .c-summary-news-card__image img {
    height: auto;
  }
}
.c-summary-news-card__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}
@supports (grid-template-rows: subgrid) {
  .c-summary-news-card__meta {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-summary-news-card__meta {
    margin-top: 0;
  }
}
.c-summary-news-card__tag {
  flex: 0 0 auto;
}
.c-summary-news-card__date {
  color: #666;
  font-size: 0.75rem;
  line-height: 1.8;
  white-space: nowrap;
}
.c-summary-news-card__title {
  display: -webkit-box;
  margin: 8px 0 0;
  overflow: hidden;
  color: #333333;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
@supports (grid-template-rows: subgrid) {
  .c-summary-news-card__title {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-summary-news-card__title {
    margin-top: 8px;
    font-size: 1.125rem;
  }
}

.c-news-category-nav__list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-news-category-nav__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 6px 32px;
  border: 2px solid #1E9CDA;
  background-color: #fff;
  color: #1E9CDA;
  font-size: 1rem;
  line-height: 1.8;
  text-decoration: none;
  transition: opacity 0.3s ease, color 0.3s ease, background-color 0.3s ease;
}
.c-news-category-nav__link.is-current {
  background-color: #1E9CDA;
  color: #fff;
}
.c-news-category-nav__link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .c-news-category-nav__link {
    padding: 3px 24px;
    border-width: 1px;
    font-size: 0.875rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}

.c-summary-news-row {
  padding-bottom: 24px;
  border-bottom: 1px solid #dcdcdc;
}
.c-summary-news-row__link {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  align-items: center;
  gap: 24px;
  color: inherit;
  text-decoration: none;
}
.c-summary-news-row__link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .c-summary-news-row__link {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.c-summary-news-row__meta {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .c-summary-news-row__meta {
    gap: 8px;
  }
}
.c-summary-news-row__date {
  width: 100px;
  color: #808080;
  font-size: 1rem;
  line-height: 1.8;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-summary-news-row__date {
    font-size: 0.875rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
    width: auto;
    min-width: 100px;
  }
}
.c-summary-news-row__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 37px;
  padding: 4px 24px;
  border-radius: 4px;
  background-color: #f3f3f3;
  color: #1E9CDA;
  font-size: 1rem;
  line-height: 1.8;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-summary-news-row__tag {
    font-size: 0.875rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
    min-height: 31px;
    padding: 4px 24px;
  }
}
.c-summary-news-row__title {
  margin: 0;
  color: #333333;
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-summary-news-row__title {
    font-size: 0.875rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}

.c-summary-archive-link {
  padding-bottom: 24px;
  border-bottom: 1px solid #dcdcdc;
}
.c-summary-archive-link__link {
  color: #333333;
  font-size: 1rem;
  line-height: 1.8;
  text-decoration: none;
}
.c-summary-archive-link__link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .c-summary-archive-link__link {
    font-size: 0.875rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}

.c-price-card {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #1E9CDA;
  border-radius: 5px;
  overflow: hidden;
  background-color: #FFFFFF;
}
.c-price-card thead th {
  padding: 4px 16px;
  background-color: #1E9CDA;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-price-card thead th {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  .c-price-card tbody tr + tr th,
  .c-price-card tbody tr + tr td {
    border-top: 1px solid #1E9CDA;
  }
}
.c-price-card tbody th,
.c-price-card tbody td {
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .c-price-card tbody th,
  .c-price-card tbody td {
    display: block;
    width: 100%;
  }
}
.c-price-card tbody th {
  width: 205px;
  padding: 8px 12px;
  border-right: 1px solid #1E9CDA;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-price-card tbody th {
    width: 100%;
    border-right: 0;
    background-color: #EFF7FB;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .c-price-card tbody th {
    border-bottom: 1px solid #1E9CDA;
  }
}
.c-price-card tbody td {
  padding: 8px 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-price-card tbody td {
    font-size: 0.875rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
.c-price-card tbody td p {
  margin: 0;
}
.c-price-card__list li + li {
  margin-top: 0;
}

.c-faq {
  display: grid;
  gap: 24px;
}
.c-faq__item {
  background-color: #EFF7FB;
  border-radius: 5px;
  overflow: clip;
}
.c-faq__item.is-open .c-faq__toggle::before {
  opacity: 0;
}
.c-faq__button {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 18px 24px;
  background: transparent;
  text-align: left;
  color: #2B2E33;
  font: inherit;
  appearance: none;
  -webkit-appearance: none;
  font-family: inherit;
}
@media screen and (max-width: 767px) {
  .c-faq__button {
    gap: 12px;
    padding: 18px 20px;
  }
}
.c-faq__badge {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-top: 3px;
  border-radius: 50%;
  background-color: #1E9CDA;
  color: #FFFFFF;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 4px;
}
.c-faq__badge--answer {
  background-color: #FFFFFF;
  color: #1E9CDA;
}
.c-faq__question {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-faq__question {
    font-size: 0.875rem;
  }
}
.c-faq__toggle {
  position: relative;
  align-self: center;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  margin-top: 0;
}
.c-faq__toggle::before, .c-faq__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  background-color: #1E9CDA;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}
.c-faq__toggle::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.c-faq__panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
}
.c-faq__item.is-open .c-faq__panel {
  grid-template-rows: 1fr;
}
.c-faq__panel-inner {
  overflow: hidden;
}
.c-faq__answer {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 0 24px 18px;
}
@media screen and (max-width: 767px) {
  .c-faq__answer {
    gap: 12px;
    padding: 0 20px 18px;
  }
}
.c-faq__answer p {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-faq__answer p {
    font-size: 0.875rem;
  }
}
.c-faq--white .c-faq__item {
  background-color: #FFFFFF;
}
.c-faq--white .c-faq__badge--answer {
  border: 2px solid #1E9CDA;
  background-color: #fff;
}

.c-form-ui-textfield,
.c-form-ui-textarea {
  display: block;
  width: 100%;
  border: 1px solid #808080;
  border-radius: 4px;
  background-color: #fafafa;
  color: #2B2E33;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  appearance: none;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.c-form-ui-textfield::placeholder,
.c-form-ui-textarea::placeholder {
  color: #808080;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.c-form-ui-textfield {
  height: 61px;
  padding: 16px 24px;
}
@media screen and (max-width: 767px) {
  .c-form-ui-textfield {
    height: 48px;
    padding: 4px 16px;
    font-size: 0.875rem;
  }
}

.c-form-ui-textarea {
  height: 134px;
  padding: 16px 24px;
  resize: vertical;
}
@media screen and (max-width: 767px) {
  .c-form-ui-textarea {
    height: 132px;
    padding: 12px 16px;
    font-size: 0.875rem;
  }
}

.c-form-ui-radios {
  display: grid;
  gap: 8px;
  justify-items: start;
}
.c-form-ui-radios .wpcf7-list-item {
  margin: 0;
}
.c-form-ui-radios .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  color: #2B2E33;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .c-form-ui-radios .wpcf7-list-item label {
    font-size: 0.875rem;
  }
}
.c-form-ui-radios input[type=radio] {
  width: 17px;
  height: 17px;
  accent-color: #1E9CDA;
}
@media screen and (max-width: 767px) {
  .c-form-ui-radios input[type=radio] {
    margin-top: 4px;
  }
}

.c-form-ui-checkbox {
  width: 17px;
  height: 17px;
  accent-color: #1E9CDA;
}
@media screen and (max-width: 767px) {
  .c-form-ui-checkbox {
    margin-top: 4px;
  }
}

.c-form-ui-return,
.c-form-ui-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-height: 0;
  padding: 0 0 4px;
  border: 0;
  border-bottom: 1px solid currentColor;
  border-radius: 0;
  background: transparent;
  color: #2B2E33;
  font-size: 1.125rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-form-ui-return,
  .c-form-ui-submit {
    font-size: 1rem;
  }
}
.c-form-ui-return > input,
.c-form-ui-return > button,
.c-form-ui-submit > input,
.c-form-ui-submit > button {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  align-self: stretch;
  justify-content: center;
  min-width: 0;
  min-height: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  text-align: inherit;
  cursor: inherit;
  appearance: none;
}
.c-form-ui-return:hover,
.c-form-ui-submit:hover {
  opacity: 0.7;
}
.c-form-ui-return.is-disabled,
.c-form-ui-submit.is-disabled {
  opacity: 0.4;
  cursor: default;
  pointer-events: none;
}
.c-form-ui-return.is-disabled:hover,
.c-form-ui-submit.is-disabled:hover {
  opacity: 0.4;
}

.c-form-ui-return::before {
  content: "";
  flex: 0 0 auto;
  pointer-events: none;
  border-right: 1px solid #1E9CDA;
  border-bottom: 1px solid #1E9CDA;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
  .c-form-ui-return::before {
    border-right: 1px solid #1E9CDA;
    border-bottom: 1px solid #1E9CDA;
    box-sizing: border-box;
    width: 5px;
    height: 5px;
  }
}

.c-form-ui-submit::after {
  content: "";
  flex: 0 0 auto;
  pointer-events: none;
  border-right: 1px solid #1E9CDA;
  border-bottom: 1px solid #1E9CDA;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .c-form-ui-submit::after {
    border-right: 1px solid #1E9CDA;
    border-bottom: 1px solid #1E9CDA;
    box-sizing: border-box;
    width: 5px;
    height: 5px;
  }
}

.c-wp-editor {
  color: #333333;
  overflow-wrap: anywhere;
  word-break: break-word;
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-wp-editor {
    font-size: 0.875rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
.c-wp-editor > *:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .c-wp-editor > * + *:not(.c-link-arrow):not([class^=c-]):not([class^=p-]) {
    margin-top: 12px;
  }
}
.c-wp-editor p,
.c-wp-editor ul,
.c-wp-editor ol,
.c-wp-editor blockquote,
.c-wp-editor figure,
.c-wp-editor table,
.c-wp-editor iframe {
  margin-inline: 0;
}
.c-wp-editor :not(h2):not(h3):not(h4):not(h5):not(h6) + p {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .c-wp-editor :not(h2):not(h3):not(h4):not(h5):not(h6) + p {
    margin-top: 12px;
  }
}
.c-wp-editor p + ul,
.c-wp-editor p + ol,
.c-wp-editor p + blockquote,
.c-wp-editor p + figure,
.c-wp-editor ul + ul,
.c-wp-editor ul + ol,
.c-wp-editor ul + blockquote,
.c-wp-editor ul + figure,
.c-wp-editor ol + ul,
.c-wp-editor ol + ol,
.c-wp-editor ol + blockquote,
.c-wp-editor ol + figure,
.c-wp-editor blockquote + ul,
.c-wp-editor blockquote + ol,
.c-wp-editor blockquote + blockquote,
.c-wp-editor blockquote + figure,
.c-wp-editor figure + ul,
.c-wp-editor figure + ol,
.c-wp-editor figure + blockquote,
.c-wp-editor figure + figure {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .c-wp-editor p + ul,
  .c-wp-editor p + ol,
  .c-wp-editor p + blockquote,
  .c-wp-editor p + figure,
  .c-wp-editor ul + ul,
  .c-wp-editor ul + ol,
  .c-wp-editor ul + blockquote,
  .c-wp-editor ul + figure,
  .c-wp-editor ol + ul,
  .c-wp-editor ol + ol,
  .c-wp-editor ol + blockquote,
  .c-wp-editor ol + figure,
  .c-wp-editor blockquote + ul,
  .c-wp-editor blockquote + ol,
  .c-wp-editor blockquote + blockquote,
  .c-wp-editor blockquote + figure,
  .c-wp-editor figure + ul,
  .c-wp-editor figure + ol,
  .c-wp-editor figure + blockquote,
  .c-wp-editor figure + figure {
    margin-top: 12px;
  }
}
.c-wp-editor a {
  color: #1E9CDA;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.12em;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.c-wp-editor strong,
.c-wp-editor b {
  font-weight: 700;
}
.c-wp-editor em {
  font-style: italic;
}
.c-wp-editor img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-wp-editor img {
    max-width: none;
    width: 100%;
  }
}
.c-wp-editor iframe[src*="youtube.com"],
.c-wp-editor iframe[src*="youtu.be"] {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.c-wp-editor ul,
.c-wp-editor ol {
  padding-left: 1.5em;
}
.c-wp-editor ul {
  list-style: disc;
}
.c-wp-editor ol {
  list-style: decimal;
}
.c-wp-editor li + li {
  margin-top: 4px;
}
.c-wp-editor li > ul,
.c-wp-editor li > ol {
  margin-top: 4px;
}
.c-wp-editor hr {
  margin: 40px 0;
  border: 0;
  border-top: 1px solid #dcdcdc;
}
.c-wp-editor blockquote {
  padding: 20px 24px;
  border-left: 4px solid #1E9CDA;
  background-color: #EFF7FB;
}
.c-wp-editor blockquote cite {
  display: block;
  margin-top: 10px;
  font-size: 0.75rem;
}
.c-wp-editor table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
}
.c-wp-editor th,
.c-wp-editor td {
  padding: 12px 16px;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .c-wp-editor th,
  .c-wp-editor td {
    padding: 10px 12px;
  }
}
.c-wp-editor th {
  background-color: #EFF7FB;
  font-weight: 700;
}
.c-wp-editor h2,
.c-wp-editor h3,
.c-wp-editor h4,
.c-wp-editor h5,
.c-wp-editor h6 {
  clear: both;
  margin: 50px 0 0;
  color: #2B2E33;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-wp-editor h2,
  .c-wp-editor h3,
  .c-wp-editor h4,
  .c-wp-editor h5,
  .c-wp-editor h6 {
    margin-top: 42px;
  }
}
.c-wp-editor h2 + *,
.c-wp-editor h3 + *,
.c-wp-editor h4 + *,
.c-wp-editor h5 + *,
.c-wp-editor h6 + * {
  margin-top: 16px;
}
.c-wp-editor h2 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-wp-editor h2 {
    font-size: 1.25rem;
  }
}
.c-wp-editor h3 {
  font-size: 1.25rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .c-wp-editor h3 {
    font-size: 1.125rem;
  }
}
.c-wp-editor h4 {
  font-size: 1.125rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .c-wp-editor h4 {
    font-size: 1rem;
  }
}
.c-wp-editor .wp-caption {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .c-wp-editor .wp-caption.aligncenter {
    width: auto !important;
  }
}
.c-wp-editor .wp-caption img {
  width: 100%;
}
.c-wp-editor .wp-caption-text {
  margin-top: 8px;
  font-size: 0.75rem;
  line-height: 1.6;
}
.c-wp-editor .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .c-wp-editor .alignleft {
    float: left;
    margin-right: 24px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .c-wp-editor .alignleft {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 768px) {
  .c-wp-editor .alignright {
    float: right;
    margin-bottom: 16px;
    margin-left: 24px;
  }
}
@media screen and (max-width: 767px) {
  .c-wp-editor .alignright {
    margin-bottom: 12px;
  }
}
.c-wp-editor .wp-block-image .aligncenter .wp-element-caption {
  text-align: center;
}

.p-page-header__label {
  color: #000;
  font-family: "Crimson Text", serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-page-header__label {
    color: #2B2E33;
    font-size: 1rem;
  }
}
.p-page-header__title-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .p-page-header__title-row {
    gap: 8px;
    margin-top: 6px;
  }
}
.p-page-header__line {
  width: 20px;
  height: 2px;
  flex-shrink: 0;
  background-color: #1E9CDA;
}
@media screen and (max-width: 767px) {
  .p-page-header__line {
    width: 12px;
    height: 1px;
  }
}
.p-page-header__title {
  color: #2B2E33;
  font-family: "Zen Old Mincho", serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-page-header__title {
    font-size: 1.75rem;
  }
}

body.is-front-page .l-wrapper {
  padding-top: 0;
}

.p-home-mv {
  position: relative;
  height: 700px;
  overflow: hidden;
}
.p-home-mv__image {
  position: absolute;
  inset: 0;
  display: block;
  width: auto;
  height: 100%;
}
.p-home-mv__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-home-mv__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(115, 115, 115, 0.72) 0%, rgba(255, 255, 255, 0) 28.14%);
  pointer-events: none;
}
.p-home-mv__inner {
  position: absolute;
  inset: 0;
  z-index: 1;
  max-width: 1366px;
  height: 100%;
  margin: 0 auto;
  padding: 413px 83px 63px;
}
.p-home-mv__copy {
  position: relative;
  z-index: 2;
  max-width: 773px;
}
.p-home-mv__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
@supports (grid-template-rows: subgrid) {
  .p-home-mv {
    display: grid;
    grid-row: span 3;
    grid-template-rows: subgrid;
  }
  .p-home-mv__link {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: 1/-1;
  }
  .p-home-mv__image, .p-home-mv__meta, .p-home-mv__title {
    margin-top: 0;
  }
}
.p-home-mv__title-line, .p-home-mv__title-part {
  color: #2B2E33;
  font-family: "Zen Old Mincho", serif;
  font-size: 3.4375rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.p-home-mv__title-line {
  width: fit-content;
  margin: 0;
  background-color: #fff;
}
.p-home-mv__title-line--primary {
  padding: 1px 12px 0;
}
.p-home-mv__title-line--secondary {
  display: block;
  padding: 3px 0 0 13px;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
  white-space: nowrap;
}
.p-home-mv__title-line--secondary > .p-home-mv__title-part {
  display: inline-block;
  vertical-align: top;
  font-size: 3.4375rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.p-home-mv__title-part {
  display: inline;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.p-home-mv__accent {
  color: #1E9CDA;
}
@media screen and (max-width: 767px) {
  .p-home-mv__punctuation {
    display: inline-block;
    margin-bottom: -0.5em;
  }
}
.p-home-mv__lead {
  margin: 24px 0 0;
  color: #fff;
  font-family: "A P-OTF A1Gothic Std", "A1Gothic Std", "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-home-mv {
    height: 560px;
  }
  .p-home-mv__inner {
    padding: 0;
  }
  .p-home-mv__copy {
    position: absolute;
    width: calc(100% - 40px);
    height: 100%;
    padding: 113px 0 0;
    top: 0;
    left: 20px;
    max-width: none;
  }
  .p-home-mv__title {
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 0 0 0 18px;
    gap: 8px;
  }
  .p-home-mv__title-line, .p-home-mv__title-part {
    display: block;
    margin: 0;
    padding: 8px 4px;
    background-color: #fff;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 0.06em;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-feature-settings: "vert" 1;
    white-space: nowrap;
  }
  .p-home-mv__title-line--secondary {
    display: contents;
    padding: 0;
    font-size: inherit;
    line-height: 1;
    letter-spacing: inherit;
  }
  .p-home-mv__title-line--secondary > .p-home-mv__title-part {
    display: block;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 0.06em;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .p-home-mv__title-part--trust {
    margin-left: 4px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-mv__lead {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    margin: 0;
    font-size: 1rem;
    text-align: justify;
    line-height: 1.4;
    letter-spacing: 0.04em;
  }
}

.p-home-greeting {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  background-color: #FFFFFF;
}
.p-home-greeting__bg {
  position: absolute;
  inset: 0;
  opacity: 0.35;
  pointer-events: none;
}
.p-home-greeting__bg picture, .p-home-greeting__bg img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-home-greeting__bg img {
  object-fit: cover;
  object-position: center;
}
.p-home-greeting__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: stretch;
  gap: 28px;
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: 0 auto;
}
.p-home-greeting__heading {
  display: flex;
  flex: 0 0 372px;
  flex-direction: column;
  justify-content: flex-end;
  gap: 12px;
  color: #333333;
}
.p-home-greeting__body {
  flex: 1 1 auto;
  min-width: 0;
  color: #2B2E33;
  font-size: 1rem;
  line-height: 1.9;
  letter-spacing: 0.05em;
}
.p-home-greeting__body p {
  margin: 0;
}
.p-home-greeting__body p + p {
  margin-top: 25px;
}
.p-home-greeting__accent {
  color: #1E9CDA;
}
@media screen and (max-width: 767px) {
  .p-home-greeting {
    padding: 75px 0;
  }
  .p-home-greeting__inner {
    display: block;
  }
  .p-home-greeting__heading {
    display: block;
  }
  .p-home-greeting__body {
    margin-top: 20px;
    font-size: 0.875rem;
    line-height: 1.8;
  }
  .p-home-greeting__body p + p {
    margin-top: 28px;
  }
}

.p-home-feature__list {
  display: grid;
  gap: 60px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-home-feature__list {
    gap: 57px;
    margin-top: 26px;
  }
}

.p-home-feature-item {
  display: flex;
  align-items: center;
  gap: 32px;
}
.p-home-feature-item__body {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  padding-top: 50px;
}
.p-home-feature-item__number {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  margin: 0;
  color: #1E9CDA;
  font-family: "Futura", "Century Gothic", sans-serif;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  opacity: 0.2;
  font-feature-settings: "palt";
}
.p-home-feature-item__title {
  margin: 0;
  color: #333333;
  font-size: 1.25rem;
  line-height: 1.6;
}
.p-home-feature-item__title-line {
  display: inline;
}
.p-home-feature-item__text {
  margin: 24px 0 0;
  color: #333333;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.p-home-feature-item__image {
  flex: 0 0 430px;
  width: 430px;
  height: 281px;
  overflow: hidden;
}
.p-home-feature-item__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-home-feature-item {
    display: block;
  }
  .p-home-feature-item__body {
    padding-top: 22px;
  }
  .p-home-feature-item__number {
    top: -10px;
    font-size: 3.5rem;
  }
  .p-home-feature-item__title {
    font-size: 1.125rem;
  }
  .p-home-feature-item__title-line {
    display: block;
  }
  .p-home-feature-item__text {
    margin-top: 8px;
    font-size: 0.875rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
    text-align: justify;
  }
  .p-home-feature-item__image {
    width: auto;
    height: 219px;
    margin-top: 24px;
  }
}

.p-home-service__list {
  display: grid;
  gap: 60px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-home-service__list {
    gap: 60px;
    margin-top: 30px;
  }
}

.p-home-service-item {
  display: flex;
  align-items: flex-start;
  gap: 46px;
}
.p-home-service-item__image {
  flex: 0 0 400px;
  width: 400px;
  height: 450px;
  overflow: hidden;
}
.p-home-service-item__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-home-service-item__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: space-between;
  min-height: 450px;
  min-width: 0;
}
.p-home-service-item__content {
  display: grid;
  gap: 32px;
}
.p-home-service-item__heading {
  display: grid;
  gap: 8px;
}
.p-home-service-item__title-row {
  display: block;
}
.p-home-service-item__title {
  margin: 0;
  color: #2B2E33;
  font-size: 1.25rem;
  line-height: 1.6;
}
.p-home-service-item__labels {
  display: grid;
  justify-items: start;
  gap: 4px;
}
.p-home-service-item__label {
  display: inline-block;
  padding: 4px 10px;
  color: #fff;
  background-color: #1E9CDA;
  font-size: 1rem;
  line-height: 1.6;
}
.p-home-service-item__text {
  margin: 0;
  color: #2B2E33;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.p-home-service-item__link {
  margin: 0;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-home-service-item {
    display: block;
  }
  .p-home-service-item__image {
    display: none;
  }
  .p-home-service-item__body {
    display: block;
    min-height: 0;
  }
  .p-home-service-item__content {
    gap: 16px;
  }
  .p-home-service-item__title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1.125rem;
    line-height: 1.6;
  }
  .p-home-service-item__title::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #1E9CDA;
    flex: 0 0 auto;
  }
  .p-home-service-item__label {
    padding: 2px 6px;
  }
  .p-home-service-item__text {
    font-size: 0.875rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
  .p-home-service-item__link {
    margin-top: 24px;
  }
}

.p-home-flow__list {
  display: grid;
  gap: 46px 12px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-home-flow__list {
    margin-top: 30px;
  }
}

.p-home-flow-step {
  display: flex;
  align-items: stretch;
  border: 2px solid #1E9CDA;
  background-color: #fff;
  position: relative;
}
.p-home-flow-step:not(:last-child)::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #1E9CDA transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -23px;
  transform: translate(-50%, 50%);
}
.p-home-flow-step__label {
  display: flex;
  flex: 0 0 150px;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  background-color: #1E9CDA;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  white-space: nowrap;
  font-family: "Futura", "Century Gothic", sans-serif;
}
.p-home-flow-step__content {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  gap: 31px;
  min-width: 0;
  padding: 18px 24px;
}
.p-home-flow-step__icon-wrap {
  display: flex;
  flex: 0 0 80px;
  width: 80px;
  align-items: center;
}
.p-home-flow-step__icon {
  position: relative;
}
.p-home-flow-step__icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-home-flow-step:nth-of-type(1) .p-home-flow-step__icon {
  width: 60px;
  height: 47px;
}
.p-home-flow-step:nth-of-type(2) .p-home-flow-step__icon {
  width: 64px;
  height: 50px;
}
.p-home-flow-step:nth-of-type(3) .p-home-flow-step__icon {
  width: 80px;
  height: 58px;
}
.p-home-flow-step__body {
  flex: 1 1 auto;
  min-width: 0;
}
.p-home-flow-step__title {
  margin: 0;
  color: #333333;
  font-size: 1.25rem;
  line-height: 1.6;
}
.p-home-flow-step__text {
  margin: 4px 0 0;
  color: #333333;
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-home-flow-step {
    display: block;
  }
  .p-home-flow-step__label {
    justify-content: center;
    width: 100%;
    padding: 3px 16px;
    font-size: 1rem;
    line-height: 1.8;
    text-align: center;
  }
  .p-home-flow-step__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    margin: 0 auto;
    padding: 24px 20px;
  }
  .p-home-flow-step__icon-wrap {
    justify-content: center;
    width: auto;
    flex-basis: auto;
  }
  .p-home-flow-step__body {
    width: 100%;
  }
  .p-home-flow-step__title {
    font-size: 1.125rem;
    text-align: center;
  }
  .p-home-flow-step__text {
    margin-top: 4px;
    font-size: 0.875rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
    text-align: justify;
  }
}

.p-home-message {
  padding: 120px 20px;
  background-color: #1E9CDA;
  overflow: hidden;
}
.p-home-message__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  background-color: #fff;
}
.p-home-message__inner::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform: translateX(-100%);
  z-index: -1;
}
.p-home-message__card {
  padding: 60px 80px 60px 0;
  background-color: #fff;
}
.p-home-message__title {
  margin: 0;
  color: #333;
  font-family: "Zen Old Mincho", serif;
  font-size: 0;
  font-weight: 700;
  line-height: 0;
  letter-spacing: 0;
}
.p-home-message__title-line {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.p-home-message__title-accent {
  color: #1E9CDA;
  font-size: 2.25rem;
}
.p-home-message__body {
  display: flex;
  align-items: flex-start;
  gap: 42px;
  margin-top: 30px;
}
.p-home-message__image {
  flex: 0 0 400px;
  width: 400px;
  overflow: hidden;
}
.p-home-message__image img {
  display: block;
  width: 100%;
  height: auto;
}
.p-home-message__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: flex-end;
  gap: 24px;
  min-width: 0;
}
.p-home-message__text-group, .p-home-message__text {
  width: 100%;
  margin: 0;
  color: #333;
  font-size: 1rem;
  line-height: 1.8;
}
.p-home-message__text-group p, .p-home-message__text {
  margin: 0;
}
.p-home-message__link {
  width: 100%;
  margin: 16px 0 0;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-home-message {
    padding: 80px 20px;
  }
  .p-home-message__card {
    padding: 40px 0;
  }
  .p-home-message__title-line {
    display: block;
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .p-home-message__title-accent {
    font-size: 1.875rem;
  }
  .p-home-message__body {
    display: block;
    width: auto;
    margin-top: 40px;
    padding-right: 20px;
  }
  .p-home-message__image {
    width: 70%;
    margin-bottom: 24px;
  }
  .p-home-message__content {
    display: flex;
    gap: 24px;
  }
  .p-home-message__text-group, .p-home-message__text {
    font-size: 0.875rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
  .p-home-message__link {
    margin-top: 0;
    text-align: right;
  }
}

.p-home-news {
  padding: 120px 0;
}
.p-home-news__header {
  display: block;
}
.p-home-news__heading {
  color: #2B2E33;
}
.p-home-news__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  margin-top: 60px;
}
@supports (grid-template-rows: subgrid) {
  .p-home-news__list {
    grid-template-rows: 176px auto 1fr;
    align-items: start;
  }
}
.p-home-news__more {
  margin: 63px 0 0;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-home-news {
    padding: 80px 0;
  }
  .p-home-news__list {
    grid-template-columns: 1fr;
    gap: 42px;
    margin-top: 40px;
  }
  @supports (grid-template-rows: subgrid) {
    .p-home-news__list {
      grid-template-rows: none;
    }
  }
  .p-home-news__more {
    margin-top: 0;
    flex: 0 0 auto;
  }
}

.p-home-about {
  padding: 120px 0 0;
}
.p-home-about__heading {
  color: #2B2E33;
}
.p-home-about__layout {
  display: grid;
  grid-template-columns: 507px 450px;
  column-gap: 43px;
  align-items: start;
  justify-content: space-between;
  margin-top: 40px;
}
.p-home-about__content {
  min-width: 0;
}
.p-home-about__list {
  margin: 0;
}
.p-home-about__item {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  align-items: start;
  border-bottom: 1px solid #eef1f2;
  padding: 16px 0;
}
.p-home-about__item:first-child {
  padding-top: 14px;
  padding-bottom: 14px;
}
.p-home-about__term, .p-home-about__description {
  margin: 0;
  color: #2B2E33;
  font-size: 1rem;
  line-height: 1.8;
}
.p-home-about__term {
  font-weight: 700;
  white-space: nowrap;
}
.p-home-about__description {
  padding-left: 16px;
}
.p-home-about__link-text {
  color: #164483;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.p-home-about__image img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-home-about {
    padding: 80px 0 0;
  }
  .p-home-about__layout {
    grid-template-columns: 1fr;
    row-gap: 42px;
    margin-top: 30px;
  }
  .p-home-about__item {
    padding: 16px 0;
  }
  .p-home-about__term, .p-home-about__description {
    font-size: 0.875rem;
  }
  .p-home-about__term {
    line-height: 1.8;
  }
  .p-home-about__description {
    padding-left: 0;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}

.p-news-archive {
  display: grid;
  gap: 40px;
}
.p-news-archive:first-child {
  margin-top: 70px;
}
.p-news-archive__list {
  display: grid;
  gap: 24px;
}
.p-news-archive__pagination {
  margin-top: 40px;
}
.p-news-archive__empty {
  margin: 0;
  padding-bottom: 24px;
  border-bottom: 1px solid #dcdcdc;
  color: #333333;
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-news-archive__pagination {
    margin-top: 0;
  }
  .p-news-archive__empty {
    font-size: 0.875rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
.p-news-single {
  display: grid;
  gap: 24px;
  padding: 40px 0 0;
}
.p-news-single__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}
.p-news-single__date {
  color: #808080;
  font-size: 1rem;
  line-height: 1.8;
  white-space: nowrap;
}
.p-news-single__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 37px;
  padding: 4px 24px;
  border-radius: 4px;
  background-color: #f3f3f3;
  color: #1E9CDA;
  font-size: 1rem;
  line-height: 1.8;
  white-space: nowrap;
}
.p-news-single__title {
  margin: 0;
  color: #333333;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.p-news-single__lead, .p-news-single__content {
  color: #333333;
  font-size: 1rem;
  line-height: 1.8;
}
.p-news-single__lead {
  margin: 0;
}
.p-news-single__thumbnail img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-news-single__thumbnail img {
    max-width: none;
    width: 100%;
  }
}
.p-news-single__content {
  min-width: 0;
}
.p-news-single__content a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.12em;
  word-break: break-all;
}
.p-news-single__back-link {
  display: flex;
  justify-content: flex-end;
  padding-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-news-single {
    gap: 24px;
    padding: 40px 0 80px;
  }
  .p-news-single__meta {
    gap: 24px 16px;
  }
  .p-news-single__date, .p-news-single__tag, .p-news-single__lead, .p-news-single__content {
    font-size: 0.875rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
  .p-news-single__tag {
    min-height: 31px;
  }
  .p-news-single__title {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .p-news-single__back-link {
    padding-top: 16px;
  }
}

.p-price__lead {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-price__lead {
    margin-bottom: 120px;
  }
}
.p-price__lead-title {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-price__lead-title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.8;
  }
}
.p-price__lead-text {
  margin-top: 16px;
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-price__lead-text {
    margin-top: 6px;
  }
}
.p-price__lead-text p + p {
  margin-top: 0;
}
.p-price__sections {
  display: grid;
  gap: 96px;
}
@media screen and (max-width: 767px) {
  .p-price__sections {
    gap: 60px;
  }
}
.p-price-section__header {
  display: flex;
  align-items: center;
  gap: 10px;
}
.p-price-section__dot {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: #1E9CDA;
}
.p-price-section__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-price-section__title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.8;
  }
}
.p-price-section__body {
  display: flex;
  align-items: flex-start;
  gap: 55px;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-price-section__body {
    flex-direction: column;
    gap: 32px;
    margin-top: 40px;
  }
}
.p-price-section__image {
  width: 345px;
  flex: 0 0 auto;
}
@media screen and (max-width: 767px) {
  .p-price-section__image {
    width: 100%;
    margin: 0 auto;
  }
}
.p-price-section__image img {
  display: block;
  width: 100%;
  height: auto;
}
.p-price-section__content {
  flex: 1 1 auto;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .p-price-section__content {
    width: 100%;
  }
}
.p-price-section__note {
  margin-top: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-price-section__note {
    margin-top: 10px;
    font-size: 0.75rem;
  }
}
.p-price-section__service-link {
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-price-section__service-link {
    margin-top: 22px;
  }
}

.p-terms__lead {
  margin-bottom: 42px;
}
@media screen and (max-width: 767px) {
  .p-terms__lead {
    margin-bottom: 45px;
  }
}
.p-terms__lead-title {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-terms__lead-title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-terms__lead-text {
    margin-top: 24px;
    font-size: 1rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  .p-terms__lead-text {
    margin-top: 60px;
    font-size: 0.875rem;
  }
}
.p-terms__sections {
  counter-reset: terms-section;
  display: grid;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-terms__sections {
    gap: 40px;
  }
}
.p-terms__sections > .c-section {
  counter-increment: terms-section;
}
.p-terms__sections > .c-section > .c-section__header {
  display: flex;
  align-items: flex-start;
  column-gap: 0.18em;
}
.p-terms__sections > .c-section > .c-section__header::before {
  content: counter(terms-section) "．";
  flex: 0 0 auto;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-terms__sections > .c-section > .c-section__header::before {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .p-terms__sections > .c-section > .c-section__body > .c-number-list {
    margin-top: 16px;
  }
}
.p-terms__list {
  margin-top: 2px;
}

.p-privacy__lead {
  margin-bottom: 42px;
}
@media screen and (max-width: 767px) {
  .p-privacy__lead {
    margin-bottom: 48px;
  }
}
.p-privacy__lead-title {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-privacy__lead-title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-privacy__lead-text {
    margin-top: 24px;
    font-size: 1rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  .p-privacy__lead-text {
    margin-top: 6px;
    font-size: 0.875rem;
    line-height: 1.6;
  }
}
.p-privacy__sections {
  display: grid;
  gap: 42px;
}
@media screen and (max-width: 767px) {
  .p-privacy__sections {
    gap: 40px;
  }
}
.p-privacy__section-body--contact {
  max-width: 500px;
}
.p-privacy__section-body--contact p + p {
  margin-top: 0;
}
.p-privacy__table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-privacy__table-wrap {
    margin-top: 24px;
  }
}
.p-privacy__table {
  width: max(100%, 640px);
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #808080;
  border-radius: 4px;
  overflow: hidden;
}
.p-privacy__table th,
.p-privacy__table td {
  width: 50%;
  padding: 10px 12px;
  border-top: 1px solid #808080;
  border-left: 1px solid #808080;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .p-privacy__table th,
  .p-privacy__table td {
    font-size: 0.875rem;
    padding: 8px 12px;
  }
}
.p-privacy__table tr:first-child th {
  border-top: 0;
}
.p-privacy__table th:first-child,
.p-privacy__table td:first-child {
  border-left: 0;
}

.p-service__lead {
  margin-bottom: 180px;
}
@media screen and (max-width: 767px) {
  .p-service__lead {
    margin-bottom: 60px;
  }
}
.p-service__lead-text {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 767px) {
  .p-service__lead-text {
    font-size: 1.125rem;
    letter-spacing: 0;
  }
}
.p-service__summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-service__summary {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.p-service__sections {
  display: grid;
  gap: 100px;
}
@media screen and (max-width: 767px) {
  .p-service__sections {
    gap: 80px;
  }
}
.p-service-summary-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 32px 24px 32px;
  border: 2px solid #1E9CDA;
  border-radius: 5px;
  color: #2B2E33;
  text-decoration: none;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-service-summary-card {
    display: grid;
    grid-template-rows: auto auto 1fr auto;
    justify-items: center;
    align-items: start;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-service-summary-card {
    padding: 28px 24px 28px;
  }
}
.p-service-summary-card:hover {
  opacity: 0.7;
}
.p-service-summary-card::after {
  content: "";
  width: 0;
  height: 0;
  margin-top: 10px;
  border-right: 11px solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 11px solid transparent;
  border-top: 13px solid #1E9CDA;
}
@media screen and (max-width: 767px) {
  .p-service-summary-card::after {
    margin-top: 20px;
  }
}
.p-service-summary-card__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #1E9CDA;
  color: #FFFFFF;
  font-family: "Futura", "Century Gothic", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
}
.p-service-summary-card__title {
  display: block;
  margin-top: 10px;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 767px) {
  .p-service-summary-card__title {
    margin-top: 20px;
  }
}
.p-service-summary-card__text {
  display: block;
  margin-top: 8px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-service-summary-card__text {
    align-self: start;
  }
}
@media screen and (max-width: 767px) {
  .p-service-summary-card__text {
    margin-top: 8px;
  }
}
.p-service-section {
  scroll-margin-top: calc(var(--header-height) + 24px);
}
.p-service-section--alt {
  margin-inline: calc(50% - 50vw);
  padding: 100px 20px;
  background-color: #EFF7FB;
}
@media screen and (max-width: 767px) {
  .p-service-section--alt {
    padding: 60px 20px;
  }
}
.p-service-section__inner {
  width: 100%;
}
.p-service-section--alt .p-service-section__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.p-service-section__heading {
  display: grid;
  gap: 12px;
}
.p-service-section__heading-en {
  font-family: "Crimson Text", serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-service-section__heading-en {
    font-size: 1rem;
  }
}
.p-service-section__heading-ja {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-service-section__heading-ja {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.p-service-section__body {
  display: flex;
  align-items: flex-start;
  gap: 55px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-service-section__body {
    flex-direction: column;
    gap: 55px;
  }
}
@media screen and (min-width: 768px) {
  .p-service-section__image {
    width: 395px;
    flex: 0 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-service-section__image {
    width: 100%;
    max-width: 66%;
  }
}
.p-service-section__image img {
  display: block;
  width: 100%;
  height: auto;
}
.p-service-section__content {
  flex: 1 1 auto;
  min-width: 0;
}
.p-service-section__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
}
.p-service-section__text + .c-faq {
  margin-top: 38px;
}
.p-service-section__price-link {
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-service-section__price-link {
    margin-top: 38px;
  }
}
.p-service-section__cta {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-service-section__cta {
    margin-top: 40px;
  }
}

.p-profile__intro {
  position: relative;
  margin-inline: calc(50% - 50vw);
  padding: 40px 20px 100px;
  overflow: hidden;
  background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .p-profile__intro {
    padding: 40px 20px 60px;
  }
}
.p-profile__intro::before {
  content: "";
  position: absolute;
  inset: 0;
  background: center/cover no-repeat url("./dist/assets/img/profile/profile-bg_pc@2x.webp");
  opacity: 0.35;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-profile__intro::before {
    background-image: url("./dist/assets/img/profile/profile-bg_sp@2x.webp");
  }
}
.p-profile__intro-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.p-profile__intro-body {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-profile__intro-body {
    flex-direction: column-reverse;
    gap: 40px;
  }
}
.p-profile__intro-content {
  flex: 1 1 auto;
  min-width: 0;
  padding-top: 180px;
}
@media screen and (max-width: 767px) {
  .p-profile__intro-content {
    padding-top: 0;
  }
}
.p-profile__intro-header {
  display: grid;
  gap: 2px;
}
.p-profile__name {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-profile__name {
    font-size: 1.875rem;
    letter-spacing: 0.05em;
  }
}
.p-profile__role {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
}
.p-profile__intro-text {
  margin-top: 24px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-profile__intro-text {
    margin-top: 12px;
    font-size: 0.875rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
.p-profile__intro-text p + p {
  margin-top: 0;
}
.p-profile__intro-image {
  width: 600px;
  flex: 0 0 auto;
}
@media screen and (max-width: 767px) {
  .p-profile__intro-image {
    width: 87%;
    margin: 0 auto 0 0;
  }
}
.p-profile__intro-image img {
  display: block;
  width: 100%;
  height: auto;
}
.p-profile__details {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-profile__details {
    padding-top: 60px;
  }
}
.p-profile__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 60px 24px;
}
@media screen and (max-width: 767px) {
  .p-profile__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.p-profile-info__title {
  padding-bottom: 8px;
  border-bottom: 1px solid #cccccc;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-profile-info__title {
    font-size: 1.25rem;
  }
}
.p-profile-info__body {
  margin-top: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-profile-info__body {
    margin-top: 11px;
    font-size: 0.875rem;
  }
}
.p-profile-info__definition-list, .p-profile-info__plain-list, .p-profile-info__bullet-list {
  padding-left: 0;
  list-style: none;
}
.p-profile-info__definition-item {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  column-gap: 12px;
}
@media screen and (max-width: 767px) {
  .p-profile-info__definition-item {
    grid-template-columns: 66px minmax(0, 1fr);
  }
}
.p-profile-info__definition-term, .p-profile-info__definition-description {
  margin: 0;
  font: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.p-profile-info__bullet-list li {
  position: relative;
  display: block;
  padding-left: 1.25em;
}
.p-profile-info__bullet-list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
}

.p-contact:first-child {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-contact:first-child {
    padding-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-contact__lead {
    max-width: 800px;
    margin: 0 auto;
  }
}
.p-contact__lead--entry {
  text-align: center;
}
.p-contact__lead-header {
  display: grid;
  gap: 12px;
}
.p-contact__lead-label {
  margin: 0;
  color: #2B2E33;
  font-family: "Crimson Text", serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.6;
}
.p-contact__lead-label-accent {
  color: #1E9CDA;
}
.p-contact__lead-title {
  margin: 0;
  color: #2B2E33;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.p-contact__lead-text {
  margin: 0;
  color: #2B2E33;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0;
}
.p-contact__cta {
  margin-top: 120px;
}
.p-contact--complete {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .p-contact--complete {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__lead-header {
    gap: 8px;
  }
  .p-contact__lead-label {
    font-size: 1rem;
  }
  .p-contact__lead-title {
    font-size: 1.5rem;
  }
  .p-contact__lead-text {
    font-size: 0.875rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
  .p-contact__cta {
    margin-top: 80px;
  }
}

@media screen and (min-width: 768px) {
  .c-contact-form {
    max-width: 800px;
    margin: 60px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .c-contact-form {
    margin-top: 60px;
  }
}
.c-contact-form__title {
  margin: 0 0 32px;
  color: #2B2E33;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.c-contact-form__body {
  color: #2B2E33;
}
.c-contact-form__head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 8px;
  margin-bottom: 8px;
}
.c-contact-form__label {
  color: #2B2E33;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.c-contact-form__field-wrap {
  min-width: 0;
}
.c-contact-form__field-wrap .wpcf7-form-control-wrap {
  display: block;
}
.c-contact-form__field-wrap .wpcf7-not-valid-tip {
  margin-top: 8px;
  color: #d14b4b;
  font-size: 0.875rem;
  line-height: 1.6;
}
.c-contact-form__note {
  display: block;
  width: 100%;
  margin: 8px 0 0;
  color: #2B2E33;
  font-size: 0.875rem;
  line-height: 1.8;
  text-align: left;
}
.c-contact-form__consent {
  display: grid;
  gap: 16px;
  justify-items: center;
  margin-top: 58px;
  text-align: center;
}
.c-contact-form__consent-text {
  margin: 0;
  color: #2B2E33;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.c-contact-form__consent-text a {
  color: #1E9CDA;
  text-decoration: underline;
  text-underline-offset: 0.14em;
}
.c-contact-form__consent-field .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #2B2E33;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  cursor: pointer;
}
.c-contact-form__actions {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 40px;
}
.c-contact-form__button-wrap, .c-contact-form__submit-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  line-height: 1.8;
}
.c-contact-form__button-wrap > input,
.c-contact-form__button-wrap > button,
.c-contact-form__button-wrap > .wpcf7-form-control, .c-contact-form__submit-wrap > input,
.c-contact-form__submit-wrap > button,
.c-contact-form__submit-wrap > .wpcf7-form-control {
  flex: 1 1 auto;
  min-width: 0;
}
.c-contact-form .wpcf7-spinner,
.c-contact-form .wpcf7-response-output {
  display: none;
}
.c-contact-form .wpcf7 form .wpcf7-response-output,
.c-contact-form .wpcf7-response-output {
  margin: 24px 0 0;
  padding: 16px 20px;
  border: 1px solid #808080;
  color: #2B2E33;
  font-size: 0.875rem;
  line-height: 1.8;
}
.c-contact-form--entry .c-contact-form__cf7,
.c-contact-form--entry .c-contact-form__form {
  display: block;
}
.c-contact-form--entry .c-contact-form__form > p {
  margin: 0;
}
.c-contact-form--entry .c-contact-form__item + .c-contact-form__item {
  margin-top: 24px;
}
.c-contact-form--confirm .c-contact-form__cf7,
.c-contact-form--confirm .c-contact-form__form {
  display: block;
}
.c-contact-form--confirm .c-contact-form__form > p {
  margin: 0;
}
.c-contact-form--confirm .c-contact-form__item + .c-contact-form__item {
  margin-top: 24px;
}
.c-contact-form--confirm .c-contact-form__field,
.c-contact-form--confirm .c-contact-form__textarea,
.c-contact-form--confirm .c-contact-form__confirm-text,
.c-contact-form--confirm input[type=text],
.c-contact-form--confirm input[type=email],
.c-contact-form--confirm input[type=tel],
.c-contact-form--confirm input[type=number],
.c-contact-form--confirm input[type=url],
.c-contact-form--confirm select,
.c-contact-form--confirm textarea {
  display: block;
  width: 100%;
  padding: 24px 16px;
  border: 1px solid #808080;
  border-radius: 4px;
  background-color: #fff;
  color: #2B2E33;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  appearance: none;
}
.c-contact-form--confirm textarea {
  min-height: 184px;
  resize: vertical;
}
@media screen and (max-width: 767px) {
  .c-contact-form__title {
    margin-bottom: 24px;
    font-size: 1.5rem;
  }
  .c-contact-form__label {
    font-size: 0.875rem;
  }
  .c-contact-form__consent-text, .c-contact-form__consent-field .wpcf7-list-item label {
    font-size: 0.875rem;
  }
  .c-contact-form__note {
    font-size: 0.875rem;
    line-height: 1.6;
  }
  .c-contact-form__consent {
    margin-top: 62px;
    gap: 12px;
  }
  .c-contact-form__actions {
    flex-direction: column;
    align-items: center;
    margin-top: 22px;
  }
  .c-contact-form__submit-wrap {
    gap: 8px;
  }
  .c-contact-form--entry .c-contact-form__item + .c-contact-form__item {
    margin-top: 24px;
  }
  .c-contact-form--confirm .c-contact-form__item + .c-contact-form__item {
    margin-top: 24px;
  }
  .c-contact-form--confirm input[type=text],
  .c-contact-form--confirm input[type=email],
  .c-contact-form--confirm input[type=tel],
  .c-contact-form--confirm input[type=number],
  .c-contact-form--confirm input[type=url],
  .c-contact-form--confirm select,
  .c-contact-form--confirm textarea,
  .c-contact-form--confirm .c-contact-form__confirm-text {
    padding: 18px 16px;
    font-size: 0.875rem;
  }
  .c-contact-form--confirm textarea {
    min-height: 160px;
  }
}

.p-contact-complete {
  max-width: 800px;
  margin: 0 auto 0;
  text-align: center;
}
.p-contact-complete__header {
  display: grid;
  gap: 24px;
  justify-items: center;
}
.p-contact-complete__title {
  margin: 0;
  color: #2B2E33;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.p-contact-complete__body {
  display: grid;
  gap: 24px;
  margin-top: 40px;
}
.p-contact-complete__lead, .p-contact-complete__message, .p-contact-complete__note {
  margin: 0;
  text-align: center;
}
.p-contact-complete__lead {
  color: #2B2E33;
  font-size: 1.125rem;
  line-height: 1.8;
  letter-spacing: 0;
}
.p-contact-complete__message, .p-contact-complete__note {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0;
}
.p-contact-complete__message {
  color: #2B2E33;
}
.p-contact-complete__message p, .p-contact-complete__note p {
  margin: 0;
}
.p-contact-complete__action {
  display: flex;
  justify-content: center;
  margin: 40px 0 0;
}
.p-contact-complete__home-link {
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-contact-complete__header {
    gap: 24px;
  }
  .p-contact-complete__title {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .p-contact-complete__body {
    gap: 24px;
    margin-top: 40px;
  }
  .p-contact-complete__lead {
    font-size: 0.875rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
  .p-contact-complete__message, .p-contact-complete__note {
    font-size: 0.875rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}

.p-404 {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px 0 120px;
  text-align: center;
}
.p-404__code {
  margin: 0;
  color: #1E9CDA;
  font-family: "Crimson Text", serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
}
.p-404__title {
  margin: 24px 0 0;
  color: #2B2E33;
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.p-404__body {
  margin-top: 24px;
  color: #2B2E33;
  font-size: 1rem;
  line-height: 1.8;
}
.p-404__link {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-404 {
    padding: 0 0 80px;
  }
  .p-404__code {
    font-size: 3rem;
  }
  .p-404__title {
    margin-top: 16px;
    font-size: 1.5rem;
  }
  .p-404__body {
    margin-top: 16px;
    font-size: 0.875rem;
    line-height: 1.6;
  }
  .p-404__link {
    margin-top: 30px;
  }
}

@media screen and (min-width: 768px) {
  .u-hidden-pc {
    display: none !important;
  }
}
@media screen and (max-width: 1020px) {
  .u-hidden-sp {
    display: none !important;
  }
}

.u-text-accent {
  color: #1E9CDA;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}
/*# sourceMappingURL=style.css.map */
