@charset "UTF-8";
/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  apricot-design

//////////////////////////////////////////////////////////*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

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

small {
  font-size: inherit;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

dd {
  margin: 0px;
}

nav ul, nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

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

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

.mincho {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.en {
  font-family: "Jost", sans-serif;
}

:root {
  --extend: min(calc(( 50vw - 50% ) * -1), 0px);
  --sideW: min(5.2vw, 100px);
  --headerHeight: 110px;
  --contentsWideS: 1000px;
  --contentsWideM: 1050px;
  --contentsWideL: 1320px;
}

@media screen and (max-width: 767px) {
  :root {
    --sideW: 7.5vw;
    --headerHeight: 80px;
    --sectionWrap: 3.75em;
  }
}
html {
  width: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: var(--headerHeight);
}

body {
  font: 500 16px/1.8 "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.8333333333vw;
  letter-spacing: 0.06em;
  color: #000;
  text-align: left;
  counter-reset: number 0;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

#l_container_wrap {
  position: relative;
}
@media screen and (max-width: 767px) {
  #l_container_wrap {
    padding-top: var(--headerHeight);
  }
}

#l_container {
  position: relative;
}

.section_wrap {
  padding: 7.5em 0 8.75em;
}
@media screen and (max-width: 767px) {
  .section_wrap {
    padding: 60px 0 80px;
  }
}

.inner, .inner_l, .inner_m, .inner_s {
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--sideW);
}

.inner_s {
  max-width: calc(var(--contentsWideS) + var(--sideW) * 2);
}

.inner_m {
  max-width: calc(var(--contentsWideM) + var(--sideW) * 2);
}

.inner_l {
  max-width: calc(var(--contentsWideL) + var(--sideW) * 2);
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  font-weight: inherit;
  line-height: 1.5;
}

label {
  cursor: pointer;
}

button {
  padding: 0;
  border: none;
  color: inherit;
}

picture {
  display: contents;
}
picture img {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
  width: auto;
}

