@charset "UTF-8";
/* =================================
  Foundation
================================= */
/*
  Reset
————————————————————————————————————————— */
@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
————————————————————————————————————————— */
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: normal;
  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: 860px;
  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,
  .l-wrapper3 {
    max-width: 94%;
  }
}
@media screen and (max-width: 991px) {
  /* ======================
  layout(992)
  =========================*/
  .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
————————————————————————————————————————— */
.c-title {
  font-size: 3rem;
  color: #023D99;
  text-align: center;
  margin-bottom: 32px;
}
.c-title span {
  font-size: 1.5rem;
  color: #000000;
  display: block;
  margin-top: 8px;
}

.c-title02 {
  font-size: 2rem;
  color: #000000;
  text-align: center;
  margin-bottom: 32px;
}
.c-title02 span {
  font-size: 1rem;
  color: #000000;
  display: block;
  margin-top: 8px;
}

.c-title03 {
  font-size: 1.8rem;
  color: #000000;
  text-align: center;
  padding-bottom: 16px;
  margin-bottom: 32px;
  position: relative;
	line-height: 1.3;
}
.c-title03:after {
  content: '';
  display: inline-block;
  background: #023D99;
  width: 80px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.c-title03.left {
  text-align: left;
}
.c-title03.left:after {
  left: 0;
  transform: translateX(0%);
}

.c-link {
  font-size: 0.875rem;
  color: #000000;
  border: solid 1px #023D99;
  border-radius: 100px;
  padding: 12px 40px;
  transition: all 0.3s ease 0s;
  position: relative;
  display: block;
  width: fit-content;
  margin-inline: auto;
  text-align: center;
  min-width: 200px;
}
.c-link:after {
  content: '';
  display: inline-block;
  background: url(../img/common/arrow.png) no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}
.c-link:hover {
  background: #023D99;
  color: #fff;
  letter-spacing: 1.4px;
}

.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: 22px;
  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: #006DFF;
  -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: #006DFF;
  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;
  }

  .c-title {
    font-size: 2rem;
  }
  .c-title span {
    margin-top: 24px;
  }

  .c-title02 {
    font-size: 1.5rem;
  }
}
/*
  footer
————————————————————————————————————————— */
.p-footer {
  background: url(../img/common/footerBg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 32px 0;
  position: relative;
}
.p-footer .logo {
  width: 280px;
  margin-inline: auto;
  margin-bottom: 32px;
}
.p-footer .text {
  color: #fff;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5;
}
.p-footer .text02 {
  font-size: 0.9375rem;
  line-height: 1.5;
  margin-bottom: 24px;
}
.p-footer .flex {
  margin-top: 32px;
  display: flex;
  gap: 30px;
}
.p-footer .box {
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  padding: 30px;
}
.p-footer .tel {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
  font-size: 2rem;
  color: #000000;
}
.p-footer .tel img {
  width: 32px;
}

.ask .tel {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
  font-size: 2rem;
  color: #000000;
}
.ask .tel img {
  width: 32px;
}

.p-footer .list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 24px;
  margin-bottom: 24px;
}
.p-footer .list li {
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 10px;
}
.p-footer .list li span {
  width: 45px;
  display: block;
  text-align: center;
}
.p-footer .list li:nth-child(1) img {
  width: 45px;
}
.p-footer .list li:nth-child(2) img {
  width: 25px;
}
.p-footer .list li:nth-child(3) img {
  width: 45px;
}
.p-footer iframe {
  width: 100%;
  aspect-ratio: 4 / 3;
}
.p-footer table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.p-footer table th, .p-footer table td {
  font-size: 1rem;
  text-align: center;
  padding: 6px;
}
.p-footer table th span {
  font-size: 1.125rem;
  display: inline-block;
  text-align: center;
  color: #fff;
  background: #023D99;
  padding: 6px 12px;
}
.p-footer .bannerList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  gap: 20px 30px;
  margin-top: 48px;
}
.p-footer .footerList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  gap: 20px 30px;
  margin-top: 48px;
  margin-bottom: 56px;
}
.p-footer .footerList > .item {
  padding: 16px;
  border-top: solid 1px #fff;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-footer .footerList a {
  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-footer .footerListChild .item {
  margin-left: 15px;
}

.p-copyright {
  font-size: 0.75rem;
  color: #fff;
  line-height: 1.6;
  text-align: center;
  display: block;
}

/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
  /* ======================
  project(767)
  =========================*/
  .p-footer {
    padding: 64px 0 24px;
  }
  .p-footer .logo {
    width: 230px;
  }
  .p-footer .text {
    display: none;
  }
  .p-footer .text02 {
    font-size: 0.9375rem;
    line-height: 1.5;
    margin-bottom: 24px;
  }
  .p-footer .flex {
    flex-direction: column;
    gap: 40px;
  }
  .p-footer .box {
    padding: 32px 20px;
  }
  .p-footer .tel {
    font-size: 2.25rem;
  }
  .p-footer iframe {
    aspect-ratio: 4 / 3;
  }
  .p-footer table {
    margin-bottom: 16px;
  }
  .p-footer table th, .p-footer table td {
    font-size: 0.875rem;
    padding: 6px 4px;
  }
  .p-footer table th span {
    font-size: 1rem;
    padding: 4px 8px;
  }
  .p-footer .bannerList {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
    width: 90%;
    margin-inline: auto;
    margin-top: 32px;
  }
  .p-footer .footerList {
    grid-template-columns: repeat(1, 1fr);
    width: 90%;
    gap: 0;
    margin-inline: auto;
    margin-top: 32px;
    margin-bottom: 48px;
  }
}
/*
  header
————————————————————————————————————————— */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 15px;
}
.header.is-active {
  background-color: rgba(0, 0, 0, 0.6);
}
.header.is-active .header-logo {
  width: 170px;
}

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

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

