@charset "UTF-8";
/* =================================
  Foundation
================================= */
/*
  Reset
————————————————————————————————————————— */
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
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,
textarea {
  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;
  list-style-type: 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: none;
}

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

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

input[type="submit"],
input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: none;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 0;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
}

select::-ms-expand {
  display: none;
}

/*
  Settings
————————————————————————————————————————— */
/*
  Base
————————————————————————————————————————— */
html {
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing:0.05em ;
  font-stretch: normal;
  color: #000000;
  line-height: 1;
  overflow-x: hidden;
}

p, dt, dd, td, th, li {
  letter-spacing: 0.02em;
}

a img {
  transition: all 0.3s ease 0s;
}
a:hover img {
  opacity: .7;
}

@media screen and (max-width: 991px) {
  /* ======================
  project(991)
  =========================*/
  body, html {
    overflow-x: hidden;
  }
}
/* =================================
  Layout
================================= */
/*
  layout
————————————————————————————————————————— */
.l-main {
  flex: 1;
}

.l-siteWrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.l-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.l-wrapper2 {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

.l-wrapper3 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.l-wrapper4 {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}

.l-section {
  padding: 72px 0;
}

.l-section2 {
  padding: 64px 0;
}

.l-section3 {
  padding-top: 128px;
}

.l-section4 {
  padding-bottom: 64px;
}

.l-section5 {
  padding-top: 128px;
  padding-bottom: 48px;
}

.l-section6 {
  padding: 96px 0;
}

.l-section7 {
  padding: 128px 0;
}

.l-section8 {
  padding-top: 64px;
}

/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 1199px) {
  /* ======================
  layout(1199)
  =========================*/
  .l-wrapper,
  .l-wrapper2 {
    max-width: 94%;
  }
}
@media screen and (max-width: 991px) {
  /* ======================
  layout(992)
  =========================*/
  .l-wrapper3,
  .l-wrapper4 {
    max-width: 94%;
  }
}
@media screen and (max-width: 767px) {
  /* ======================
  layout(767)
  =========================*/
  .l-section {
    padding: 48px 0;
  }

  .l-section2 {
    padding: 48px 0;
  }

  .l-section3 {
    padding-top: 96px;
  }

  .l-section4 {
    padding-bottom: 96px;
  }

  .l-section5 {
    padding-top: 48px;
    padding-bottom: 32px;
  }

  .l-section6 {
    padding: 48px 0;
  }

  .l-section7 {
    padding: 64px 0;
  }

  .l-wrapper.-full,
  .l-wrapper2.-full {
    max-width: 100%;
  }
}
/* =================================
  Object
================================= */
/*
  component
————————————————————————————————————————— */
h2.c-title {
  font-weight: 400;
  font-size: 2.25rem;
  ine-height: 1.5;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
}
h2.c-title:after {
  content: '';
  display: inline-block;
  background: #023D99;
  width: 80px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
h2.c-title span {
  font-size: 1.5rem;
  display: block;
  color: #FF7F00;
  margin-bottom: 16px;
}
h2.c-title.left {
  text-align: left;
}
h2.c-title.left:after {
  left: 0;
  transform: translateX(0);
}

.c-link {
  font-size: 1rem;
  line-height: 1.2;
  background: #F3F64D;
  color: #000000;
  border: solid 3px #fff;
  border-radius: 100px;
  padding: 12px 50px 12px 30px;
  transition: all 0.3s ease 0s;
  position: relative;
  display: block;
  width: fit-content;
  text-align: center;
  min-width: 200px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
}
.c-link:after {
  content: '';
  display: inline-block;
  background: url(../img/common/arrow.png) no-repeat;
  background-size: contain;
  width: 18px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
}
.c-link:hover {
  background: #fff;
}
.c-link:hover::after {
  right: 10px;
}
.c-link.center {
  margin-inline: auto;
}

.c-button {
  position: relative;
  display: inline-block;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.c-hamburger {
  position: fixed;
  top: 28px;
  right: 5%;
  z-index: 50;
  width: 35px;
  height: 20px;
  margin: auto;
  outline: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.c-hamburger:hover, .c-hamburger:focus {
  box-shadow: 0 0 0.5rem rgba(255, 255, 255, 0.5);
}
.c-hamburger__line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 35px;
  height: 2px;
  background-color: #FF7F00;
  -webkit-transition: inherit;
  transition: inherit;
  transition: 0.35s ease-in-out;
}
.c-hamburger__line:before, .c-hamburger__line:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FF7F00;
  content: '';
  -webkit-transition: inherit;
  transition: inherit;
}
.c-hamburger__line:before {
  top: -10px;
}
.c-hamburger__line:after {
  top: 10px;
}

.c-hamburger[aria-expanded="true"] .c-hamburger__line {
  background-color: transparent;
  transform: translate(-50px, 0);
}
.c-hamburger[aria-expanded="true"] .c-hamburger__line:before, .c-hamburger[aria-expanded="true"] .c-hamburger__line:after {
  top: 0;
}
.c-hamburger[aria-expanded="true"] .c-hamburger__line:before {
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: translate(50px, 0) rotate(315deg);
}
.c-hamburger[aria-expanded="true"] .c-hamburger__line:after {
  -webkit-transform: rotate(-315deg);
  -ms-transform: rotate(-315deg);
  transform: translate(50px, 0) rotate(-315deg);
}

.c-pageTOP {
  display: block;
  width: 40px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 10;
}

/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
  /* ======================
  project(767)
  =========================*/
  .c-pageTOP {
    width: 35px;
    right: 15px;
  }
}
/*
  footer
————————————————————————————————————————— */
.p-footer .footerContent {
  background: url(../img/common/footerBg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 46px 0 60px;
}
.p-footer .flex {
  display: flex;
  gap: 40px;
}
.p-footer .box {
  width: 100%;
}
.p-footer h3 {
  font-size: 1.25rem;
  margin-bottom: 16px;
}
.p-footer .footerTel {
  font-weight: 500;
  font-size: 2.625rem;
  color: #000000;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.p-footer .footerTel::before {
  content: '';
  display: inline-block;
  background: url(../img/common/tel_icon_b.png) no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
}
.p-footer .addressList {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 24px;
  margin-bottom: 24px;
}
.p-footer .addressList li {
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.4;
}
.p-footer .addressList .icon {
  width: 66px;
  height: 66px;
  min-width: 66px;
  min-height: 66px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-footer .addressList .icon img {
  width: 40px;
  height: 34px;
  object-fit: contain;
}
.p-footer p {
  font-size: 0.875rem;
  line-height: 1.8;
}
.p-footer table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 24px;
  margin-bottom: 24px;
}
.p-footer table th, .p-footer table td {
  font-size: 1rem;
  text-align: center;
  padding: 20px 6px;
}
.p-footer table tr {
  border-bottom: 1px solid #fff;
}
.p-footer table th:first-child {
  text-align: left;
}
.p-footer table th span {
  font-size: 1.25rem;
}
.p-footer iframe {
  width: 100%;
  aspect-ratio: 19 / 6;
}
.p-footer .footerMenu {
  background: url(../img/common/footerMenuBg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 32px 0;
}
.p-footer .footerList {
  display: flex;
  justify-content: space-between;
  gap: 20px 30px;
}
.p-footer .footerList > .item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.p-footer .footerList a {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  transition: all 0.3s ease 0s;
}
.p-footer .footerList a:hover {
  opacity: 0.7;
}
.p-footer .footerListChild {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.p-copyright {
  font-size: 0.75rem;
  color: #fff;
  line-height: 1.6;
  text-align: center;
  display: block;
  padding: 12px 0;
  background: #418FE5;
}

/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
  /* ======================
  project(767)
  =========================*/
  .p-footer .footerContent {
    padding: 62px 0 32px;
  }
  .p-footer .flex {
    flex-direction: column;
    gap: 56px;
  }
  .p-footer h3 {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 16px;
  }
  .p-footer .time h3 {
    text-align: left;
  }
  .p-footer h3.titleSp {
    margin-top: 36px;
  }
  .p-footer .footerTel {
    font-size: 2.25rem;
    justify-content: center;
  }
  .p-footer .footerTel::before {
    width: 24px;
    height: 24px;
  }
  .p-footer .addressList {
    flex-direction: column;
    flex-wrap: unset;
    gap: 16px;
  }
  .p-footer p {
    font-size: 1rem;
    line-height: 1.5;
  }
  .p-footer p span {
    font-size: 0.75rem;
    display: block;
  }
  .p-footer table {
    margin-top: 0;
  }
  .p-footer table th, .p-footer table td {
    font-size: 1rem;
    line-height: 1.4;
    padding: 14px 6px;
    vertical-align: middle;
  }
  .p-footer table th span {
    display: none;
  }
  .p-footer iframe {
    width: 100%;
    aspect-ratio: unse;
    height: 360px;
  }
  .p-footer .footerList {
    flex-direction: column;
    gap: 16px;
    width: 90%;
    margin-inline: auto;
  }
  .p-footer .footerListChild {
    width: 90%;
    margin-inline: auto;
  }
}
/*
  header
————————————————————————————————————————— */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 15px 5%;
}
.header.is-active {
  background-color: rgba(255, 255, 255, 0);
}

.header-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-logo {
  width: 320px;
  transition: all 0.3s ease 0s;
}

.header-menu {
  display: flex;
  gap: 15px;
}

.header-tel a {
  color: #fff;
  font-size: 1rem;
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  background: #FF7F00;
  padding: 16px 30px;
  border-radius: 50px;
}

.header-tel a::before {
  content: '';
  display: inline-block;
  background: url(../img/common/tel_icon.png) no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
}

.header-list {
  background: rgba(255, 255, 255, 1);
  border-radius: 80px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  padding-left: 20px;
}

.header-item a {
  font-size: 0.875rem;
  color: #000000;
  display: block;
  padding: 15px;
  transition: all 0.3s ease 0s;
}

.header-item > a:hover {
  color: #FF7F00;
}

.megaMenu {
  background-color: #fff;
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  visibility: hidden;
  width: 100%;
  transition: opacity .3s, visibility .3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px;
}

.megaMenu-image {
  overflow: hidden;
  aspect-ratio: 1 / 1;
  width: 286px;
  border-radius: 8px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.megaMenu-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.megaMenu-list {
  width: calc(100% - 343px);
  display: flex;
  flex-wrap: wrap;
  gap: 9px 30px;
}

.megaMenu-item {
  position: relative;
  width: calc(33.3333333333% - 20px);
  transition: all 0.3s ease-in-out;
}

.megaMenu-item a {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 20px 0;
  font-size: 1rem;
  letter-spacing: 0.04em;
  color: #000000;
  border-bottom: 1px solid #D8D8D8;
  position: relative;
}
.megaMenu-item a:after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #FF7F00;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.megaMenu-item a:hover:after {
  transform: scale(1, 1);
}

/* メニューをhoverした時のスタイル */
.header-item:hover .megaMenu {
  opacity: 1;
  visibility: visible;
}

/* レイアウトのためのスタイル */
a {
  text-decoration: none;
}

#p-globalMenuSp {
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: -120%;
  left: 0;
  z-index: -10;
  padding-top: 104px;
  padding-bottom: 40px;
  transition: all .6s;
  overflow: auto;
}
#p-globalMenuSp.is-active {
  top: 0;
  z-index: -1;
}

