@charset "UTF-8";
/*
Theme Name: いまいメディカル開業支援サイトのテーマ
Author: fci
Description: いまいメディカル開業支援サイトのテーマ
Version: 1.0
*/
/* noto-sans-jp-regular - japanese */
@font-face {
  font-display: swap;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/noto-sans-jp/noto-sans-jp-v56-japanese-regular.woff2") format("woff2");
}
/* noto-sans-jp-500 - japanese */
@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("./fonts/noto-sans-jp/noto-sans-jp-v56-japanese-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-700 - japanese */
@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("./fonts/noto-sans-jp/noto-sans-jp-v56-japanese-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-900 - japanese */
@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: 900;
  src: url("./fonts/noto-sans-jp/noto-sans-jp-v56-japanese-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@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("./fonts/zen-old-mincho/zen-old-mincho-v13-japanese-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@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("./fonts/zen-old-mincho/zen-old-mincho-v13-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

a {
  text-decoration: unset;
  color: currentColor;
}

button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* 変数 */
:root {
  --f1: 2.44em; /* 39.04px */
  --f2: 1.95em; /* 31.2px */
  --f3: 1.56em; /* 24.96px */
  --f4: 1.25em; /* 20px */
  --f5: 1em; /* 16px */
  --f6: 0.8em; /* 12.8px */
  --myw: 1000px; /* 標準幅 */
  --blue: #13529b;
  --lightblue: #3e7cc7;
  --green: #1d805d;
  --text: #212529;
  --font-base:
      'Noto Sans JP', system-ui, -apple-system, 'Hiragino Sans', 'Yu Gothic',
      sans-serif;
  --font-zen: 'Zen Old Mincho', serif;
}

:root {
  --bp-sm: 480px;
  --bp-md: 768px;
  --bp-lg: 1024px;
  --bp-xl: 1200px;
}

img,
iframe,
video {
  max-width: 100%;
  height: auto;
  display: block;
}

figure {
  margin-left: 0;
  margin-right: 0;
}

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

body {
  font-family: var(--font-base);
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.03em;
  line-height: 1.6;
  color: var(--text);
}

/* スクリーンリーダー用のテキスト */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.l-container {
  padding-inline: 15px;
}

/* セクションヘッダー共通 */
.section-header {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .section-header {
    margin-bottom: 50px;
  }
}
.section-header__heading {
  font-family: var(--font-zen);
  font-size: 26px;
  font-weight: 700;
  color: #05438b;
  letter-spacing: 0;
}
@media screen and (min-width: 1024px) {
  .section-header__heading {
    font-size: 38px;
  }
}
.section-header__en {
  font-size: 15px;
  color: var(--green);
  font-family: var(--font-zen);
}
@media screen and (min-width: 1024px) {
  .section-header__en {
    font-size: 20px;
  }
}

.c-section-title {
  font-size: 26px;
  font-weight: 700;
  font-family: var(--font-zen);
  color: #05438b;
}
@media screen and (min-width: 768px) {
  .c-section-title {
    font-size: 38px;
  }
}

.c-section-title-full {
  font-size: 20px;
  font-weight: 700;
  font-family: var(--font-zen);
  color: #fff;
  background-color: var(--blue);
  text-align: center;
  padding: 15px 0;
  margin-bottom: 30px;
  margin-inline: calc(50% - 50vw);
  width: 100vw;
}
@media screen and (min-width: 768px) {
  .c-section-title-full {
    font-size: 28px;
    padding: 20px 0;
    margin-bottom: 50px;
  }
}

/* Scroll Animation Utilities */
.u-fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.u-fade-up.is-animated {
  opacity: 1;
  transform: translateY(0);
}

.u-fade-in {
  opacity: 0;
  transition: opacity 0.8s ease-out;
}
.u-fade-in.is-animated {
  opacity: 1;
}

.p-page-header {
  background-color: #05438b;
  color: #fff;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-page-header {
    height: 90px;
  }
}
.p-page-header__title {
  font-size: 24px;
  font-family: var(--font-zen);
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-page-header__title {
    font-size: 38px;
  }
}

.c-breadcrumb {
  background-color: #e8ecf1;
  font-size: 14px;
  padding: 8px 15px;
  margin-top: 60px;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .c-breadcrumb {
    padding-inline: 40px;
    margin-top: 112px;
    height: 40px;
    margin-bottom: 12px;
    font-size: 16px;
  }
}
.c-breadcrumb__inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 12px;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.c-breadcrumb__inner::-webkit-scrollbar {
  display: none;
}
.c-breadcrumb__inner a {
  text-decoration: none;
}
.c-breadcrumb__inner a:hover {
  text-decoration: underline;
}
.c-breadcrumb__inner .c-breadcrumb__arrow {
  width: 5px;
  height: auto;
}

/* Visibility utilities */
.u-show-sp {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .u-show-sp {
    display: none !important;
  }
}

.u-show-sp-inline {
  display: inline !important;
}
@media screen and (min-width: 768px) {
  .u-show-sp-inline {
    display: none !important;
  }
}

.u-show-pc {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .u-show-pc {
    display: block !important;
  }
}

.u-show-pc-inline {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .u-show-pc-inline {
    display: inline !important;
  }
}

/* Mixins */
.l-inner {
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (min-width: 1024px) {
  .l-inner {
    padding: 0 40px;
  }
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  height: 60px;
  background-color: #fff;
  display: flex;
  align-items: center;
  transition: background-color 0.3s;
}
.home .site-header, .front-page .site-header {
  background-color: rgba(255, 255, 255, 0.69);
}
.home .site-header.is-scrolled, .front-page .site-header.is-scrolled, .site-header.is-scrolled {
  background-color: #fff;
}
.site-header__inner {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 0 0 15px;
  margin: 0 auto;
}
.site-header__logo {
  width: 155px;
}
.site-header__logo img {
  width: 100%;
  height: auto;
  display: block;
}
.site-header__title {
  margin-left: 7px;
  font-size: 13px;
  font-weight: 700;
  color: #13529b;
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  .site-header__title {
    font-size: 17px;
    letter-spacing: 0;
  }
}
.site-header__nav, .site-header__contact {
  display: none;
}
.site-header__hamburger {
  margin-left: auto;
  width: 60px;
  height: 60px;
  background-color: var(--blue);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}
.site-header__hamburger span {
  display: block;
  width: 26px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  transition: 0.3s;
}
.site-header__hamburger span:nth-child(1) {
  top: 19px;
}
.site-header__hamburger span:nth-child(2) {
  top: 29px;
}
.site-header__hamburger span:nth-child(3) {
  top: 39px;
}
.site-header__menu-sp {
  position: fixed;
  top: 60px;
  right: -100%;
  width: calc(100% - 47px);
  height: calc(100vh - 60px);
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  visibility: hidden;
  pointer-events: none;
  transition: right 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), visibility 0.4s;
  overflow-y: auto;
  padding-bottom: 40px;
}
.site-header__menu-sp::before {
  content: "";
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: calc(100vh - 60px);
  background: transparent;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
}
.site-header__menu-sp-inner {
  padding: 40px 0;
  margin: 0 auto;
  width: 100%;
}
.site-header__menu-sp-list {
  list-style: none;
  padding: 0;
  margin: 0 auto 25px;
  width: -moz-fit-content;
  width: fit-content;
}
.site-header__menu-sp-list li {
  margin-bottom: 18px;
  text-align: left;
}
.site-header__menu-sp-list li a {
  font-size: 16px;
  display: block;
}
.site-header__menu-sp-btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.site-header__menu-sp-btns .c-btn-sp {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  width: 304px;
  height: 60px;
  text-align: center;
  font-family: var(--font-zen);
}
.site-header__menu-sp-btns .c-btn-sp img {
  position: absolute;
  right: 47px;
  top: 50%;
  transform: translateY(-50%);
}
.site-header__menu-sp-btns .c-btn-sp {
  transition: background-color 0.3s;
}
.site-header__menu-sp-btns .c-btn-sp:hover {
  color: #fff;
}
.site-header__menu-sp-btns .c-btn-sp--green {
  background-color: #1d805d;
}
.site-header__menu-sp-btns .c-btn-sp--green:hover {
  background-color: #3ec790;
}
.site-header__menu-sp-btns .c-btn-sp--orange {
  background-color: #d96028;
}
.site-header__menu-sp-btns .c-btn-sp--orange:hover {
  background-color: #f38d58;
}
.site-header.is-active .site-header__hamburger span:nth-child(1) {
  top: 29px;
  transform: rotate(45deg);
}
.site-header.is-active .site-header__hamburger span:nth-child(2) {
  opacity: 0;
}
.site-header.is-active .site-header__hamburger span:nth-child(3) {
  top: 29px;
  transform: rotate(-45deg);
}
.site-header.is-active .site-header__menu-sp {
  right: 0;
  visibility: visible;
  pointer-events: auto;
}
.site-header.is-active .site-header__menu-sp::before {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media screen and (min-width: 1024px) {
  .site-header {
    height: 100px;
  }
  .site-header__title {
    padding-right: 15px;
  }
  .site-header__inner {
    padding: 0 0 0 40px;
  }
  .site-header__logo {
    width: 245px;
  }
  .site-header__nav {
    display: flex;
    align-items: center;
    margin-left: auto;
    height: 100%;
  }
  .site-header__list {
    display: flex;
    gap: 0;
    list-style: none;
    height: 100%;
    align-items: center;
  }
  .site-header__list > li:first-of-type {
    position: relative;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .site-header__list {
    padding-right: 12px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1200px) {
  .site-header__list {
    padding-right: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .site-header__list li {
    position: relative;
  }
  .site-header__list li::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    background-color: #99afc8;
  }
  .site-header__list li:last-child::after {
    content: none;
  }
  .site-header__list a {
    text-decoration: none;
    color: #333;
    font-weight: 700;
    font-size: 12px;
    white-space: nowrap;
    padding: 0 8px;
    display: flex;
    align-items: center;
    height: 100%;
    transition: color 0.3s;
  }
  .site-header__list a:hover {
    color: var(--blue);
  }
}
@media screen and (min-width: 1024px) and (min-width: 1200px) {
  .site-header__list a {
    font-size: 14px;
    padding: 0 12px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1300px) {
  .site-header__list a {
    font-size: 16px;
    padding: 0 18px;
  }
}
@media screen and (min-width: 1024px) {
  .site-header__contact {
    display: block;
    height: 100%;
  }
  .site-header__contact .c-btn-contact {
    background-color: #13529b;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 18px;
    height: 100%;
    padding: 0 30px;
    white-space: nowrap;
    line-height: 1;
    transition: background-color 0.3s;
  }
  .site-header__contact .c-btn-contact:hover {
    background-color: var(--lightblue);
  }
}
@media screen and (min-width: 1024px) and (min-width: 1200px) {
  .site-header__contact .c-btn-contact {
    width: 236px;
  }
}
@media screen and (min-width: 1024px) {
  .site-header__hamburger {
    display: none;
  }
}

/* ========================
   Hero Section
======================== */
@keyframes heroFadeUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.front-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.front-hero__bg {
  display: block;
  width: 100%;
}
.front-hero__bg img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.front-hero__content {
  position: absolute;
  bottom: 66px;
  left: 15px;
  z-index: 2;
}
@media screen and (min-width: 700px) {
  .front-hero__content {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    left: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .front-hero__content {
    left: 93px;
    bottom: 250px;
  }
}
.front-hero__title {
  line-height: 1.4;
}
.front-hero__title-main {
  display: block;
  font-family: var(--font-zen);
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.23em;
  line-height: 1.444;
  opacity: 0;
  animation: heroFadeUp 1.2s ease-out 0.5s forwards;
}
@media screen and (min-width: 700px) {
  .front-hero__title-main {
    font-size: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .front-hero__title-main {
    font-size: 60px;
    letter-spacing: 0.17em;
  }
}
.front-hero__title-accent {
  display: block;
  font-family: var(--font-zen);
  font-weight: 700;
  font-size: 50px;
  color: #13529b;
  letter-spacing: 0.2em;
  line-height: 1.2;
  opacity: 0;
  animation: heroFadeUp 1.2s ease-out 1.2s forwards;
}
@media screen and (min-width: 700px) {
  .front-hero__title-accent {
    font-size: 52px;
  }
}
@media screen and (min-width: 1024px) {
  .front-hero__title-accent {
    font-size: 70px;
    letter-spacing: 0.09em;
  }
}
.front-hero__sub {
  margin-top: 12px;
  font-size: 18px;
  line-height: 1.8;
  font-family: var(--font-zen);
  opacity: 0;
  animation: heroFadeUp 1.2s ease-out 1.9s forwards;
}
@media screen and (min-width: 700px) {
  .front-hero__sub {
    font-size: 16px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .front-hero__sub {
    font-size: 25px;
    letter-spacing: 0;
  }
}

/* ========================
   Strengths Section
======================== */
.front-strengths {
  padding: 80px 15px 30px;
}
@media screen and (min-width: 768px) {
  .front-strengths {
    padding: 100px 40px;
  }
}
.front-strengths__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 1182px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .front-strengths__list {
    flex-direction: row;
    gap: 48px;
  }
}
@media screen and (min-width: 768px) {
  .front-strengths__item {
    flex: 1;
  }
}
.front-strengths__img {
  position: relative;
  overflow: hidden;
}
.front-strengths__img img {
  width: 100%;
  height: auto;
  display: block;
}
.front-strengths__num {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--green);
  color: #fff;
  font-size: 19px;
  width: 60px;
  height: 60px;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 4px 0 0 12px;
  z-index: 1;
  font-family: var(--font-zen);
}
.front-strengths__title {
  font-size: 22px;
  font-weight: 700;
  color: #05438b;
  margin-top: 16px;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .front-strengths__title {
    font-size: 24px;
    margin-top: 26px;
  }
}
.front-strengths__text {
  font-size: 15px;
  line-height: 1.8;
  color: var(--text);
  letter-spacing: 0;
  margin-top: 14px;
}
@media screen and (min-width: 768px) {
  .front-strengths__text {
    font-size: 15px;
    margin-top: 17px;
  }
}

/* ========================
   Flow Section
======================== */
.front-flow {
  padding: 0 15px 50px;
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .front-flow {
    max-width: 600px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1024px) {
  .front-flow {
    max-width: 100%;
    margin-inline: unset;
    padding: 0 40px 100px;
    padding-bottom: 68px;
    margin-bottom: 100px;
  }
}
.front-flow__inner {
  position: relative;
  max-width: 1182px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .front-flow__inner {
    display: flex;
    align-items: unset;
  }
}
.front-flow__inner::before {
  content: "";
  position: absolute;
  background-color: #e8ecf1;
  z-index: 0;
  top: 50px;
  left: -15px;
  right: -15px;
  bottom: -50px;
}
@media screen and (min-width: 1024px) {
  .front-flow__inner::before {
    top: 50px;
    bottom: -67px;
    left: 72px;
    right: 0;
  }
}
.front-flow__img {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .front-flow__img {
    flex: 0 0 45.7627118644%;
  }
}
.front-flow__img img {
  width: 100%;
  height: auto;
  display: block;
}
.front-flow__body {
  position: relative;
  z-index: 1;
  padding: 20px 0 0;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .front-flow__body {
    flex: 1;
    padding: unset;
    padding-top: 136px;
    padding-left: 80px;
    text-align: left;
  }
}
.front-flow__body .section-header {
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .front-flow__body .section-header {
    text-align: left;
  }
}
.front-flow__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--green);
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  transition: background-color 0.3s;
  height: 60px;
  width: 304px;
  letter-spacing: 0;
}
@media screen and (min-width: 1024px) {
  .front-flow__btn {
    font-size: 18px;
    padding: 18px 50px;
    margin-left: min(30%, 190px);
  }
}
.front-flow__btn:hover {
  background-color: #3ec790;
}
.front-flow__btn-arrow {
  position: absolute;
  top: 50%;
  right: 46px;
  transform: translateY(-50%);
  width: 13px;
  height: 10px;
}

/* ========================
   Case Study Section
======================== */
.front-case {
  padding: 0 0 80px;
  background: #e8ecf1;
}
@media screen and (min-width: 768px) {
  .front-case {
    padding-bottom: 100px;
  }
}
.front-case__header {
  background-color: var(--blue);
  text-align: center;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
}
@media screen and (min-width: 768px) {
  .front-case__header {
    padding: 30px 15px;
  }
}
@media screen and (min-width: 1024px) {
  .front-case__header {
    height: 112px;
  }
}
.front-case__header-heading {
  font-family: var(--font-zen);
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .front-case__header-heading {
    font-size: 38px;
  }
}
@media screen and (min-width: 1024px) {
  .front-case__header-heading {
    font-size: 38px;
    margin-bottom: 4px;
  }
}
.front-case__header-en {
  font-family: var(--font-zen);
  font-size: 15px;
  line-height: 1;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .front-case__header-en {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .front-case__header-en {
    font-size: 20px;
  }
}
.front-case__inner {
  max-width: 1182px;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .front-case__inner {
    padding: 0 40px;
    max-width: 1222px;
  }
}
.front-case__subtitle {
  font-family: var(--font-zen);
  font-size: 20px;
  font-weight: 700;
  color: var(--text);
  text-align: center;
  margin: 30px 0 30px;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .front-case__subtitle {
    font-size: 24px;
    margin: 40px 0 32px;
  }
}
@media screen and (min-width: 1024px) {
  .front-case__subtitle {
    margin: 50px 0 20px;
    font-size: 28px;
  }
}
.front-case__subtitle::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background-color: #6a99d1;
  margin-top: 12px;
  margin-inline: auto;
}
.front-case__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 28px;
}
@media screen and (min-width: 768px) {
  .front-case__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px 31px;
    margin-bottom: 50px;
  }
}
.front-case__card {
  position: relative;
  padding: 12px 15px;
  background-color: #fff;
  display: block;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s;
}
@media screen and (min-width: 768px) {
  .front-case__card {
    padding: 27px 15px 18px;
  }
  .front-case__card:hover {
    opacity: 0.6;
  }
}
.front-case__card-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10;
}
.front-case__card-name {
  font-size: 18px;
  font-weight: 700;
  color: var(--blue);
  margin-bottom: 12px;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .front-case__card-name {
    font-size: 24px;
    margin-bottom: 18px;
  }
}
.front-case__card-top {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .front-case__card-top {
    flex-direction: row;
    gap: 15px;
    margin-bottom: 18px;
  }
}
@media screen and (min-width: 768px) {
  .front-case__card-img {
    flex: 0 1 52.55%;
  }
}
.front-case__card-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 278/204;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.front-case__card-info {
  flex: 1;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .front-case__card-info {
    flex: 0 1 44.61%;
  }
}
.front-case__card-info dt {
  color: var(--blue);
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .front-case__card-info dt {
    margin-bottom: 2px;
  }
}
.front-case__card-info dd {
  margin: 0 0 8px;
}
@media screen and (min-width: 768px) {
  .front-case__card-info dd {
    margin: 0 0 12px;
  }
}
.front-case__card-info dd:last-of-type {
  margin-bottom: 0;
}
.front-case__card-detail {
  padding: 8px;
  background-color: #e7eef5;
  margin-inline: -8px;
  box-shadow: 0px 0px 18px rgba(10, 35, 65, 0.09);
}
.front-case__card-label {
  font-size: 15px;
  font-weight: 700;
  color: var(--green);
}
.front-case__card-label--sec {
  margin-top: 8px;
}
.front-case__card-text {
  font-size: 15px;
  color: var(--text);
  letter-spacing: 0;
}
.front-case__action {
  text-align: center;
  margin: 30px 0 0;
}
.front-case__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--green);
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  transition: background-color 0.3s;
  height: 60px;
  width: 304px;
  letter-spacing: 0;
}
.front-case__btn:hover {
  background-color: #3ec790;
}
.front-case__btn-arrow {
  position: absolute;
  top: 50%;
  right: 46px;
  transform: translateY(-50%);
  width: 13px;
  height: 10px;
}
.front-case__desc {
  text-align: center;
}
.front-case__desc-title {
  font-size: 22px;
  font-weight: 700;
  color: var(--blue);
  margin-bottom: 12px;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .front-case__desc-title {
    font-size: 28px;
  }
}
.front-case__desc-text {
  font-size: 15px;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .front-case__desc-text {
    font-size: 20px;
  }
}
.front-case__desc-underline {
  color: #2d83d9;
  font-weight: 700;
}

/* ========================
   Property Section
======================== */
.front-property {
  padding: 0 0 80px;
}
@media screen and (min-width: 768px) {
  .front-property {
    padding-bottom: 100px;
  }
}
.front-property__header {
  background-color: var(--blue);
  text-align: center;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
}
@media screen and (min-width: 768px) {
  .front-property__header {
    padding: 30px 15px;
  }
}
@media screen and (min-width: 1024px) {
  .front-property__header {
    height: 112px;
  }
}
.front-property__header-heading {
  font-family: var(--font-zen);
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .front-property__header-heading {
    font-size: 38px;
  }
}
@media screen and (min-width: 1024px) {
  .front-property__header-heading {
    font-size: 38px;
    margin-bottom: 4px;
  }
}
.front-property__header-en {
  font-family: var(--font-zen);
  font-size: 15px;
  line-height: 1;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .front-property__header-en {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .front-property__header-en {
    font-size: 20px;
  }
}
.front-property__inner {
  max-width: 1182px;
  margin: 0 auto;
  padding: 30px 15px 0;
}
@media screen and (min-width: 768px) {
  .front-property__inner {
    padding: 80px 40px 0;
    max-width: 1262px;
  }
}
.front-property__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 28px;
}
@media screen and (min-width: 1024px) {
  .front-property__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 31px 28px;
    margin-bottom: 50px;
  }
}
.front-property__card {
  position: relative;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #333;
  text-decoration: none;
  box-shadow: 0px 0px 18px rgba(10, 35, 65, 0.09);
  transition: opacity 0.2s;
}
@media screen and (min-width: 768px) {
  .front-property__card {
    padding: 0;
    flex-direction: row;
    gap: unset;
  }
  .front-property__card:hover {
    opacity: 0.6;
  }
}
.front-property__card-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10;
}
.front-property__card-img {
  position: relative;
}
@media screen and (min-width: 768px) {
  .front-property__card-img {
    flex: 0 0 39.93%;
  }
}
.front-property__card-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 345/200;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (min-width: 768px) {
  .front-property__card-img img {
    aspect-ratio: 230/255;
  }
}
@media screen and (min-width: 1024px) {
  .front-property__card-img img {
    aspect-ratio: unset;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.front-property__card-badge {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--green);
  color: #fff;
  font-size: 12px;
  width: 52px;
  height: 52px;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 4px 0 0 4px;
  z-index: 1;
  font-family: var(--font-zen);
}
.front-property__card-body {
  padding: 0 12px 12px;
  flex: 1;
}
@media screen and (min-width: 768px) {
  .front-property__card-body {
    padding: 20px 10px 20px 30px;
  }
}
.front-property__card-sub {
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .front-property__card-sub {
    font-size: 18px;
  }
}
.front-property__card-title {
  font-size: 18px;
  font-weight: 700;
  color: #05438b;
  margin-bottom: 8px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .front-property__card-title {
    font-size: 24px;
    margin-bottom: unset;
  }
}
.front-property__card-loc {
  font-size: 15px;
  display: flex;
  align-items: baseline;
  gap: 3px;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .front-property__card-loc {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.front-property__card-loc svg {
  width: 11px;
  height: 14px;
}
.front-property__card-req-title {
  font-size: 12px;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  gap: 2px;
}
@media screen and (min-width: 768px) {
  .front-property__card-req-title {
    font-size: 14px;
  }
}
.front-property__card-req-title::after {
  content: "";
  display: block;
  width: 7px;
  height: 5px;
  background-color: #05438b;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.front-property__card-req-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.front-property__card-req-list li {
  font-size: 12px;
  padding: 3px 4px;
  color: #fff;
  background-color: #cbd4de;
  line-height: normal;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .front-property__card-req-list li {
    padding: 3px 8px;
  }
}
.front-property__card-req-list li.is-active {
  background-color: #05438b;
}
.front-property__action {
  text-align: center;
  margin: 30px 0 0;
}
.front-property__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--green);
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  transition: background-color 0.3s;
  height: 60px;
  width: 304px;
  letter-spacing: 0;
}
.front-property__btn:hover {
  background-color: #3ec790;
}
.front-property__btn-arrow {
  position: absolute;
  top: 50%;
  right: 46px;
  transform: translateY(-50%);
  width: 13px;
  height: 10px;
}

/* ========================
   Message Section
======================== */
.front-message {
  padding: 80px 0;
  background-color: #e8ecf1;
}
@media screen and (min-width: 768px) {
  .front-message {
    padding: 100px 0 100px;
  }
}
.front-message__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .front-message__inner {
    padding: 0 40px;
    max-width: 1260px;
  }
}
.front-message__header {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .front-message__header {
    margin-bottom: 50px;
  }
}
.front-message__header-heading {
  font-size: 26px;
  font-weight: 700;
  color: #05438b;
  line-height: 1.4;
  font-family: var(--font-zen);
}
@media screen and (min-width: 768px) {
  .front-message__header-heading {
    font-size: 38px;
  }
}
@media screen and (min-width: 1024px) {
  .front-message__content::after {
    content: "";
    display: block;
    clear: both;
  }
}
.front-message__img {
  margin-bottom: 20px;
  position: relative;
}
.front-message__img img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .front-message__img {
    float: right;
    width: 509px;
    margin-left: 40px;
    margin-bottom: 30px;
  }
}
.front-message__subheading {
  font-size: 24px;
  color: #1a4f89;
  font-family: var(--font-zen);
  margin-bottom: 4px;
  position: relative;
  padding-bottom: 5px;
}
.front-message__subheading::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #707070;
}
.front-message__subheading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 54px;
  height: 2px;
  background-color: #3773b8;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .front-message__subheading {
    font-size: 33px;
  }
}
@media screen and (min-width: 1024px) {
  .front-message__subheading {
    width: 50%;
  }
}
.front-message__author {
  display: flex;
  align-items: baseline;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .front-message__author {
    margin-bottom: 30px;
  }
}
.front-message__author-title {
  font-size: 18px;
  font-weight: bold;
  font-family: var(--font-zen);
}
@media screen and (min-width: 768px) {
  .front-message__author-title {
    font-size: 26px;
  }
}
.front-message__author-name {
  font-size: 26px;
  font-weight: bold;
  font-family: var(--font-zen);
  margin-left: 40px;
}
@media screen and (min-width: 768px) {
  .front-message__author-name {
    font-size: 30px;
  }
}
.front-message__author-en {
  font-family: var(--font-zen);
  font-size: 15px;
  color: #1a4f89;
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .front-message__author-en {
    font-size: 18px;
    margin-left: 22px;
  }
}
.front-message__text {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .front-message__text {
    font-size: 18px;
  }
}
.front-message__text p {
  margin-bottom: 22px;
}
.front-message__text p:last-child {
  margin-bottom: 0;
}
.front-message__action {
  margin-top: 50px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .front-message__action {
    margin-top: 16px;
  }
}
.front-message__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--green);
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  transition: background-color 0.3s;
  height: 60px;
  width: 304px;
  letter-spacing: 0;
}
.front-message__btn:hover {
  background-color: #3ec790;
}
.front-message__btn-arrow {
  position: absolute;
  top: 50%;
  right: 46px;
  transform: translateY(-50%);
  width: 13px;
  height: 10px;
}