.header-menu {
  display: flex;
}

.header-time p {
  color: #fff;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  padding-left: 15px;
}

.header-tel a {
  color: #fff;
  font-size: 1.875rem;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 6px;
}

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

.header-list {
  display: flex;
}

.header-item a {
  font-size: 0.875rem;
  color: #fff;
  display: block;
  padding: 15px;
}

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

.header-item.contact {
  display: flex;
  align-items: center;
}

.header-item .contact-button {
  font-size: 0.875rem;
  background: #F6CA47;
  border-radius: 100px;
  padding: 8px 12px;
  transition: all 0.3s ease 0s;
}
.header-item .contact-button:before {
  content: '';
  display: inline-block;
  background: url(../img/common/mail_icon.png) no-repeat;
  background-size: contain;
  width: 18px;
  height: 14px;
  vertical-align: middle;
  margin-right: 8px;
}
.header-item .contact-button:hover {
  opacity: 0.7;
}

.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:hover {
	 color: #000000;
}

.megaMenu-item a:after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #000000;
  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;
}

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

  .header-logo {
    width: 90px;
  }

  .header-menu {
    display: none;
  }
}
/*
  top
————————————————————————————————————————— */
.p-top__mainvisual {
  position: relative;
  width: 100%;
  height: 80vh;
}
.p-top__mainvisual:after {
  content: '';
  display: inline-block;
  background: #000;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 0.6;
}

.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;
}

.p-mainvisual_hero {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 90%;
  z-index: 4;
}
.p-mainvisual_hero h1 {
  font-weight: 700;
  text-align: center;
  color: #fff;
  font-size: 2.625rem;
  line-height: 1.5;
  margin-bottom: 48px;
}
.p-mainvisual_hero h2 {
  font-weight: 500;
  font-size: 2.625rem;
  color: #fff;
  text-align: center;
}
.p-mainvisual_hero h2 span {
  font-size: 1.5rem;
  display: block;
  margin-top: 8px;
}

.scrolldown1 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  height: 50px;
  z-index: 5;
}

.scrolldown1 span {
  position: absolute;
  left: -15px;
  top: -15px;
  color: #eee;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
}