.p-globalMenuSp__list {
  text-align: left;
  margin-bottom: 24px;
}

.p-globalMenuSp__list .child {
  margin-left: 5%;
}

.p-globalMenuSp__list .child {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  margin-top: 8px;
}

.p-globalMenuSp__list .child a {
  font-size: 0.875rem;
  color: #000000;
  position: relative;
  padding-left: 32px;
}

.p-globalMenuSp__list .child a:before {
  content: '';
  display: inline-block;
  background: #000;
  width: 16px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

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

.p-globalMenuSp__item > a {
  font-weight: 400;
  font-size: 1rem;
  color: #000000;
  line-height: 1.6;
  padding: 16px 5%;
  display: block;
  border-bottom: solid 1px #E9E9E9;
  position: relative;
}

#p-globalMenuSp .click-menu > a:after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  border-right: solid 2px #000;
  border-bottom: solid 2px #000;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s ease 0s;
}

#p-globalMenuSp .click-menu > a.open:after {
  transform: translateY(-50%) rotate(225deg);
  top: calc(50% + 5px);
}

#p-globalMenuSp .click-menu .p-menu-content {
  display: none;
}

#p-globalMenuSp .header-tel a {
  justify-content: center;
}

/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
  /* ======================
  project(767)
  =========================*/
  .header {
    padding: 16px 5%;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.6);
  }
  .header.is-active {
    background-color: rgba(255, 250, 250, 0);
  }

  .header-logo {
    width: 200px;
  }

  .header-nav {
    justify-content: unset;
    gap: 20px;
  }

  .header-menu {
    display: none;
  }

  .header-tel a {
    max-width: 300px;
    margin-inline: auto;
  }
}
/*
  top
————————————————————————————————————————— */
.p-top__mainvisual {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.p-mainvisual_inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.p-mainvisual_inner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-mainvisual_inner .alpha-target {
  mask-image: url(../img/top/mv_mask.svg);
  mask-mode: alpha;
  mask-repeat: no-repeat;
  mask-size: 100%;
  position: relative;
}

.p-mainvisual_hero {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 90%;
  z-index: 4;
}
.p-mainvisual_hero h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 3.5rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  line-height: 1.3;
  text-shadow: 2px 2px 0 #000;
}
.p-mainvisual_hero p {
  font-size: 1.5rem;
  text-align: center;
  color: #fff;
  line-height: 1.5;
  margin-top: 10px;
  text-shadow: 2px 2px 0 #000;
}