/* ========================
   FAQ Section
======================== */
.front-faq {
  padding: 80px 0;
}
@media screen and (min-width: 768px) {
  .front-faq {
    padding: 100px 0;
  }
}
.front-faq__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .front-faq__inner {
    padding: 0 40px;
    max-width: 1260px;
  }
}
.front-faq__header {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .front-faq__header {
    margin-bottom: 50px;
  }
}
.front-faq__heading {
  font-size: 26px;
  font-weight: 700;
  color: #05438b;
  line-height: 1.4;
  font-family: var(--font-zen);
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .front-faq__heading {
    font-size: 38px;
  }
}
.front-faq__subheading {
  color: #1e7a4b;
  font-family: "Times New Roman", Times, serif;
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .front-faq__subheading {
    font-size: 20px;
  }
}
.front-faq__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .front-faq__list {
    margin-bottom: 50px;
    gap: 20px;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
  }
}
.front-faq__item {
  background-color: #fff;
  box-shadow: 0px 0px 18px rgba(10, 35, 65, 0.09);
}
.front-faq__item[open] .front-faq__icon::before {
  width: 14px;
  height: 2px;
}
.front-faq__item[open] .front-faq__icon::after {
  transform: scaleY(0);
}
.front-faq__q {
  display: flex;
  padding: 20px 40px 20px 15px;
  position: relative;
  cursor: pointer;
  list-style: none;
  align-items: flex-start;
}
.front-faq__q::-webkit-details-marker {
  display: none;
}
@media screen and (min-width: 768px) {
  .front-faq__q {
    padding: 25px 100px 25px 30px;
    align-items: center;
  }
}
.front-faq__q-icon {
  color: #05438b;
  font-size: 15px;
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  .front-faq__q-icon {
    font-size: 18px;
  }
}
.front-faq__q-text {
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .front-faq__q-text {
    font-size: 18px;
  }
}
.front-faq__icon {
  position: absolute;
  right: 20px;
  top: 25px;
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .front-faq__icon {
    right: 45px;
    top: 29px;
  }
}
.front-faq__icon::before, .front-faq__icon::after {
  content: "";
  position: absolute;
  background-color: #05438b;
  transition: transform 0.3s ease, width 0.3s ease, height 0.3s ease;
}
.front-faq__icon::before {
  width: 10px;
  height: 2px;
}
.front-faq__icon::after {
  width: 2px;
  height: 10px;
}
.front-faq__a {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.4s ease;
}
.front-faq__item.is-open .front-faq__a {
  opacity: 1;
}
.front-faq__a-inner {
  display: flex;
  align-items: flex-start;
  padding: 20px 40px 25px 15px;
  padding-top: unset;
}
@media screen and (min-width: 768px) {
  .front-faq__a-inner {
    padding: 20px 100px 30px 30px;
    padding-top: unset;
  }
}
.front-faq__a-icon {
  color: #ef7820;
  font-size: 15px;
  font-weight: bold;
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  .front-faq__a-icon {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .front-faq__a-text {
    font-size: 18px;
  }
}
.front-faq__action {
  text-align: center;
}
.front-faq__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--green);
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  transition: background-color 0.3s;
  height: 60px;
  width: 304px;
  letter-spacing: 0;
}
.front-faq__btn:hover {
  background-color: #3ec790;
}
.front-faq__btn-arrow {
  position: absolute;
  top: 50%;
  right: 46px;
  transform: translateY(-50%);
  width: 13px;
  height: 10px;
}