.opacity, a {
  transition: 0;
}
@media (hover: hover) {
  .opacity:hover, a:hover {
    opacity: 0.5;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

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

.img_only {
  display: block;
}
.img_only img {
  display: block;
  width: 100%;
}

.text_link {
  text-decoration: underline !important;
}

@keyframes fade_in {
  80% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
[class^=fade_anim] {
  opacity: 0;
}
[class^=fade_anim].js-active {
  animation: fade_in 1s ease-out forwards;
}

.fade_anim.js-active {
  animation: fade_in 1s ease-in forwards;
}

.fade_anim_bottom {
  transform: translate(0, 60px);
}

.fade_anim_left {
  transform: translate(-40px, 0);
}

.fade_anim_right {
  transform: translate(60px, 0);
}

section {
  margin-bottom: 7.5em;
}
@media screen and (max-width: 767px) {
  section {
    margin-bottom: 3.75em;
  }
}

.cmn_sns {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .cmn_sns {
    gap: 14px;
  }
}
.cmn_sns > li {
  width: 70px;
}
@media screen and (max-width: 767px) {
  .cmn_sns > li {
    width: 40px;
  }
}
.cmn_sns > li a {
  display: block;
}

.ttl_cmn_01 {
  text-align: center;
  width: 100%;
  font-size: 2.5em;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.25;
  padding-bottom: 20px;
  margin-bottom: 54px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ttl_cmn_01 {
    font-size: 1.25em;
    font-weight: 800;
    margin-bottom: 22px;
    padding-bottom: 10px;
  }
}
.ttl_cmn_01:after {
  content: "";
  display: block;
  width: 100%;
  max-width: 350px;
  height: 1.5px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .ttl_cmn_01:after {
    width: 160px;
  }
}

.link_cmn_01 {
  display: block;
  width: 100%;
  max-width: 450px;
  background-color: #000;
  border-radius: 10px;
  padding: 0.91em;
  text-align: center;
  color: #fff;
  font-size: 1.875em;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-decoration: none !important;
}
@media screen and (max-width: 767px) {
  .link_cmn_01 {
    width: 80%;
    max-width: 500px;
    font-size: 1.125em;
  }
}
.link_cmn_01.is-inactive {
  pointer-events: none;
  background-color: #bfbfbf;
}

.list_kome > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_kome > li:before {
  content: "※";
}

.list_dot > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_dot > li:before {
  content: "・";
}

.list_ast > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_ast > li:before {
  content: "＊";
}

.list_maru > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_maru > li:before {
  content: "●";
}

.list_number {
  counter-reset: number 0;
}
.list_number > li {
  counter-increment: number 1;
}
.list_number > li:before {
  content: counter(number);
}

.loading {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
}
.loading.end {
  opacity: 0;
  visibility: hidden;
}

.hbm_btn {
  padding: 0;
  border: none;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 40px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
.hbm_btn .box {
  display: block;
  width: 60%;
  position: relative;
}
.hbm_btn .box .bar {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 0;
  transition: 0.5s;
}

[data-hbm-bar="3"] .box {
  aspect-ratio: 2/1.5;
  margin: 15% 0;
}
[data-hbm-bar="3"] .bar:nth-child(1) {
  top: 0;
}
[data-hbm-bar="3"] .bar:nth-child(2) {
  top: 50%;
}
[data-hbm-bar="3"] .bar:nth-child(3) {
  top: 100%;
}
[data-hbm-bar="3"].js-active .bar:nth-child(1) {
  top: 50%;
  transform: rotate(135deg);
}
[data-hbm-bar="3"].js-active .bar:nth-child(2) {
  top: 50%;
  transform: rotateY(90deg);
}
[data-hbm-bar="3"].js-active .bar:nth-child(3) {
  top: 50%;
  transform: rotate(-135deg);
}

[data-hbm-bar="2"] .box {
  aspect-ratio: 3/1;
  margin: 15% 0;
}
[data-hbm-bar="2"] .bar:nth-child(1) {
  top: 0;
}
[data-hbm-bar="2"] .bar:nth-child(2) {
  top: 100%;
}
[data-hbm-bar="2"].js-active .bar:nth-child(1) {
  top: 50%;
  transform: rotate(160deg);
}
[data-hbm-bar="2"].js-active .bar:nth-child(2) {
  top: 50%;
  transform: rotate(-160deg);
}

.split_right {
  padding-left: max(20.83%, 250px);
}
@media screen and (max-width: 767px) {
  .split_right {
    padding-left: 0;
  }
}

.header {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: max(20.83%, 250px);
  height: 100vh;
  background-color: #f7f6f5;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 767px) {
  .header {
    width: 100%;
    height: var(--headerHeight);
    display: flex;
    align-items: center;
  }
}
.header__logo {
  width: 100%;
  max-width: 208px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 120px;
    position: relative;
    z-index: 1;
  }
}
.header__logo a {
  display: block;
}
.header .calender {
  display: block;
  width: 30px;
  position: absolute;
  top: calc(50% - 1px);
  left: 5%;
  transform: translateY(-50%);
}
.header .calender.is-inactive {
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .gnavi {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #f7f6f5;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    padding-top: var(--headerHeight);
  }
  .gnavi.js-active {
    opacity: 1;
    visibility: visible;
  }
}
.gnavi__inner {
  width: -moz-fit-content;
  width: fit-content;
  margin: 100px auto 0;
}
.gnavi__main {
  font-size: 1.375em;
  font-weight: 600;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .gnavi__main {
    font-size: 1.125em;
    text-align: center;
  }
}
.gnavi__main li {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .gnavi__main li {
    margin-bottom: 1em;
  }
}
.gnavi__main li:last-child {
  margin-bottom: 0;
}
.gnavi__sub {
  margin: 60px 0 48px;
  display: flex;
  justify-content: center;
  font-size: 1.25em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .gnavi__sub {
    font-size: 0.9375em;
    margin: 40px 0 30px;
  }
}
.gnavi__sub li:nth-child(1) {
  padding-right: 1em;
  border-right: 2px solid #000;
}
.gnavi__sub li:nth-child(2) {
  padding-left: 1em;
}
.gnavi__sub a.is-inactive {
  pointer-events: none;
  color: #bfbfbf;
}
.footer {
  background-color: #eaeaea;
  padding: 110px 0 92px;
  font-size: 1.25em;
  letter-spacing: 0.08em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 60px 0;
    font-size: 0.8125em;
    line-height: 1.5;
  }
}
.footer .inner_l {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 36px;
}
@media screen and (max-width: 767px) {
  .footer .inner_l {
    gap: 0;
  }
}
.footer .company_name {
  width: 100%;
  font-size: 1.5em;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .footer .company_name {
    font-size: 0.9375rem;
  }
}
.footer address {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .footer address {
    margin-top: 1em;
  }
}
.footer .cmn_sns {
  width: 100%;
  margin-top: 30px;
}
.footer .list_other {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  max-width: 311px;
}
@media screen and (max-width: 767px) {
  .footer .list_other {
    margin-top: 30px;
    max-width: unset;
    align-items: flex-start;
  }
}

.tonari_sec_01 .para {
  font-size: 1.75em;
  line-height: 1.71;
}
@media screen and (max-width: 767px) {
  .tonari_sec_01 .para {
    font-size: 0.875em;
  }
}
.tonari_sec_01 .para p {
  margin-bottom: 1.5em;
}
.tonari_sec_01 .para p:last-child {
  margin-bottom: 0;
}
.tonari_sec_01 .para p span {
  letter-spacing: -0.5em;
}

.tonari_sec_02 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 55px 4.5%;
}
@media screen and (max-width: 767px) {
  .tonari_sec_02 ul {
    gap: 30px 7.3%;
  }
}
.tonari_sec_02 ul li {
  width: 30.3333333333%;
}
@media screen and (max-width: 767px) {
  .tonari_sec_02 ul li {
    width: 46.35%;
  }
}
.tonari_sec_02 ul li .image {
  display: block;
  overflow: hidden;
  aspect-ratio: 4/3;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .tonari_sec_02 ul li .image {
    margin-bottom: 14px;
  }
}
.tonari_sec_02 ul li .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tonari_sec_02 ul li h3 {
  font-size: 1.75em;
  line-height: 1.25;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .tonari_sec_02 ul li h3 {
    font-size: 1em;
    font-weight: 600;
    margin-bottom: 10px;
  }
}
.tonari_sec_02 ul li p {
  font-size: 1.25em;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .tonari_sec_02 ul li p {
    font-size: 0.8125em;
  }
}

.split_image {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .split_image {
    margin-bottom: 60px;
  }
}

.tonari_sec_03 ul {
  display: flex;
  gap: 6%;
}
@media screen and (max-width: 767px) {
  .tonari_sec_03 ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 12.5%;
  }
}
.tonari_sec_03 ul li {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .tonari_sec_03 ul li {
    width: 25%;
  }
}
.tonari_sec_03 ul li:after {
  content: "";
  display: block;
  width: 22%;
  aspect-ratio: 44/4;
  background: url(../images/ico_dots_01.svg) no-repeat center/contain;
  position: absolute;
  top: 40%;
  left: 120%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .tonari_sec_03 ul li:after {
    width: 24px;
    top: 39px;
    left: 125%;
  }
}
@media screen and (max-width: 767px) {
  .tonari_sec_03 ul li:nth-child(3):after {
    content: none;
  }
}
.tonari_sec_03 ul li:last-child:after {
  content: none;
}
.tonari_sec_03 ul li p {
  margin-top: 0.75em;
  text-align: center;
  font-size: 1.25em;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .tonari_sec_03 ul li p {
    font-size: 0.875em;
  }
}