.p-top__about {
  margin-top: -10%;
  padding-bottom: 46px;
}
.p-top__about .l-wrapper {
  position: relative;
}
.p-top__about .illust {
  position: absolute;
  aspect-ratio: 1 / 1;
  z-index: 0;
}
.p-top__about .illust01 {
  max-width: 140px;
  top: -50px;
  left: -10%;
}
.p-top__about .illust02 {
  max-width: 180px;
  top: -200px;
  right: 0;
}
.p-top__about .illust03 {
  max-width: 250px;
  bottom: -130px;
  left: -6%;
}
.p-top__about .illust04 {
  max-width: 140px;
  top: 50px;
  right: 3%;
}
.p-top__about h2 {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 16px;
  position: relative;
  z-index: 2;
}
.p-top__about p {
  font-size: 1.125rem;
  text-align: center;
  line-height: 2;
  position: relative;
  z-index: 2;
}
.p-top__intro {
  margin-top: 64px;
}

.p-top__intro .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.p-top__intro .text,
.p-top__intro .image {
  width: 100%;
  position: relative;
}
.p-top__intro .image > img {
  border: solid 8px #FFB2B2;
  border-radius: 50%;
  outline: 8px solid #ECEAEA;
  outline-offset: 0;
}
.p-top__intro .copy {
  position: absolute;
  top: 0;
  left: -15%;
  max-width: 400px;
}
.p-top__intro .illust {
  position: absolute;
  z-index: -1;
}
.p-top__intro .illust01 {
  max-width: 140px;
  bottom: -30%;
  left: -15%;
  aspect-ratio: 1 / 1;
}
.p-top__intro .illust02 {
  max-width: 180px;
  bottom: -8%;
  left: -25%;
  aspect-ratio: 501 / 529;
}
.p-top__intro h2 {
  font-weight: 500;
  line-height: 1.4;
  color: #D9EDFA;
  font-size: 3rem;
  margin-bottom: 15px;
}
.p-top__intro h3 {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 24px;
}
.p-top__intro p {
  font-size: 1rem;
  line-height: 1.8;
}
.p-top__intro .c-link {
  margin-top: 32px;
}

.p-top__service {
	margin-top: 64px;
}

.p-top__service h2 {
  font-weight: 500;
  line-height: 1.4;
  color: #D9EDFA;
  font-size: 3rem;
  margin-bottom: 15px;
}
.p-top__service h3 {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 24px;
}

.p-top__service ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  gap: 25px;
}
.p-top__service li:nth-child(2) {
  margin-top: 60px;
}
.p-top__service li:nth-child(3) {
  margin-top: 120px;
}
.p-top__service li:nth-child(4) {
  margin-top: 180px;
}
.p-top__service .c-link {
  margin-inline: auto;
  margin-top: -15px;
}
.p-top__orthodontics {
	margin-top: 64px;
}
.p-top__orthodontics .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.p-top__orthodontics .text,
.p-top__orthodontics .image {
  width: 100%;
  position: relative;
}
.p-top__orthodontics .image > img {
  border: solid 8px #F3F64D;
  border-radius: 50%;
  outline: 8px solid #ECEAEA;
  outline-offset: 0;
}
.p-top__orthodontics .illust {
  position: absolute;
  aspect-ratio: 1 / 1;
  z-index: -1;
}
.p-top__orthodontics .illust01 {
  max-width: 140px;
  top: -30%;
  left: -15%;
}
.p-top__orthodontics .illust02 {
  max-width: 200px;
  top: -8%;
  right: -5%;
}
.p-top__orthodontics h2 {
  font-weight: 500;
  line-height: 1.4;
  color: #D9EDFA;
  font-size: 3rem;
  margin-bottom: 15px;
}
.p-top__orthodontics h3 {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 24px;
}
.p-top__orthodontics p {
  font-size: 1rem;
  line-height: 1.8;
}
.p-top__orthodontics .button {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 32px;
}

.p-top__message {
  position: relative;
  padding-top: 128px;
}
.p-top__message:before {
  content: '';
  display: inline-block;
  background: url(../img/top/messageBg.png) no-repeat;
  background-size: cover;
  aspect-ratio: 388 / 323;
  width: 90%;
  position: absolute;
  top: -80%;
  right: 0;
  z-index: -1;
}
.p-top__message .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.p-top__message .text {
  width: 68%;
  padding-bottom: 32px;
}
.p-top__message .image {
  width: 28%;
}
.p-top__message h3 {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 24px;
}
.p-top__message p {
  font-size: 1rem;
  line-height: 1.8;
}
.p-top__message .right {
  text-align: right;
  margin-top: 16px;
}
.p-top__message .right span {
  font-size: 0.875rem;
}