/* ========================
   News Section
======================== */
.front-news {
  padding: 80px 0;
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .front-news {
    padding: 100px 0;
    padding-top: unset;
  }
}
.front-news__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .front-news__inner {
    padding: 0 40px;
    max-width: 1260px;
  }
}
.front-news__header {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .front-news__header {
    margin-bottom: 50px;
  }
}
.front-news__heading {
  font-size: 26px;
  font-weight: 700;
  color: #05438b;
  line-height: 1.4;
  font-family: var(--font-zen);
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .front-news__heading {
    font-size: 38px;
  }
}
.front-news__subheading {
  color: #1e7a4b;
  font-family: "Times New Roman", Times, serif;
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .front-news__subheading {
    font-size: 20px;
  }
}
.front-news__list {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .front-news__list {
    margin-bottom: 50px;
  }
}
.front-news__item {
  display: flex;
  flex-direction: column;
  padding: 20px 0;
  border-bottom: 1px solid #cce1e8;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease;
}
.front-news__item:first-child {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .front-news__item {
    flex-direction: row;
    align-items: center;
    padding: 30px 0;
  }
  .front-news__item:first-child {
    padding-top: 0;
  }
}
.front-news__item:hover {
  opacity: 0.7;
}
.front-news__meta {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .front-news__meta {
    margin-bottom: 0;
    width: 160px;
    flex-shrink: 0;
  }
}
.front-news__date {
  font-size: 15px;
  font-weight: 700;
  color: #889cb0;
  font-family: var(--font-zen);
}
@media screen and (min-width: 768px) {
  .front-news__date {
    font-size: 18px;
  }
}
.front-news__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.front-news__title {
  font-size: 15px;
  font-weight: bold;
  color: #05438b;
  line-height: 1.8;
  flex-grow: 1;
}
@media screen and (min-width: 768px) {
  .front-news__title {
    font-size: 18px;
  }
}
.front-news__arrow {
  display: none;
  margin-left: 20px;
  flex-shrink: 0;
  width: 8px;
}
@media screen and (min-width: 768px) {
  .front-news__arrow {
    display: block;
  }
}
.front-news__action {
  text-align: center;
}
.front-news__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--green);
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  transition: background-color 0.3s;
  height: 60px;
  width: 304px;
  letter-spacing: 0;
}
.front-news__btn:hover {
  background-color: #3ec790;
}
.front-news__btn-arrow {
  position: absolute;
  top: 50%;
  right: 46px;
  transform: translateY(-50%);
  width: 13px;
  height: 10px;
}

/* ========================
   Utility
======================== */
@media screen and (min-width: 768px) {
  .front-page .u-sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .front-page .u-pc-only {
    display: none !important;
  }
}
.front-page .p-consulting__card-btn-wrapper {
  text-align: center;
  margin-top: 0;
  position: relative;
  z-index: 15;
}
.front-page .p-consulting__card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #2d83d9;
  color: #fff;
  text-decoration: none;
  width: 100%;
  margin: 0;
  height: 54px;
  font-weight: 700;
  font-size: 18px;
  font-family: var(--font-base);
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .front-page .p-consulting__card-btn {
    height: 74px;
  }
}
.front-page .p-consulting__card-btn:hover {
  background-color: #05438b;
}
.front-page .front-case__card .p-consulting__card-btn-wrapper {
  margin-top: 20px;
}
.front-page .front-case__card .p-consulting__card-btn {
  width: calc(100% + 30px);
  margin: 0 -15px -12px;
}
.front-page .front-property__card .p-consulting__card-btn-wrapper {
  margin-top: 10px;
}
.front-page .front-property__card .p-consulting__card-btn {
  width: 100%;
  margin: 0;
}

/* ========================
   Contact Section
======================== */
.front-contact {
  display: flex;
  align-items: center;
  width: calc(100% - 30px);
  max-width: 1180px;
  margin-inline: auto;
  height: 350px;
  background-image: url(./img/front/contact_bg-sp.webp);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .front-contact {
    width: calc(100% - 80px);
    height: 330px;
    background-image: url(./img/front/contact_bg-pc.webp);
  }
}
.front-contact__inner {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .front-contact__inner {
    max-width: 1180px;
  }
}
.front-contact__header {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .front-contact__header {
    margin-bottom: 30px;
  }
}
.front-contact__heading {
  font-size: 26px;
  font-weight: 700;
  font-family: var(--font-zen);
}
@media screen and (min-width: 768px) {
  .front-contact__heading {
    font-size: 38px;
  }
}
.front-contact__subheading {
  font-family: var(--font-zen);
  font-size: 15px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .front-contact__subheading {
    font-size: 20px;
  }
}
.front-contact__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
@media screen and (min-width: 1024px) {
  .front-contact__content {
    flex-direction: row;
    justify-content: center;
    gap: 120px;
    align-items: unset;
  }
}
.front-contact__info {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .front-contact__info {
    text-align: left;
  }
}
.front-contact__tel {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .front-contact__tel {
    justify-content: flex-start;
  }
}
.front-contact__tel-icon {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .front-contact__tel-icon {
    width: 32px;
    height: 32px;
    margin-right: 20px;
  }
}
.front-contact__tel-number {
  font-size: 31px;
  font-weight: 400;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .front-contact__tel-number {
    font-size: 40px;
  }
}
.front-contact__hours {
  font-size: 14px;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
@media screen and (min-width: 768px) {
  .front-contact__hours {
    flex-direction: row;
    gap: 55px;
    font-size: 18px;
  }
}
.front-contact__action {
  width: 100%;
  max-width: 350px;
}
@media screen and (min-width: 768px) {
  .front-contact__action {
    width: auto;
    max-width: none;
  }
}
.front-contact__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #05438b;
  color: #fff;
  text-decoration: none;
  height: 60px;
  width: 304px;
  margin: 0 auto;
  font-size: 18px;
  transition: background-color 0.3s;
  position: relative;
}
@media screen and (min-width: 768px) {
  .front-contact__btn {
    font-size: 20px;
  }
}
.front-contact__btn:hover {
  background-color: #3e7cc7;
}
.front-contact__btn-icon {
  margin-left: 15px;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .front-contact__btn-icon {
    width: 14px;
    height: 14px;
    margin-left: 30px;
  }
}