.scrolldown1::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 30px;
  background: #eee;
  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;
  }
}
.p-top__philosophy {
  padding: 48px 0 24px;
  background: url(../img/top/philosophyBg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.p-top__philosophy p {
  font-size: 1.125rem;
  line-height: 1.6;
}
.p-top__philosophy .text {
  text-align: center;
  margin-bottom: 48px;
}
.p-top__philosophy h2 {
  width: 100%;
  max-width: 850px;
  margin-inline: auto;
}
.p-top__philosophy h3 {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 62px;
}
.p-top__philosophy .flex {
  display: flex;
  gap: 100px;
  margin-top: 48px;
}
.p-top__philosophy .left {
  width: calc(100% - 430px);
}
.p-top__philosophy .right {
  width: 330px;
}
.p-top__philosophy .right p.center {
  text-align: center;
  margin-top: 8px;
}

.p-top__service {
  overflow-x: hidden;
}
.p-top__service .l-wrapper {
  position: relative;
  padding: 96px 0 54px;
}
.p-top__service .image06 {
  position: absolute;
  width: 360px;
  top: -150px;
  left: -140px;
}
.p-top__service .image02 {
  position: absolute;
  width: 360px;
  top: 254px;
  left: -232px;
}
.p-top__service .image03 {
  position: absolute;
  width: 360px;
  top: -100px;
  right: -40px;
}
.p-top__service .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
  transform: translateX(64px);
}
.p-top__service .flex .image {
  width: 480px;
}
.p-top__service .flex .text {
  width: calc(100% - 480px);
  max-width: 480px;
}
.p-top__service .flex h2 {
  font-weight: 500;
  font-size: 2.25rem;
  margin-bottom: 32px;
}
.p-top__service .flex p {
  font-size: 1.125rem;
  line-height: 1.5;
}
.p-top__service a {
  position: relative;
  display: block;
}
.p-top__service a .box {
  position: absolute;
  left: 50%;
  bottom: 32px;
  transform: translateX(-50%);
}
.p-top__service a h3 {
  font-weight: 500;
  font-size: 1.5rem;
  text-align: center;
  color: #000000;
  white-space: nowrap;
}
.p-top__service a h3 span {
  display: block;
  font-weight: 400;
  color: #023D99;
  margin-top: 8px;
}
.p-top__service a .arrow {
  width: 32px;
  margin-inline: auto;
  margin-top: 16px;
}
.p-top__service .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  column-gap: 24px;
  margin-top: -72px;
}

.p-top__clinic {
  background: url(../img/top/clinicBg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.p-top__clinic .l-wrapper {
  padding: 56px 0 174px;
  position: relative;
}
.p-top__clinic .image07 {
  position: absolute;
  width: 155px;
  top: 10px;
  left: -5%;
}
.p-top__clinic .image02 {
  position: absolute;
  width: 130px;
  top: 14px;
  right: 10%;
}
.p-top__clinic .image03 {
  position: absolute;
  width: 135px;
  top: 60px;
  right: -5%;
}
.p-top__clinic .image04 {
  position: absolute;
  width: 120px;
  bottom: 40px;
  right: 15%;
}
.p-top__clinic .image05 {
  position: absolute;
  width: 700px;
  bottom: 16px;
  left: -5%;
}
.p-top__clinic .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 30px;
}
.p-top__clinic .item a {
  display: block;
}
.p-top__clinic .item a .box {
  overflow: hidden;
}
.p-top__clinic .item a img {
  transition: all 0.3s ease 0s;
}
.p-top__clinic .item a:hover .box img {
  transform: scale(1.2, 1.2);
}
.p-top__clinic .arrow {
  font-size: 1.25rem;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
}
.p-top__clinic .arrow span {
  display: block;
  width: 26px;
}

.p-top__slider .p-slider__box {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
.p-top__slider .p-loop__box {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 200px;
}
.p-top__slider .p-loop__box ul {
  height: 200px;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: space-between;
  list-style: none;
  max-width: 10000%;
  min-width: 100%;
  width: calc(200px * 1.5 * 3);
  animation: 60s linear infinite;
}
.p-top__slider .p-loop__box ul.loop1 {
  animation-name: loop1;
}
.p-top__slider .p-loop__box ul.loop2 {
  animation-name: loop2;
}
.p-top__slider .p-loop__box li {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: calc(100% / 3);
}
@keyframes loop1 {
  0% {
    transform: translateX(0);
  }
  49.99999% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.p-top__information {
  background: #F8F8F8;
  padding: 64px 0;
}
.p-top__information .p-information__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 80px;
}
.p-top__information .p-information__right {
  background: #fff;
  padding: 32px 24px;
  width: 100%;
}
.p-top__information .p-information__right .arrow {
  font-size: 1rem;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin-left: auto;
  margin-right: 0;
  gap: 10px;
  margin-top: 24px;
}
.p-top__information .p-information__right .arrow::after {
  content: '';
  display: inline-block;
  background: url(../img/common/arrow03.png)no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
}
.p-top__information .c-title {
  text-align: left;
}
.p-top__information .p-information__list {
  max-height: 500px;
  overflow-y: scroll;
}
.p-top__information .p-information__list li {
  margin-bottom: 16px;
}
.p-top__information .p-information__list li:last-child {
  margin-bottom: 0;
}
.p-top__information .p-information__list li a {
  display: flex;
  column-gap: 30px;
  padding-bottom: 16px;
  border-bottom: 1px dashed #D8D8D8;
}
.p-top__information .p-information__list li a:hover .date, .p-top__information .p-information__list li 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;
}

.p-top__column {
  padding: 72px 0 48px;
}
.p-top__column .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  column-gap: 28px;
  row-gap: 48px;
}
.p-top__column .image {
  margin-bottom: 16px;
}
.p-top__column .image img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 10px;
}
.p-top__column p {
  font-size: 1.0rem;
  line-height: 1.5;
}
.p-top__column .c-link {
  margin-top: 48px;
}