.p-top__menu .flex {
  background: #FF7F00;
  padding: 48px;
  display: flex;
  gap: 40px;
  border-radius: 20px;
}
.p-top__menu .slide {
  width: 50%;
}
.p-top__menu .link {
  width: 50%;
}
.p-top__menu .swiper-container {
  overflow: hidden;
  max-width: 100%;
}
.p-top__menu .swiper-slide img {
  width: 100%;
  max-width: 100%;
}
.p-top__menu .swiper-pagination {
  position: static;
  text-align: right;
}
.p-top__menu .swiper-pagination-bullet {
  background: #D9D9D9;
}
.p-top__menu .bg {
  background: url(../img/top/menuBg.png) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 24px 12px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.p-top__menu .bg .c-link {
  border: none;
}
.p-top__menu .button {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 32px;
}
.p-top__menu .button a {
  color: #fff;
  width: calc(50% - 16px);
  padding: 16px 10px;
  display: block;
  border-bottom: 1px solid #F3F64D;
  position: relative;
}
.p-top__menu .button a:hover::after {
  right: 0;
}
.p-top__menu .button a:after {
  content: '';
  display: inline-block;
  background: url(../img/common/arrow.png) no-repeat;
  background-size: contain;
  width: 18px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  filter: brightness(0) invert(1);
  transition: all 0.3s ease 0s;
}

.p-top__information {
  padding: 64px 0;
}
.p-top__information .flex {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.p-top__information .information {
  width: 60%;
}
.p-top__information .recruit {
  width: 35%;
}
.p-top__information .recruit h2 {
  text-align: center;
  margin-top: -25px;
  position: relative;
  z-index: 3;
}
.p-top__information .recruit h2 span {
  font-size: 1rem;
  color: #000000;
  display: block;
}
.p-top__information h2 {
  font-size: 2.5rem;
  color: #FF7F00;
  margin-bottom: 24px;
}
.p-top__information .informationList {
  height: 380px;
  overflow-y: scroll;
}
.p-top__information .informationList li {
  margin-bottom: 16px;
}
.p-top__information .informationList li:first-child a {
  padding-top: 16px;
  border-top: 1px dashed #D8D8D8;
}
.p-top__information .informationList li:last-child {
  margin-bottom: 0;
}
.p-top__information .informationList a {
  display: flex;
  column-gap: 30px;
  padding-bottom: 16px;
  border-bottom: 1px dashed #D8D8D8;
}
.p-top__information .informationList a:hover .date, .p-top__information .informationList a:hover .title {
  opacity: 0.7;
}
.p-top__information .date {
  font-size: 0.875rem;
  color: #000000;
  transition: all 0.3s ease 0s;
}
.p-top__information .title {
  font-size: 0.875rem;
  color: #000000;
  line-height: 1.4;
  transition: all 0.3s ease 0s;
}

/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
  /* ======================
  project(767)
  =========================*/
  .p-top__mainvisual {
    position: relative;
    width: 100%;
    height: 80vh;
  }
  .p-top__mainvisual:before {
    content: '';
    display: inline-block;
    background: url(../img/top/mv_mask-sp.svg) no-repeat;
    background-size: contain;
    width: 100%;
    position: absolute;
    bottom: -1px;
    left: 0;
    aspect-ratio: 187 / 21;
    z-index: 10;
  }

  .p-mainvisual_inner {
    position: relative;
    width: 100vw;
    height: 80vh;
    overflow: hidden;
  }
  .p-mainvisual_inner video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    z-index: 2;
    width: unset;
    aspect-ratio: unset;
  }
  .p-mainvisual_inner .alpha-target {
    mask-image: unset;
    position: absolute;
    mask-mode: unset;
    mask-repeat: unset;
    mask-size: unset;
  }

  .p-mainvisual_hero {
    top: 50%;
  }
  .p-mainvisual_hero h2 {
    font-size: 2.5rem;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16);
  }
  .p-mainvisual_hero p {
    font-size: 1.25rem;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16);
  }

  .p-top__about {
    margin-top: 48px;
    padding-bottom: 16px;
  }
  .p-top__about .illust {
    z-index: 10;
  }
  .p-top__about .illust01 {
    max-width: 120px;
    top: -80px;
    left: -20%;
  }
  .p-top__about .illust02 {
    max-width: 160px;
    top: -170px;
    right: -6%;
  }
  .p-top__about .illust03 {
    display: none;
  }
  .p-top__about .illust04 {
    top: unset;
    bottom: -80px;
    right: -2%;
  }
  .p-top__about h2 {
    font-size: 1.5rem;
    z-index: 10;
  }
  .p-top__about p {
    font-size: 1rem;
    text-align: left;
    z-index: 11;
    position: relative;
  }

  .p-top__intro .flex {
    flex-direction: column-reverse;
  }
  .p-top__intro .image > img {
    border: solid 4px #FFB2B2;
    outline: 4px solid #ECEAEA;
    margin-top: -45px;
  }
  .p-top__intro .copy {
    position: static;
    top: unset;
    left: unset;
    max-width: 280px;
    position: relative;
  }
  .p-top__intro .illust01 {
    display: none;
  }
  .p-top__intro .illust02 {
    max-width: 140px;
    bottom: -8%;
    left: -5%;
    z-index: 2;
  }
  .p-top__intro h2 {
    text-align: center;
    font-size: 2.5rem;
    line-height: 1.2;
  }
  .p-top__intro h3 {
    font-size: 1.625rem;
    text-align: center;
  }

  .p-top__intro h2 {
    text-align: center;
    font-size: 2.5rem;
    line-height: 1.2;
  }
  .p-top__intro h3 {
    font-size: 1.625rem;
    text-align: center;
  }
  .p-top__intro p {
    font-size: 1rem;
    line-height: 1.8;
  }
  .p-top__intro .c-link {
    margin-top: 24px;
    margin-inline: auto;
  }

  .p-top__service .text h2 {
    text-align: center;
    font-size: 2.5rem;
    line-height: 1.2;
  }
  .p-top__service .text h3 {
    font-size: 1.625rem;
    text-align: center;
  }
	
  .p-top__service {
    padding-top: 56px;
  }
  .p-top__service ul {
    width: 90%;
    margin-inline: auto;
    grid-template-columns: repeat(1, 1fr);
    gap: 48px;
  }
  .p-top__service li:nth-child(2) {
    margin-top: 0;
  }
  .p-top__service li:nth-child(3) {
    margin-top: 0;
  }
  .p-top__service li:nth-child(4) {
    margin-top: 0;
  }

  .p-top__orthodontics {
    padding-top: 124px;
  }
  .p-top__orthodontics .flex {
    flex-direction: column;
    gap: 32px;
  }
  .p-top__orthodontics .image > img {
    border: solid 4px #F3F64D;
    outline: 4px solid #ECEAEA;
  }
  .p-top__orthodontics .image {
    width: 115%;
    margin-left: -12%;
  }
  .p-top__orthodontics .illust01 {
    display: none;
  }
  .p-top__orthodontics .illust02 {
    top: -10%;
    right: -20%;
  }
  .p-top__orthodontics h2 {
    text-align: center;
    font-size: 2.5rem;
    line-height: 1.2;
  }
  .p-top__orthodontics h3 {
    font-size: 1.625rem;
    text-align: center;
  }
  .p-top__orthodontics .button {
    display: flex;
    justify-content: center;
  }
  .p-top__orthodontics .button a {
    width: 280px;
  }

  .p-top__message:before {
    content: '';
    display: inline-block;
    background: url(../img/top/messageBg-sp.png) no-repeat;
    background-size: cover;
    aspect-ratio: 797 / 1548;
    width: 160%;
    position: absolute;
    top: 0;
    right: -38%;
    z-index: -1;
  }
  .p-top__message .flex {
    flex-direction: column-reverse;
    gap: 24px;
  }
  .p-top__message .text {
    width: 100%;
    padding-bottom: 32px;
  }
  .p-top__message .image {
    width: 100%;
    text-align: center;
  }
  .p-top__message .image img {
    max-width: 280px;
    margin-right: -15%;
  }
  .p-top__message .image p {
    margin-top: 16px;
    line-height: 1.4;
  }
  .p-top__message .image p span {
    font-size: 0.875rem;
    display: block;
  }
  .p-top__message h3 {
    font-size: 1.625rem;
    text-align: center;
  }

  .p-top__menu .l-wrapper {
    width: 100%;
    max-width: 100%;
  }
  .p-top__menu .flex {
    padding: 32px 20px;
    flex-direction: column;
    gap: 32px;
  }
  .p-top__menu .slide {
    width: 100%;
  }
  .p-top__menu .link {
    width: 100%;
  }
  .p-top__menu .swiper-pagination {
    text-align: center;
  }
  .p-top__menu .bg {
    background: url(../img/top/menuBg-sp.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 35px 25px;
  }
  .p-top__menu .button {
    width: 90%;
    margin-inline: auto;
  }
  .p-top__menu .button a {
    width: calc(100%);
  }

  .p-top__information {
    padding: 56px 0 62px;
  }
  .p-top__information .flex {
    flex-direction: column-reverse;
    gap: 56px;
  }
  .p-top__information .information {
    width: 100%;
  }
  .p-top__information .recruit {
    width: 100%;
  }
  .p-top__information .recruit h2 {
    font-size: 2.625rem;
    line-height: 1.4;
    margin-top: -30px;
  }
  .p-top__information h2 {
    font-size: 2.25rem;
    text-align: center;
  }
  .p-top__information .informationList {
    height: 400px;
  }
  .p-top__information .informationList a {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
/*
  page
————————————————————————————————————————— */
.p-mainvisual {
  position: relative;
  width: 96%;
  margin-inline: auto;
}
.p-mainvisual .p-mainvisual_inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.p-mainvisual .p-mainvisual_inner img {
  width: 100%;
  display: block;
  aspect-ratio: 571 / 323;
  margin-top: -10px;
}
.p-mainvisual .p-mainvisual_inner .alpha-target {
  mask-image: url(../img/top/mv_mask.svg);
  mask-mode: alpha;
  mask-repeat: no-repeat;
  mask-size: 100%;
  position: relative;
}
.p-mainvisual .illust {
  position: absolute;
  aspect-ratio: 1 / 1;
  z-index: 2;
}
.p-mainvisual .illust01 {
  bottom: 24%;
  right: 7%;
  max-width: 140px;
}
.p-mainvisual .illust02 {
  bottom: 15%;
  right: 29%;
  max-width: 100px;
}
.p-mainvisual .p-mainvisual_hero .wrap {
  position: relative;
}
.p-mainvisual .p-mainvisual_hero h2 {
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  font-size: 3.5rem;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16);
}
.p-mainvisual .p-mainvisual_hero h2 span {
  font-weight: 400;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 10px;
}
.p-mainvisual .p-mainvisual_hero h2 span:after {
  content: '';
  display: inline-block;
  background: #fff;
  background-size: contain;
  width: 300px;
  height: 1px;
}

.p-breadCrumb {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: -9%;
}
.p-breadCrumb li {
  font-size: 0.875rem;
  margin: 0 30px 0 0;
  position: relative;
}
.p-breadCrumb li a {
  color: #000;
}
.p-breadCrumb li:before {
  content: '>';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
}
.p-breadCrumb li:last-child {
  margin: 0;
}
.p-breadCrumb li:last-child:before {
  display: none;
}

/*全て共通：hideエリアをはじめは非表示*/
.hide-area {
  display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after,
.modaal-close:before {
  background: #ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #666;
}

/*確認を促すモーダル：タイトルの色を変更したい場合*/
#modaal-title {
  font-size: 1.2rem;
  text-align: center;
  margin: 0 0 20px 0;
}

/*動画表示のモーダル：余白を変更したい場合*/
.modaal-video .modaal-inner-wrapper {
  padding: 0;
}

.p-page-main {
  padding-top: 128px;
}
.p-page-main h2 {
  font-weight: 400;
  font-size: 2.25rem;
  line-height: 1.3;
  letter-spacing: 0.1em
}
.p-page-main h3 {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
	margin-bottom: 16px;
}
.p-page-main h3:not(:first-child){
	margin-top: 40px;
	
}
.p-page-main p {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
	margin-bottom: 24px;
}
.p-page-main p.text18 {
  font-size: 1.125rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
	margin-bottom: 8px;
}
.p-page-main .btnFlex {
  display: flex;
  gap: 20px 30px;
  flex-wrap: wrap;
}
.p-page-main .btnFlex.center {
  justify-content: center;
}
.p-page-main .btnFlex .c-link {
  margin: 0;
}
.p-page-main .p-list li {
  font-size: 1.0rem;
  margin-bottom: 9px;
  line-height: 1.8;
  padding-left: 20px;
  position: relative;
	letter-spacing: 0.1em;
}
.p-page-main .p-list li:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 16px;
  left: 0;
  width: 6px;
  height: 1px;
  background: #000;
}
.p-page-main .p-list2 {
  list-style-type: decimal;
  margin-left: 32px; 
  padding-left: 0;
}