/* ========================
   Footer
======================== */
.l-footer {
  background-color: #e8ecf1;
  padding: 136px 15px 20px;
  margin-top: -86px;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding: 197px 40px 20px;
    margin-top: -137px;
  }
}
.l-footer__inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .l-footer__inner {
    flex-direction: row;
    justify-content: center;
    gap: clamp(60px, 8.78vw, 110px);
  }
}
.l-footer__info {
  display: flex;
  flex-direction: column;
}
.l-footer__logo {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .l-footer__logo {
    align-items: flex-start;
    margin-bottom: 28px;
  }
}
.l-footer__logo img {
  width: 210px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .l-footer__logo img {
    width: 317px;
  }
}
.l-footer__logo-text {
  color: #13529b;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .l-footer__logo-text {
    font-size: 28px;
  }
}
.l-footer__company {
  font-weight: 700;
  color: #13529b;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .l-footer__company {
    font-size: 16px;
  }
}
.l-footer__company-name {
  display: inline-block;
}
.l-footer__address {
  font-size: 15px;
  margin-bottom: 8px;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .l-footer__address {
    font-size: 16px;
  }
}
.l-footer__time {
  font-size: 15px;
}
.l-footer__time small {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-footer__time small {
    white-space: nowrap;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__time {
    font-size: 16px;
  }
}
.l-footer__nav {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  letter-spacing: 0;
}
@media screen and (min-width: 1024px) {
  .l-footer__nav {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    width: auto;
    flex: 1;
    margin-top: 72px;
  }
}
.l-footer__nav-cols {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .l-footer__nav-cols {
    flex-direction: row;
    gap: 40px;
  }
}
.l-footer__links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .l-footer__links {
    display: flex;
    flex-direction: column;
    font-size: 16px;
  }
}
.l-footer__links a {
  transition: color 0.3s;
  text-decoration: none;
}
.l-footer__links a span {
  display: inline-block;
}
.l-footer__links a:hover {
  color: #05438b;
}
.l-footer__banners {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-footer__banners {
    width: 304px;
  }
}
.l-footer__banner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0;
  height: 60px;
  color: #fff;
  font-size: 15px;
  font-family: var(--font-zen);
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .l-footer__banner {
    font-size: 18px;
  }
}
.l-footer__banner:hover {
  color: #fff;
}
.l-footer__banner--corporate {
  background-color: #268962;
  transition: background-color 0.3s;
}
.l-footer__banner--corporate:hover {
  background-color: #3ec790;
}
.l-footer__banner--recruit {
  background-color: #dd6e35;
  transition: background-color 0.3s;
}
.l-footer__banner--recruit:hover {
  background-color: #f38d58;
}
.l-footer__banner-icon {
  position: absolute;
  right: 47px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-footer__copyright {
  text-align: center;
  margin-top: 40px;
  font-size: 11px;
  color: #333;
}
@media screen and (min-width: 768px) {
  .l-footer__copyright {
    margin-top: 60px;
    font-size: 12px;
  }
  .l-footer__copyright br {
    display: none;
  }
}

@media (max-width: 1024px) {
  .page-hero.is-404 .page-hero__title-main {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .page-hero.is-404 .page-hero__title-main {
    font-size: 32px;
  }
}

.p-404 {
  padding-top: 60px;
  padding-bottom: 80px;
}
@media (min-width: 1024px) {
  .p-404 {
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
.p-404__inner {
  max-width: 800px;
  margin-inline: auto;
  text-align: center;
}
.p-404__text {
  line-height: 2;
  margin-bottom: 40px;
  font-size: 15px;
}
@media (min-width: 1024px) {
  .p-404__text {
    margin-bottom: 60px;
    font-size: 16px;
  }
}
.p-404__btn-area {
  display: flex;
  justify-content: center;
}
.p-404__btn-area .c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  height: 56px;
  background: var(--orange);
  color: #fff;
  border-radius: 28px;
  text-decoration: none;
  font-weight: 700;
  transition: opacity 0.3s;
}
.p-404__btn-area .c-btn:hover {
  opacity: 0.8;
}

/* ========================
   Flow
======================== */
.p-flow {
  padding: 30px 0 80px;
}
@media screen and (min-width: 768px) {
  .p-flow {
    padding: 50px 40px 100px;
  }
}
.p-flow__inner {
  max-width: 1180px;
  margin: 0 auto;
}
.p-flow__list {
  display: flex;
  flex-direction: column;
  gap: 42px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-flow__list {
    gap: 45px;
  }
}
.p-flow__item {
  background-color: #e8ecf1;
  padding: 15px 15px 15px;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-flow__item {
    padding: 0 50px 40px;
  }
}
.p-flow__item::after {
  content: "";
  position: absolute;
  bottom: -32px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 70px solid transparent;
  border-right: 70px solid transparent;
  border-top: 18px solid #e8ecf1;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-flow__item::after {
    bottom: -35px;
    border-left: 92.5px solid transparent;
    border-right: 92.5px solid transparent;
    border-top: 25px solid #e8ecf1;
  }
}
.p-flow__item:last-child::after {
  display: none;
}
.p-flow__step-bg {
  position: absolute;
  font-family: var(--font-zen);
  font-weight: 700;
  color: #dde6f1;
  line-height: 1;
  z-index: -1;
  pointer-events: none;
  display: block;
  font-size: 67px;
  top: -5px;
  left: 15px;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-flow__step-bg {
    display: block;
    font-size: 120px;
    top: -16px;
    left: 2px;
  }
}
.p-flow__step-num {
  font-size: 67px;
}
@media screen and (min-width: 768px) {
  .p-flow__step-num {
    font-size: 120px;
  }
}
.p-flow__box {
  background-color: #fff;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .p-flow__box {
    width: 100%;
    padding: 35px 60px;
  }
}
.p-flow__title {
  color: #05438b;
  font-size: 22px;
  font-weight: 700;
  font-family: var(--font-zen);
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
  line-height: 1.4;
  padding-top: 4px;
}
@media screen and (min-width: 768px) {
  .p-flow__title {
    font-size: 28px;
    align-items: center;
    padding-top: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .p-flow__title {
    padding-left: 65px;
  }
}
.p-flow__title-icon {
  display: inline-block;
  width: 13px;
  height: auto;
  margin-top: 8px;
  margin-right: 12px;
}
@media screen and (min-width: 768px) {
  .p-flow__title-icon {
    margin-top: 0;
  }
}
.p-flow__content {
  display: flex;
  flex-direction: column-reverse;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .p-flow__content {
    flex-direction: row;
    justify-content: space-between;
    gap: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .p-flow__content {
    gap: 65px;
  }
}
@media screen and (min-width: 768px) {
  .p-flow__text {
    flex: 1;
  }
}
.p-flow__desc {
  font-size: 15px;
  line-height: 1.8;
  color: #707070;
}
@media screen and (min-width: 1024px) {
  .p-flow__desc {
    font-size: 18px;
    padding-top: 40px;
    line-height: 2.2;
  }
}
.p-flow__figure {
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-flow__figure {
    width: 42%;
    max-width: 390px;
  }
}
.p-flow__image {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-privacy {
  padding: 60px 0 60px;
}
@media screen and (min-width: 768px) {
  .p-privacy {
    padding: 120px 0 100px;
  }
}
.p-privacy__inner {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .p-privacy__inner {
    padding: 0 40px;
  }
}
.p-privacy__section {
  line-height: 1.867;
}
.p-privacy__section:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-privacy__section:not(:last-child) {
    margin-bottom: 50px;
  }
}
.p-privacy__head {
  font-size: 22px;
  font-weight: 700;
  position: relative;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-privacy__head {
    font-size: 24px;
    margin-bottom: 12px;
  }
}
.p-privacy__text {
  font-size: 15px;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-privacy__text {
    font-size: 18px;
  }
}
.p-privacy__list {
  margin-top: 10px;
  padding-left: 5px;
}
.p-privacy__list li {
  font-size: 15px;
  position: relative;
  padding-left: 14px;
}
@media screen and (min-width: 768px) {
  .p-privacy__list li {
    font-size: 18px;
  }
}
.p-privacy__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8em;
  width: 4px;
  height: 4px;
  background-color: var(--text);
  border-radius: 50%;
}
.p-privacy__info {
  margin-top: 30px;
  padding: 30px;
  background-color: #f4f7f9;
  border-left: 5px solid #05438b;
  border-radius: 4px;
}
.p-privacy__info p {
  font-size: 15px;
  font-weight: 700;
  color: #05438b;
}
.p-privacy__info p:not(:last-child) {
  margin-bottom: 12px;
}

.p-property {
  padding-bottom: 80px;
}
@media screen and (min-width: 1024px) {
  .p-property {
    padding-bottom: 100px;
  }
}
.p-property__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 30px 15px 0;
}
@media screen and (min-width: 1024px) {
  .p-property__inner {
    padding: 50px 40px 0;
    max-width: 1260px;
  }
}
.p-property__list {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
@media screen and (min-width: 768px) {
  .p-property__list {
    gap: 30px;
  }
}
.p-property__item {
  background-color: #fff;
  box-shadow: 0 0 16px rgba(4, 20, 39, 0.09);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.p-property__row {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-property__row {
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
  }
}
.p-property__img-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 345/200;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-property__img-wrapper {
    width: 50%;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-property__img-wrapper {
    width: 460px;
  }
}
.p-property__img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.p-property__img-wrapper:hover img {
  transform: scale(1.05);
}
.p-property__badge {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1e7a4b;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  width: 52px;
  height: 52px;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 8px 0 0 6px;
  z-index: 2;
  font-family: var(--font-zen);
}
.p-property__content {
  padding: 12px 15px 12px 15px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-property__content {
    padding: 28px 40px 16px;
    width: 50%;
    flex-grow: 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-property__content {
    width: auto;
    flex-grow: 1;
  }
}
@media screen and (min-width: 1200px) {
  .p-property__content {
    padding-left: 74px;
  }
}
.p-property__sub {
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .p-property__sub {
    font-size: 24px;
  }
}
.p-property__title {
  font-size: 18px;
  font-weight: 700;
  color: #05438b;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .p-property__title {
    font-size: 30px;
    margin-bottom: 14px;
  }
}
.p-property__info {
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media screen and (min-width: 768px) {
  .p-property__info {
    margin-bottom: 4px;
    gap: 2px;
  }
}
.p-property__info li {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-property__info li {
    font-size: 18px;
  }
}
.p-property__info li.info-address .p-property__info-icon {
  width: 10px;
}
.p-property__info li.info-building .p-property__info-icon {
  width: 10px;
}
.p-property__info li.info-area .p-property__info-icon {
  width: 11px;
}
.p-property__info li.info-price .p-property__info-icon {
  width: 9px;
}
.p-property__info li.info-date .p-property__info-icon {
  width: 12px;
}
.p-property__info li .p-property__info-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  margin-right: 8px;
  flex-shrink: 0;
}
.p-property__info li .p-property__info-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-property__tags-wrapper {
    margin-bottom: 0;
  }
}
.p-property__tags-title {
  font-size: 12px;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  gap: 4px;
}
@media screen and (min-width: 768px) {
  .p-property__tags-title {
    font-size: 16px;
  }
}
.p-property__tags-title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #05438b;
}
.p-property__tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2px 3px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-property__tags-list li {
  font-size: 12px;
  padding: 2px 5px 3px;
  background-color: #c4d7ee;
  color: #fff;
  letter-spacing: 0;
}
.p-property__tags-list li.is-active {
  background-color: #05438b;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-property__tags-list li {
    font-size: 16px;
    padding: 4px 8px;
  }
}
.p-property__bottom {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.p-property__point {
  background-color: #e8ecf1;
  padding: 12px 15px 12px;
}
@media screen and (min-width: 768px) {
  .p-property__point {
    padding: 20px 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
  }
}
.p-property__point-label {
  display: inline-block;
  background-color: #1e7a4b;
  color: #fff;
  padding: 2px 8px;
  font-size: 14px;
  font-family: var(--font-zen);
  letter-spacing: 0;
  margin-bottom: 8px;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-property__point-label {
    margin-bottom: 0;
    padding: 2px 12px 4px;
    font-size: 16px;
    height: 30px;
  }
}
.p-property__point-text {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .p-property__point-text {
    font-size: 18px;
    flex: 1;
  }
}
.p-property__hashtags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
}
@media screen and (min-width: 768px) {
  .p-property__hashtags {
    width: 100%;
    margin-top: unset;
    gap: 5px;
  }
}
.p-property__hashtags li {
  background-color: #fff;
  line-height: 1;
}
.p-property__hashtags li a {
  display: block;
  color: #3e7cc7;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 6px;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .p-property__hashtags li a {
    font-size: 16px;
    padding: 5px 8px;
  }
}
.p-property__hashtags li a:hover {
  opacity: 0.8;
}
.p-property__btn-wrapper {
  width: 100%;
  padding: 0 15px 20px;
  background-color: #e8ecf1;
}
@media screen and (min-width: 768px) {
  .p-property__btn-wrapper {
    padding: 0;
  }
}
.p-property__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #05438b;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  height: 48px;
  width: 100%;
  height: 54px;
  transition: background-color 0.3s, transform 0.2s;
}
@media screen and (min-width: 768px) {
  .p-property__btn {
    font-size: 18px;
    height: 74px;
  }
}
.p-property__btn:hover {
  background-color: #3e7cc7;
}
.p-property__btn:active {
  transform: scale(0.98);
}
.p-property {
  /* Pagination */
}
.p-property .c-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-property .c-pagination {
    margin-top: 50px;
  }
}
.p-property .c-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background-color: #eef1f4;
  color: #333;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .p-property .c-pagination .page-numbers {
    width: 38px;
    height: 38px;
    font-size: 18px;
  }
}
.p-property .c-pagination .page-numbers.current {
  background-color: #05438b;
  color: #fff;
}
.p-property .c-pagination .page-numbers:hover:not(.current) {
  background-color: #e2e7ec;
}
.p-property .c-pagination .page-numbers.prev, .p-property .c-pagination .page-numbers.next {
  background-color: transparent;
  width: 40px;
  position: relative;
  text-indent: -9999px;
}
.p-property .c-pagination .page-numbers.prev::after, .p-property .c-pagination .page-numbers.next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}
.p-property .c-pagination .page-numbers.prev:hover, .p-property .c-pagination .page-numbers.next:hover {
  background-color: transparent;
}
.p-property .c-pagination .page-numbers.prev::after {
  transform: translate(-30%, -50%) rotate(-135deg);
  border-color: #ccc;
}
.p-property .c-pagination .page-numbers.next::after {
  transform: translate(-70%, -50%) rotate(45deg);
  border-color: #333;
}