/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
  /* ======================
  project(767)
  =========================*/
  .p-mainvisual_hero {
    top: unset;
    bottom: 25px;
    transform: translateX(-50%) translateY(0);
  }
  .p-mainvisual_hero h1 {
    font-size: 1.5rem;
    margin-bottom: 92px;
  }
  .p-mainvisual_hero h2 {
    font-size: 1.5rem;
  }
  .p-mainvisual_hero h2 span {
    font-size: 0.75rem;
  }

  .scrolldown1 {
    display: none;
  }

  .p-top__philosophy {
    padding: 32px 0 24px;
    background: url(../img/top/philosophyBg-sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .p-top__philosophy h2 {
    max-width: 310px;
  }
  .p-top__philosophy h3 {
    margin-bottom: 48px;
  }
  .p-top__philosophy .flex {
    flex-direction: column;
    gap: 48px;
    margin-top: 32px;
  }
  .p-top__philosophy .left {
    width: 100%;
  }
  .p-top__philosophy .right {
    width: 100%;
  }
  .p-top__philosophy .right p.right {
    text-align: center;
  }

  .p-top__service .l-wrapper {
    padding: 0 0 32px;
  }
  .p-top__service .image01 {
    display: none;
  }
  .p-top__service .image02 {
    position: static;
    top: unset;
    left: unset;
    width: 200px;
    margin-top: -80px;
    margin-left: -55px;
  }
  .p-top__service .image03 {
    position: static;
    top: unset;
    right: unset;
    margin-top: -70px;
    margin-left: 60px;
  }
  .p-top__service .flex {
    flex-direction: column-reverse;
    gap: 16px;
    transform: translateX(0);
  }
  .p-top__service .flex .image {
    width: 100%;
    max-width: 380px;
    margin-left: -45%;
  }
  .p-top__service .flex .text {
    width: 100%;
  }
  .p-top__service .flex h2 {
    text-align: center;
  }
  .p-top__service a h3 {
    font-size: 1.375rem;
  }
  .p-top__service a h3 span {
    font-size: 1rem;
  }
  .p-top__service .list {
    display: block;
    column-gap: 0;
    margin-top: -64px;
  }
  .p-top__service .list .item {
    width: 100%;
    max-width: 280px;
  }
  .p-top__service .list .item:nth-child(1) {
    margin-left: 32%;
  }
  .p-top__service .list .item:nth-child(2) {
    margin-left: -8%;
    margin-top: -54px;
  }
  .p-top__service .list .item:nth-child(3) {
    margin-left: 32%;
    margin-top: -54px;
  }
  .p-top__service .list a .arrow {
    width: 22px;
  }

  .p-top__clinic .l-wrapper {
    padding: 32px 0 100px;
  }
  .p-top__clinic .image01 {
    width: 76px;
    top: 365px;
    left: 5%;
  }
  .p-top__clinic .image02 {
    width: 80px;
    top: 96px;
    right: 5%;
  }
  .p-top__clinic .image03 {
    width: 74px;
    top: unset;
    bottom: 320px;
    right: 5%;
  }
  .p-top__clinic .image04 {
    width: 64px;
    bottom: 60px;
    right: unset;
    left: 5%;
  }
  .p-top__clinic .image05 {
    width: 340px;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
  }
  .p-top__clinic .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 48px;
  }

  .p-top__information {
    padding: 64px 0 32px;
  }
  .p-top__information .p-information__inner {
    flex-direction: column;
    gap: 0;
  }
  .p-top__information .p-information__right {
    padding: 32px 20px;
  }
  .p-top__information .p-information__left {
    width: 100%;
  }
  .p-top__information .c-title {
    text-align: center;
  }
  .p-top__information .p-information__left p {
    text-align: center;
  }
  .p-top__information .p-information__right {
    width: 100%;
  }
  .p-top__information .p-information__list {
    max-height: 400px;
  }
  .p-top__information .p-information__list li a {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 16px;
  }

  .p-top__column {
    padding: 32px 0 48px;
  }
  .p-top__column .list {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    row-gap: 32px;
  }
  .p-top__column .image {
    margin-bottom: 8px;
  }
  .p-top__column p {
    font-size: 0.75rem;
  }
  .p-top__column .c-link {
    margin-top: 32px;
  }
}
/*
  page
————————————————————————————————————————— */
.p-mainvisual {
  position: relative;
  padding: 230px 0 125px;
}
.p-mainvisual.-mainvisual01 {
  background: url(../img/common/mainvisual01.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.p-mainvisual:after {
  content: '';
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-mainvisual .p-mainvisual__title {
  font-weight: 400;
  font-size: 3.5rem;
  letter-spacing: 0.04em;
  color: #fff;
  position: relative;
  text-align: center;
  z-index: 2;
}
.p-mainvisual .p-mainvisual__title span {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  display: block;
  margin-top: 16px;
}

.p-breadCrumb {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.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;
    letter-spacing: 0.1em;
}
.p-page-main h3 {
  font-weight: 400;
  font-size: 1.5rem;
    line-height: 1.6;
	margin: 24px 0 16px 0;
}

.p-page-main h3.h3line {
   padding: 0.5em 0;
  margin-bottom: 0.3em;
  position: relative;
margin-bottom: 16px;
	color: #023D99;
}

.p-page-main h3.h3line::before {
  content: '';
  background-color: #023D99;
  width: 2em;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.p-page-main h4 {
  font-size: 1.2rem;
    line-height: 1.6;
	margin-top: 24px;
}

.p-page-main h4.h4line {
  padding: 0.5em 0;
  margin-bottom: 0.3em;
  position: relative;
margin-bottom: 16px;
	color: #023D99;
}
.p-page-main h4.h4line::before {
  content: '';
  background-color: #023D99;
  width: 2em;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}


.p-page-main p {
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 16px;
}
.p-page-main .p-news__content p {
  line-height: 1.8;
}
.p-page-main p.text18 {
  font-size: 1.125rem;
  line-height: 2;
}
.p-page-main p.text16, span.text16 {
  font-size: 0.9rem!important;
  line-height: 2;
}
.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.125rem;
  margin-bottom: 9px;
  line-height: 1.4;
  padding-left: 20px;
  position: relative;
}
.p-page-main .p-list li:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 11px;
  left: 0;
  width: 6px;
  height: 1px;
  background: #000;
}
.p-page-main .p-list2 {
  list-style-type: decimal;
  padding-left: 20px;
}
.p-page-main .p-list2 li {
  font-size: 1.125rem;
  margin-bottom: 9px;
  line-height: 1.4;
}
.p-page-main .p-list3 {
  list-style-type: circle;
  padding-left: 20px;
}
.p-page-main .p-list3 li {
  font-size: 1.125rem;
  margin-bottom: 9px;
  line-height: 1.4;
}
.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 .mt0 {
  margin-top: 0px!important;
}
.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 .pt24 {
  padding-top: 24px;
}
.p-page-main .center {
    text-align: center;
}
.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.4;
}
.p-page-main .p-page__table01 th {
  /*width: 30%;*/
  text-align: center;
}
.p-page-main .p-page__table01 td {
  /*width: 70%;*/
	line-height: 2;
}
.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 #023D99;
}
.p-page-main .p-page__table02 th:first-child {
  border-top: 1px solid #023D99;
}
.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 .box01 {
  padding: 30px;
  width: 100%;
  max-width: 1100px;
  margin-inline: auto;
  background: #fff;
	border-radius: 10px;
}
.p-page-main .boxshadow {
  box-shadow: 20px 20px 40px #d3d3d3,-20px -20px 40px #fff;
}
.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: 0px 0px 16px 0px;
}
.p-page-main .grid > div {
  margin: 0 0 48px;
}
.p-page-main .grid .gcol12 {
  width: 100%;
}
.p-page-main .grid .gcol6 {
  width: 47%;
}
.p-page-main .grid .gcol4 {
  width: 30%;
}
.p-page-main .grid .gcol5 {
  width: 46%;
}
.p-page-main .grid .gcol8 {
  width: 66%;
}
.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 2% 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 {
    padding-top: 32px;
  }
  .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 {
    padding: 155px 0 120px;
  }
  .p-mainvisual.-mainvisual01 {
    background: url(../img/common/mainvisual01-sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .p-mainvisual .p-mainvisual__title {
    font-size: 2.25rem;
  }
  .p-mainvisual .p-mainvisual__title span {
    margin-top: 24px;
  }

  .p-breadCrumb {
    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 #E50012;
  }
  .p-page-main .p-image__box {
    padding-bottom: 150px;
  }
  .p-page-main .p-image__box .image01 {
    width: 100%;
  }
  .p-page-main .p-image__box .image01_bg {
    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 .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 .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: #023D99;
  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;
  }
}

.image01 img, .image01_bg img {
	border-radius: 10px;
} 

.image01{
	position: relative;
}

.image01::before,
.image01::after {
	content: '';
	position: absolute;
	transform: rotate(-35deg);
	width: 70px;
	height: 25px;
	background-color: #fff;
	z-index: 1;
}

.image01::before {
	top: -10px;
	left: -25px;
	border-bottom: 1px solid #aaa;
}

.image01::after {
	bottom: -10px;
	right: -25px;
	border-top: 1px solid #aaa;
}

.image01_bg {
	position: relative;
}

.image01_bg::before,
.image01_bg::after {
	content: '';
	position: absolute;
	transform: rotate(-35deg);
	width: 70px;
	height: 25px;
	background-color: #F8F8F8;
	z-index: 1;
}

.image01_bg::before {
	top: -10px;
	left: -25px;
	border-bottom: 1px solid #aaa;
}

.image01_bg::after {
	bottom: -10px;
	right: -25px;
	border-top: 1px solid #aaa;
}


.stepbar {
  margin: 0 auto;
  width: 80%;
    padding-bottom: 32px;
}

.stepbar .stepbarwrap {
  margin: 2em 0;
  position: relative;
}

.stepbar .stepbarwrap .steptitle {
  display: inline-flex;
  align-items: center;
}

.stepbar .stepbarwrap .steptitle .stepcircle {
  display: inline-block;
  width: 1em;
  height: 1em;
  content: "";
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #EF7F42;
}

.stepbar .stepbarwrap .steptitle .stepnum {
  padding-left: 1em;
  font-size: 0.8em;
  color: #EF7F42;
	line-height: 1.8;
}

.stepbar .stepbarwrap .steptxt {
  padding-left: 2em;
	line-height: 1.6;
}

.stepbar .stepbarwrap .steptxt .steptxt-title {
  margin: 0.5em 0;
  font-weight: bold;
  font-size: 1.2em;
}

.stepbar .stepbarwrap .steptxt .steptxt-txt {
  font-size: 0.9em;
	line-height: 1.6;
}

.stepbar .stepbarwrap .stepline {
  width: 1px;
  height: calc(100% + 1em);
  background-color: #EF7F42;
  position: absolute;
  top: 1em;
  left: 0.5em;
  z-index: -1;
}

.stepbarwrap:last-of-type .stepline:last-of-type {
  display: none;
}

@media screen and (max-width: 960px) {
  .stepbar {
    width: 90%;
  }
}


.list-design {
  border-top: 1px solid #99bdde;
  border-bottom: 1px solid #99bdde;
  list-style-type: none;
  margin: 20px 0;
  padding: 11px 20px 20px 35px;
}
.list-design li {
  margin-top: 10px;
	line-height: 1.3;
}


.list-design li {
    margin-bottom: 5px;
    padding: 1em .7em;
    border-left: 5px solid #2589d0;
    background-color: #f2f2f2;
}

.list-design02 {
    list-style-type: none;
}

.list-design02 li {
    display: flex;
    align-items: flex-start;
    gap: 0 5px;
    padding: .3em;
	line-height: 1.6;
}

.list-design02 li::before {
    display: inline-block;
    width: 10px;
    height: 5px;
    margin-top: 12px;
	margin-right: 8px; /* テキストとの間にスペースを追加 */
    border-bottom: 2px solid #2589d0;
    border-left: 2px solid #2589d0;
    transform: rotate(-45deg) translateY(-1.5px);
    content: '';
    flex-shrink: 0; /* アイコンが縮まないようにする */
	
}

a.nolink {
	pointer-events: none;
}
/*# sourceMappingURL=style.css.map */


/* 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;
	}
}

.gmap{
position: relative;
width: 100%;
height: 0;
padding-top: 80%;/*比率をお好みで*/
}
.gmap iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*
  お知らせ