.p-page-main .p-list2 li {
  font-size: 1.0rem;
  margin-bottom: 16px;
  line-height: 1.8;
  padding-left: 0.3em; 
}

.p-page-main .p-list2 li::marker {
  font-size: 1.6em; 
  /* color: #333; */ /* 必要であれば数字の色を指定 */
}
/*.p-page-main .p-list3 {
  list-style-type: circle;
  padding-left: 20px;
}
.p-page-main .p-list3 li {
  font-size: 1.0rem;
  line-height: 1.8;
}
.p-page-main .p-list3 li::marker {
  font-size: 1.6em; 
  
}*/

/* リスト全体のスタイル */
.p-page-main .p-list3 {
  list-style: none; 
  padding-left: 0;

}

.p-page-main .p-list3 li {
  font-size: 1.0rem;
  line-height: 1.8;
  margin-bottom: 8px; 
  padding-left: 1.8em;
  position: relative;
}


.p-page-main .p-list3 li::before {
  content: "◯"; /* 表示するマーカー（塗りつぶしの丸）。白丸の場合は "○" */
  font-size: 1.1em; /* li要素のフォントサイズに対する相対的な大きさ。値を大きくするとマーカーが大きくなります */
  font-weight: bold;
	color: #333; /* マーカーの色 */
  position: absolute; /* 絶対配置 */
  left: 0;            /* li要素の左端に配置 */
  top: 0.3em;         /* ★ liの行高(1.8em)の半分あたりに配置。この値を微調整して上下位置を合わせます */
  width: 1.3em; /* マーカーの表示領域幅（font-sizeと合わせるか少し広めに） */
  text-align: center; /* width内でマーカーを中央に配置（特に multi-byte 文字の場合に有効）*/
  line-height: 1; /* マーカー自体の行高をリセットして影響を最小化 */
}