.p-property-detail .p-property__item {
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .p-property-detail {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
.p-property-detail__inner {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1180px;
}
@media screen and (min-width: 1024px) {
  .p-property-detail__inner {
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-property-detail__info {
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-property-detail__table-wrapper {
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 0 0 16px rgba(4, 20, 39, 0.09);
  border: 1px solid #eee;
}
@media screen and (min-width: 1024px) {
  .p-property-detail__table-wrapper {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-property-detail__table-wrapper {
    margin-bottom: 50px;
  }
}
.p-property-detail__table-title {
  font-size: 22px;
  color: #05438b;
  text-align: center;
  font-family: var(--font-zen);
  margin-bottom: 20px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-property-detail__table-title {
    font-size: 38px;
    margin-bottom: 30px;
  }
}
.p-property-detail__section-title {
  background-color: #05438b;
  color: #fff;
  padding: 7px 15px;
  font-size: 22px;
  font-weight: 700;
  font-family: var(--font-zen);
  text-align: center;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-property-detail__section-title {
    padding: 15px 40px;
    font-size: 30px;
    height: 76px;
  }
}
.p-property-detail__recommended {
  background-color: transparent;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .p-property-detail__recommended {
    background-color: #e8ecf1;
    width: 100%;
    max-width: none;
    margin: 60px 0;
    padding: 60px 0;
  }
}
.p-property-detail__recommended .p-property-detail__inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .p-property-detail__recommended .p-property-detail__inner {
    padding: 0 40px;
  }
}
@media screen and (min-width: 1024px) {
  .p-property-detail__recommended .p-property-detail__inner {
    padding: 0;
  }
}
.p-property-detail__recommended-content {
  background-color: #fff;
  padding: 20px 15px;
  border: 1px solid #eee;
  box-shadow: 0 0 16px rgba(4, 20, 39, 0.09);
}
@media screen and (min-width: 768px) {
  .p-property-detail__recommended-content {
    padding: 30px 50px;
  }
}
@media screen and (min-width: 1024px) {
  .p-property-detail__recommended-content {
    padding: 30px 90px;
  }
}
.p-property-detail__recommended-text {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 15px;
  position: relative;
  padding-left: 14px;
}
.p-property-detail__recommended-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 0;
  height: 0;
  border-left: 8px solid #3e7cc7;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
@media screen and (min-width: 768px) {
  .p-property-detail__recommended-text {
    font-size: 18px;
    padding-left: 18px;
    margin-bottom: unset;
  }
}
.p-property-detail__recommended-hashtags {
  display: flex;
  flex-wrap: wrap;
  gap: 0 4px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-property-detail__recommended-hashtags {
    margin-top: 10px;
    gap: 4px 16px;
  }
}
.p-property-detail__recommended-hashtags li a {
  color: #3e7cc7;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  transition: opacity 0.3s;
}
.p-property-detail__recommended-hashtags li a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .p-property-detail__recommended-hashtags li a {
    font-size: 18px;
  }
}
.p-property-detail__table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (min-width: 1024px) {
  .p-property-detail__table {
    table-layout: fixed;
  }
}
.p-property-detail__table tr {
  display: block;
  border-bottom: 1px solid #eee;
}
.p-property-detail__table tr:last-child {
  border-bottom: none;
}
@media screen and (min-width: 1024px) {
  .p-property-detail__table tr {
    display: table-row;
    border-bottom: none;
  }
}
.p-property-detail__table th {
  display: block;
  width: 100% !important;
  background-color: #3e7cc7;
  color: #fff;
  padding: 10px 15px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-property-detail__table th {
    display: table-cell;
    font-size: 18px;
    width: 160px !important;
    text-align: left;
    vertical-align: middle;
    padding-left: 26px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #eee;
  }
}
.p-property-detail__table td {
  display: block;
  width: 100%;
  padding: 12px;
  font-size: 15px;
  text-align: center;
  background-color: #fff;
}
@media screen and (min-width: 1024px) {
  .p-property-detail__table td {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    font-size: 18px;
    padding: 6px 26px;
    border-bottom: 1px solid #eee;
  }
}
@media screen and (min-width: 1024px) {
  .p-property-detail__table tr:last-child th,
  .p-property-detail__table tr:last-child td {
    border-bottom: none;
  }
}
.p-property-detail__gallery-wrapper {
  background-color: #e8ecf1;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 30px;
  box-shadow: 0 0 16px rgba(4, 20, 39, 0.09);
  border: 1px solid #eee;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-property-detail__gallery-wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-property-detail__gallery-wrapper .p-property-detail__section-title {
  margin-bottom: 0;
  padding: 15px 15px;
  font-size: 20px;
  background-color: #05438b;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-property-detail__gallery-wrapper .p-property-detail__section-title {
    padding: 18px 40px;
    font-size: 24px;
  }
}
.p-property-detail__gallery {
  padding: 20px 15px 0;
}
@media screen and (min-width: 768px) {
  .p-property-detail__gallery {
    padding: 30px 50px 0;
    max-width: 878px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-property-detail__gallery.splide {
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .p-property-detail__gallery.splide {
    margin-bottom: 20px;
  }
}
.p-property-detail__gallery .splide__slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-property-detail__gallery .splide__slide img {
  width: 100%;
  height: auto;
  aspect-ratio: 878/580;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .p-property-detail__gallery .splide__slide img {
    width: 878px;
    height: 580px;
  }
}
.p-property-detail__gallery .splide__arrow {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-property-detail__gallery .splide__arrow {
    display: flex;
    background: #fff;
    width: 45px;
    height: 116px;
    border-radius: 0;
    opacity: 1;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    position: absolute;
    top: auto;
    bottom: -136px;
    transform: none;
    z-index: 10;
  }
}
.p-property-detail__gallery .splide__arrow svg {
  fill: #3e7cc7;
  width: 14px;
  height: 14px;
  transition: fill 0.3s;
}
.p-property-detail__gallery .splide__arrow:hover {
  background: #f8f8f8;
  opacity: 1;
}
.p-property-detail__gallery .splide__arrow:hover svg {
  fill: #2d83d9;
}
@media screen and (min-width: 768px) {
  .p-property-detail__gallery .splide__arrow--prev {
    left: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .p-property-detail__gallery .splide__arrow--prev {
    left: -40px;
  }
}
@media screen and (min-width: 1200px) {
  .p-property-detail__gallery .splide__arrow--prev {
    left: -120px;
  }
}
@media screen and (min-width: 768px) {
  .p-property-detail__gallery .splide__arrow--next {
    right: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .p-property-detail__gallery .splide__arrow--next {
    right: -40px;
  }
}
@media screen and (min-width: 1200px) {
  .p-property-detail__gallery .splide__arrow--next {
    right: -120px;
  }
}
.p-property-detail__gallery-thumbs {
  padding: 0 15px 40px;
}
@media screen and (min-width: 768px) {
  .p-property-detail__gallery-thumbs {
    padding: 0 60px 60px;
  }
}
.p-property-detail__gallery-thumbs.splide {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-property-detail__gallery-thumbs.splide .splide__list {
    justify-content: center;
    gap: 10px;
  }
}
.p-property-detail__gallery-thumbs .splide__slide {
  opacity: 1;
  width: 114px !important;
  height: 75px !important;
  border: 4px solid transparent;
  background-color: #fff;
  transition: border-color 0.3s ease;
  cursor: pointer;
  box-sizing: border-box;
  margin-right: 5px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-property-detail__gallery-thumbs .splide__slide {
    width: 116px !important;
    height: 116px !important;
  }
}
.p-property-detail__gallery-thumbs .splide__slide.is-active {
  border-color: #2d83d9 !important;
}
.p-property-detail__gallery-thumbs .splide__slide img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  padding: 5px;
  border-radius: 0;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .p-property-detail__maps {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .p-property-detail__maps {
    gap: 50px;
    margin-bottom: 50px;
  }
}
.p-property-detail__map-item {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-property-detail__map-item {
    width: 50%;
    margin-bottom: 0;
  }
}
.p-property-detail__map-item iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 345/247;
  border: 0;
}
.p-property-detail__map-item p {
  margin-top: 2px;
  font-size: 18px;
  position: relative;
  padding-left: 15px;
}
.p-property-detail__map-item p::before {
  content: "■";
  position: absolute;
  left: 0;
  top: 8px;
  color: #3e7cc7;
  font-size: 10px;
}
.p-property-detail__access {
  font-size: 14px;
  margin-bottom: 40px;
  padding-left: 15px;
  position: relative;
}
.p-property-detail__access-bullet {
  color: #3e7cc7;
  margin-right: 5px;
}
.p-property-detail__back-wrapper {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (min-width: 1024px) {
  .p-property-detail__back-wrapper {
    margin-bottom: 0px;
  }
}
.p-property-detail__back-wrapper .p-property-detail__back-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #05438b;
  color: #fff;
  text-decoration: none;
  width: 304px;
  height: 60px;
  font-size: 16px;
  font-family: var(--font-zen);
  font-weight: 700;
  transition: all 0.3s ease;
}
.p-property-detail__back-wrapper .p-property-detail__back-btn::before {
  content: "◀";
  margin-right: 10px;
  font-size: 12px;
}
.p-property-detail__back-wrapper .p-property-detail__back-btn:hover {
  background-color: #3e7cc7;
}
@media screen and (min-width: 768px) {
  .p-property-detail__back-wrapper .p-property-detail__back-btn {
    font-size: 18px;
  }
}

.p-consulting {
  padding: 30px 0 80px;
}
.p-consulting .l-inner {
  max-width: 1260px;
}
@media screen and (min-width: 1024px) {
  .p-consulting {
    padding: 50px 0 100px;
  }
}
.p-consulting__list {
  display: grid;
  gap: 22px;
}
@media screen and (min-width: 768px) {
  .p-consulting__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 55px;
  }
}
.p-consulting__card {
  background: #fff;
  padding: 12px 15px;
  box-shadow: 0 0 16px rgba(4, 20, 39, 0.09);
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-consulting__card {
    padding: 25px 15px;
    padding-bottom: unset;
  }
}
.p-consulting__card-title {
  color: #05438b;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .p-consulting__card-title {
    font-size: 24px;
    margin-bottom: 18px;
  }
}
.p-consulting__card-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .p-consulting__card-body {
    flex-direction: row;
    gap: 15px;
    margin-bottom: 18px;
  }
}
.p-consulting__card-img {
  width: 100%;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-consulting__card-img {
    flex: 0 0 54%;
    flex-shrink: 0;
  }
}
.p-consulting__card-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 315/190;
}
@media screen and (min-width: 768px) {
  .p-consulting__card-img img {
    aspect-ratio: 200/140;
  }
}
.p-consulting__card-img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-consulting__card-info {
  flex-grow: 1;
}
.p-consulting__card-details {
  font-size: 15px;
  line-height: 1.4;
}
.p-consulting__card-detail-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 8px;
  letter-spacing: 0;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .p-consulting__card-detail-item {
    margin-bottom: 16px;
  }
}
.p-consulting__card-detail-item:last-child {
  margin-bottom: 0;
}
.p-consulting__card-detail-item dt {
  color: #05438b;
  font-weight: 700;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-consulting__card-detail-item dt {
    margin-bottom: 5px;
  }
}
.p-consulting__card-detail-item dd {
  width: 100%;
}
.p-consulting__card-bottom {
  margin-top: auto;
}
.p-consulting__card-box {
  background-color: #e7eef5;
  padding: 8px;
  margin-bottom: 16px;
  box-shadow: 0 0 18px rgba(10, 35, 65, 0.09);
}
@media screen and (min-width: 768px) {
  .p-consulting__card-box {
    padding: 17px 18px;
  }
}
.p-consulting__card-sub-box {
  margin-bottom: 8px;
}
.p-consulting__card-sub-box:last-child {
  margin-bottom: 0;
}
.p-consulting__card-box-label {
  font-size: 15px;
  font-weight: 700;
  display: block;
}
.p-consulting__card-box-label--points {
  color: #1d805d;
}
@media screen and (min-width: 768px) {
  .p-consulting__card-box-label--points {
    margin-bottom: 5px;
  }
}
.p-consulting__card-box-label--comment {
  color: #1d805d;
}
@media screen and (min-width: 768px) {
  .p-consulting__card-box-label--comment {
    margin-bottom: 5px;
  }
}
.p-consulting__card-box-text {
  font-size: 14px;
  line-height: 1.6;
}
.p-consulting__card-btn-wrapper {
  text-align: center;
  margin-top: 20px;
}
.p-consulting__card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #2d83d9;
  color: #fff;
  text-decoration: none;
  width: calc(100% + 30px);
  margin: 0 -15px -12px;
  height: 54px;
  font-weight: 700;
  font-size: 18px;
  font-family: var(--font-base);
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-consulting__card-btn {
    width: calc(100% + 30px);
    margin: 0 -15px 0;
    height: 74px;
  }
}
.p-consulting__card-btn:hover {
  background-color: #05438b;
}
.p-consulting__pagination {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .p-consulting__pagination {
    margin-top: 50px;
  }
}
.p-consulting__pagination .c-pagination {
  display: flex;
  align-items: center;
  gap: 12px;
  list-style: none;
  padding: 0;
}
.p-consulting__pagination .c-pagination li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: #e8ecf1;
  color: #212529;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.3s ease;
}
.p-consulting__pagination .c-pagination li a:hover {
  opacity: 0.8;
}
.p-consulting__pagination .c-pagination li.is-active a {
  background: #05438b;
  color: #fff;
}
.p-consulting__pagination .c-pagination li.prev a, .p-consulting__pagination .c-pagination li.next a {
  background: transparent;
  width: auto;
  height: auto;
  padding: 10px;
}
.p-consulting__pagination .c-pagination li.prev a img, .p-consulting__pagination .c-pagination li.next a img {
  width: 6px;
  height: auto;
}