.tonari_sec_04 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 55px 4.5%;
}
@media screen and (max-width: 767px) {
  .tonari_sec_04 ul {
    flex-direction: column;
    margin: 0 auto;
    gap: 30px;
    width: 80%;
    max-width: 500px;
  }
}
.tonari_sec_04 ul li {
  width: 30.3333333333%;
}
@media screen and (max-width: 767px) {
  .tonari_sec_04 ul li {
    width: 100%;
  }
}
.tonari_sec_04 ul li .image {
  display: block;
  overflow: hidden;
  aspect-ratio: 4/3;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .tonari_sec_04 ul li .image {
    margin-bottom: 20px;
  }
}
.tonari_sec_04 ul li .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tonari_sec_04 ul li h3 {
  font-size: 1.75em;
  line-height: 1.25;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .tonari_sec_04 ul li h3 {
    font-size: 1.125em;
  }
}
.tonari_sec_04 ul li p {
  font-size: 1.25em;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .tonari_sec_04 ul li p {
    font-size: 0.875em;
  }
}
.tonari_sec_04 .link_cmn_01 {
  margin: 80px auto 0;
}
@media screen and (max-width: 767px) {
  .tonari_sec_04 .link_cmn_01 {
    margin: 30px auto 0;
  }
}
.tonari_sec_04 .kome {
  text-align: center;
  margin: 30px 0 0;
  font-size: 1.25em;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .tonari_sec_04 .kome {
    margin: 14px 0 0;
    font-size: 0.75em;
  }
}

.tonari_sec_05 {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .tonari_sec_05 .inner_s {
    padding: 0 calc(var(--sideW) * 1.5);
  }
}
.tonari_sec_05 .map {
  display: block;
  overflow: hidden;
  aspect-ratio: 1000/600;
}
.tonari_sec_05 .map iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.tonari_sec_05 address {
  margin: 30px 0 0;
  font-size: 1.375em;
  letter-spacing: 0.08em;
  line-height: 1.59;
}
@media screen and (max-width: 767px) {
  .tonari_sec_05 address {
    font-size: 0.875em;
  }
}