.p-page-main section.bg-color01 {
  background: #F8F8F8;
}
.p-page-main .p-text-center {
  text-align: center;
}
.p-page-main .mb8 {
  margin-bottom: 8px;
}
.p-page-main .mb16 {
  margin-bottom: 16px;
}
.p-page-main .mb24 {
  margin-bottom: 24px;
}
.p-page-main .mb32 {
  margin-bottom: 32px;
}
.p-page-main .mb64 {
  margin-bottom: 64px;
}
.p-page-main .mb72 {
  margin-bottom: 72px;
}
.p-page-main .mb128 {
  margin-bottom: 128px;
}
.p-page-main .mt8 {
  margin-top: 8px;
}
.p-page-main .mt16 {
  margin-top: 16px;
}
.p-page-main .mt24 {
  margin-top: 24px;
}
.p-page-main .mt32 {
  margin-top: 32px;
}
.p-page-main .mt64 {
  margin-top: 64px;
}
.p-page-main .mt72 {
  margin-top: 72px;
}
.p-page-main .mt128 {
  margin-top: 128px;
}
.p-page-main .pb0 {
  padding-bottom: 0px;
}
.p-page-main .p-page__table01 {
  border-collapse: collapse;
  width: 100%;
}
.p-page-main .p-page__table01 tr {
  border-bottom: 1px solid #D8D8D8;
}
.p-page-main .p-page__table01 tr:first-child {
  border-top: 1px solid #D8D8D8;
}
.p-page-main .p-page__table01 th, .p-page-main .p-page__table01 td {
  padding: 20px 0 20px 10px;
  font-size: 0.875rem;
  line-height: 1.8;
	letter-spacing: 0.1em;
}
.p-page-main .p-page__table01 th {
  
  text-align: center;
	vertical-align: middle;
}
.p-page-main .p-page__table01 td {
 
}
.p-page-main .p-page__table02 {
  border-collapse: collapse;
  width: 100%;
}
.p-page-main .p-page__table02 tr {
  border-bottom: 1px solid #D8D8D8;
}
.p-page-main .p-page__table02 tr:first-child {
  border-top: 1px solid #D8D8D8;
}
.p-page-main .p-page__table02 th, .p-page-main .p-page__table02 td {
  padding: 32px 0 32px 10px;
  font-size: 0.875rem;
  line-height: 1.4;
}
.p-page-main .p-page__table02 th {
  width: 30%;
  text-align: center;
  border-bottom: 1px solid #FF7F00;
}
.p-page-main .p-page__table02 th:first-child {
  border-top: 1px solid #FF7F00;
}
.p-page-main .p-page__table02 td {
  width: 70%;
}
.p-page-main .p-page__table03 {
  border-collapse: collapse;
  width: 100%;
  min-width: 1130px;
}
.p-page-main .p-page__table03 tr.gray td {
  background: #F1F2F2;
}
.p-page-main .p-page__table03 th, .p-page-main .p-page__table03 td {
  font-size: 0.875rem;
  border: solid 1px #D8D8D8;
  padding: 16px 32px;
  text-align: left;
}
.p-page-main .p-page__table03 th {
  font-weight: 600;
  background: #D2F6FF;
}
.p-page-main .p-page__table03 .center {
  text-align: center;
}
.p-page-main .p-page__table03 .gallery {
  color: #000000;
}
.p-page-main .p-page__table03 .gallery:after {
  content: '';
  display: inline-block;
  background: url(../img/common/link_icon02.png) no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-top: -1px;
  margin-left: 8px;
}
.p-page-main .dammyBox {
  padding: 30px;
  width: 94%;
  max-width: 980px;
  margin-inline: auto;
  height: 300px;
  background: #fff;
}
.p-page-main .boxshadow {
  box-shadow: 20px 20px 40px #d3d3d3,-20px -20px 40px #fff;
}
.p-page-main .beforeAfter {
  display: flex;
  gap: 80px;
}
.p-page-main .beforeAfter img {
 border-radius: 10px;
}
.p-page-main .beforeAfter .before,
.p-page-main .beforeAfter .after {
  width: 100%;
  position: relative;
}
.p-page-main .beforeAfter .before span,
.p-page-main .beforeAfter .after span {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  line-height: 70px;
  text-align: center;
  font-size: 0.75rem;
  display: block;
  transform: rotate(-15deg);
  position: absolute;
  top: -35px;
  left: -35px;
}
.p-page-main .beforeAfter .before img,
.p-page-main .beforeAfter .after img {
  width: 100%;
}
.p-page-main .beforeAfter .before span {
  background: #FF7F00;
  color: #fff;
}
.p-page-main .beforeAfter .before:after {
  content: '';
  display: inline-block;
  background: #FF7F00;
  height: 32px;
  width: 22px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: 50%;
  right: -51px;
  transform: translateY(-50%);
}
.p-page-main .beforeAfter .after span {
  background: #F3F64D;
  color: #000000;
}
.p-page-main .flexlayout {
  display: flex;
  flex-direction: column;
  gap: 128px;
}
.p-page-main .flexlayout li {
  display: flex;
  align-items: center;
  position: relative;
}
.p-page-main .flexlayout li:nth-child(even) {
  flex-direction: row-reverse;
}
.p-page-main .flexlayout li:nth-child(even) .text {
  right: unset;
  left: 0;
}
.p-page-main .flexlayout .image {
  width: 60%;
}
.p-page-main .flexlayout .image img {
  border-radius: 10px;
}
.p-page-main .flexlayout .text {
  width: 50%;
  position: absolute;
  right: 0;
  background: #fff;
  padding: 24px 24px;
  border-radius: 10px;
}
.p-page-main .flexlayout h2 {
  margin-bottom: 30px;
}
.p-page-main .grid-full {
  margin: 0 0 26px;
}
.p-page-main .grid-full p {
  font-size: 1rem;
  text-align: center;
  margin: 5px 0 0;
}
.p-page-main .grid-full .h-type1 {
  object-fit: cover;
  height: 200px;
}
.p-page-main .grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-page-main .grid p {
  font-size: 1rem;
  margin: 5px 0 0;
	margin-bottom: 16px;
}
.p-page-main .grid img {
 border-radius: 10px;
}
.p-page-main .grid > div {
  margin: 0 0 26px;
}
.p-page-main .grid .gcol12 {
  width: 100%;
}
.p-page-main .grid .gcol6 {
  width: 48%;
}
.p-page-main .grid .gcol4 {
  width: 32%;
}
.p-page-main .grid .gcol5 {
  width: 46%;
}
.p-page-main .grid .gcol8 {
  width: 60%;
}
.p-page-main .grid .gcol10 {
  width: 80%;
}
.p-page-main .grid .gcol3 {
  width: 23.5%;
}
.p-page-main .grid .h-type1 {
  object-fit: cover;
  height: 200px;
}
.p-page-main .grid .h-type2 {
  object-fit: cover;
  height: 100px;
}
.p-page-main .grid.center {
  display: flex;
  justify-content: center;
}
.p-page-main .grid.center > div {
  margin: 0 5% 26px 0;
}
.p-page-main .grid.center > div:last-child {
  margin: 0 0 26px;
}