.p-consulting-detail {
  padding-bottom: 0;
}
.p-consulting-detail__section--bg-blue {
  background-color: #e7eef5;
}
.p-consulting-detail__section--bg-white {
  background-color: #fff;
}
.p-consulting-detail__section {
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .p-consulting-detail__section {
    padding: 80px 0;
  }
}
.p-consulting-detail__section:first-child {
  padding-top: 30px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p-consulting-detail__section:first-child {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.p-consulting-detail__section:last-child {
  padding-bottom: 80px;
  padding-top: unset;
}
@media screen and (min-width: 768px) {
  .p-consulting-detail__section:last-child {
    padding-bottom: 100px;
  }
}
.p-consulting-detail .l-inner {
  max-width: 1160px;
}
@media screen and (min-width: 768px) {
  .p-consulting-detail__hero {
    display: flex;
    flex-direction: row-reverse;
    gap: 24px;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 768px) {
  .p-consulting-detail__hero-content {
    flex: 1;
  }
}
.p-consulting-detail__hero-title {
  font-family: var(--font-zen);
  font-size: 26px;
  color: #05438b;
  font-weight: 700;
  margin-bottom: 22px;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-consulting-detail__hero-title {
    font-size: 30px;
    margin-bottom: 25px;
    margin-top: 0;
  }
}
.p-consulting-detail__hero-info {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.4;
}
.p-consulting-detail__hero-info li {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.p-consulting-detail__hero-info li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-consulting-detail__hero-info li {
    flex-direction: row;
    margin-bottom: 12px;
    flex-direction: column;
  }
}
.p-consulting-detail__hero-info li dt {
  font-size: 15px;
  color: #1d805d;
  font-weight: 700;
  margin-bottom: 2px;
}
@media screen and (min-width: 768px) {
  .p-consulting-detail__hero-info li dt {
    font-size: 22px;
    margin-bottom: 0;
  }
}
.p-consulting-detail__hero-info li dd {
  font-size: 15px;
  color: #333;
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .p-consulting-detail__hero-info li dd {
    font-size: 22px;
    flex: 1;
  }
}
.p-consulting-detail__hero-img {
  aspect-ratio: 345/258;
}
@media screen and (min-width: 768px) {
  .p-consulting-detail__hero-img {
    flex: 0 0 540px;
    aspect-ratio: auto;
  }
}
.p-consulting-detail__hero-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-consulting-detail__intro-title {
  color: #05438b;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 12px;
  display: block;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-consulting-detail__intro-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.p-consulting-detail__intro-text {
  font-size: 14px;
  max-width: 100%;
  margin: 0;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-consulting-detail__intro-text {
    font-size: 18px;
  }
}
.p-consulting-detail__section-header {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  margin-bottom: 18px;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .p-consulting-detail__section-header {
    font-size: 26px;
    margin-bottom: 32px;
  }
}
.p-consulting-detail__section-header::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 2px;
  background-color: #1d805d;
  flex-shrink: 0;
  margin-top: 0.6em;
}
@media screen and (min-width: 768px) {
  .p-consulting-detail__section-header::before {
    width: 22px;
    margin-top: 0.7em;
  }
}
.p-consulting-detail__section-header-title {
  font-size: 20px;
  color: #1d805d;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-consulting-detail__section-header-title {
    font-size: 26px;
  }
}
.p-consulting-detail__interview-block {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-consulting-detail__interview-block {
    margin-top: 80px;
  }
}
.p-consulting-detail__interview-item {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-consulting-detail__interview-item {
    display: flex;
    justify-content: space-between;
    gap: 60px;
  }
  .p-consulting-detail__interview-item--reverse {
    flex-direction: row-reverse;
  }
  .p-consulting-detail__interview-item--text-only {
    display: block;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-consulting-detail__interview-content {
    flex: 1;
    max-width: 580px;
  }
  .p-consulting-detail__interview-item--text-only .p-consulting-detail__interview-content {
    max-width: 100%;
  }
}
.p-consulting-detail__interview-q {
  font-size: 15px;
  color: #05438b;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.6;
  display: block;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-consulting-detail__interview-q {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.p-consulting-detail__interview-a {
  font-size: 15px;
  letter-spacing: 0;
  margin-bottom: 30px;
}
.p-consulting-detail__interview-a:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-consulting-detail__interview-a {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .p-consulting-detail__interview-a:last-of-type {
    margin-bottom: 0;
  }
}
.p-consulting-detail__interview-a p {
  margin-bottom: 12px;
}
.p-consulting-detail__interview-a p:last-child {
  margin-bottom: 0;
}
.p-consulting-detail__interview-img {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-consulting-detail__interview-img {
    margin-top: 0;
    flex: 0 0 404px;
  }
}
.p-consulting-detail__interview-img img {
  width: 100%;
  height: auto;
  display: block;
}
.p-consulting-detail__closing {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p-consulting-detail__closing {
    margin-bottom: 60px;
    padding-top: 20px;
  }
}
.p-consulting-detail__closing-text {
  color: #05438b;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-consulting-detail__closing-text {
    font-size: 26px;
  }
}
.p-consulting-detail__pagination {
  text-align: center;
}
.p-consulting-detail__back-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #05438b;
  color: #fff;
  text-decoration: none;
  padding: 15px 50px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 30px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(5, 67, 139, 0.2);
}
.p-consulting-detail__back-btn:hover {
  background-color: #3e7cc7;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(5, 67, 139, 0.3);
}
@media screen and (min-width: 768px) {
  .p-consulting-detail__back-btn {
    font-size: 18px;
    padding: 18px 80px;
  }
}

.p-contact {
  margin-top: 40px;
  margin-bottom: 60px;
}
.p-contact .u-show-sp {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .p-contact .u-show-sp {
    display: none !important;
  }
}
.p-contact .u-show-pc {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .p-contact .u-show-pc {
    display: block !important;
  }
}
.p-contact {
  margin-top: 40px;
  margin-bottom: 60px;
}
@media screen and (min-width: 1024px) {
  .p-contact {
    margin-top: 60px;
    margin-bottom: 100px;
  }
}
.p-contact__inner {
  max-width: 830px;
  margin: 0 auto;
}
.p-contact__note {
  text-align: right;
  font-size: 14px;
  color: #e60012;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-contact__note {
    margin-inline: 17px;
  }
}
.p-contact__item {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #ddd;
  padding-block: 12px;
}
.p-contact__item:last-child {
  border-bottom-color: #c3c3c3;
}
@media screen and (min-width: 768px) {
  .p-contact__item {
    flex-direction: row;
    padding-block: 20px;
    padding-inline: 16px;
  }
}
.p-contact__label {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 4px;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-contact__label {
    flex: 1;
    margin-bottom: 0;
    padding-right: 16px;
    font-size: 18px;
    padding-top: 8px;
  }
}
.p-contact__label .u-color-red {
  color: #e60012;
  margin-left: 4px;
}
@media screen and (min-width: 768px) {
  .p-contact__input-wrapper {
    width: 588px;
  }
}
.p-contact input.wpcf7-form-control:not([type=submit]):not([type=checkbox]):not([type=radio]),
.p-contact textarea.wpcf7-form-control:not([type=submit]):not([type=checkbox]):not([type=radio]),
.p-contact select.wpcf7-form-control:not([type=submit]):not([type=checkbox]):not([type=radio]) {
  display: block;
  width: 100%;
  background-color: #e8ecf1;
  border: none;
  padding: 12px 15px;
  font-size: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-contact input.wpcf7-form-control:not([type=submit]):not([type=checkbox]):not([type=radio]),
  .p-contact textarea.wpcf7-form-control:not([type=submit]):not([type=checkbox]):not([type=radio]),
  .p-contact select.wpcf7-form-control:not([type=submit]):not([type=checkbox]):not([type=radio]) {
    font-size: 18px;
    padding-block: 14px;
  }
}
.p-contact input.wpcf7-form-control:not([type=submit]):not([type=checkbox]):not([type=radio]):focus,
.p-contact textarea.wpcf7-form-control:not([type=submit]):not([type=checkbox]):not([type=radio]):focus,
.p-contact select.wpcf7-form-control:not([type=submit]):not([type=checkbox]):not([type=radio]):focus {
  outline: 2px solid var(--blue);
  background-color: #fff;
}
.p-contact textarea.wpcf7-form-control {
  height: 280px;
  resize: vertical;
}
@media screen and (min-width: 768px) {
  .p-contact textarea.wpcf7-form-control {
    height: 210px;
  }
}
.p-contact .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-contact .wpcf7-form-control-wrap {
    display: flex;
    justify-content: center;
  }
}
.p-contact .wpcf7-not-valid-tip {
  color: #e60012;
  font-size: 14px;
  margin-top: 5px;
  font-weight: 700;
}
.p-contact .wpcf7-spinner {
  display: none;
}
.p-contact__data {
  font-size: 16px;
  line-height: 1.75;
  padding-block: 5px;
}
.p-contact__privacy {
  padding-top: 15px;
}
.p-contact__privacy-text {
  font-size: 15px;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .p-contact__privacy-text {
    font-size: 18px;
    text-align: center;
  }
}
.p-contact__privacy-text a {
  color: #e43c00;
  font-weight: 700;
}
.p-contact__privacy-text a:hover {
  text-decoration: underline;
}
.p-contact__privacy-checkbox {
  display: flex;
  align-items: center;
  gap: 3px;
  cursor: pointer;
  font-weight: 700;
}
.p-contact__privacy-checkbox input[type=checkbox] {
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .p-contact__privacy-checkbox {
    justify-content: center;
    font-size: 18px;
  }
  .p-contact__privacy-checkbox input[type=checkbox] {
    width: 18px;
    height: 18px;
    transform: translateY(2px);
  }
}
.p-contact__privacy-checkbox .wpcf7-list-item {
  margin: 0;
}
.p-contact__submit {
  margin-top: 40px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-contact__submit {
    margin-top: 80px;
  }
}
.p-contact__submit-btn, .p-contact__submit-confirm,
.p-contact__submit input[type=submit],
.p-contact__submit input[type=button],
.p-contact__submit button,
.p-contact__submit .wpcf7-submit,
.p-contact__submit .wpcf7-confirm {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #3e7cc7;
  color: #fff;
  font-size: 18px;
  width: 100%;
  max-width: 304px;
  height: 60px;
  width: 304px;
  transition: 0.3s;
  border: none;
  cursor: pointer;
  text-decoration: none;
}
.p-contact__submit-btn:hover, .p-contact__submit-confirm:hover,
.p-contact__submit input[type=submit]:hover,
.p-contact__submit input[type=button]:hover,
.p-contact__submit button:hover,
.p-contact__submit .wpcf7-submit:hover,
.p-contact__submit .wpcf7-confirm:hover {
  background-color: #05438b;
  opacity: 1;
}
.p-contact__submit .p-contact__back-btn,
.p-contact__submit .wpcf7-back {
  background-color: #fff !important;
  border: 2px solid #3e7cc7 !important;
  color: #000 !important;
}
.p-contact__submit .p-contact__back-btn:hover,
.p-contact__submit .wpcf7-back:hover {
  background-color: #3e7cc7 !important;
  color: #fff !important;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .p-confirm {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .p-confirm .p-contact__label {
    flex: 0 0 30%;
    padding: unset;
  }
  .p-confirm .p-contact__data {
    font-size: 18px;
    padding: unset;
  }
  .p-confirm .p-contact__item {
    padding-block: 30px;
  }
}
.p-confirm__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .p-confirm__buttons {
    flex-direction: row;
    justify-content: center;
    gap: 40px;
  }
}
.p-confirm__buttons form {
  width: 100%;
  display: flex;
  justify-content: center;
}

.p-thanks {
  text-align: center;
  padding-block: 80px;
}
@media screen and (min-width: 768px) {
  .p-thanks {
    padding-top: 150px;
    padding-bottom: 100px;
  }
}
.p-thanks .u-show-sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-thanks .u-show-sp {
    display: none;
  }
}
.p-thanks__title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
  font-family: var(--font-zen);
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-thanks__title {
    font-size: 38px;
    margin-bottom: 53px;
  }
}
.p-thanks__text {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 40px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-thanks__text {
    font-size: 18px;
    margin-bottom: 100px;
  }
}
.p-thanks__btn-wrapper {
  display: flex;
  justify-content: center;
}
.p-thanks__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #24825d;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  max-width: 304px;
  height: 60px;
  text-decoration: none;
  transition: 0.3s;
  position: relative;
  padding-left: 20px;
  background-image: url("./img/common/icon/left-arrow_white.svg");
  background-repeat: no-repeat;
  background-position: left 45px center;
  background-size: 10px auto;
}
.p-thanks__btn:hover {
  background-color: #3ec790;
}

.p-about .l-container {
  max-width: 1210px;
  margin: 0 auto;
}
.p-about {
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .p-about {
    padding-bottom: 20px;
  }
}