————————————————————————————————————————— */
.p-news .p-news__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 16px;
  padding-left: 0;
  border-bottom: 1px solid #CCCCCC;
}
.p-news .p-news__date {
  font-size: 0.875rem;
  display: block;
  margin: 0 45px 0 0;
}
.p-news .p-news__title {
  font-size: 0.875rem;
  line-height: 1.4;
  margin-bottom: 0;
}
.p-pagenation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 100px;
}
.p-pagenation li {
  margin-right: 14px;
}
.p-pagenation li:last-child {
  margin-right: 0;
}
.p-pagenation li .page-numbers {
  width: 40px;
  border-radius: 50%;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: normal;
  text-align: center;
  padding: 10px;
  color: #023D99;
  border: solid 1px #023D99;
}
.p-pagenation li .page-numbers.current {
  background-color: #023D99;
  color: #fff;
}
.p-pagenation li .next,
.p-pagenation li .prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.875rem;
  color: #023D99;
  background-color: unset;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: unset;
  border: unset;
  white-space: nowrap;
}

.p-news__datail .p-news__content img {
    width: auto;
    height: auto;
}

/*
  コラム
————————————————————————————————————————— */
.p-column .p-column__wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  column-gap: 28px;
  row-gap: 48px;
}
.p-column .p-column__image {
  margin-bottom: 16px;
}
.p-column .p-column__image img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 10px;
}
.p-column .p-column__title {
  font-size: 1rem;
  line-height: 1.5;
}
.p-column .p-column__title a {
  color: #000000;
}

@media screen and (max-width: 767px) {
  .p-news .p-news__body {
    height: 362px;
    margin-top: 0;
  }
  .p-news .p-news__box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 16px 0;
  }
  .p-news .p-news__cate {
    margin-right: 12px;
  }
  .p-news .p-news__date {
    font-size: 0.875rem;
    margin: 0;
  }
  .p-news .p-news__title {
    font-size: 0.75rem;
    width: 100%;
    margin-top: 8px;
  }
  .p-pagenation {
    margin-top: 30px;
  }
  .p-pagenation li .page-numbers {
    margin-right: 12px;
    font-size: 1.25rem;
    padding: 5px;
    line-height: 26px;
  }
  .p-pagenation li .next,
  .p-pagenation li .prev {
    font-size: 1.125rem;
  }

  .p-column .p-column__wrap {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20x;
    row-gap: 32px;
  }
  .p-column .p-column__image {
    margin-bottom: 8px;
  }
  .p-column .p-column__title {
    font-size: .75rem;
  }
}