/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
  /* ======================
  project(768)
  =========================*/
  .p-page-main h2 {
    font-size: 2rem;
  }
  .p-page-main h3 {
    font-size: 1.5rem;
  }
  .p-page-main .c-link {
    min-width: 300px;
  }
  .p-page-main .btnFlex {
    justify-content: center;
  }
  .p-page-main .p-list li {
    font-size: 1rem;
    margin-bottom: 6px;
    padding-left: 12px;
  }
  .p-page-main .p-list2 li {
    font-size: 1.125rem;
    margin-bottom: 6px;
  }

  .p-mainvisual {
    position: relative;
    width: 100%;
    height: 80vh;
  }
  .p-mainvisual:before {
    content: '';
    display: inline-block;
    background: url(../img/top/mv_mask-sp.svg) no-repeat;
    background-size: contain;
    width: 100%;
    position: absolute;
    bottom: 9px;
    left: 0;
    aspect-ratio: 187 / 21;
    z-index: 10;
  }
  .p-mainvisual .illust01 {
    bottom: -8%;
    right: unset;
    left: -5%;
    max-width: 100px;
    z-index: 10;
  }
  .p-mainvisual .illust02 {
    bottom: 0;
    right: -5%;
    max-width: 130px;
    z-index: 10;
  }
  .p-mainvisual .p-mainvisual_inner {
    position: relative;
    width: 100vw;
    height: 80vh;
    overflow: hidden;
  }
  .p-mainvisual .p-mainvisual_inner img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    z-index: 2;
    width: unset;
    aspect-ratio: unset;
    object-fit: cover;
  }
  .p-mainvisual .p-mainvisual_inner .alpha-target {
    mask-image: unset;
    position: absolute;
    mask-mode: unset;
    mask-repeat: unset;
    mask-size: unset;
  }
  .p-mainvisual .p-mainvisual_hero h2 {
    text-align: center;
    font-size: 2.25rem;
  }
  .p-mainvisual .p-mainvisual_hero h2 span {
    font-size: 1.5rem;
    flex-direction: column;
    gap: 30px;
  }
  .p-mainvisual .p-mainvisual_hero h2 span:after {
    width: 60px;
  }

  .p-breadCrumb {
    margin-top: 16px;
    justify-content: center;
  }
  .p-breadCrumb li {
    font-size: 0.75rem;
  }

  .p-page-main .mt128 {
    margin-top: 64px;
  }
  .p-page-main .mb128 {
    margin-bottom: 64px;
  }
  .p-page-main .grid-full .h-type1 {
    height: 220px;
  }
  .p-page-main .p-page__table01 th, .p-page-main .p-page__table01 td {
    display: block;
    padding: 8px 32px;
  }
  .p-page-main .p-page__table01 th {
    font-weight: 700;
    width: 100%;
    text-align: left;
    padding-bottom: 0;
  }
  .p-page-main .p-page__table01 td {
    width: 100%;
  }
  .p-page-main .p-page__table02 tr {
    border-bottom: none;
  }
  .p-page-main .p-page__table02 tr:first-child {
    border-top: none;
  }
  .p-page-main .p-page__table02 th, .p-page-main .p-page__table02 td {
    display: block;
    padding: 8px 32px;
  }
  .p-page-main .p-page__table02 th {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #D8D8D8;
  }
  .p-page-main .p-page__table02 th:first-child {
    border-top: none;
  }
  .p-page-main .p-page__table02 td {
    width: 100%;
    border-bottom: 1px solid #FF7F00;
  }
  .p-page-main .p-image__box {
    padding-bottom: 150px;
  }
  .p-page-main .p-image__box .image01 {
    width: 100%;
  }
  .p-page-main .p-image__box .image02 {
    position: relative;
    top: unset;
    right: unset;
    width: 45%;
    margin-top: -100px;
    margin-left: auto;
    margin-right: 5%;
    z-index: 3;
  }
  .p-page-main .p-image__box .image03 {
    position: relative;
    bottom: unset;
    right: unset;
    width: 60%;
    z-index: 2;
    margin-top: -100px;
    margin-left: 5%;
  }
  .p-page-main .beforeAfter {
    width: 90%;
    max-width: 300px;
    margin-inline: auto;
    flex-direction: column;
  }
  .p-page-main .beforeAfter .before:after {
    content: '';
    display: inline-block;
    background: #FF7F00;
    height: 22px;
    width: 32px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    top: unset;
    bottom: -51px;
    right: unset;
    left: 50%;
    transform: translateY(0) translateX(-50%);
  }
  .p-page-main .flexlayout {
    gap: 56px;
  }
  .p-page-main .flexlayout li {
    flex-direction: column;
  }
  .p-page-main .flexlayout li:nth-child(even) {
    flex-direction: column;
  }
  .p-page-main .flexlayout li:nth-child(even) .text {
    left: unset;
  }
  .p-page-main .flexlayout .image {
    width: 100%;
  }
  .p-page-main .flexlayout .text {
    width: 90%;
    position: static;
    right: unset;
    background: #fff;
    padding: 32px 20px;
    margin-top: -56px;
  }
  .p-page-main .flexlayout h2.c-title {
    text-align: center;
  }
  .p-page-main .flexlayout h2.c-title.left::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .p-page-main .grid .gcol6 {
    width: 100%;
  }
  .p-page-main .grid .gcol4 {
    width: 100%;
  }
  .p-page-main .grid .gcol5 {
    width: 100%;
  }
  .p-page-main .grid .gcol8 {
    width: 100%;
  }
	  .p-page-main .grid .gcol10 {
    width: 100%;
  }
  .p-page-main .grid .gcol3 {
    width: 49%;
  }
  .p-page-main .grid .h-type1 {
    height: 220px;
  }
  .p-page-main .grid .h-type2 {
    height: 120px;
  }
}
/*
  utillity
————————————————————————————————————————— */
.u-screen-reader-text {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}

.u-visuallyHidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

.u-sp-none992 {
  display: none;
}

.u-sp-none768 {
  display: none;
}

.u-sp-none576 {
  display: none;
}

.u-link-none {
  pointer-events: none;
}

.u-m-auto {
  margin: 0 auto;
}