/* Specific height for about page header */
.p-page-header.is-about {
  height: 81px;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-page-header.is-about {
    height: 91px;
  }
  .p-page-header.is-about br {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .p-about .section-header {
    margin-bottom: 30px;
  }
}
.p-about .c-section-title-full {
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .p-about .c-section-title-full {
    margin-bottom: 100px;
    height: 90px;
    font-size: 38px;
  }
}
.p-about {
  /* Vision Section */
}
.p-about-vision {
  padding: 40px 0 80px;
  background-color: #e8ecf1;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-about-vision {
    padding: 80px 0 100px;
  }
}
.p-about-vision__cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
  margin-top: -10px;
}
@media screen and (min-width: 768px) {
  .p-about-vision__cards {
    gap: 14px;
    margin-bottom: 30px;
    max-width: 1180px;
    margin-inline: auto;
  }
}
.p-about-vision__card {
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  padding: 14px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .p-about-vision__card {
    flex-direction: row;
    padding: 0;
    box-shadow: none;
    text-align: left;
    align-items: stretch;
  }
}
.p-about-vision__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  background-color: #05438b;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  flex-shrink: 0;
  font-family: var(--font-zen);
}
@media screen and (min-width: 768px) {
  .p-about-vision__number {
    width: 79px;
    height: 79px;
    font-size: 30px;
  }
}
.p-about-vision__card-text {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  font-family: var(--font-zen);
  text-align: center;
}
.p-about-vision__card-text span {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-about-vision__card-text {
    font-size: 24px;
    flex: 1;
    padding: 18px 50px;
    text-align: left;
  }
}
.p-about-vision__lead {
  text-align: left;
  font-size: 15px;
  line-height: 1.7;
  max-width: 900px;
  margin-inline: auto;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-about-vision__lead {
    font-size: 18px;
    text-align: center;
    position: relative;
    max-width: 1180px;
  }
}
.p-about-vision__lead p {
  margin: 0;
}
.p-about {
  /* Business Section */
}
.p-about-business {
  padding: 0px 0;
}
@media screen and (min-width: 768px) {
  .p-about-business {
    padding: 0px 0;
  }
}
.p-about-business__blocks {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .p-about-business__blocks {
    gap: 70px;
  }
}
.p-about-business__block {
  padding-bottom: 40px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-about-business__block {
    padding-bottom: 70px;
  }
}
.p-about-business__block::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 1180px;
  width: calc(100% - 30px);
  height: 1px;
  background-color: #8fabcc;
}
@media screen and (min-width: 768px) {
  .p-about-business__block:last-child::after {
    display: none;
  }
}
.p-about-business__block-inner {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media screen and (min-width: 768px) {
  .p-about-business__block-inner {
    display: grid;
    grid-template-columns: 1fr 434px;
    grid-template-areas: "content image" "button button";
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px 60px;
    -moz-column-gap: 15px;
         column-gap: 15px;
    row-gap: 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-about-business__block-inner {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
}
.p-about-business__block:last-child {
  /* Removed display: none to show border on last item as requested */
}
.p-about-business__content {
  flex: 1;
}
@media screen and (min-width: 768px) {
  .p-about-business__content {
    grid-area: content;
  }
}
.p-about-business__image {
  flex: 0 0 100%;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-about-business__image {
    flex: 0 0 434px;
    width: 434px;
    grid-area: image;
  }
}
.p-about-business__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-about-business__image img.u-show-sp {
    display: none !important;
  }
}
.p-about-business__image img.u-show-pc {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .p-about-business__image img.u-show-pc {
    display: block !important;
  }
}
.p-about-business__title {
  font-size: 22px;
  color: #05438b;
  margin-bottom: 14px;
  font-family: var(--font-zen);
  line-height: 1.5;
  position: relative;
  padding-bottom: 4px;
}
.p-about-business__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 79px;
  height: 1px;
  background-color: #08734e;
}
@media screen and (min-width: 768px) {
  .p-about-business__title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 12px;
  }
  .p-about-business__title br {
    display: none;
  }
}
.p-about-business__text {
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-about-business__text {
    font-size: 18px;
    margin-bottom: 0;
  }
}
.p-about-business__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-about-business__list {
    margin-top: 20px;
  }
}
.p-about-business__list li {
  position: relative;
  padding-left: 18px;
  font-size: 15px;
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .p-about-business__list li {
    font-size: 18px;
  }
}
.p-about-business__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  background-color: #05438b;
  border-radius: 50%;
}
.p-about-business__btn-wrap {
  margin-top: 16px;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-about-business__btn-wrap {
    grid-area: button;
    margin-top: 30px;
  }
}
.p-about {
  /* Company Section */
}
.p-about-company {
  padding: 80px 0 0;
}
@media screen and (min-width: 768px) {
  .p-about-company {
    padding: 80px 0;
    padding-top: 30px;
  }
}
.p-about-company__tables {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (min-width: 768px) {
  .p-about-company__tables {
    gap: 100px;
    max-width: 1180px;
    margin-inline: auto;
  }
}
.p-about-company__name {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0px;
  padding-bottom: 10px;
  border-bottom: 2px solid #05438b;
  font-family: var(--font-zen);
}
@media screen and (min-width: 768px) {
  .p-about-company__name {
    font-size: 30px;
    margin-bottom: 32px;
    padding-bottom: 21px;
  }
}
.p-about-company__table {
  width: 100%;
  border-collapse: collapse;
}
.p-about-company__table tr {
  border-bottom: 1px solid #c3c3c3;
  letter-spacing: 0;
}
.p-about-company__table th {
  width: 110px;
  padding: 16px 0 4px;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
  position: relative;
}
.p-about-company__table th::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 57px;
  height: 2px;
  background-color: #05438b;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-about-company__table th::after {
    width: 210px;
  }
}
@media screen and (min-width: 768px) {
  .p-about-company__table th {
    width: 200px;
    font-size: 18px;
    padding: 20px 0;
  }
}
.p-about-company__table td {
  padding: 16px 0px 4px;
  font-size: 15px;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .p-about-company__table td {
    padding: 20px 20px;
    font-size: 18px;
  }
}

