@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
  font-weight: normal;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

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

li {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino kaku Gothic ProN", Meiryo, Verdana, arial, helvetica, sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
}

a:visited {
  color: inherit;
}

/* A elements that don't have a class get default styles */
/* a:not([class]) {
  text-decoration-skip-ink: auto;
} */
/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
  vertical-align: middle; /* 2 */
  font-style: italic; /* 3 */
  shape-margin: 0.75rem;
}

image {
  vertical-align: none !important;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  box-sizing: border-box;
  font-size: 62.5%;
  scroll-behavior: smooth;
}
html.is-active {
  overflow: hidden;
}

body {
  font-family: "Shippori Mincho", serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #333;
  font-style: normal;
}
body.is-active {
  overflow: hidden;
}

h2 {
  font-size: 20px;
}

section {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  section {
    margin-bottom: 100px;
  }
}

.l-footer {
  display: grid;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .l-footer {
    margin-bottom: 0;
  }
}
.l-footer > * {
  grid-area: 1/-1;
}
.l-footer__image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.l-footer__container {
  display: grid;
  row-gap: 30px;
  padding: 40px 0 0;
  text-align: center;
}
.l-footer__logo {
  margin: 0 auto;
  width: 149px;
}
@media screen and (min-width: 768px) {
  .l-footer__logo {
    justify-self: start;
  }
}
.l-footer__menu {
  font-size: 14px;
}
.l-footer__nav {
  display: flex;
  justify-content: center;
  -moz-column-gap: 50px;
       column-gap: 50px;
  row-gap: 10px;
}
.l-footer__nav a {
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .l-footer__nav {
    grid-template-columns: repeat(5, auto);
    padding: 30px 0;
  }
}
.l-footer__copyright {
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  background: linear-gradient(90deg, #0a5bbb 70%, #23a2f2);
  background: -webkit-linear-gradient(0deg, #0a5bbb 70%, #23a2f2);
  padding: 8px 0;
}

.l-header {
  display: grid;
  margin-bottom: 20px;
}
@media (min-width: 390px) {
  .l-header {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .l-header {
    height: clamp(600px, 100vh, 700px);
  }
}
@media screen and (min-width: 1024px) {
  .l-header {
    margin-bottom: 140px;
  }
}
@media (min-width: 1280px) {
  .l-header {
    margin-bottom: 220px;
    height: clamp(600px, 100vh, 900px);
  }
}
@media (min-width: 1600px) {
  .l-header {
    height: clamp(700px, 100vh, 1080px);
    margin-bottom: 200px;
  }
}
@media (aspect-ratio: 16/9) {
  .l-header {
    height: 100vh;
  }
}
@media (aspect-ratio: 16/10) {
  .l-header {
    height: 100vh;
  }
}
@media screen and (min-width: 768px) {
  .l-header > * {
    grid-area: 1/-1;
  }
}
.l-header__logo__opening {
  /* Loading アイコンの大きさ設定　*/
  width: 150px;
}
.l-header__container {
  height: 100%;
  order: -1;
}
.l-header__kv__container {
  display: grid;
}
.l-header__kv__container > * {
  grid-area: 1/-1;
}
.l-header__kv__image {
  width: 100%;
  height: 52vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-header__kv__image.-sp {
  -o-object-position: 3%;
     object-position: 3%;
}
@media (min-width: 390px) {
  .l-header__kv__image.-sp {
    -o-object-position: 12%;
       object-position: 12%;
    height: 55vh;
  }
}
@media screen and (min-width: 768px) {
  .l-header__kv__image.-sp {
    height: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .l-header__kv__image.-sp {
    display: none;
  }
}
.l-header__kv__image.-pc {
  display: none;
}
@media screen and (min-width: 1440px) {
  .l-header__kv__image.-pc {
    height: 100%;
    display: block;
    -o-object-position: 44%;
       object-position: 44%;
  }
}
.l-header__kv__catchphrase {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-header__kv__catchphrase {
    margin-left: 52vw;
  }
}
@media screen and (min-width: 1024px) {
  .l-header__kv__catchphrase {
    display: grid;
    margin-top: clamp(50px, 11vw, 90px);
    justify-self: center;
    align-self: start;
  }
}
@media (min-width: 2160px) {
  .l-header__kv__catchphrase {
    margin-left: 42vw;
  }
}
.l-header__kv__title {
  overflow: hidden;
}
.l-header__kv__title.-sp {
  justify-self: center;
  padding-top: clamp(20px, 8.333333vw, 200px);
  letter-spacing: 0.08em;
  background: -webkit-linear-gradient(5deg, #1d50a2, #00b3e8 60%, #12cbff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(26px, 6.933333vw, 48px);
}
@media screen and (min-width: 1024px) {
  .l-header__kv__title.-sp {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .l-header__kv__title {
    background: linear-gradient(90deg, #1d50a2, #8ad1e6 60%, #bbeffe);
    background: -webkit-linear-gradient(5deg, #1d50a2, #00b3e8 60%, #12cbff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-size: clamp(48px, 4.6875vw, 72px);
    padding: 0.5em;
  }
}
.l-header__kv-text__container {
  display: grid;
}
.l-header__kv-text__container > * {
  grid-area: 1/-1;
}
@media screen and (min-width: 768px) {
  .l-header__kv-text__container > * {
    display: none;
  }
}
.l-header__kv-text__wrapper {
  display: grid;
  justify-items: center;
  font-family: "Shippori Mincho", serif;
  color: #1d50a2;
  text-wrap: nowrap;
  gap: 5px;
}
@media screen and (min-width: 768px) {
  .l-header__kv-text__wrapper {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .l-header__kv-text__wrapper {
    display: none;
  }
}
.l-header__kv-text__wrapper > p {
  font-size: clamp(16px, 1.5625vw, 34px);
  font-weight: 700;
  letter-spacing: 0.1em;
}
.l-header__kv-text__wrapper-pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .l-header__kv-text__wrapper-pc {
    display: block;
    justify-self: start;
    width: 100%;
    padding-left: 10vw;
  }
}
@media screen and (min-width: 768px) {
  .l-header__kv-text__wrapper-pc {
    padding-left: 7vw;
  }
}
.l-header__kv-text__wrapper-pc > p {
  font-size: clamp(16px, 1.7578125vw, 24px);
  padding-bottom: 0.2em;
  color: #3f78b7;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(222, 222, 222, 0.7);
  letter-spacing: 0.13em;
}
.l-header__text__wrapper {
  align-self: center;
  justify-self: end;
  margin-top: -10%;
}
.l-header__text__wrapper p {
  text-shadow: 1px 2px 3px #fff;
}
.l-header.-not-front > * {
  grid-area: auto;
}
@media (max-width: 767px) {
  .l-header.-not-front {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .l-header.-not-front {
    grid-template-rows: 100px 1fr auto;
    height: clamp(610px, 40vw, 1000px);
    margin-bottom: 0;
  }
}
.l-header.-not-front .p-nav__items {
  background-color: #f5f9ff;
}

.l-global__container {
  overflow: hidden;
}

.l-content__container {
  width: 1440px;
  max-width: 100%;
  margin-inline: auto;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .l-content__container {
    padding: 0;
  }
}

.l-section__container {
  width: 100%;
}

/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #092e71;
  text-align: center;
  color: #fff;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* fadeUpをするアイコンの動き */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.c-blur {
  animation-name: blurAnimation;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
}

@keyframes blurAnimation {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
.c-background-gradation.-main-color {
  background: linear-gradient(90deg, #1d50a2, #1882d9);
  background: -webkit-linear-gradient(-45deg, #1d50a2, #1882d9);
}
.c-background-gradation.-light-blue {
  background: linear-gradient(0deg, #eef8fe, #62c4ff);
  background: -webkit-linear-gradient(90deg, #62c4ff, #eef8fe);
}

.c-button-morebutton {
  box-shadow: none;
}
.c-button-more a {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 16px;
  width: 180px;
  height: 50px;
  border: 1px solid #fff;
  background-color: #fff;
  color: #1d50a2;
  transition: background-color 0.3s, color 0.4s;
}
.c-button-more a::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #1d50a2;
  border-right: solid 2px #1d50a2;
  transform: rotate(45deg);
}
.c-button-more a:hover::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.c-button-more a:hover {
  background-color: #1d50a2;
  color: #fff;
}
.c-button-more.-blue a {
  background-color: #1d50a2;
  border: 2px solid #1d50a2;
  color: #fff;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}
.c-button-more.-blue a::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.c-button-more.-blue a:hover::after {
  border-top: solid 2px #1d50a2;
  border-right: solid 2px #1d50a2;
}
.c-button-more.-blue a:hover {
  background-color: #fff;
  color: #1d50a2;
}
.c-button-more.-green a {
  background-color: #73ba00;
  border: 2px solid #73ba00;
  color: #fff;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}
.c-button-more.-green a::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.c-button-more.-green a:hover::after {
  border-top: solid 2px #73ba00;
  border-right: solid 2px #73ba00;
}
.c-button-more.-green a:hover {
  background-color: #fff;
  color: #73ba00;
}

.c-breadcrumbs {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-breadcrumbs {
    display: block;
    color: #1d50a2;
    font-size: 14px;
    font-family: "Noto Sans JP", sans-serif;
    margin-left: 50px;
    margin-top: 50px;
  }
}

.c-copy {
  color: #fff;
}

.blur {
  opacity: 0;
}
.blur.is-animated {
  animation-name: blurAnime;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    opacity: 0;
  }
  to {
    filter: blur(0);
    opacity: 1;
  }
}
.c-hamburger {
  width: 47px;
  height: 47px;
  display: flex;
  transition: all 0.4s;
}
.c-hamburger.is-active {
  visibility: hidden;
  opacity: 0;
}

.c-hamburger__menu {
  position: relative;
  opacity: 1;
  z-index: 9999;
}
.c-hamburger__menu div {
  width: 30px;
  height: 2px;
  background-color: #000;
  margin: 0 auto 9px;
}
.c-hamburger__menu div:last-child {
  margin-bottom: 0;
}
.c-hamburger__menu div {
  transition: all 0.3s ease-out !important;
}
.c-hamburger__menu.is-active {
  opacity: 0;
}

.c-hamburger__menu.-white div {
  background-color: #fff;
}

.c-hamburger__close {
  width: 28px;
  height: 28px;
  justify-self: start;
}
.c-hamburger__close > div {
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #13334e;
}
.c-hamburger__close > div:first-child {
  transform: rotate(45deg);
}
.c-hamburger__close > div:last-child {
  transform: rotate(-45deg);
}

.swiper-container {
  width: 100%;
  height: 445px;
  max-width: 335px;
  margin: 0 auto !important;
  overflow: visible !important;
}
@media screen and (min-width: 768px) {
  .swiper-container {
    height: 44.375vw;
    max-width: 76.3888888889vw;
  }
}

.swiper-slide {
  width: 100%;
  height: 100%;
  overflow: visible;
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
}

.mainvisual {
  overflow-x: hidden;
  background-color: #f1f8fb;
  position: relative;
  padding-top: 6px;
  padding-bottom: 76px; /*ここでページネーションのためのマージンを決定*/
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 30px; /*ここでページネーションの上下位置を決定*/
  left: 0;
  width: 100%;
}

/* ページネーションのサイズと色 */
.swiper-pagination {
  height: 30px;
  width: 30px;
}

.c-swiper__image {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-swiper__image {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .c-swiper__image-sp {
    display: none;
  }
}

.slidein,
.slidein-l,
.fadein {
  opacity: 0;
}

.c-anim-box.slidein.is-animated {
  animation-name: slideIn;
  animation-duration: 1s !important;
  animation-timing-function: cubic-bezier(0.25, 1, 0.5, 1) !important;
  animation-iteration-count: 1 !important;
  animation-fill-mode: forwards !important;
}
.c-anim-box.slidein.is-animated.-delay {
  animation-delay: 0.3s !important;
}
.c-anim-box.slidein.is-animated.-delay-m {
  animation-delay: 0.7s !important;
}
.c-anim-box.slidein.is-animated.-delay-l {
  animation-delay: 1s !important;
}
.c-anim-box.slidein.is-animated.-delay-xl {
  animation-delay: 1.4s !important;
}
.c-anim-box.slidein-l.is-animated {
  animation-name: slideIn-l;
  animation-duration: 1s !important;
  animation-timing-function: cubic-bezier(0.25, 1, 0.5, 1) !important;
  animation-iteration-count: 1 !important;
  animation-fill-mode: forwards !important;
}
.c-anim-box.slidein-l.is-animated.-delay {
  animation-delay: 0.3s !important;
}
.c-anim-box.slidein-l.is-animated.-delay-m {
  animation-delay: 0.7s !important;
}
.c-anim-box.slidein-l.is-animated.-delay-l {
  animation-delay: 1s !important;
}
.c-anim-box.slidein-l.is-animated.-delay-xl {
  animation-delay: 1.4s !important;
}
.c-anim-box.istretch.is-animated {
  animation: istretch 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards !important;
}
.c-anim-box.istretch.is-animated.-delay {
  animation-delay: 0.3s !important;
}
.c-anim-box.istretch.is-animated.-delay-m {
  animation-delay: 0.7s !important;
}
.c-anim-box.istretch.is-animated.-delay-l {
  animation-delay: 1s !important;
}
.c-anim-box.istretch.is-animated.-delay-xl {
  animation-delay: 1.4s !important;
}
.c-anim-box.fadein.is-animated {
  animation: fadeIn 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards !important;
}
.c-anim-box.fadein.is-animated.-delay {
  animation-delay: 0.3s !important;
}
.c-anim-box.fadein.is-animated.-delay-m {
  animation-delay: 0.7s !important;
}
.c-anim-box.fadein.is-animated.-delay-l {
  animation-delay: 1s !important;
}
.c-anim-box.fadein.is-animated.-delay-xl {
  animation-delay: 1.4s !important;
}
.c-anim-box.flashBorder.is-animated {
  animation-name: blinkBorder;
  animation-duration: 2s !important;
  animation-iteration-count: 2 !important;
  animation-fill-mode: forwards !important;
}
.c-anim-box.fadeUp {
  opacity: 0;
  visibility: hidden;
}
.c-anim-box.fadeUp.is-animated {
  animation: fadeUp 1s forwards !important;
  opacity: 0;
}
.c-anim-box.fadeUp.-delay {
  animation-delay: 0.3s !important;
}
.c-anim-box.fadeUp.-delay__lg {
  animation-delay: 0.6s !important;
}
.c-anim-box.fadeUp.-delay__xl {
  animation-delay: 2.5s !important;
}
.c-anim-box.fadeUp01 {
  opacity: 0;
  visibility: hidden;
}
.c-anim-box.fadeUp01.is-animated {
  animation: fadeUp01 1s forwards !important;
  opacity: 0;
}
.c-anim-box.fadeUp01.-delay {
  animation-delay: 0.3s !important;
}

@keyframes slideIn {
  0% {
    transform: translateX(20%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@keyframes slideIn-l {
  0% {
    transform: translateX(-20%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@keyframes istretch {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 100%;
  }
  40%, 100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(1em);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
}
@keyframes fadeUp01 {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(1em);
  }
  100% {
    opacity: 0.1;
    transform: translateY(0);
    visibility: visible;
  }
}
/* 枠の点滅のアニメーション */
@keyframes blinkBorder {
  0% {
    border: 6px solid #ffae00;
  }
  50% {
    border: 6px solid #efefef;
  }
  100% {
    border: 6px solid #ffae00;
  }
}
/*====== 9-1-1 縦線が動いてスクロールを促す =======*/
/*スクロールダウン全体の場所*/
.scrolldown1 {
  display: none;
}
@media screen and (min-width: 768px) {
  .scrolldown1 {
    display: block;
    /*描画位置※位置は適宜調整してください*/
    position: absolute;
    left: 50%;
    margin-bottom: 100px;
    /*全体の高さ*/
    height: 50px;
    align-self: end;
  }
}

/*Scrollテキストの描写*/
.scrolldown1 span {
  /*描画位置*/
  position: absolute;
  left: -21px;
  top: -15px;
  /*テキストの形状*/
  color: #eee;
  font-size: 14px;
  letter-spacing: 0.05em;
}

/* 線の描写 */
.scrolldown1::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 0;
  /*線の形状*/
  width: 1px;
  height: 30px;
  background: #eee;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
.c-registration-number {
  font-family: "Noto suns jp", serif;
  font-size: 10px;
  margin-top: 10px;
}

.c-logo__img {
  height: 45px;
}
@media screen and (min-width: 1024px) {
  .c-logo__img {
    height: 53px;
  }
}

.error404 {
  overflow: hidden !important;
}

.p-404 {
  font-size: 24px;
  font-weight: 500;
  margin: 60px auto;
}
@media screen and (min-width: 768px) {
  .p-404 {
    font-size: 60px;
  }
}
.p-404__container {
  height: 600px;
}

.p-about .p-content__bcg-cover,
.p-service .p-content__bcg-cover {
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-about .p-content__bcg-cover,
  .p-service .p-content__bcg-cover {
    width: 100%;
    margin-top: 25%;
  }
}
@media screen and (min-width: 1024px) {
  .p-about .p-content__bcg-cover,
  .p-service .p-content__bcg-cover {
    margin-top: 0;
    width: 95%;
  }
}
.p-about .p-content__container,
.p-service .p-content__container {
  margin-inline: auto;
  margin-bottom: 60px;
}
@media screen and (min-width: 1024px) {
  .p-about .p-content__container,
  .p-service .p-content__container {
    margin-bottom: 80px;
    margin-inline: 0;
  }
}
@media screen and (min-width: 1440px) {
  .p-about .p-content__container,
  .p-service .p-content__container {
    margin-bottom: 120px;
    margin-inline: 0;
  }
}
.p-about .p-content__text-box,
.p-service .p-content__text-box {
  padding: 0px 15px 30px;
  align-self: start;
}
@media screen and (min-width: 768px) {
  .p-about .p-content__text-box,
  .p-service .p-content__text-box {
    padding: 30px 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-about .p-content__text-box,
  .p-service .p-content__text-box {
    padding: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .p-about .p-content__text-box.-left,
  .p-service .p-content__text-box.-left {
    order: -1;
  }
}
.p-about .p-concept__content__text-box.-order,
.p-service .p-concept__content__text-box.-order {
  order: 1;
}
@media screen and (min-width: 1024px) {
  .p-about .p-concept__content__text-box.-order,
  .p-service .p-concept__content__text-box.-order {
    order: 0;
  }
}
@container content-container (min-width: 730px) {
  .p-about .p-content__wrapper,
  .p-service .p-content__wrapper {
    padding-bottom: 5cqw;
    padding: 5cqw;
  }
}
@container content-container (min-width: 960px) {
  .p-about .p-content__wrapper,
  .p-service .p-content__wrapper {
    padding-top: 0cqw;
    padding-bottom: 0cqw;
    padding: 3cqw 0;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .p-about .p-content__wrapper,
  .p-service .p-content__wrapper {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 1024px) {
  .p-about .p-content__wrapper,
  .p-service .p-content__wrapper {
    grid-template-columns: 1fr 1.1fr;
  }
}
.p-about .p-content__wrapper .p-content__describe,
.p-service .p-content__wrapper .p-content__describe {
  margin: 0;
}
.p-about__concept__title.-fz-small,
.p-service__concept__title.-fz-small {
  font-size: 20px;
}
@media (min-width: 390px) {
  .p-about__concept__title.-fz-small,
  .p-service__concept__title.-fz-small {
    font-size: 24px;
  }
}
.p-access__container {
  display: grid;
  row-gap: 60px;
  font-family: "Noto Sans JP", sans-serif;
  color: #1d50a2;
}
@media screen and (min-width: 768px) {
  .p-access__container {
    justify-content: center;
    margin: 0 30px;
  }
}
@media screen and (min-width: 1024px) {
  .p-access__container {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto auto;
    -moz-column-gap: 60px;
         column-gap: 60px;
    justify-items: stretch;
    align-items: start;
  }
}
.p-access__wrapper {
  display: grid;
  row-gap: 30px;
  align-content: start;
}
@media screen and (min-width: 1024px) {
  .p-access__wrapper {
    grid-template-rows: subgrid;
    grid-row: span 4;
  }
}
.p-access__part-title {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-access__part-title {
    font-size: 24px;
  }
}
.p-access__info {
  font-size: 14px;
  display: grid;
  justify-content: center;
}
@media (min-width: 390px) {
  .p-access__info {
    text-wrap: nowrap;
  }
}
@media screen and (min-width: 768px) {
  .p-access__info {
    font-size: 18px;
    padding-top: 2em;
  }
}
@media screen and (min-width: 1024px) {
  .p-access__info {
    font-size: 14px;
  }
}
.p-access__office__wrapper {
  display: grid;
  row-gap: 30px;
}
.p-access__map__wrapper {
  display: grid;
  row-gap: 30px;
}
.p-access__map {
  display: grid;
  row-gap: 30px;
}
.p-access__map__describes > li {
  padding-bottom: 0.5em;
}
.p-access__button {
  justify-self: center;
}

.toggle-button {
  cursor: pointer;
  width: 14px;
  height: 14px;
  position: relative;
  margin-bottom: 1px;
  justify-self: end;
}

.horizontal-line,
.vertical-line {
  position: absolute;
  background-color: black;
  transition: opacity 0.4s ease;
}

.horizontal-line {
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  transform: translateY(-50%);
}

.vertical-line {
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  transform: translateX(-50%);
}

.vertical-line.hidden {
  opacity: 0;
}

.p-accordion {
  display: grid;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .p-accordion {
    width: 700px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1024px) {
  .p-accordion {
    width: 880px;
  }
}
@media screen and (min-width: 1440px) {
  .p-accordion {
    width: 990px;
  }
}
.p-accordion__content {
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 10px;
       column-gap: 10px;
  background-color: #ececec;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease, opacity 0.2s ease;
  opacity: 0;
  padding: 0px 15px; /* 初期状態ではパディングを適用 */
  box-sizing: border-box;
}
.p-accordion__content.is-open {
  max-height: 500px; /* 開いた時の適切な最大高さを調整。この値は内容に合わせて調整 */
  opacity: 1;
  padding: 15px; /* 初期状態ではパディングを適用 */
}
.p-accordion__question__container {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  -moz-column-gap: 7px;
       column-gap: 7px;
  padding: 15px;
  background: #eef8fe;
}
.p-accordion__question__wrapper {
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.p-banner {
  display: grid;
  row-gap: 30px;
}
@media screen and (min-width: 768px) {
  .p-banner {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .p-banner {
    width: 100%;
  }
}
.p-banner__comment {
  text-align: center;
}
.p-banner__container {
  display: grid;
  grid-template-columns: repeat(1, 280px);
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 30px;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 1024px) {
  .p-banner__container {
    grid-template-columns: repeat(3, 280px);
  }
}
.p-banner__container.-external-link {
  grid-template-columns: repeat(auto-fit, minmax(180px, auto));
}
.p-banner__wrapper {
  color: #fff;
  text-wrap: nowrap;
}
.p-banner__main {
  display: grid;
  gap: 10px;
  grid-template-columns: auto 1fr;
  align-items: center;
}
.p-banner__main.-line {
  margin-left: -20px;
}
.p-banner__link {
  position: relative;
  display: grid;
  justify-items: center;
  align-items: center;
  padding: 15px 0;
  text-align: center;
  background: linear-gradient(90deg, #1d50a2, #1882d9);
  background: -webkit-linear-gradient(-45deg, #1d50a2, #1882d9);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}
.p-banner__link.-line {
  background: linear-gradient(90deg, #42b247, #73cc5f);
  background: -webkit-linear-gradient(-45deg, #42b247, #06c755);
}
.p-banner__mail::after {
  position: absolute;
  content: "";
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  justify-self: end;
  right: 20px;
}
.p-banner__line::after {
  position: absolute;
  content: "";
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  justify-self: end;
  right: 20px;
}
.p-banner__main-text {
  font-size: 24px;
}
.p-banner__main-text.-line {
  font-size: 20px;
}
.p-banner__sub-text {
  font-size: 14px;
}
.p-banner__external-link {
  display: inline-block;
}
.p-banner__text {
  text-wrap: nowrap;
}

.gym-banner-link img {
  max-width: 190px;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-inline: auto;
}

.p-company__placeholder {
  padding: 2em;
  text-align: center;
  color: #666;
}

/* ============================================================
   MURO ESTATE - About Page CSS
   Style Guide:
     Main:    #1F4FA3 (Navy)
     Sub:     #5D9CEC (Light Blue)
     Accent:  #234D95
     BG:      #F7F8FA (Light Gray), #FAFAF8 (Light Beige)
     Text:    #2C2C2C (Dark), #5A6070 (Gray)
   Fonts:
     Serif:   Noto Serif JP (見出し)
     Gothic:  Noto Sans JP (本文・UI)
============================================================ */
/* ============================================================
   CSS RESET & VARIABLES
============================================================ */
:root {
  --navy: #1f4fa3;
  --navy-dark: #163a7a;
  --navy-deeper: #0f2855;
  --blue-sub: #5d9cec;
  --blue-light: #ebf2fb;
  --white: #ffffff;
  --bg-light: #f7f8fa;
  --bg-beige: #f9f7f4;
  --text-dark: #2c2c2c;
  --text-mid: #5a6070;
  --text-light: #8a92a0;
  --border: #d8dee8;
  --shadow-sm: 0 2px 10px rgba(31, 79, 163, 0.08);
  --shadow-md: 0 4px 24px rgba(31, 79, 163, 0.12);
  --radius-sm: 4px;
  --radius-md: 8px;
  --transition: 0.25s ease;
  --font-serif: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  --font-sans:
    "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  --container: 1100px;
  --sp-padding: 24px;
}

/* ============================================================
   LAYOUT UTILITIES
============================================================ */
.p-company__container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 20px;
}

.p-company__section-padding {
  padding: 96px 0;
}

.p-company__section-padding--lg {
  padding: 120px 0;
}

.p-company__section--bg-light {
  background-color: var(--bg-light);
}

.p-company__section--bg-navy {
  background-color: var(--navy-deeper);
}

/* ============================================================
   FADE IN ANIMATION
============================================================ */
/* フェードは _basicAnimation.scss の .c-anim-box.fadeUp と isobserv.js の .is-animated で制御 */
/* ============================================================
   SECTION COMMON ELEMENTS
============================================================ */
.p-company__section-label {
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.18em;
  color: var(--blue-sub);
  text-transform: uppercase;
  margin-bottom: 12px;
}

.p-company__section-label--light {
  color: rgba(93, 156, 236, 0.9);
}

.p-company__section-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--text-dark);
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .p-company__section-title {
    font-size: 40px;
  }
}

.p-company__section-title--serif {
  font-family: var(--font-serif);
  font-weight: 500;
}

.p-company__section-title--center {
  text-align: center;
}

.p-company__section-title--light {
  color: var(--white);
}

.p-company__section-lead {
  font-size: 16px;
  color: var(--text-mid);
  text-align: center;
  line-height: 1.9;
  margin-bottom: 56px;
}

/* ============================================================
   BUTTONS
============================================================ */
.p-company__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: var(--radius-sm);
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: background-color var(--transition), color var(--transition), border-color var(--transition), box-shadow var(--transition);
  border: 2px solid transparent;
  text-decoration: none;
}

.p-company__btn--navy {
  background-color: var(--navy);
  color: var(--white);
  border-color: var(--navy);
}

.p-company__btn--navy:hover {
  background-color: var(--navy-dark);
  border-color: var(--navy-dark);
}

.p-company__btn--navy-white-hover:visited {
  color: var(--white);
}
.p-company__btn--navy-white-hover:hover {
  background-color: var(--white);
  border-color: var(--navy);
  color: var(--navy);
}

.p-company__btn--white {
  background-color: var(--white);
  color: var(--navy);
  border-color: var(--white);
}

.p-company__btn--white:hover {
  background-color: var(--blue-light);
  border-color: var(--blue-light);
}

.p-company__btn--outline-light {
  background-color: transparent;
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.5);
}

.p-company__btn--outline-light:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: var(--white);
}

.p-company__btn--outline-white {
  background-color: transparent;
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.6);
}

.p-company__btn--outline-white:hover {
  background-color: rgba(255, 255, 255, 0.12);
  border-color: var(--white);
}

.p-company__btn--lg {
  padding: 16px 40px;
  font-size: 14px;
}

/* ============================================================
   HEADER
============================================================ */
.p-company__site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(8px);
  transition: box-shadow var(--transition);
}

.p-company__site-header.is-scrolled {
  box-shadow: var(--shadow-md);
}

.p-company__header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 40px;
  height: 72px;
}

.p-company__header-logo {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.p-company__logo-link {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.p-company__logo-text-main {
  font-family: var(--font-serif);
  font-size: 16px;
  font-weight: 500;
  color: var(--navy);
  letter-spacing: 0.08em;
}

.p-company__logo-text-sub {
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 400;
  color: var(--text-mid);
  letter-spacing: 0.12em;
}

.p-company__header-nav {
  display: flex;
  align-items: center;
}

.p-company__nav-list {
  display: flex;
  align-items: center;
  gap: 8px;
}

.p-company__nav-link {
  font-size: 14px;
  font-weight: 400;
  color: var(--text-dark);
  padding: 6px 10px;
  border-radius: var(--radius-sm);
  letter-spacing: 0.04em;
  transition: color var(--transition), background-color var(--transition);
  white-space: nowrap;
}

.p-company__nav-link:hover {
  color: var(--navy);
  background-color: var(--blue-light);
}

.p-company__nav-link--active {
  color: var(--navy);
  font-weight: 500;
}

.p-company__nav-link--contact {
  background-color: var(--navy);
  color: var(--white);
  padding: 8px 16px;
}

.p-company__nav-link--contact:hover {
  background-color: var(--navy-dark);
  color: var(--white);
}

/* Hamburger */
.p-company__hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 36px;
  height: 36px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}

.p-company__hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--navy);
  border-radius: 2px;
  transition: transform var(--transition), opacity var(--transition);
}

.p-company__hamburger.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.p-company__hamburger.is-open span:nth-child(2) {
  opacity: 0;
}

.p-company__hamburger.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Mobile Menu */
.p-company__mobile-menu {
  display: none;
  position: fixed;
  top: 72px;
  left: 0;
  width: 100%;
  background-color: var(--white);
  border-top: 1px solid var(--border);
  border-bottom: 3px solid var(--navy);
  z-index: 999;
  box-shadow: var(--shadow-md);
  transform: translateY(-100%);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.p-company__mobile-menu.is-open {
  display: block;
  transform: translateY(0);
  opacity: 1;
}

.p-company__mobile-nav-list {
  padding: 16px 0;
}

.p-company__mobile-nav-link {
  display: block;
  padding: 14px 32px;
  font-size: 14px;
  color: var(--text-dark);
  border-bottom: 1px solid var(--bg-light);
  transition: background-color var(--transition), color var(--transition);
}

.p-company__mobile-nav-link:hover,
.p-company__mobile-nav-link--active {
  color: var(--navy);
  background-color: var(--blue-light);
}

.p-company__mobile-nav-link--contact {
  color: var(--navy);
  font-weight: 500;
}

/* ============================================================
   SECTION 1: FV
============================================================ */
.p-company__fv {
  margin-top: 72px;
  min-height: 560px;
  background-color: var(--navy-deeper);
  position: relative;
  overflow: hidden;
}

.p-company__fv::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(31, 79, 163, 0.85) 0%, rgba(15, 40, 85, 0.7) 60%, rgba(15, 40, 85, 0.5) 100%);
  z-index: 1;
}

.p-company__fv-inner {
  position: relative;
  z-index: 2;
  max-width: var(--container);
  margin: 0 auto;
  padding: 80px 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  min-height: 560px;
}

.p-company__fv-text {
  color: var(--white);
}

.p-company__fv-label {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 16px;
}

.p-company__fv-title {
  font-family: var(--font-serif);
  font-size: clamp(24px, 3.5vw, 32px);
  font-weight: 500;
  line-height: 1.4;
  color: var(--white);
  margin-bottom: 24px;
  letter-spacing: 0.04em;
}

.p-company__fv-lead {
  font-family: var(--font-serif);
  font-size: clamp(14px, 2vw, 18px);
  font-weight: 400;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 20px;
}

.p-company__fv-body {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 2;
  margin-bottom: 32px;
}

.p-company__fv-image {
  position: relative;
}

.p-company__fv-image-wrapper {
  position: relative;
}

.p-company__fv-img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--radius-md);
  display: block;
}

.p-company__fv-image-deco {
  position: absolute;
  bottom: -16px;
  right: -16px;
  width: 80%;
  height: 80%;
  border: 2px solid rgba(93, 156, 236, 0.4);
  border-radius: var(--radius-md);
  z-index: -1;
  pointer-events: none;
}

/* ============================================================
   SECTION 2: MISSION
============================================================ */
.p-company__mission {
  text-align: center;
}

.p-company__mission .p-company__section-label {
  display: block;
  text-align: center;
}

.p-company__mission .p-company__section-title {
  text-align: center;
  margin-bottom: 16px;
}

.p-company__mission-deco {
  width: 48px;
  height: 2px;
  background-color: var(--blue-sub);
  margin: 0 auto 48px;
  border-radius: 2px;
}

.p-company__mission-body {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}

.p-company__mission-body p {
  font-size: 16px;
  color: var(--text-mid);
  line-height: 2;
  margin-bottom: 20px;
}

.p-company__mission-body p:last-child {
  margin-bottom: 0;
}

/* ============================================================
   SECTION 3: VISION
============================================================ */
.p-company__vision-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.p-company__vision-body {
  font-size: 16px;
  color: var(--text-mid);
  line-height: 2;
  margin-bottom: 16px;
}

.p-company__vision-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
  margin-bottom: 0;
}

.p-company__vision-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  background-color: var(--blue-light);
  color: var(--navy);
  border-radius: 100px;
  font-size: 14px;
  font-weight: 500;
}

.p-company__vision-tag i {
  font-size: 14px;
  color: var(--blue-sub);
}

.p-company__vision-img {
  width: 100%;
  height: 440px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
}

/* ============================================================
   SECTION 4: VALUES
============================================================ */
.p-company__values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 0;
}

.p-company__value-card {
  background-color: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 40px 32px;
  position: relative;
  transition: box-shadow var(--transition), transform var(--transition);
}

.p-company__value-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}

.p-company__value-number {
  position: absolute;
  top: 24px;
  right: 24px;
  font-size: 25px;
  font-weight: 700;
  color: var(--blue-light);
  line-height: 1;
  font-family: var(--font-sans);
  letter-spacing: -0.02em;
}

.p-company__value-icon {
  aspect-ratio: 16/10;
  background-color: var(--blue-light);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.p-company__value-icon i {
  font-size: 18px;
  color: var(--navy);
}

.p-company__value-icon-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-company__value-title {
  font-family: var(--font-serif);
  font-size: 1.1em;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 14px;
  letter-spacing: 0.04em;
}

.p-company__value-body {
  font-size: 16px;
  color: var(--text-mid);
  line-height: 1.9;
}

/* ============================================================
   SECTION 5: MESSAGE
============================================================ */
.p-company__message {
  background: linear-gradient(135deg, rgb(31, 79, 163) 0%, rgb(15, 40, 85) 60%, rgb(15, 40, 85) 100%);
}
.p-company__message .p-company__section-title {
  color: var(--white);
}

.p-company__message-inner {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 64px;
  align-items: start;
  background-color: var(--white);
  border-radius: var(--radius-md);
  padding: 56px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border);
}

.p-company__message-photo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.p-company__message-photo-frame {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  flex-shrink: 0;
}

.p-company__message-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
@media screen and (min-width: 768px) {
  .p-company__message-img {
    height: 400px;
  }
}

.p-company__message-name-block {
  text-align: center;
}

.p-company__message-position {
  font-size: 14px;
  color: var(--text-light);
  letter-spacing: 0.08em;
  margin-bottom: 4px;
}

.p-company__message-name {
  font-family: var(--font-serif);
  font-size: 16px;
  font-weight: 500;
  color: var(--text-dark);
  letter-spacing: 0.1em;
}

.p-company__message-quote {
  font-family: var(--font-serif);
  font-size: 16px;
  font-weight: 500;
  color: var(--navy);
  line-height: 1.7;
  padding: 20px 24px;
  border-left: 3px solid var(--blue-sub);
  background-color: var(--blue-light);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  margin-bottom: 28px;
}

.p-company__message-title {
  font-size: 1.2em;
  font-weight: 700;
  color: var(--navy-dark);
  line-height: 2;
  margin-bottom: 1em;
}

.p-company__message-body {
  font-size: 16px;
  color: var(--text-mid);
  line-height: 2;
  margin-bottom: 1em;
}

.p-company__message-text {
  font-size: 16px;
  color: var(--text-mid);
  line-height: 2;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .p-company__message-text .p-company__message-quote {
    font-size: 1.2em;
    color: #0f2855;
  }
}

.p-company__message-text .p-company__message-body:last-of-type {
  margin-bottom: 0;
}

.p-company__message-sign {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid var(--border);
}

.p-company__message-sign-text {
  font-family: var(--font-serif);
  font-size: 16px;
  color: var(--text-mid);
  letter-spacing: 0.04em;
}

/* ============================================================
   SECTION 6: STORE
============================================================ */
/* about と同じグラデーション（.c-background-gradation.-main-color と同値） */
.p-company__store {
  background: linear-gradient(135deg, rgb(31, 79, 163) 0%, rgb(15, 40, 85) 60%, rgb(15, 40, 85) 100%);
}

.p-company__store-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  margin-top: 48px;
}

.p-company__store-img {
  width: 100%;
  height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--radius-md);
  opacity: 0.85;
}

.p-company__store-lead {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 2;
  margin-bottom: 32px;
}

.p-company__store-feature-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 36px;
}

.p-company__store-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.p-company__store-feature-icon {
  width: 40px;
  height: 40px;
  background-color: rgba(93, 156, 236, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.p-company__store-feature-icon i {
  font-size: 14px;
  color: var(--blue-sub);
}

.p-company__store-feature-text strong {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
  margin-bottom: 2px;
}

.p-company__store-feature-text p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
}

/* ============================================================
   SECTION 8: COMPANY
============================================================ */
.p-company__company-table-wrapper {
  max-width: 800px;
  margin: 0 auto 48px;
}

.p-company__company-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
}

.p-company__company-table th,
.p-company__company-table td {
  padding: 16px 20px;
  border-bottom: 1px solid var(--border);
  text-align: left;
  vertical-align: middle;
  line-height: 1.7;
}

.p-company__company-table th {
  width: 220px;
  background-color: var(--white);
  color: var(--text-mid);
  font-weight: 500;
  white-space: nowrap;
  font-size: 16px;
  letter-spacing: 0.03em;
}

.p-company__company-table td {
  background-color: var(--white);
  color: var(--text-dark);
}

.p-company__company-table td a {
  color: var(--navy);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color var(--transition);
}

.p-company__company-table td a:hover {
  color: var(--navy-dark);
}

.p-company__company-table tr:last-child th,
.p-company__company-table tr:last-child td {
  border-bottom: none;
}

.p-company__company-table tr:first-child th,
.p-company__company-table tr:first-child td {
  border-top: 2px solid var(--navy);
}

/* ============================================================
   SECTION 7b: ACCESS
============================================================ */
.p-company__access .p-access__container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.p-company__access .p-company__btn {
  width: -moz-fit-content;
  width: fit-content;
  justify-self: center;
}

/* ============================================================
   SECTION 9: CTA
============================================================ */
.p-company__cta {
  background-color: var(--navy);
  position: relative;
  overflow: hidden;
}

.p-company__cta::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(93, 156, 236, 0.15) 0%, transparent 70%);
  pointer-events: none;
}

.p-company__cta-inner {
  text-align: center;
  position: relative;
  z-index: 1;
}

.p-company__cta-label {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: var(--blue-sub);
  text-transform: uppercase;
  margin-bottom: 16px;
}

.p-company__cta-title {
  font-family: var(--font-serif);
  font-size: 32px;
  font-weight: 500;
  color: var(--white);
  margin-bottom: 24px;
  letter-spacing: 0.04em;
}

.p-company__cta-body {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 2;
  margin-bottom: 48px;
}

.p-company__cta-body span {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
}

.p-company__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.p-company__cta-tel {
  display: inline-block;
}

.p-company__cta-tel-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  color: rgba(255, 255, 255, 0.75);
  transition: color var(--transition);
}

.p-company__cta-tel-link:hover {
  color: var(--white);
}

.p-company__cta-tel-link i {
  font-size: 16px;
  margin-bottom: 4px;
  color: var(--blue-sub);
}

.p-company__cta-tel-num {
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
  letter-spacing: 0.05em;
  line-height: 1;
}

.p-company__cta-tel-note {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 0.05em;
}

/* ============================================================
   FOOTER
============================================================ */
.site-footer {
  background-color: var(--navy-deeper);
  color: rgba(255, 255, 255, 0.7);
  padding: 48px 0 32px;
}

.p-company__footer-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.footer-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.footer-logo .p-company__logo-text-main {
  color: var(--white);
  font-size: 16px;
}

.footer-logo .p-company__logo-text-sub {
  color: rgba(255, 255, 255, 0.5);
}

.footer-catch {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.05em;
}

.p-company__footer-nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px 20px;
}

.p-company__footer-nav-list a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
  transition: color var(--transition);
  padding: 4px 0;
}

.p-company__footer-nav-list a:hover {
  color: var(--white);
}

.footer-copy {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 0.05em;
  margin-top: 8px;
}

/* ============================================================
   SECTION 5b: INLINE CTA（代表メッセージ直後）
============================================================ */
.p-company__cta-inline {
  background-color: var(--blue-light);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 48px 0;
}

.p-company__cta-inline-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.p-company__cta-inline-title {
  font-family: var(--font-serif);
  font-size: 16px;
  font-weight: 500;
  color: var(--navy);
  margin-bottom: 8px;
  letter-spacing: 0.04em;
}

.p-company__cta-inline-body {
  font-size: 16px;
  color: var(--text-mid);
  line-height: 1.8;
}

.p-company__cta-inline-buttons {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
}

/* outline-navy ボタンをここで追加 */
.p-company__btn--outline-navy {
  background-color: transparent;
  color: var(--navy);
  border-color: var(--navy);
}

.p-company__btn--outline-navy:hover {
  background-color: var(--navy);
  color: var(--white);
}

/* ============================================================
   SECTION 6b: REASONS（選ばれる理由）
============================================================ */
.p-company__reasons-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.p-company__reason-card {
  background-color: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 36px 24px 32px;
  position: relative;
  transition: box-shadow var(--transition), transform var(--transition), border-color var(--transition);
}

.p-company__reason-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
  border-color: var(--blue-sub);
}

.p-company__reason-icon-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20px;
}

.p-company__reason-icon {
  width: 52px;
  height: 52px;
  background-color: var(--blue-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background-color var(--transition);
}

.p-company__reason-card:hover .p-company__reason-icon {
  background-color: var(--navy);
}

.p-company__reason-icon i {
  font-size: 16px;
  color: var(--navy);
  transition: color var(--transition);
}

.p-company__reason-card:hover .p-company__reason-icon i {
  color: var(--white);
}

.p-company__reason-num {
  font-size: 22px;
  font-weight: 700;
  color: var(--blue-light);
  line-height: 1;
  letter-spacing: -0.02em;
}

.p-company__reason-title {
  font-family: var(--font-serif);
  font-size: 14px;
  font-weight: 500;
  color: var(--navy);
  margin-bottom: 12px;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.p-company__reason-body {
  font-size: 16px;
  color: var(--text-mid);
  line-height: 1.9;
}

/* ============================================================
   SECTION 6c: HISTORY（会社沿革）
============================================================ */
.p-company__history-timeline {
  max-width: 760px;
  margin: 0 auto;
  position: relative;
}

/* 縦の軸線 */
.p-company__history-timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 88px; /* year幅に合わせる */
  width: 2px;
  background: linear-gradient(to bottom, var(--blue-sub), var(--border));
  border-radius: 2px;
}

.p-company__history-item {
  display: flex;
  align-items: flex-start;
  gap: 0;
  margin-bottom: 0;
  position: relative;
}

.p-company__history-item + .p-company__history-item {
  margin-top: 4px;
}

.p-company__history-year {
  width: 88px;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 700;
  color: var(--navy);
  padding: 14px 16px 14px 0;
  text-align: right;
  letter-spacing: 0.03em;
  line-height: 1.4;
}

.p-company__history-content {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 12px 0 12px 32px;
  position: relative;
  border-left: none;
}

.p-company__history-dot {
  position: absolute;
  left: -6px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--white);
  border: 2px solid var(--blue-sub);
  flex-shrink: 0;
  z-index: 1;
}

.p-company__history-dot--accent {
  background-color: var(--navy);
  border-color: var(--navy);
  width: 14px;
  height: 14px;
  left: -7px;
}

.p-company__history-content p {
  font-size: 16px;
  color: var(--text-dark);
  line-height: 1.7;
  padding: 12px 0;
}

.p-company__history-content p strong {
  color: var(--navy);
  font-weight: 500;
}

/* アクセント年（実績突破など）の行に背景 */
.p-company__history-item:has(.p-company__history-dot--accent) .p-company__history-content p {
  color: var(--navy-dark);
}

/* ============================================================
   RESPONSIVE: TABLET (max-width: 1024px)
============================================================ */
@media (max-width: 1024px) {
  .p-company__container {
    padding: 0 32px;
  }
  .p-company__header-inner {
    padding: 0 32px;
  }
  .p-company__fv-inner {
    padding: 64px 32px;
    gap: 40px;
  }
  .p-company__vision-inner {
    gap: 48px;
  }
  .p-company__message-inner {
    padding: 40px;
    gap: 40px;
  }
  /* Reasons */
  .p-company__reasons-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  /* History */
  .p-company__history-timeline::before {
    left: 76px;
  }
  .p-company__history-year {
    width: 76px;
  }
  /* Inline CTA */
  .p-company__cta-inline-inner {
    gap: 24px;
  }
}
/* ============================================================
   RESPONSIVE: MOBILE (max-width: 768px)
============================================================ */
@media (max-width: 768px) {
  :root {
    --container: 100%;
  }
  .p-company__container {
    padding: 0 var(--sp-padding);
  }
  .p-company__section-padding {
    padding: 64px 0;
  }
  .p-company__section-padding--lg {
    padding: 80px 0;
  }
  /* Header */
  .p-company__header-inner {
    padding: 0 20px;
    height: 64px;
  }
  .p-company__header-nav {
    display: none;
  }
  .p-company__hamburger {
    display: flex;
  }
  .p-company__mobile-menu {
    top: 64px;
  }
  /* FV */
  .p-company__fv {
    margin-top: 64px;
  }
  .p-company__fv-inner {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 48px 24px 64px;
    min-height: auto;
  }
  .p-company__fv-image {
    order: -1;
  }
  .p-company__fv-img {
    height: 240px;
  }
  .p-company__fv-image-deco {
    display: none;
  }
  /* Mission */
  .p-company__mission-body {
    text-align: left;
  }
  .p-company__mission .p-company__section-title {
    text-align: center;
    font-size: 14px;
  }
  /* Vision */
  .p-company__vision-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .p-company__vision-img {
    height: 240px;
  }
  /* Values */
  .p-company__values-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .p-company__value-card {
    padding: 32px 24px;
  }
  /* Message */
  .p-company__message-inner {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 32px 24px;
  }
  .p-company__message-photo {
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }
  .p-company__message-photo-frame {
    width: 120px;
    height: 150px;
    flex-shrink: 0;
  }
  .p-company__message-name-block {
    text-align: left;
  }
  /* Store */
  .p-company__store-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .p-company__store-img {
    height: 240px;
  }
  /* Reasons */
  .p-company__reasons-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  /* History */
  .p-company__history-timeline::before {
    left: 60px;
  }
  .p-company__history-year {
    width: 60px;
    font-size: 14px;
    padding-right: 12px;
  }
  .p-company__history-content {
    padding-left: 24px;
  }
  .p-company__history-content p {
    font-size: 16px;
  }
  /* Inline CTA */
  .p-company__cta-inline-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .p-company__cta-inline-buttons {
    width: 100%;
    flex-direction: column;
    gap: 10px;
  }
  .p-company__cta-inline-buttons .p-company__btn {
    justify-content: center;
  }
  /* Company Table */
  .p-company__company-table th,
  .p-company__company-table td {
    display: block;
    width: 100%;
    padding: 10px 16px;
  }
  .p-company__company-table th {
    background-color: var(--white);
    border-bottom: none;
    padding-bottom: 6px;
    font-size: 14px;
    white-space: normal;
  }
  .p-company__company-table td {
    border-bottom: 1px solid var(--border);
    padding-top: 6px;
    padding-bottom: 16px;
  }
  .p-company__company-table tr:first-child th {
    border-top: 2px solid var(--navy);
  }
  .p-company__company-table tr:first-child td {
    border-top: none;
  }
  /* CTA */
  .p-company__cta-buttons {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .p-company__btn--lg {
    width: 100%;
    max-width: 320px;
    justify-content: center;
  }
  .p-company__cta-tel-num {
    font-size: 20px;
  }
  /* Footer */
  .p-company__footer-inner {
    padding: 0 var(--sp-padding);
  }
  .p-company__footer-nav-list {
    gap: 2px 12px;
  }
  /* Section titles */
  .p-company__section-title {
    font-size: 18px;
  }
}
/* ============================================================
   RESPONSIVE: SMALL MOBILE (max-width: 480px)
============================================================ */
@media (max-width: 480px) {
  .p-company__cta-title {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .p-concept {
    background-image: url("../images/living01.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 90%;
    margin-inline: auto;
  }
}
.p-concept__opacty__container {
  background-color: rgba(255, 255, 255, 0.4);
}
.p-concept__container {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p-concept__grid__wrapper {
    padding: 40px;
    padding-bottom: 100px;
  }
}
.p-concept__background-image {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-concept__background-image {
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.7;
  }
}
.p-concept__contents {
  display: grid;
  -moz-column-gap: 40px;
       column-gap: 40px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  width: 275px;
  margin-inline: auto;
}
@media (min-width: 390px) {
  .p-concept__contents {
    width: 300px;
  }
}
@media screen and (min-width: 768px) {
  .p-concept__contents {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-concept__contents {
    padding: 0;
    grid-template-columns: repeat(3, auto);
  }
}
@media screen and (min-width: 1440px) {
  .p-concept__contents {
    grid-template-columns: repeat(3, minmax(275px, 285px));
  }
}
.p-concept__content__wrapper {
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-concept__content__wrapper {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 40px;
  }
}
.p-concept__content__text-box.p-content__text-box {
  color: #082c67;
}
@media screen and (min-width: 1024px) {
  .p-concept__content__title-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
}
.p-concept__number {
  font-family: "Shippori Mincho", serif;
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  opacity: 0.4;
  text-align: center;
}
.p-concept__title {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 0.6em;
  margin-top: -20px;
}
@media screen and (min-width: 1024px) {
  .p-concept__title {
    padding-bottom: 0;
    margin-top: 0;
  }
}
@media (min-width: 1280px) {
  .p-concept__title {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) {
  .p-concept__title__wrapper {
    padding-top: 50px;
  }
}
.p-concept__title__wrapper.p-section__title__wrapper {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-concept__title__background-image {
    display: none;
  }
}
.p-concept__describe {
  background: #fff;
  font-family: "Zen Kaku Gothic New";
  padding: 16px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .p-concept__describe {
    font-size: 16px;
  }
}
@media (min-width: 1280px) {
  .p-concept__describe {
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1.7em;
  }
}
.p-concept__button {
  margin-top: 40px;
  align-self: end;
  justify-self: center;
}

@media screen and (min-width: 768px) {
  .p-contact__info__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .p-contact__info__wrapper {
    grid-template-columns: 1fr;
    row-gap: 50px;
  }
}
.p-contact__text__wrapper {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-contact__text__wrapper {
    margin-bottom: 0;
    align-self: start;
    justify-self: end;
  }
}
@media screen and (min-width: 1024px) {
  .p-contact__text__wrapper {
    justify-self: center;
  }
}
.p-contact__info__message.p-banner__comment {
  width: 275px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-contact__info__message.p-banner__comment {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .p-contact__info__message.p-banner__comment {
    text-align: center;
    width: 420px;
    font-size: 16px;
  }
}
.p-contact__banner__container {
  justify-self: center;
}
@media screen and (min-width: 768px) {
  .p-contact__banner__container {
    justify-self: start;
    row-gap: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .p-contact__banner__container {
    justify-self: center;
  }
}
.p-contact__comment {
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.8em;
}
.p-contact__comment > span {
  font-size: 0.8em;
}
.p-contact__icon.-line {
  width: 35px;
}
.p-contact__info-tel {
  text-align: center;
  font-size: 16px;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .p-contact__info-tel {
    font-size: 20px;
  }
}
.p-contact__info-tel span {
  color: #1d50a2;
}

.p-content__container {
  display: grid;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-content__container {
    width: 96%;
  }
}
@media screen and (min-width: 768px) {
  .p-content__container.-right-justified {
    margin-left: auto;
  }
}
.p-content__container > * {
  grid-area: 1/-1;
}
.p-content__wrapper {
  display: grid;
  justify-items: center;
}
@media screen and (min-width: 768px) {
  .p-content__wrapper {
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .p-content__wrapper {
    grid-template-columns: 1fr 1.1fr;
  }
}
@media screen and (min-width: 1024px) {
  .p-content__wrapper.-image-left {
    grid-template-columns: 1.1fr 1fr;
  }
}
.p-content__image {
  width: 90%;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 30px;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-content__image {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .p-content__image {
    margin-bottom: 0;
  }
}
.p-content__image.-image-right {
  order: -1;
}
@media screen and (min-width: 768px) {
  .p-content__image.-image-right {
    order: 0;
  }
}
.p-content__image.-message {
  align-self: start;
}
.p-content__bcg-cover {
  margin-top: 25%;
}
@media screen and (min-width: 768px) {
  .p-content__bcg-cover {
    width: 95%;
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-content__bcg-cover {
    height: 100%;
  }
}
@media (min-width: 1280px) {
  .p-content__bcg-cover {
    height: 80%;
  }
}
@media screen and (min-width: 768px) {
  .p-content__bcg-cover.-right-justified {
    justify-self: end;
  }
}
.p-content__text-box {
  color: #fff;
  padding: 20px 15px 50px;
}
@media screen and (min-width: 768px) {
  .p-content__text-box {
    padding: 0px 20px;
  }
}
@container content-container (min-width: 980px) {
  .p-content__text-box {
    padding-left: 2cqw;
    padding-right: 2cqw;
  }
}
.p-content__title {
  text-align: center;
  font-size: clamp(18px, 4.8vw, 22px);
  padding-bottom: 1em;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .p-content__title {
    font-size: clamp(20px, 2.2222222222vw, 36px);
    letter-spacing: 0.07em;
  }
}
.p-content__describe {
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
  letter-spacing: 0.07em;
  line-height: 1.55;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-content__describe {
    font-size: 16px;
  }
}
@container content-container (min-width: 980px) {
  .p-content__describe {
    margin-bottom: 2cqw;
    font-size: 17px;
  }
}
.p-content__describe__conpany-name {
  text-align: end;
  padding-top: 2em;
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
  padding-bottom: 5px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-content__describe__conpany-name {
    font-size: 16px;
  }
}
.p-content__describe__president {
  text-align: end;
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-content__describe__president {
    font-size: 18px;
  }
}
@container content-container (min-width: 980px) {
  .p-content__item {
    font-size: 1.5cqw;
  }
}
.p-content__button {
  display: block;
  margin-inline: auto;
}

.p-content__container {
  container: content-container/inline-size;
}

@container content-container (min-width: 730px) {
  .p-content__wrapper {
    padding-top: 5cqw;
    padding-bottom: 5cqw;
  }
}
@container content-container (min-width: 980px) {
  .p-content__wrapper {
    padding-top: 4cqw;
    padding-bottom: 4cqw;
    align-items: start;
  }
}
@container content-container (min-width: 1280px) {
  .p-content__wrapper {
    padding-top: 4cqw;
    padding-bottom: 4cqw;
    align-items: start;
  }
}

.p-drawer {
  padding-top: 20px;
  background-color: rgba(255, 255, 255, 0.95);
  position: fixed;
  transform: translateX(-100%);
  width: 100%;
  height: 100svh;
  z-index: 9000;
  overflow-y: scroll;
  transition: all 0.4s !important;
}
@media screen and (min-width: 768px) {
  .p-drawer {
    width: 400px;
  }
}
.p-drawer.is-active {
  transform: translateX(0%);
}
.p-drawer__container {
  display: grid;
  gap: 30px;
  width: 275px;
  margin-inline: auto;
}
.p-drawer__logo__container {
  display: grid;
  grid-template-columns: 43px 1fr;
}
@media screen and (min-width: 768px) {
  .p-drawer__logo__container {
    grid-template-columns: 1fr;
    margin-bottom: 50px;
  }
}
.p-drawer__logo {
  width: 120px;
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-drawer__logo {
    margin-top: 20px;
  }
}
.p-drawer__menu__items {
  color: #12365e;
  font-weight: 700;
}
.p-drawer__menu__items > li {
  font-size: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  width: 100%;
  margin-top: 15px;
}
.p-drawer__menu__items a {
  display: grid;
  text-transform: capitalize;
}
.p-drawer__menu__items a::after {
  content: attr(data-desc);
  font-size: 0.7em;
}
@media screen and (min-width: 768px) {
  .p-drawer__menu__items a::after {
    font-size: 0.8em;
  }
}
.p-drawer__extra-link {
  display: grid;
  justify-content: left;
  border-top: 1px solid #ccc;
}
.p-drawer__extra-link__title {
  font-family: "Shippori Mincho", serif;
  color: #12365e;
  font-weight: 700;
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .p-drawer__extra-link__title {
    padding: 30px 0;
  }
}
.p-drawer__line.p-banner__main-text {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
}
.p-drawer .p-banner__link {
  padding: 5px 0;
}
.p-drawer .c-button {
  background: none;
  box-shadow: none;
}
.p-drawer .c-button > a {
  display: block;
  color: #12365e;
}
.p-drawer__close-button {
  margin-left: 15px;
}

.p-info__container {
  font-family: "Noto Sans JP", sans-serif;
  color: #0b2f92;
}
.p-info__address {
  font-size: 12px;
  font-weight: 400;
}
.p-info__tel {
  font-size: 16px;
  font-weight: 900;
}
.p-info__apoint-time {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 10px;
}

.p-fix-button__wrapper {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-fix-button__wrapper {
    position: fixed;
    z-index: 1100;
    right: 0;
    top: 30%;
    display: grid;
    align-items: center;
    justify-items: center;
    gap: 10px;
    background-color: #1d50a2;
    padding: 20px 10px;
    box-shadow: -2px 2px 4px rgba(29, 80, 162, 0.2);
  }
}
.p-fix-button__text {
  color: #fff;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
}
.p-fix-button__icon {
  width: 20px;
}

.p-form__container {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-form__container {
    padding-top: 80px;
    width: 520px;
  }
}
@media screen and (min-width: 1024px) {
  .p-form__container {
    padding-top: 80px;
    width: 720px;
  }
}

.p-form__wrapper {
  display: grid;
  row-gap: 5px;
}

.p-form__ckeck-box__wrapper {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .p-form__ckeck-box__wrapper {
    margin-top: 20px;
  }
}

.p-form__link-underline {
  text-decoration: underline;
  cursor: pointer;
}

.p-kv__container {
  height: 100%;
  display: grid;
  align-items: center;
  justify-items: center;
}
.p-kv__container > * {
  grid-area: 1/-1;
}
.p-kv__image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 52vh;
}
@media screen and (min-width: 768px) {
  .p-kv__image {
    height: 100%;
  }
}
.p-kv__image-cover {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
}
.p-kv__title__wrapper {
  display: grid;
  align-items: center;
  justify-items: center;
}
.p-kv__title__wrapper > * {
  font-family: "Noto Sans JP", sans-serif;
  color: #1d50a2;
  font-weight: bold;
}
.p-kv__title {
  font-size: 40px;
}
.p-kv__title__jp {
  font-size: 14px;
}

.p-local-info {
  margin-bottom: 0px;
}

.p-muro-lp {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-muro-lp {
    margin-top: -1.5625vw;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .p-muro-lp {
    margin-top: -1.5625vw;
    margin-bottom: -4.1666666667vw;
  }
}

.p-nav__container {
  display: grid;
  grid-template: "menu logo ..." 70px/1fr 1fr 1fr;
  align-items: center;
}
.p-nav__logo {
  grid-area: logo;
  justify-self: center;
  width: 120px;
  height: auto;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .p-nav__logo {
    width: 140px;
    height: 58px;
    margin: 0 auto;
    padding-top: 20px;
  }
}
.p-nav__hamburger {
  grid-area: menu;
  padding-left: 15px;
  position: fixed;
  z-index: 2000;
  top: 12px;
  left: 3px;
}
.p-nav__menu__wrapper {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-nav__menu__wrapper {
    display: grid;
    grid-template-columns: 1fr auto;
    align-self: end;
  }
}
.p-nav__items {
  padding: 50px 13.3333333333vw;
  color: #12365e;
  font-weight: 700;
  text-align: center;
}
.p-nav__items.-footer {
  background-color: inherit;
  font-size: 14px;
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 20px 30px 0;
}
@media screen and (min-width: 768px) {
  .p-nav__items.-footer {
    gap: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .p-nav__items.-footer {
    gap: 80px;
  }
}
.p-nav__items.-footer > li {
  padding-bottom: 10px;
  font-size: 14px;
}
.p-nav__items > li {
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-nav__items {
    display: flex;
    -moz-column-gap: 80px;
         column-gap: 80px;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .p-nav__items > li {
    padding-bottom: 0px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    letter-spacing: 3px;
  }
}
.p-nav__items .current-menu-item {
  font-weight: bold;
}
.p-nav__items a {
  display: grid;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-transform: capitalize;
}
.p-nav__items a::after {
  content: attr(data-desc);
  font-size: 0.7em;
}
.p-nav__items__sns__wrapper {
  align-self: center;
}

.p-office__info li {
  list-style: inside;
  margin-left: 20px;
  list-style-type: disc;
  list-style-position: outside;
}

.p-sns__container {
  display: flex;
  justify-content: center;
  -moz-column-gap: 35px;
       column-gap: 35px;
}
.p-sns__icon {
  height: auto;
}

.p-richmenu__container {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 57px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 2px;
       column-gap: 2px;
  background-color: #fff;
  color: #fff;
  z-index: 1000;
}
@media screen and (min-width: 1024px) {
  .p-richmenu__container {
    display: none;
  }
}
.p-richmenu__wrapper {
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
  padding: 15px 0;
  align-items: center;
  justify-content: center;
  background: linear-gradient(0deg, #095ca1, #3798f0);
  background: -webkit-linear-gradient(-90deg, #095ca1, #3798f0);
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
.p-richmenu__tel-icon {
  width: 24px;
}
.p-richmenu__mail {
  font-size: 20px;
}
.p-richmenu__line-icon {
  width: 27px;
}
.p-richmenu__tel-number {
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .p-privacy {
    padding-top: 50px;
    padding-bottom: 50px;
    padding: 50px;
  }
}
.p-privacy span {
  text-wrap: nowrap;
}
.p-privacy__container {
  max-width: 780px;
  margin-inline: auto;
  line-height: 1.6;
}
.p-privacy__content {
  margin-bottom: 30px;
}
.p-privacy__title {
  font-size: 16px;
  font-weight: bold;
}
.p-privacy__text {
  word-break: keep-all;
}
.p-privacy__items {
  margin-left: 40px;
  list-style-type: disc;
  list-style-position: outside;
}
.p-privacy__items.-nest {
  margin-left: 1em;
  list-style-type: disc;
  list-style-position: outside;
}
.p-privacy__item {
  list-style-type: decimal;
  list-style-position: outside;
}
.p-privacy__item-nest {
  margin-left: 10px;
  list-style-type: lower-alpha; /* a, b, c のスタイルに変更 */
  list-style-position: outside;
}
.p-privacy__item-nest-nest {
  margin-left: 10px;
  list-style-type: lower-roman; /* i, ii, iii のスタイルに変更 */
  list-style-position: outside;
}

@media screen and (min-width: 768px) {
  .p-section.-service {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1440px) {
  .p-section.-message {
    padding-top: 100px;
  }
}
.p-section__title__wrapper {
  display: grid;
  align-items: center;
  color: #1d50a2;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  padding-bottom: 30px;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
@media screen and (min-width: 768px) {
  .p-section__title__wrapper.-mb-minus {
    margin-bottom: clamp(-100px, -6.9444444444vw, -30px);
  }
}
.p-section__title__wrapper > * {
  grid-area: 1/-1;
}
.p-section__title {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) {
  .p-section__title {
    letter-spacing: 3px;
    font-size: 40px;
  }
}
.p-section__title-japanese {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-section__title-japanese {
    font-size: clamp(16px, 1.25vw, 18px);
    letter-spacing: 2px;
  }
}
.p-section__title__background-image-left {
  margin-left: -25px;
  width: 90%;
}
.p-section__title__background-image-right {
  justify-self: end;
  width: 90%;
  max-width: 84.9305555556vw;
  position: relative;
  right: -15px;
  z-index: -1;
}
.p-section__title__background-image-concept {
  z-index: -1;
  opacity: 0.3;
}
.p-section__background-img {
  margin-top: -20px;
  width: 90%;
  justify-self: end;
}
.p-section__image {
  width: 90%;
  margin-inline: auto;
  margin-bottom: 15px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-section__image {
    width: 100%;
    margin-bottom: 0;
    aspect-ratio: 3/2;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-section__describe {
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
  letter-spacing: 0.07em;
  line-height: 1.55;
  align-items: start;
}
.p-section__describe__title {
  text-align: center;
  font-size: 20px;
  padding-bottom: 1em;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-section__describe__title {
    font-size: clamp(22px, 2.8645833333vw, 32px);
  }
}
@media screen and (min-width: 1024px) {
  .p-section__describe__title {
    padding-bottom: 2em;
  }
}
.p-section__describe__services {
  display: flex;
  gap: 30px;
  padding-bottom: 20px;
  justify-content: center;
}
.p-section__describe__concept-image {
  margin-top: 50px;
  padding-bottom: 20px;
}
.p-section.-contact {
  background-image: url("../images/contact-back.jpg");
  background-position: 50% 20%;
  padding-top: 50px;
  padding-bottom: 50px;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-section__title__wrapper.-not-front {
    padding-top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .p-section__title__wrapper.-not-front {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-section__title__wrapper.-not-front > img {
    -o-object-fit: contain;
       object-fit: contain;
    height: 160px;
    justify-self: center;
  }
}

.p-service__flow {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p-service__flow {
    display: none;
  }
}
.p-service__flow__container {
  display: grid;
  align-items: center;
  justify-items: start;
  row-gap: 8px;
  padding: 20px;
  border: 2px solid #1d50a2;
  background: white;
  justify-content: center;
}
.p-service__flow__title.-content {
  display: none;
}
.p-service__flow__label {
  display: block;
  padding: 10px 0;
  background-color: #1d50a2;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
.p-service__flow__title {
  color: #1d50a2;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  text-align: center;
}
.p-service__flow__content__wrapper {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 15px;
}
.p-service__flow__image {
  justify-self: end;
}
.p-service__flow__comment {
  color: #1d50a2;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  text-wrap: nowrap;
  word-wrap: nowrap;
}
.p-service__flow.-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-service__flow.-pc {
    display: grid;
    width: 90%;
    margin-inline: auto;
  }
}
.p-service__flow__figure {
  margin-bottom: 60px;
  margin-inline: auto;
}
.p-service__flow__figcaption {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  color: #1d50a2;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .p-service__flow__figcaption {
    font-size: 24px;
  }
}
.p-service__flow__figcaption.-buy {
  color: #1eafd2;
}

.smf-form {
  display: grid;
  row-gap: 30px;
}

.smf-progress-tracker {
  padding-top: 30px;
  margin-bottom: 50px;
}

.smf-item__col.smf-item__col--label {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 10px;
  font-family: "Noto Sans JP", sans-serif;
}

.smf-item__label {
  /*フォームのラベル*/
}

.smf-item__description {
  margin: 0;
  color: #fff;
  font-size: 14px;
  padding: 3px 0px 2px;
  background-color: #1d50a2;
  width: 60px;
  text-align: center;
  order: -1;
}

.p-form__wrapper.-category .smf-item__controls {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 4px 3px 1px;
}

.smf-radio-buttons-control__control {
  display: flex;
  flex-flow: column;
  gap: 10px;
  font-family: "Noto Sans JP", sans-serif;
  flex-flow: column;
}

.smf-action {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.smf-action .smf-button-control__control {
  position: relative;
  border: none;
  background: #1d50a2;
  font-family: "Noto Sans JP", sans-serif;
  padding: 7px 25px;
  color: #fff;
}

.p-tab__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
}
.p-tab__content {
  display: none; /* 初期状態でコンテンツを非表示に */
}
.p-tab__label {
  padding: 10px 15px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  color: #fff;
}
.p-tab__label.-label1 {
  background: #cee4f7;
}
.p-tab__label.-label1.is-active {
  background-color: #1d50a2;
  /* アクティブなタブの背景色 */
}
.p-tab__label.-label2 {
  background: #98ded6;
}
.p-tab__label.-label2.is-active {
  background-color: #0ec2ac; /* アクティブなタブの背景色 */
}
.p-tab #tab2.p-tab__content.is-active {
  border: 2px solid #0ec2ac;
}

.p-top__container {
  height: 900px;
}
@media screen and (min-width: 768px) {
  .p-top__container {
    height: 450px;
  }
}
@media screen and (min-width: 1024px) {
  .p-top__container {
    scale: 1.3333333333;
  }
}
@media (min-width: 1280px) {
  .p-top__container {
    padding-top: 20px;
    scale: 1.6666666667;
  }
}
@media screen and (min-width: 1440px) {
  .p-top__container {
    scale: 1.875;
  }
}
.p-top__outer {
  container: top-container/inline-size;
  position: relative;
  height: 100%;
}
.p-top__text__container {
  position: absolute;
  text-align: center;
  align-self: center;
  color: #1d50a2;
  top: 500px;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .p-top__text__container {
    font-size: 24px;
    top: 13vw;
    top: 99.84px;
  }
}
.p-top__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 24px;
}
.p-top__description {
  font-weight: bold;
  text-wrap: nowrap;
}
@media screen and (min-width: 768px) {
  .p-top__description {
    font-size: 0.6em;
  }
}
.p-top__image__wrapper {
  position: absolute;
}
.p-top__image__wrapper.-left {
  width: 346px;
  top: 0px;
  right: calc(50% - 125px);
}
@media screen and (min-width: 768px) {
  .p-top__image__wrapper.-left {
    width: 304px;
    top: -71px;
    right: calc(50% + 98px);
  }
}
.p-top__image__wrapper.-right-up {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-top__image__wrapper.-right-up {
    display: block;
    left: calc(50% + 83px);
    width: 346px;
    scale: 0.8;
  }
}
.p-top__image__wrapper.-right {
  position: absolute;
  width: 346px;
  left: calc(50% - 125px);
  top: 580px;
}
@media screen and (min-width: 768px) {
  .p-top__image__wrapper.-right {
    display: block;
    left: calc(50% + 0px);
    top: -32px;
    transform: translate(-50%, -50%);
    scale: 0.8;
    width: 346px;
  }
}
.p-top__image__inner {
  position: relative;
  width: 100%;
}
.p-top__bacground-image {
  position: absolute;
  width: 180px;
}
.p-top__bacground-image.-left {
  top: 12px;
  left: 98px;
}
@media screen and (min-width: 768px) {
  .p-top__bacground-image.-left {
    top: 20px;
    left: 81px;
    scale: 0.6;
  }
}
.p-top__bacground-image.-right {
  position: absolute;
  width: 180px;
  top: 195px;
  left: 210px;
}
@media screen and (min-width: 768px) {
  .p-top__bacground-image.-right {
    scale: 0.9;
    top: 380px;
    left: 281px;
  }
}
.p-top__image {
  position: absolute;
  transform-origin: center center; /*GSAPのアニメーションに必要です*/
}
.p-top__image.-left {
  width: 100%;
  top: 100px;
}
.p-top__image.-right-up {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-top__image.-right-up {
    display: block;
    width: 100%;
  }
}
.p-top__image.-right {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top__image.-right {
    top: 280px;
  }
}
.u-fz-s {
  font-size: 0.8em;
}
.u-fz-m {
  font-size: 16px;
}
.u-fz-xm {
  font-size: 1.2em;
}
.u-fz-l {
  font-size: 1.5em;
}

.u-main-color {
  color: #1d50a2;
}

@media (max-width: 400px) {
  .u-mq_sm-none {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .u-mq_md-none {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .u-mq_lg-none {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .u-mq_xl-none {
    display: none;
  }
}

.u-mq_md-visible {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-mq_md-visible {
    display: inline;
  }
}

.u-mq_lg-visible {
  display: none;
}
@media screen and (min-width: 1024px) {
  .u-mq_lg-visible {
    display: inline;
  }
}

.u-pd-s-r {
  padding-right: 20px;
}
.u-pd-m-r {
  padding-right: 50px;
}
.u-pd-l-r {
  padding-right: 100px;
}/*# sourceMappingURL=style.css.map */