@charset "UTF-8";
/*--------------------------------
 common
---------------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', '游ゴシック Medium', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, sans-serif;
  font-feature-settings: "palt";
}

main {
  width: 750px;
  margin-inline: auto;
  overflow: hidden;
}

.w-full {
  width: 100%;
  visibility: visible;
}

.w-fit {
  width: fit-content;
}

.mx-auto {
  margin-inline: auto;
}

a {
  display: block;
  transition: all 0.3s;
}

a[href^="tel:"] {
  pointer-events: none;
}

@media (width <= 750px) {
  a[href^="tel:"] {
    pointer-events: revert;
  }
}

button {
  display: block;
}

[disabled] {
  pointer-events: none;
}

/*--------------------------------
 header
---------------------------------*/
.header {
  width: 100%;
  padding: 13px 0;
  text-align: center;
  z-index: 1000;
  transition: top 0.8s;
}

.header .header__logo {
  width: 280px;
  margin: 0 auto;
  text-align: center;
  line-height: 1;
}

.header .header__logo img {
  width: 100%;
}

.header .inner {
  position: relative;
  width: 750px;
  margin: 0 auto;
}

/*--------------------------------
 footer
---------------------------------*/
.footer {
  padding: 30px 0 50px;
  text-align: center;
  position: relative;
  border-top: 1px solid black;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
}

.footer .logo {
  padding: 0 0 20px;
}

.footer .logo span {
  display: block;
  width: 66px;
  margin: 0 auto 30px;
  cursor: pointer;
}

.footer .logo a {
  display: inline-block;
  width: 280px;
}

.footer .text {
  display: flex;
  justify-content: center; /* 全体を中央寄せ */
  align-items: center;
  gap: 5px; /* テキストの間のすき間 */
  padding: 20px 0 40px; 
}


.footer .text a{
  color: #000;

}

.footer .copyright {
  text-align: center;
  font-size: 15px;
}

/*--------------------------------
 remark
---------------------------------*/
.remark {
  padding: 50px;
}

.remark p {
  margin-left: 1em;
  line-height: 1.5;
  text-indent: -1em;
  font-size: 22px;
  font-feature-settings: "palt";
}

.remark p + p {
  margin-top: 0.2em;
}

/*--------------------------------
 accordion
---------------------------------*/
.accordion-wrapper.is-open .accordion-contents {
  grid-template-rows: 1fr;
}

.accordion-contents {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.5s ease-out;
}

.accordion-inner {
  overflow: hidden;
}


/* メニュー */
.p_top .wrapper .inner {
  position: relative;
  width: 750px;
}
.p_top .wrapper .inner .menu-open {
  z-index: 1000;
  transition: top 0.8s;
  position: absolute;
  top: 20px;
  float: right;
  left: 260px;
  width: 50%;
  pointer-events: none;
}
.p_top .wrapper .inner .menu-open .h_menu {
  float: right;
  transform: translateX(100%);
  pointer-events: all;
  cursor: pointer;
}
.p_top .wrapper .inner .fixed {
  position: fixed;
}
.p_top .wrapper .inner .menu_cont .menu-top {
  display: inherit;
  margin: 60px auto 40px;
  width: 195px;
}
.p_top .wrapper .inner .menu_cont img {
  display: block;
  margin: 0 auto;
}
.p_top .wrapper .inner .menu_close {
  position: absolute;
  top: 30px;
  right: 40px;
  cursor: pointer;
}
.p_top .wrapper .inner .menu_box01 {
  margin: 120px auto 0;
  width: 750px;
}
.p_top .wrapper .inner .menu_box01 li {
  position: relative;
}
.p_top .wrapper .inner .menu_box01 li:nth-of-type(1) {
  height: 285px; 
}
.p_top .wrapper .inner .menu_box01 li:nth-of-type(1) p {
  position: absolute;
  top: 30px;
  left: 39.5%;
  transform: translateX(-50%);
  width: 426px;
  height: 31px;
  z-index: 0;
}
.p_top .wrapper .inner .menu_box01 li:nth-of-type(1) p a {
  display: block;
  width: 100%;
  height: 100%;
}
.p_top .wrapper .inner .menu_box01 li:nth-of-type(1) a {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 590px;
  height: 57px;
}
.p_top .wrapper .inner .menu_box01 li:nth-of-type(1) > a:nth-of-type(1) {
  top: 86px;
}
.p_top .wrapper .inner .menu_box01 li:nth-of-type(1) > a:nth-of-type(2) {
  top: 143px;
}
.p_top .wrapper .inner .menu_box01 li:nth-of-type(1) > a:nth-of-type(3) {
  top: 200px;
}
.p_top .wrapper .inner .menu_box01 li:nth-of-type(2) {
  position: relative;
  height: 115px; 
}
.p_top .wrapper .inner .menu_box01 li:nth-of-type(2) a {
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  width: 589px;
  height: 34px; 
}
.p_top .wrapper .inner .menu_box01 li:nth-of-type(3) {
  height: 228px; 
}
.p_top .wrapper .inner .menu_box01 li:nth-of-type(3) p {
  position: absolute;
  top: 30px;
  left: 46.5%;
  transform: translateX(-50%);
  width: 529px;
  height: 34px;
  z-index: 0;
}
.p_top .wrapper .inner .menu_box01 li:nth-of-type(3) p a {
  display: block;
  width: 100%;
  height: 100%;
}
.p_top .wrapper .inner .menu_box01 li:nth-of-type(3) a {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 590px;
  height: 57px;
}
.p_top .wrapper .inner .menu_box01 li:nth-of-type(3) > a:nth-of-type(1) {
  top: 93px;
}
.p_top .wrapper .inner .menu_box01 li:nth-of-type(3) > a:nth-of-type(2) {
  top: 150px;
}
.p_top .wrapper .inner .menu_box01 .menu_top {
  display: block;
}
.p_top .wrapper .inner #menu {
  display: none;
  position: fixed;
  z-index: 1001;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  overflow: auto;
}
.p_top .wrapper .inner #menu .menu_ttl {
  width: 750px;
  margin: 0 auto;
  position: relative;
}
.p_top .wrapper .inner #menu .menu_cont {
  position: relative;
}
.p_top .wrapper .inner #menu .menu_cont .bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 751px;
  height: 621px;
  z-index: 0;
}