/* Button Component */
.c-btn-green {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #1d805d;
  padding-right: 30px;
  color: #fff;
  width: 304px;
  height: 60px;
  font-size: 18px;
  text-decoration: none;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-btn-green {
    font-size: 18px;
  }
}
.c-btn-green::after {
  content: "";
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url("./img/front/contact_icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.c-btn-green:hover {
  background-color: #3ec790;
  opacity: 0.8;
}

.p-page-header.is-mall .p-page-header__title {
  letter-spacing: 0;
}

.p-mall-hero .l-container {
  width: 100%;
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-mall-hero .l-container {
    margin-left: 20%;
  }
}
@media screen and (min-width: 1024px) {
  .p-mall-hero .l-container {
    margin-left: 10%;
  }
}
@media screen and (min-width: 1200px) {
  .p-mall-hero .l-container {
    margin-left: calc((100vw - 1180px) / 2);
    padding: unset;
  }
}
.p-mall .section-header {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-mall .section-header {
    margin-bottom: 65px;
  }
}
.p-mall-hero__inner {
  background-image: url("./img/mall/fv.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 144.5333333333vw;
  display: flex;
  padding-top: 8.5%;
  max-height: 580px;
}
@media screen and (min-width: 768px) {
  .p-mall-hero__inner {
    background-image: url("./img/mall/fv-pc.webp");
    height: 600px;
    max-height: unset;
  }
}
@media screen and (min-width: 1024px) {
  .p-mall-hero__inner {
    height: 53.074670571vw;
  }
}
@media screen and (min-width: 1300px) {
  .p-mall-hero__inner {
    padding-top: 219px;
  }
}
.p-mall-hero__content {
  max-width: 800px;
}
@media screen and (min-width: 1024px) {
  .p-mall-hero__content {
    width: 100%;
  }
}
.p-mall-hero__title {
  font-size: 28px;
  font-family: var(--font-zen);
  font-weight: 700;
  line-height: 1.429;
  letter-spacing: 0.09em;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-mall-hero__title {
    font-size: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .p-mall-hero__title {
    font-size: 45px;
  }
}
.p-mall-hero__title .u-text-blue {
  color: #05438b;
}
@media screen and (min-width: 1024px) {
  .p-mall-hero .u-show-sp {
    display: none;
  }
}
.p-mall-hero__text {
  font-size: 15px;
  font-family: var(--font-zen);
  letter-spacing: 0;
  font-weight: bold;
  margin-bottom: 37%;
}
@media screen and (min-width: 768px) {
  .p-mall-hero__text {
    font-size: 16px;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .p-mall-hero__text {
    font-size: 18px;
  }
}
.p-mall-hero__btn .c-btn-green::after {
  margin-left: 10px;
  background-image: url("./img/common/icon/icon_right-white.svg");
}
.p-mall-benefits {
  padding: 80px 0;
}
.p-mall-benefits .l-container {
  max-width: 1210px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-mall-benefits {
    padding: 100px 0;
  }
}
.p-mall-benefits__sub-title {
  font-family: var(--font-zen);
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  color: #05438b;
  line-height: 1.423;
}
@media screen and (min-width: 768px) {
  .p-mall-benefits__sub-title {
    font-size: 30px;
  }
}
.p-mall-benefits__list {
  display: flex;
  flex-direction: column;
  gap: 45px;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .p-mall-benefits__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .p-mall-benefits__list {
    gap: 50px;
  }
}
.p-mall-benefits__item {
  background-color: #e2ecf8;
  padding: 59px 15px 36px;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-mall-benefits__item::before {
  content: "";
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 140px;
  height: 140px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 1;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .p-mall-benefits__item::before {
    width: 160px;
    height: 160px;
  }
}
.p-mall-benefits__item.is-01::before {
  background-image: url("./img/mall/merit01.svg");
}
.p-mall-benefits__item.is-02::before {
  background-image: url("./img/mall/merit02.svg");
}
.p-mall-benefits__item.is-03::before {
  background-image: url("./img/mall/merit03.svg");
}
.p-mall-benefits__number {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  background-color: #fff;
  color: #1d805d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 24px;
  z-index: 1;
}
.p-mall-benefits__content {
  position: relative;
  z-index: 1;
}
.p-mall-benefits__item-title {
  font-family: var(--font-zen);
  font-size: 22px;
  font-weight: 700;
  color: #05438b;
  line-height: 1.5;
  margin-bottom: 18px;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-mall-benefits__item-title {
    font-size: 24px;
  }
}
.p-mall-benefits__item-text {
  font-size: 15px;
  line-height: 1.8;
  color: #212529;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-mall-benefits__item-text {
    font-size: 18px;
  }
}
.p-mall-reasons {
  padding: 80px 0;
  background-color: #e8ecf1;
}
.p-mall-reasons .l-container {
  margin-inline: auto;
  max-width: 1210px;
}
@media screen and (min-width: 768px) {
  .p-mall-reasons {
    padding: 100px 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-mall-reasons .section-header {
    margin-bottom: 50px !important;
  }
}
.p-mall-reasons .section-header__sub-title {
  font-family: var(--font-zen);
  font-size: 14px;
  color: #05438b;
}
@media screen and (min-width: 768px) {
  .p-mall-reasons .section-header__sub-title {
    font-size: 18px;
  }
}
.p-mall-reasons .section-header__heading {
  color: #05438b;
}
.p-mall-reasons .section-header__heading .u-text-green {
  color: #1d805d;
}
.p-mall-reasons .section-header__en {
  color: #1d805d;
  font-family: var(--font-zen);
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .p-mall-reasons .section-header__en {
    font-size: 20px;
  }
}
.p-mall-reasons__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .p-mall-reasons__list {
    gap: 30px;
    margin-top: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .p-mall-reasons__list {
    gap: 24px;
  }
}
.p-mall-reasons__item {
  background-color: #fff;
  padding: 50px 15px 35px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-mall-reasons__item {
    flex-direction: row;
    text-align: left;
    align-items: center;
    padding: 40px 50px;
    gap: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .p-mall-reasons__item {
    gap: 45px;
  }
}
.p-mall-reasons__number {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background-color: #1d805d;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-zen);
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-mall-reasons__number {
    width: 60px;
    height: 60px;
    font-size: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .p-mall-reasons__number {
    width: 40px;
    height: 40px;
    font-size: 24px;
  }
}
.p-mall-reasons__icon {
  width: 100px;
  margin-bottom: 40px;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-mall-reasons__icon {
    width: 130px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-mall-reasons__icon {
    width: 90px;
    margin-left: 20px;
  }
}
.p-mall-reasons__icon img {
  width: 100%;
  height: auto;
}
.p-mall-reasons__content {
  flex: 1;
}
.p-mall-reasons__item-title {
  font-family: var(--font-zen);
  font-size: 22px;
  font-weight: 700;
  color: #05438b;
  margin-bottom: 18px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-mall-reasons__item-title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.p-mall-reasons__item-text {
  font-size: 15px;
  line-height: 1.8;
  text-align: left;
  width: 100%;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-mall-reasons__item-text {
    font-size: 17px;
  }
}
@media screen and (min-width: 1024px) {
  .p-mall-reasons__item-text {
    font-size: 18px;
  }
}
.p-mall-lead {
  padding: 80px 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-mall-lead {
    padding: 100px 0;
  }
}
.p-mall-lead__title {
  font-size: 21px;
  font-weight: 700;
  color: #05438b;
  letter-spacing: 0;
  margin-bottom: 30px;
  font-family: var(--font-zen);
}
@media screen and (min-width: 768px) {
  .p-mall-lead__title {
    font-size: 38px;
    margin-bottom: 40px;
    text-align: center;
    line-height: 1.447;
  }
}
.p-mall-lead__text {
  font-size: 15px;
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 47px;
}
@media screen and (min-width: 768px) {
  .p-mall-lead__text {
    font-size: 17px;
    margin-bottom: 35px;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .p-mall-lead__text {
    font-size: 18px;
  }
}
.p-mall-lead__contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}
@media screen and (min-width: 768px) {
  .p-mall-lead__contact {
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    gap: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .p-mall-lead__contact {
    gap: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .p-mall-lead__contact {
    gap: 120px;
  }
}
.p-mall-lead__contact .p-mall-lead__btn {
  width: 367px;
  height: 70px;
}
.p-mall-lead__tel {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-mall-lead__tel {
    text-align: left;
  }
}
.p-mall-lead__tel-text {
  font-size: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .p-mall-lead__tel-text {
    font-size: 41px;
    color: #05438b;
    justify-content: flex-start;
  }
}
.p-mall-lead__tel-text::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-image: url("./img/common/icon/icon_phone-blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .p-mall-lead__tel-text::before {
    width: 36px;
    height: 36px;
  }
}
.p-mall-lead__tel-time {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .p-mall-lead__tel-time {
    font-size: 18px;
    margin-top: -10px;
    color: #05438b;
    padding-left: 48px;
  }
}
.p-mall-lead__btn {
  width: 100%;
  max-width: 335px;
}
@media screen and (min-width: 768px) {
  .p-mall-lead__btn {
    max-width: 360px;
  }
}
.p-mall-lead__btn .c-btn-green {
  width: 100%;
  height: 70px;
  background-color: #1d805d;
  font-size: 18px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  letter-spacing: 0;
  position: relative;
  padding: unset;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-mall-lead__btn .c-btn-green {
    height: 65px;
    font-size: 18px;
  }
}
.p-mall-lead__btn .c-btn-green:hover {
  background-color: #3ec790;
}
.p-mall-lead__btn .c-btn-green .icon {
  width: 10px;
  height: 12px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-mall-lead__btn .c-btn-green::after {
  display: none;
}
.p-mall-contact {
  background-color: #05438b;
  color: #fff;
  padding: 60px 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-mall-contact {
    padding: 80px 0;
    background-image: url("./img/mall/contact_bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.p-mall-contact__title {
  font-size: 24px;
  font-family: var(--font-zen);
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .p-mall-contact__title {
    font-size: 30px;
  }
}
.p-mall-contact__tel {
  margin-bottom: 10px;
}
.p-mall-contact__tel a {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .p-mall-contact__tel a {
    font-size: 48px;
  }
}
.p-mall-contact__tel-info {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 30px;
}
.p-mall-contact__btn-wrap {
  max-width: 400px;
  margin: 0 auto;
}
.p-mall-contact__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #05438b;
  height: 60px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  transition: opacity 0.3s;
}
.p-mall-contact__btn:hover {
  opacity: 0.9;
}
.p-mall-contact__btn .icon {
  position: absolute;
  right: 20px;
  width: 14px;
  height: 14px;
  background-image: url("./img/common/icon/right-arrow_blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.p-news-list-header {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .p-news-list-header {
    margin-top: 100px;
  }
}

.p-news-list {
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .p-news-list {
    padding-bottom: 100px;
  }
}
.p-news-list__inner {
  max-width: 1180px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-news-list__inner {
    padding: 90px 40px 0;
  }
}
.p-news-list__items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-news-list__item {
  border-bottom: 1px solid #ccc;
}
.p-news-list__link {
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 40px 0;
  transition: opacity 0.3s;
}
.p-news-list__link:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .p-news-list__link {
    padding: 50px 100px;
  }
}
.p-news-list__meta {
  margin-bottom: 25px;
}
.p-news-list__date {
  font-size: 15px;
  color: #889cb0;
  letter-spacing: 0.05em;
  font-family: var(--font-zen);
}
@media screen and (min-width: 768px) {
  .p-news-list__date {
    font-size: 18px;
  }
}
.p-news-list__title {
  font-size: 15px;
  font-weight: 700;
  color: #05438b;
  line-height: 1.6;
  margin-bottom: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-news-list__title {
    font-size: 18px;
  }
}
.p-news-list__excerpt {
  font-size: 15px;
  line-height: 1.7;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-news-list__excerpt {
    font-size: 18px;
  }
}
.p-news-list__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-news-list__pagination {
    margin-top: 60px;
  }
}
.p-news-list__pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background-color: #e8ecf1;
  color: #212529;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (min-width: 768px) {
  .p-news-list__pagination .page-numbers {
    width: 44px;
    height: 44px;
    font-size: 18px;
  }
}
.p-news-list__pagination .page-numbers.current {
  background-color: #05438b;
  color: #fff;
}
.p-news-list__pagination .page-numbers:hover:not(.current) {
  background-color: #d1d9e2;
}
.p-news-list__pagination .page-numbers.prev, .p-news-list__pagination .page-numbers.next {
  background-color: transparent;
  width: 30px;
}
.p-news-list__pagination .page-numbers.prev:hover, .p-news-list__pagination .page-numbers.next:hover {
  background-color: transparent;
  opacity: 0.7;
}
.p-news-list__pagination .page-numbers.prev img, .p-news-list__pagination .page-numbers.next img {
  width: 7px;
  height: auto;
}

/* --- News Detail --- */
.p-news-detail {
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .p-news-detail {
    padding-bottom: 90px;
  }
}
.p-news-detail__inner {
  max-width: 1260px;
  margin: 0 auto;
  padding: 40px 0 0;
}
@media screen and (min-width: 768px) {
  .p-news-detail__inner {
    padding: 100px 40px 0;
  }
}
.p-news-detail__header {
  border-bottom: 1px solid #bbbbbb;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p-news-detail__header {
    padding-bottom: 20px;
    margin-bottom: 60px;
  }
}
.p-news-detail__title {
  font-size: 26px;
  font-weight: 700;
  color: #05438b;
  margin-bottom: 36px;
  letter-spacing: 0;
  font-family: var(--font-zen);
}
@media screen and (min-width: 768px) {
  .p-news-detail__title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.p-news-detail__meta {
  display: flex;
  align-items: center;
  color: #889cb0;
  font-family: var(--font-zen);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-news-detail__meta {
    font-size: 18px;
  }
}
.p-news-detail__content {
  font-size: 16px;
  margin-bottom: 40px;
  line-height: 2.222;
}
@media screen and (min-width: 768px) {
  .p-news-detail__content {
    font-size: 18px;
    margin-bottom: 60px;
  }
}
.p-news-detail__content h2 {
  font-size: 20px;
  font-weight: 700;
  color: var(--blue);
  background-color: #f7f9fb;
  border-left: 6px solid var(--blue);
  padding: 12px 15px;
  margin: 60px 0 30px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-news-detail__content h2 {
    font-size: 26px;
    padding: 15px 25px;
  }
}
.p-news-detail__content h2:first-child {
  margin-top: 0;
}
.p-news-detail__content h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--blue);
  border-bottom: 2px solid #e8ecf1;
  padding-bottom: 10px;
  margin: 50px 0 25px;
  line-height: 1.4;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-news-detail__content h3 {
    font-size: 24px;
  }
}
.p-news-detail__content h3::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 80px;
  height: 2px;
  background-color: var(--blue);
}
.p-news-detail__content h4 {
  font-size: 17px;
  font-weight: 700;
  color: var(--text);
  padding-left: 15px;
  border-left: 4px solid var(--green);
  margin: 40px 0 20px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-news-detail__content h4 {
    font-size: 20px;
  }
}
.p-news-detail__content h5 {
  font-size: 16px;
  font-weight: 700;
  color: var(--text);
  margin: 30px 0 15px;
  line-height: 1.4;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-news-detail__content h5 {
    font-size: 18px;
  }
}
.p-news-detail__content h5::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--green);
  margin-right: 10px;
  border-radius: 50%;
}
.p-news-detail__content p {
  margin-bottom: 1.5em;
}
.p-news-detail__content p:last-child {
  margin-bottom: 0;
}
.p-news-detail__content ul,
.p-news-detail__content ol {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}
.p-news-detail__content ul li,
.p-news-detail__content ol li {
  margin-bottom: 0.5em;
}
.p-news-detail__content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1.5em;
  display: block;
}
.p-news-detail__content iframe {
  max-width: 100%;
  margin-bottom: 1.5em;
}
.p-news-detail__content blockquote {
  padding: 20px;
  background-color: #f7f9fb;
  border-left: 4px solid #ccd6e1;
  margin-bottom: 1.5em;
  font-style: italic;
}
.p-news-detail__footer {
  border-top: 1px solid #bbbbbb;
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-news-detail__footer {
    padding-top: 60px;
  }
}
.p-news-detail__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 30px 0;
}
@media screen and (min-width: 768px) {
  .p-news-detail__nav {
    flex-wrap: nowrap;
    gap: 20px;
  }
}
.p-news-detail__back {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e8ecf1;
  color: #212529;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  width: 220px;
  height: 60px;
  order: -1;
  flex: 0 0 220px;
  margin: 0 auto 30px;
  transition: background-color 0.3s;
}
.p-news-detail__back:hover {
  background-color: #d1d9e2;
}
@media screen and (min-width: 768px) {
  .p-news-detail__back {
    flex: 0 0 220px;
    width: 220px;
    font-size: 18px;
    order: 0;
    margin: 0;
  }
}
.p-news-detail__back-icon {
  display: inline-block;
  width: 0;
  height: 0;
  border-right: 8px solid #212529;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  margin-right: 30px;
}
.p-news-detail__nav-link {
  display: flex;
  align-items: center;
  color: #05438b;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  transition: opacity 0.3s;
  width: 48%;
}
@media screen and (min-width: 768px) {
  .p-news-detail__nav-link {
    width: 120px;
    flex: 0 0 120px;
  }
}
.p-news-detail__nav-link:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .p-news-detail__nav-link {
    font-size: 16px;
  }
}
.p-news-detail__nav-link--prev::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-left: 2px solid currentColor;
  border-top: 2px solid currentColor;
  transform: rotate(-45deg);
  margin-right: 10px;
}
.p-news-detail__nav-link--next {
  justify-content: flex-end;
}
.p-news-detail__nav-link--next::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  transform: rotate(45deg);
  margin-left: 10px;
}
.p-news-detail .p-news-detail__nav {
  width: 100%;
  margin-inline: auto;
}

.p-faq {
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .p-faq {
    padding-bottom: 90px;
  }
}
.p-faq__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 46px 0px 0;
}
@media screen and (min-width: 768px) {
  .p-faq__inner {
    max-width: 1260px;
    padding: 60px 40px 0;
  }
}
.p-faq__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .p-faq__list {
    gap: 20px;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-faq__item {
  background-color: #fff;
  box-shadow: 0px 0px 18px rgba(10, 35, 65, 0.09);
}
.p-faq__item[open] .p-faq__icon::before {
  width: 14px;
  height: 2px;
}
.p-faq__item[open] .p-faq__icon::after {
  transform: scaleY(0);
}
.p-faq__q {
  display: flex;
  padding: 20px 35px 20px 15px;
  position: relative;
  cursor: pointer;
  list-style: none;
  align-items: flex-start;
}
.p-faq__q::-webkit-details-marker {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-faq__q {
    padding: 25px 100px 25px 30px;
    align-items: center;
  }
}
.p-faq__q-icon {
  color: #05438b;
  font-size: 15px;
  margin-right: 12px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-faq__q-icon {
    font-size: 18px;
  }
}
.p-faq__q-text {
  font-size: 15px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-faq__q-text {
    font-size: 18px;
  }
}
.p-faq__icon {
  position: absolute;
  right: 15px;
  top: 25px;
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-faq__icon {
    right: 45px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.p-faq__icon::before, .p-faq__icon::after {
  content: "";
  position: absolute;
  background-color: #05438b;
  transition: transform 0.3s ease, width 0.3s ease, height 0.3s ease;
}
.p-faq__icon::before {
  width: 10px;
  height: 2px;
}
.p-faq__icon::after {
  width: 2px;
  height: 10px;
}
.p-faq__a {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.4s ease;
}
.p-faq__item.is-open .p-faq__a {
  opacity: 1;
}
.p-faq__a-inner {
  display: flex;
  align-items: flex-start;
  padding: 0 15px 25px 15px;
}
@media screen and (min-width: 768px) {
  .p-faq__a-inner {
    padding: 0 100px 30px 30px;
  }
}
.p-faq__a-icon {
  color: #ef7820;
  font-size: 15px;
  font-weight: bold;
  margin-right: 12px;
}
@media screen and (min-width: 768px) {
  .p-faq__a-icon {
    font-size: 18px;
  }
}
.p-faq__a-text {
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-faq__a-text {
    font-size: 18px;
  }
}/*# sourceMappingURL=style.css.map */