.u-display-center {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.u-position-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.u-fade {
  opacity: 0;
  transition: all 1s ease;
}

.u-fade2 {
  transition: all 2s ease;
}

.u-fade.is-active {
  opacity: 1;
  transform: none;
}

.u-fade-up {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}
.u-fade-up.is-active {
  transform: translateY(0);
}
.u-fade-up:nth-child(1) {
  transition-delay: 0s;
}
.u-fade-up:nth-child(2) {
  transition-delay: .2s;
}
.u-fade-up:nth-child(3) {
  transition-delay: .4s;
}
.u-fade-up:nth-child(4) {
  transition-delay: .6s;
}
.u-fade-up:nth-child(5) {
  transition-delay: .8s;
}
.u-fade-up:nth-child(6) {
  transition-delay: 1s;
}

.u-fade-down {
  opacity: 0;
  transform: translateY(-20px);
  transition: all 1s;
}
.u-fade-down.is-active {
  transform: translateY(0);
}

.u-fade-down2 {
  transition: all 2s;
}

.u-fade-lr {
  transform: translate(-100px, 0);
}

.u-fade-rl {
  transform: translate(100px, 0);
}

.u-mask-bg {
  color: transparent;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.u-mask-bg h2 {
  opacity: 0;
  transition: all 1s ease;
}
.u-mask-bg img {
  opacity: 0;
  transition: all .6s ease;
  transform: translateX(-100%);
}
.u-mask-bg:after {
  background: #FF7F00;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(110%);
}
.u-mask-bg.-black:after {
  background: #000;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(110%);
}
.u-mask-bg.is-animated:after {
  animation: mask-bg 0.8s cubic-bezier(0.8, 0, 0.17, 1);
}
.u-mask-bg.is-animated h2 {
  opacity: 1;
}
.u-mask-bg.is-animated img {
  opacity: 1;
  transform: translateX(0);
}
.u-mask-bg.is-active:after {
  animation: mask-bg 0.8s cubic-bezier(0.8, 0, 0.17, 1);
}
.u-mask-bg.is-active h2 {
  opacity: 1;
}
.u-mask-bg.is-active img {
  opacity: 1;
  transform: translateX(0);
}

@keyframes mask-bg {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(110%);
  }
}
.u-fade-blur {
  opacity: 0;
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.u-fade-blur.is-active {
  -webkit-animation-name: imageBlur;
  animation-name: imageBlur;
  opacity: 1;
  transition: .8s;
}

@-webkit-keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
/*========= 流れるテキスト ===============*/
/*全共通*/
.slide-in {
  overflow: hidden;
  display: inline-block;
}

.slide-in_inner {
  display: inline-block;
}

/* 上下のアニメーション*/
.downAnime {
  opacity: 0;
  /* 事前に透過0 にして消しておく*/
}

.slideAnimeDownUp {
  animation-name: slideTextY100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextY100 {
  from {
    transform: translateY(100%);
    /* 要素を上の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateY(0);
    /* 要素を元の位置に移動*/
    opacity: 1;
  }
}
.slideAnimeUpDown {
  animation-name: slideTextY-100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextY-100 {
  from {
    transform: translateY(-100%);
    /* 要素を下の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateY(0);
    /* 要素を元の位置に移動*/
    opacity: 1;
  }
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (min-width: 992px) {
  /* ======================
  utility(992)
  =========================*/
  .u-sp-none992 {
    display: block;
  }

  .u-pc-none992 {
    display: none;
  }

  a[href^="tel:"] {
    pointer-events: none;
    cursor: none;
  }
}
@media screen and (min-width: 768px) {
  /* ======================
  utility(768)
  =========================*/
  .u-sp-none768 {
    display: block;
  }

  .u-pc-none768 {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  /* ======================
  utility(576)
  =========================*/
  .u-sp-none576 {
    display: block;
  }

  .u-pc-none576 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-visuallyHidden {
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    margin: -1px;
  }

  .u-fade-up-delay1 {
    transition-delay: unset;
  }

  .u-fade-up-delay2 {
    transition-delay: unset;
  }

  .u-fade-up-delay3 {
    transition-delay: unset;
  }
}

.fs18 {
	font-size: 1.2rem;
}
/*# sourceMappingURL=style.css.map */


.m-step {
	display: flex;
	flex-direction: column;
	gap: 40px;
	width: 90%;
	max-width: 1200px;
	margin-inline: auto;
}
.m-step li {
	background: #F4F2ED;
	border-radius: 10px;
	padding: 34px 7%;
	display: flex;
	align-items: center;
	position: relative;
}
.m-step li:not(:last-child)::after {
	content: '';
	display: inline-block;
	background: #000;
	width: 1px;
	height: 40px;
	position: absolute;
	bottom: -40px;
	left: 50%;
	transform: translateX(-50%);
}
.m-step .number {
	width: 15%;
}
.m-step .number span {
	font-size: 18px;
	letter-spacing: 1px;
	white-space: nowrap;
}
.m-step .image {
	width: 30%;
}
.m-step .image img {
	border-radius: 10px;
}
.m-step .text {
	width: 50%;
	padding-left: 7%;
}
.m-step .text h3 {
	font-size: 24px;
	line-height: 1.5;
	display: flex;
	align-items: baseline;
	gap: 16px;
	margin-bottom: 16px;
}
.m-step .text h3::before {
	content: '';
	display: inline-block;
	background: #BC9A2C;
	width: 30px;
	min-width: 30px;
	height: 1px;
	transform: translateY(-8px);
}
.m-step .text p {
	line-height: 1.8;
}

@media screen and (max-width: 767px) {
	.m-step {
		gap: 48px;
	}
	.m-step li {
		padding: 32px 5%;
		flex-direction: column;
	}
	.m-step li:not(:last-child)::after {
		height: 48px;
		bottom: -48px;
	}
	.m-step .number {
		text-align: center;
		width: 100%;
		margin-bottom: 12px;
	}
	.m-step .image {
		width: 100%;
		margin-bottom: 32px;
	}
	.m-step .text {
		width: 100%;
		padding-left: 0;
	}
}

.box-013 {
    margin: 0 auto;
    border-top: 1px solid #418FE5;
	border-bottom: 1px solid #418FE5;
    border-radius: 3px;
	margin-bottom: 48px;
}

.box-013 span {
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 1em 1em;
    background-color: #418FE5;
    color: #fff;
    font-weight: 600;
	line-height: 1.8;
}

.box-013 p {
    margin: 0;
    padding: 1em 1.5em;
    color: #333;
}

.heading-6 {
    display: inline-block;
    position: relative;
    padding: 0 0 0 2em;
    color: #333333;
	font-size: 24px;
	margin-bottom: 16px;
}

.heading-6::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 25px;
    height: 1px;
    background-color: #2589d0;
}

.heading-6::before {
    left: 0;
}

.heading-6::after {
    right: 0;
}


/* sitemap */
@media screen and (min-width: 768px) {
	.smap {
		margin-left: 5px;
		margin-bottom: 20px;
	}
	.smap ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	.smap li {
		margin: 0;
		padding-bottom: 5px;
	}
	.smap a {
		display: block;
		color: #000000;
		width: 780px;
		padding: 10px 10px;
		text-decoration: none;
		margin-bottom: 5px;
		margin-top: 5px;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #CCCCCC;
		background-image: none;
	}
	.smap .nolink {
		display: block;
		color: #000000;
		width: 780px;
		padding: 10px 10px;
		text-decoration: none;
		margin-bottom: 5px;
		margin-top: 5px;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #CCCCCC;
		background-image: none;
	}
	.smap a:hover {
		color: #333;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #CCCCCC;
	}
	.smap ul ul {
		margin-left: 20px;
		padding: 0;
		list-style-type: none;
	}
	.smap li li a {
		display: block;
		color: #333;
		width: 750px;
		padding: 10px 10px;
		margin: 0;
		text-decoration: none;
		border-left-width: 1px;
		border-top-style: none;
		border-bottom-style: dotted;
		border-left-style: solid;
		border-left-color: #CCCCCC;
		border-bottom-width: 1px;
		border-bottom-color: #CCCCCC;
	}
	/* 第一階層 */
	.smap>li>a {
		font-size: 1.6rem;
		font-weight: bold;
	}
}
@media screen and (max-width: 767px) {
	.smap {
		margin-left: 5px;
		margin-bottom: 20px;
	}
	.smap ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	.smap li {
		margin: 0;
		padding-bottom: 5px;
	}
	.smap a {
		display: block;
		color: #000000;
		padding: 10px 10px;
		text-decoration: none;
		margin-bottom: 5px;
		margin-top: 5px;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #CCCCCC;
		background-image: none;
	}
	.smap .nolink {
		display: block;
		color: #000000;
		padding: 10px 10px;
		text-decoration: none;
		margin-bottom: 5px;
		margin-top: 5px;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #CCCCCC;
		background-image: none;
	}
	.smap a:hover {
		color: #333;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #CCCCCC;
	}
	.smap ul ul {
		margin-left: 20px;
		padding: 0;
		list-style-type: none;
	}
	.smap li li a {
		display: block;
		color: #333;
		padding: 10px 10px;
		margin: 0;
		text-decoration: none;
		border-left-width: 1px;
		border-top-style: none;
		border-bottom-style: dotted;
		border-left-style: solid;
		border-left-color: #CCCCCC;
		border-bottom-width: 1px;
		border-bottom-color: #CCCCCC;
	}
	/* 第一階層 */
	.smap>li>a {
		font-size: 1.6rem;
		font-weight: bold;
	}
}