@charset "UTF-8";
/* ===================================================================
CSS information
 file name  :  default.css
 style info :  リセット及びbody初期設定 サイト全体共通css (このスタイルシートは基本的に変更しない)
=================================================================== */
/*--- reset */
/**/
html {
  overflow-y: scroll;
}

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

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

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

caption, th {
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}

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

object,
embed {
  vertical-align: top;
}

hr, legend {
  display: none;
}

h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form {
  font-size: 100%;
  font-weight: normal;
}

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

li {
  list-style-type: none;
}

img {
  vertical-align: middle;
}

input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

figure {
  margin: 0;
}

/*
*/
/* 10px = 77% 11px = 85% 12px = 93% 13px = 100%
14px = 108% 15px = 116% 16px = 123.1% 17px = 131%
18px = 138.5% 19px = 146.5% 20px = 153.9% 21px = 161.6%
22px = 167% 23px = 174% 24px = 182% 25px = 189% 26px = 197% */
/*
YUI 3.4.1 (build 4118)
Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
  font: 108%;
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */
select,
input,
button,
textarea {
  font-size: 18px;
}

/**
 * To help tables remember to inherit
 */
table {
  font-size: inherit;
  font: 108%;
  width: 100%;
  border-collapse: collapse;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

.barlow {
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
}

.barlowSemi {
  font-family: "Barlow Semi Condensed", "Noto Sans JP", sans-serif;
}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
}
.container.--S {
  max-width: 800px;
}
@media only screen and (max-width: 649px) {
  .container.--S {
    width: 100%;
  }
}
.container.--M {
  max-width: 1000px;
}
@media only screen and (max-width: 649px) {
  .container.--M {
    width: 100%;
  }
}
.container.--L {
  max-width: 1180px;
}
@media only screen and (max-width: 649px) {
  .container.--L {
    width: 100%;
  }
}

@media only screen and (min-width: 650px) {
  .pc {
    display: block;
  }
  .sp {
    display: none !important;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1029px) {
  .pc {
    display: block;
  }
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 649px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
}
html {
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
  font-style: normal;
  font-weight: 400;
}

body {
  height: 100%;
  color: #000;
  background-color: #fff;
  overflow: hidden;
  line-height: 2;
}

main {
  padding-top: 80px;
}
@media only screen and (max-width: 649px) {
  main {
    padding-top: 60px;
  }
}

a {
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.65;
  transition: all 0.3s ease;
}

body.home #header {
  border-bottom: none;
}

#header {
  z-index: 99;
  position: fixed;
  box-sizing: border-box;
  width: 100%;
  height: 80px;
  background-color: #fff;
}
@media only screen and (min-width: 650px) and (max-width: 1029px) {
  #header {
    height: 72px;
  }
}
@media only screen and (max-width: 649px) {
  #header {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    padding: 0;
  }
}
#header .header__logo {
  position: absolute;
  inset: 0 auto 0 30px;
  width: 250px;
  height: 33px;
  margin: auto;
}
@media only screen and (max-width: 649px) {
  #header .header__logo {
    inset: 0 auto 0 20px;
    width: 200px;
    height: 27px;
  }
}
#header .globalNavi {
  height: 100%;
  margin-right: 30px;
}
@media only screen and (max-width: 649px) {
  #header .globalNavi {
    height: auto;
    margin-right: 0;
  }
}
#header .globalNavi ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 30px;
  height: 100%;
}
@media only screen and (max-width: 649px) {
  #header .globalNavi ul {
    justify-content: center;
    gap: 20px 0;
    flex-wrap: wrap;
    height: auto;
  }
}
@media only screen and (max-width: 649px) {
  #header .globalNavi ul li {
    width: 100%;
    text-align: center;
  }
}
#header .globalNavi ul li a {
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 649px) {
  #header .globalNavi ul li a {
    color: #fff;
    font-size: 2.8rem;
  }
}

#footer {
  padding: 120px 20px;
  color: #fff;
  background-color: #505050;
}
@media only screen and (max-width: 649px) {
  #footer {
    padding: 60px 30px 70px;
  }
}
#footer .container {
  position: relative;
}
#footer .footer__right {
  position: absolute;
  inset: 0 0 auto auto;
}
@media only screen and (max-width: 649px) {
  #footer .footer__right {
    inset: 95px 0 auto auto;
  }
}
#footer .footer__logo {
  width: 400px;
}
@media only screen and (max-width: 649px) {
  #footer .footer__logo {
    width: 315px;
  }
}
#footer .footer__nav ul {
  display: flex;
  gap: 0 30px;
  margin-top: 75px;
}
@media only screen and (max-width: 649px) {
  #footer .footer__nav ul {
    flex-wrap: wrap;
    gap: 5px 0;
    margin-top: 40px;
  }
}
#footer .footer__nav ul li {
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
}
@media only screen and (max-width: 649px) {
  #footer .footer__nav ul li {
    width: 100%;
    font-size: 2.5rem;
  }
}
#footer .footer__nav ul li a {
  color: #fff;
}
#footer .footer__links {
  margin-top: 10px;
}
#footer .footer__links li + li {
  margin-top: 5px;
}
#footer .footer__links a {
  color: #fff;
}
#footer .footer__copyRight {
  margin-top: 5px;
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  opacity: 0.5;
}
@media only screen and (max-width: 649px) {
  #footer .footer__copyRight {
    margin-top: 40px;
    text-align: center;
  }
}

html.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
}

#overlay {
  position: fixed;
  top: 0;
  z-index: 1002;
  width: 100%;
  height: 100vh;
  background-color: #505050;
  display: none;
  font-weight: bold;
}

.globalNaviWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.icn-humberger {
  position: fixed;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  display: none;
  cursor: pointer;
  z-index: 1003;
  padding: 24px 22.5px;
  box-sizing: border-box;
}
@media only screen and (max-width: 649px) {
  .icn-humberger {
    display: block;
  }
}

.icn-humberger span {
  height: 1px;
  display: block;
  position: absolute;
  margin-top: 5px;
}

.icn-humberger span {
  transition: all 0.3s;
  transform: rotate(0deg);
}
.icn-humberger .bar-top {
  width: 16px;
  transform: translateY(-6px);
  background-color: #000;
}
.icn-humberger .bar-middle {
  width: 16px;
  background-color: #000;
}
.icn-humberger .bar-bottom {
  width: 16px;
  transform: translateY(6px);
  background-color: #000;
}

.icn-humberger.is-open .bar-top {
  transform: rotate(-45deg) translateY(0px);
  width: 21px;
  margin-left: 0;
  background-color: #fff;
}
.icn-humberger.is-open .bar-middle {
  background: rgba(255, 255, 255, 0);
}
.icn-humberger.is-open .bar-bottom {
  transform: rotate(45deg) translateY(0px);
  width: 21px;
  margin-left: 0;
  background-color: #fff;
}

.pankuzuList {
  margin-top: 80px;
}
@media only screen and (max-width: 649px) {
  .pankuzuList {
    margin-top: 30px;
  }
}
.pankuzuList span {
  position: relative;
  font-family: "Barlow Semi Condensed", "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
}
.pankuzuList span + span {
  margin-left: 16px;
}
.pankuzuList span + span::before {
  position: absolute;
  top: -5px;
  left: -14px;
  content: "＞";
}

.notFound {
  margin-top: 60px;
  font-size: 1.6rem;
  text-align: center;
}

.icnLinks {
  display: flex;
  align-items: center;
  gap: 0 30px;
}
.icnLinks li a {
  color: #fff;
}
.icnLinks li .fa-facebook {
  font-size: 2.8rem;
}
.icnLinks li .fa-instagram {
  font-size: 3rem;
}
.icnLinks li .fa-pinterest {
  font-size: 2.8rem;
}

.btn a {
  display: inline-block;
  border: solid 1.5px;
  border-radius: 40px;
  padding: 15px 30px;
  font-family: "Barlow Semi Condensed", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
}
.btn a span {
  transition: all 0.3s ease;
}
.btn a:hover {
  opacity: 1;
}
.btn a:hover img {
  transform: translateX(3px);
  transition: all 0.3s ease;
}
.btn a:hover span {
  opacity: 0 5;
  transition: all 0.3s ease;
}
.btn.--white a {
  color: #fff;
}
.btn.--all {
  margin-top: 50px;
  text-align: center;
}
@media only screen and (max-width: 649px) {
  .btn.--all {
    margin-top: 40px;
  }
}
.btn.--all a img {
  position: relative;
  top: -2px;
  margin-left: 10px;
  transition: all 0.3s ease;
}
.btn.--back a img {
  position: relative;
  top: -2px;
  margin-right: 10px;
  transition: all 0.3s ease;
}

.pageTtl {
  margin-bottom: 100px;
  font-size: 1.4rem;
  line-height: 1.3;
}
@media only screen and (max-width: 649px) {
  .pageTtl {
    margin-bottom: 50px;
  }
}
.pageTtl span {
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-size: 6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.pagenaviWrap {
  position: relative;
}

.wp-pagenavi {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border: none;
  margin-top: 60px;
}
.wp-pagenavi a,
.wp-pagenavi span {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  margin: 0 2px;
  border: none !important;
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  text-decoration: none;
  transition: all 0.2s ease;
}
.wp-pagenavi .current {
  font-weight: 400 !important;
}
.wp-pagenavi .current::after {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -3px;
  margin: auto;
  opacity: 1;
  transition: all 0.2s ease;
  width: 7px;
  height: 2px;
  background-color: #000;
  content: "";
}
.wp-pagenavi::before {
  position: absolute;
  top: -48px;
  left: 0;
  width: 100%;
  height: 2px;
  background-size: 14px 1px;
  background-image: linear-gradient(to right, #eeeeec, #eeeeec 6px, transparent 4px, transparent 8px);
  background-repeat: repeat-x;
  background-position: left bottom;
  content: "";
}
@media only screen and (max-width: 649px) {
  .wp-pagenavi::before {
    top: -26px;
  }
}

.nextpostslink,
.previouspostslink {
  position: absolute;
}

.nextpostslink {
  right: 0;
}
@media only screen and (min-width: 650px) and (max-width: 1029px) {
  .nextpostslink {
    right: -38%;
  }
}
.nextpostslink::after {
  position: absolute;
  top: 2px;
  right: 0;
  content: url(../images/parts/next-black.svg);
  transition: all 0.2s ease;
}

.previouspostslink {
  left: 0;
}
@media only screen and (min-width: 650px) and (max-width: 1029px) {
  .previouspostslink {
    left: -38%;
  }
}
.previouspostslink::after {
  position: absolute;
  top: 2px;
  left: 0;
  content: url(../images/pages/prev.svg);
  transition: all 0.2s ease;
}

.pageNav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  margin: 80px auto 0;
  font-size: 1.6rem;
}
@media only screen and (max-width: 649px) {
  .pageNav {
    width: 100%;
    margin: 40px auto 0;
  }
}
.pageNav a:hover {
  opacity: 1;
}
.pageNav span {
  position: relative;
}
.pageNav span:before {
  position: absolute;
  top: 0;
  left: 0;
  text-decoration: none;
  transition: all 0.2s ease;
}
.pageNav span:hover:before {
  opacity: 1;
  transition: all 0.2s ease;
}
.pageNav .nav__center {
  width: 40%;
  text-align: center;
}
@media only screen and (max-width: 649px) {
  .pageNav .nav__center a {
    font-size: 1.2rem !important;
  }
}
.pageNav .nav__side {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
  font-size: 1.6rem;
  font-weight: 500;
}
@media only screen and (max-width: 649px) {
  .pageNav .nav__side {
    font-size: 1.2rem;
  }
}

.journalList__item + li {
  margin-top: 30px;
}
@media only screen and (max-width: 649px) {
  .journalList__item + li {
    margin-top: 2 0px;
  }
}
.journalList__box {
  display: flex;
  overflow: hidden;
  border-radius: 20px;
  background-color: #fff;
}
.journalList__thumb {
  width: 250px;
}
@media only screen and (max-width: 649px) {
  .journalList__thumb {
    width: 30%;
  }
}
.journalList__thumb img {
  width: 100%;
}
@media only screen and (min-width: 650px) and (max-width: 1029px) {
  .journalList__thumb img {
    height: 100%;
    object-fit: cover;
  }
}
@media only screen and (max-width: 649px) {
  .journalList__thumb img {
    height: 100%;
    object-fit: cover;
  }
}
.journalList__info {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: calc(100% - 250px);
  padding: 0 50px;
}
@media only screen and (min-width: 650px) and (max-width: 1029px) {
  .journalList__info {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 649px) {
  .journalList__info {
    width: 70%;
    padding: 13px 20px;
  }
}
.journalList__ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.75;
}
@media only screen and (min-width: 650px) and (max-width: 1029px) {
  .journalList__ttl {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 649px) {
  .journalList__ttl {
    font-size: 1.4rem;
  }
}
.journalList__category {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px;
  margin-top: 20px;
}
@media only screen and (min-width: 650px) and (max-width: 1029px) {
  .journalList__category {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 649px) {
  .journalList__category {
    gap: 10px 12px;
    margin-top: 0;
  }
}
.journalList__category li {
  font-size: 1.4rem;
  font-weight: 700;
  color: #00737d;
}
@media only screen and (max-width: 649px) {
  .journalList__category li {
    font-size: 1.2rem;
  }
}

.officeList {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
}
.officeList__item {
  overflow: hidden;
  border-radius: 10px;
  width: calc((100% - 40px) / 3);
  background-color: #fff;
}
@media only screen and (max-width: 649px) {
  .officeList__item {
    width: 100%;
  }
}
.officeList__thumb {
  display: flex;
  flex-wrap: wrap;
}
.officeList__thumb li img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.officeList__thumb li:nth-child(1) {
  width: 100%;
}
.officeList__thumb li:nth-child(1) ~ li {
  width: 50%;
}
@media only screen and (max-width: 649px) {
  .officeList__thumb li:nth-child(1) {
    width: 66.33%;
  }
  .officeList__thumb li:nth-child(1) ~ li {
    position: absolute;
    right: 0;
    width: 33.66%;
  }
  .officeList__thumb li:nth-child(2) {
    top: 0;
    height: 50%;
  }
  .officeList__thumb li:nth-child(3) {
    top: 50%;
    height: 50%;
  }
  .officeList__thumb li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .officeList__thumb {
    position: relative;
    flex-wrap: nowrap;
    min-height: 0;
  }
}
.officeList__info {
  padding: 20px;
}
@media only screen and (min-width: 650px) and (max-width: 1029px) {
  .officeList__info {
    padding: 15px;
  }
}
@media only screen and (max-width: 649px) {
  .officeList__info {
    padding: 20px;
  }
}
.officeList__ttl {
  font-family: "Barlow Semi Condensed", "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
}
@media only screen and (min-width: 650px) and (max-width: 1029px) {
  .officeList__ttl {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 649px) {
  .officeList__ttl {
    font-size: 2rem;
  }
}
.officeList__capaPrice {
  margin-top: 5px;
  font-family: "Barlow Semi Condensed", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.75;
}
@media only screen and (min-width: 650px) and (max-width: 1029px) {
  .officeList__capaPrice {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 649px) {
  .officeList__capaPrice {
    font-size: 1.6rem;
  }
}
.officeList__capaPrice span {
  position: relative;
}
.officeList__capaPrice span + span {
  margin-left: 10px;
}
.officeList__capaPrice span + span::before {
  position: absolute;
  inset: 4px auto auto -7px;
  width: 1px;
  height: 13px;
  background-color: #000;
  content: " ";
}
.officeList__catch {
  font-size: 1.3rem;
  line-height: 1.5;
  opacity: 0.5;
}
.officeList__areaStation {
  margin-top: 5px;
  font-size: 1.5rem;
}
@media only screen and (min-width: 650px) and (max-width: 1029px) {
  .officeList__areaStation {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 649px) {
  .officeList__areaStation {
    font-size: 1.5rem;
  }
}
.officeList__areaStation span {
  border-radius: 2px;
  padding: 0 5px 1px;
  margin-right: 10px;
  color: #fff;
  background-color: #007baa;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.75;
}
@media only screen and (min-width: 650px) and (max-width: 1029px) {
  .officeList__areaStation span {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 649px) {
  .officeList__areaStation span {
    font-size: 1.5rem;
  }
}

#p-home {
  overflow: hidden;
}
#p-home .secTtl {
  font-size: 1.4rem;
  font-weight: 700;
}
#p-home .secTtl span {
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-size: 14rem;
  font-weight: 400;
  line-height: 1;
}
@media only screen and (max-width: 649px) {
  #p-home .secTtl span {
    font-size: 9rem;
  }
}
#p-home .journalList {
  margin-top: 50px;
}

#homeTopSec .homeTop__visual {
  position: relative;
}
#homeTopSec .homeTop__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
  pointer-events: none;
}
#homeTopSec .homeTop__visual img {
  width: 100%;
}
#homeTopSec .homeTop__visual h2 {
  z-index: 2;
  position: absolute;
  inset: 0 0 0 0;
  width: 289px;
  height: 110px;
  margin: auto;
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.2em;
  text-align: center;
}
@media only screen and (max-width: 649px) {
  #homeTopSec .homeTop__visual h2 {
    width: 176px;
    height: 73px;
    font-size: 2rem;
  }
}
#homeTopSec .homeTop__visual h2 span {
  letter-spacing: -0.6em;
}
#homeTopSec .homeTop__ttl {
  padding: 15px 0 0 20px;
  font-family: "Barlow Semi Condensed", "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}
@media only screen and (max-width: 649px) {
  #homeTopSec .homeTop__ttl {
    padding: 45px 20px 0 20px;
    text-align: right;
  }
}
#homeTopSec .homeTop__ttl a {
  position: relative;
  margin-left: 30px;
  font-family: "Barlow Semi Condensed", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
}
#homeTopSec .homeTop__ttl a img {
  margin-top: -2px;
  margin-left: 5px;
}
#homeTopSec .homeTop__ttl a::after {
  position: absolute;
  inset: auto auto -3px 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  content: "";
}
#homeTopSec .slick-dots {
  position: absolute;
  inset: auto 20px 10px auto;
  display: flex;
  gap: 0 2px;
}
@media only screen and (max-width: 649px) {
  #homeTopSec .slick-dots {
    inset: auto 15px 70px auto;
  }
}
#homeTopSec .slick-dots li button {
  border: none;
  background-color: #fff;
  font-family: "Barlow Semi Condensed", "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  opacity: 0.3;
  cursor: pointer;
  color: #000 !important; /* 指定色 */
  -webkit-text-fill-color: #000;
}
#homeTopSec .slick-dots li.slick-active button {
  opacity: 1;
}
#homeTopSec .slick-dots li:first-child {
  position: relative;
}
#homeTopSec .slick-dots li:first-child::before {
  position: absolute;
  inset: -6px auto auto -55px;
  font-family: "Barlow Semi Condensed", "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  content: "PICK UP";
}

#homeAboutSec {
  padding: 100px 0 100px;
}
@media only screen and (min-width: 650px) and (max-width: 1029px) {
  #homeAboutSec {
    padding: 100px 0 100px 20px;
  }
}
@media only screen and (max-width: 649px) {
  #homeAboutSec {
    overflow: hidden;
    padding: 50px 0 100px 20px;
  }
}
#homeAboutSec .homeAbout__wrap {
  display: flex;
}
@media only screen and (max-width: 649px) {
  #homeAboutSec .homeAbout__wrap {
    display: block;
  }
}
#homeAboutSec .homeAbout__info {
  width: 50%;
}
@media only screen and (max-width: 649px) {
  #homeAboutSec .homeAbout__info {
    width: 100%;
  }
}
#homeAboutSec .homeAbout__info .btn {
  margin-top: 40px;
}
@media only screen and (max-width: 649px) {
  #homeAboutSec .homeAbout__info .btn {
    margin-top: 20px;
  }
}
#homeAboutSec .homeAbout__img {
  width: 50%;
}
@media only screen and (max-width: 649px) {
  #homeAboutSec .homeAbout__img {
    width: 100%;
    margin-top: 30px;
  }
}
#homeAboutSec .homeAbout__img img {
  width: 1050px;
  height: auto;
}
@media only screen and (min-width: 650px) and (max-width: 1029px) {
  #homeAboutSec .homeAbout__img img {
    width: 700px;
  }
}
@media only screen and (max-width: 649px) {
  #homeAboutSec .homeAbout__img img {
    width: 490px;
  }
}
#homeAboutSec .homeAbout__ttl {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.13em;
}
@media only screen and (max-width: 649px) {
  #homeAboutSec .homeAbout__ttl {
    font-size: 2.6rem;
  }
}
#homeAboutSec .homeAbout__txt {
  margin-top: 40px;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media only screen and (min-width: 650px) and (max-width: 1029px) {
  #homeAboutSec .homeAbout__txt {
    margin-top: 30px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 649px) {
  #homeAboutSec .homeAbout__txt {
    margin-top: 20px;
    font-size: 1.5rem;
  }
}

#homeOfficeSec {
  padding: 0 20px 200px;
  background-color: #eeeeec;
}
@media only screen and (max-width: 649px) {
  #homeOfficeSec {
    padding: 0 20px 150px;
  }
}
#homeOfficeSec .secTtl {
  position: relative;
  top: -77px;
}
@media only screen and (max-width: 649px) {
  #homeOfficeSec .secTtl {
    top: -40px;
  }
}
#homeOfficeSec .officeList {
  margin-top: -20px;
}
@media only screen and (max-width: 649px) {
  #homeOfficeSec .officeList {
    margin-top: -5px;
  }
}

#homeJournalSec {
  padding-bottom: 200px;
  background-color: #eeeeec;
}
@media only screen and (max-width: 649px) {
  #homeJournalSec {
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 649px) {
  #homeJournalSec figure img {
    height: 300px;
    object-fit: cover;
  }
}
#homeJournalSec .secTtl {
  position: relative;
  top: -60px;
}
@media only screen and (max-width: 649px) {
  #homeJournalSec .secTtl {
    top: -40px;
  }
}
#homeJournalSec .homeJournal__lead {
  font-size: 1.8rem;
  line-height: 2;
}
@media only screen and (max-width: 649px) {
  #homeJournalSec .homeJournal__lead {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1029px) {
  #homeJournalSec .container {
    box-sizing: border-box;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 649px) {
  #homeJournalSec .container {
    box-sizing: border-box;
    padding: 0 20px;
  }
}

#homeContactSec {
  padding: 120px 0;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  color: #fff;
  background-color: #505050;
}
@media only screen and (min-width: 650px) and (max-width: 1029px) {
  #homeContactSec {
    padding: 100px 20px;
  }
}
@media only screen and (max-width: 649px) {
  #homeContactSec {
    padding: 60px 20px;
  }
}
#homeContactSec .homeContact__ttl {
  font-size: 1.4rem;
  font-weight: 700;
}
#homeContactSec .homeContact__ttl span {
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-size: 6rem;
  font-weight: 500;
  line-height: 1.2;
}
#homeContactSec .homeContact__txt {
  width: 310px;
  margin-top: 52px;
  font-size: 1.4rem;
  line-height: 2;
}
#homeContactSec .container {
  position: relative;
}
#homeContactSec .btn {
  position: absolute;
  inset: auto 0 10px auto;
}
@media only screen and (max-width: 649px) {
  #homeContactSec .btn {
    position: static;
    margin-top: 20px;
  }
}

#p-journalSingle {
  padding: 150px 20px 0;
  background-color: #eeeeec;
}
@media only screen and (max-width: 649px) {
  #p-journalSingle {
    padding: 60px 20px 0;
  }
}
#p-journalSingle h1 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.75;
}
@media only screen and (max-width: 649px) {
  #p-journalSingle h1 {
    font-size: 2.2rem;
  }
}
#p-journalSingle .journalSingle__category {
  display: flex;
  gap: 20px 28px;
  margin-top: 30px;
}
@media only screen and (max-width: 649px) {
  #p-journalSingle .journalSingle__category {
    gap: 12px 12px;
  }
}
#p-journalSingle .journalSingle__category li {
  font-size: 1.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 649px) {
  #p-journalSingle .journalSingle__category li {
    font-size: 1.4rem;
  }
}
#p-journalSingle .journalSingle__category li a {
  color: #00737d;
  font-weight: 700;
}
#p-journalSingle .journalSingle__thumb img {
  width: 100%;
  margin-top: 80px;
}
@media only screen and (max-width: 649px) {
  #p-journalSingle .journalSingle__thumb img {
    margin-top: 40px;
  }
}
#p-journalSingle .journalSingle__content {
  margin-top: 80px;
}
@media only screen and (max-width: 649px) {
  #p-journalSingle .journalSingle__content {
    margin-top: 40px;
  }
}
#p-journalSingle .journalSingle__content h2 {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 649px) {
  #p-journalSingle .journalSingle__content h2 {
    font-size: 2rem;
  }
}
#p-journalSingle .journalSingle__content h2 + p,
#p-journalSingle .journalSingle__content h2 + h2,
#p-journalSingle .journalSingle__content h2 + h3,
#p-journalSingle .journalSingle__content h2 + figure {
  margin-top: 20px;
}
#p-journalSingle .journalSingle__content h3 {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 700;
}
@media only screen and (max-width: 649px) {
  #p-journalSingle .journalSingle__content h3 {
    font-size: 1.8rem;
  }
}
#p-journalSingle .journalSingle__content h3 + p,
#p-journalSingle .journalSingle__content h3 + h2,
#p-journalSingle .journalSingle__content h3 + h3,
#p-journalSingle .journalSingle__content h3 + figure {
  margin-top: 20px;
}
#p-journalSingle .journalSingle__content p {
  font-size: 1.8rem;
  line-height: 2;
}
@media only screen and (max-width: 649px) {
  #p-journalSingle .journalSingle__content p {
    font-size: 1.4rem;
  }
}
#p-journalSingle .journalSingle__content p + p,
#p-journalSingle .journalSingle__content p + h2,
#p-journalSingle .journalSingle__content p + h3 {
  margin-top: 40px;
}
@media only screen and (max-width: 649px) {
  #p-journalSingle .journalSingle__content p + p,
  #p-journalSingle .journalSingle__content p + h2,
  #p-journalSingle .journalSingle__content p + h3 {
    margin-top: 30px;
  }
}
#p-journalSingle .journalSingle__content p + figure {
  margin-top: 80px;
}
@media only screen and (max-width: 649px) {
  #p-journalSingle .journalSingle__content p + figure {
    margin-top: 40px;
  }
}
#p-journalSingle .journalSingle__content p a {
  color: #00737d;
  text-decoration: underline;
}
#p-journalSingle .journalSingle__content figure + p,
#p-journalSingle .journalSingle__content figure + h2,
#p-journalSingle .journalSingle__content figure + h3,
#p-journalSingle .journalSingle__content figure + figure {
  margin-top: 40px;
}
@media only screen and (max-width: 649px) {
  #p-journalSingle .journalSingle__content figure + p,
  #p-journalSingle .journalSingle__content figure + h2,
  #p-journalSingle .journalSingle__content figure + h3,
  #p-journalSingle .journalSingle__content figure + figure {
    margin-top: 30px;
  }
}
#p-journalSingle .journalSingle__content img {
  border-radius: 20px;
}
@media only screen and (max-width: 649px) {
  #p-journalSingle .journalSingle__content img {
    border-radius: 15px;
  }
}
#p-journalSingle .journalSingle__secTtl {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 649px) {
  #p-journalSingle .journalSingle__secTtl {
    font-size: 2rem;
  }
}
#p-journalSingle .journalSingle__office {
  display: flex;
  gap: 0 30px;
  border-radius: 20px;
  padding: 30px;
  margin-top: 30px;
  background-color: #fff;
}
@media only screen and (max-width: 649px) {
  #p-journalSingle .journalSingle__office {
    display: block;
    gap: 10px 0;
    border-radius: 15px;
    padding: 20px;
  }
}
#p-journalSingle .journalSingle__officeImg {
  width: 300px;
}
@media only screen and (max-width: 649px) {
  #p-journalSingle .journalSingle__officeImg {
    width: 100%;
  }
}
#p-journalSingle .journalSingle__officeImg img {
  width: 100%;
  border-radius: 10px;
}
#p-journalSingle .journalSingle__officeInfo {
  width: calc(100% - 330px);
}
@media only screen and (max-width: 649px) {
  #p-journalSingle .journalSingle__officeInfo {
    width: 100%;
  }
}
#p-journalSingle .journalSingle__officeTtl {
  font-family: "Barlow Semi Condensed", "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 600;
}
#p-journalSingle .journalSingle__officeCatch {
  font-size: 1.5rem;
  line-height: 1.75;
  opacity: 0.5;
}
#p-journalSingle .journalSingle__officeCapaPrice {
  margin-top: 3px;
  font-family: "Barlow Semi Condensed", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.75;
}
#p-journalSingle .journalSingle__officeCapaPrice span {
  position: relative;
}
#p-journalSingle .journalSingle__officeCapaPrice span + span {
  margin-left: 10px;
}
#p-journalSingle .journalSingle__officeCapaPrice span + span::before {
  position: absolute;
  inset: 4px auto auto -7px;
  width: 1px;
  height: 13px;
  background-color: #000;
  content: " ";
}
#p-journalSingle .journalSingle__officeAreaStation {
  margin-top: 5px;
  font-size: 1.5rem;
}
#p-journalSingle .journalSingle__officeAreaStation span {
  border-radius: 2px;
  padding: 0 5px 1px;
  margin-right: 10px;
  color: #fff;
  background-color: #007baa;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.75;
}
#p-journalSingle .journalSingle__officeAdress {
  position: relative;
  padding-left: 15px;
  margin-top: 5px;
  font-family: "Barlow Semi Condensed", "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
}
#p-journalSingle .journalSingle__officeAdress::before {
  position: absolute;
  inset: 3px auto auto 0;
  content: url(../images/pages/adress-pin.svg);
}
#p-journalSingle .journalSingle__caution {
  margin-top: 30px;
  color: #000;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  opacity: 0.5;
}

#p-journalSingleOfficeSec {
  padding: 100px 0 100px;
}
@media only screen and (max-width: 649px) {
  #p-journalSingleOfficeSec {
    padding: 60px 0 65px;
  }
}

#p-journalSingleRelatedSec {
  padding: 0 0 80px;
}
@media only screen and (max-width: 649px) {
  #p-journalSingleRelatedSec {
    padding: 0;
  }
}
#p-journalSingleRelatedSec .container {
  border-top: solid 1px #000;
  padding-top: 100px;
}
@media only screen and (max-width: 649px) {
  #p-journalSingleRelatedSec .container {
    padding-top: 50px;
  }
}
#p-journalSingleRelatedSec .journalSingle__Related {
  margin-bottom: 35px;
  font-size: 2.4rem;
  font-weight: 700;
  font-weight: 2.4rem;
  text-align: center;
}

#p-journalSingleBottomSec {
  padding: 0 0 60px;
}

.pageWrap {
  height: 100svh;
  overflow-y: auto;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

.lg-close {
  right: 0 !important;
}

.lg-zoom-in {
  position: absolute;
  right: 40px !important;
}

.single-office main {
  padding-top: 0;
}
.single-office #header {
  position: relative;
}

#p-officeSingle .secTtl {
  font-size: 1.4rem;
  font-weight: 700;
}
#p-officeSingle .secTtl span {
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-size: 6rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
#p-officeSingle .fixedBar {
  z-index: 100;
  position: fixed;
  inset: auto auto 0 0;
  width: 100%;
  height: 50px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 15px;
}
@media only screen and (max-width: 649px) {
  #p-officeSingle .fixedBar {
    gap: 0 0;
  }
}
#p-officeSingle .fixedBar__telDlWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 15px;
}
@media only screen and (max-width: 649px) {
  #p-officeSingle .fixedBar__telDlWrap {
    box-sizing: border-box;
    gap: 0 5px;
    width: 50%;
    padding: 0 10px;
  }
  #p-officeSingle .fixedBar__telDlWrap a {
    flex: 1;
    text-align: center;
  }
}
#p-officeSingle .fixedBar__tel {
  position: relative;
  font-family: "Barlow Semi Condensed", "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
}
@media only screen and (max-width: 649px) {
  #p-officeSingle .fixedBar__tel {
    border: solid 1.5px #00737d;
    padding: 2px 0;
    border-radius: 40px;
    color: #00737d;
    background-color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.8;
  }
}
#p-officeSingle .fixedBar__tel::before {
  position: absolute;
  inset: 6px auto auto -20px;
  content: url(../images/pages/tel.svg);
}
@media only screen and (max-width: 649px) {
  #p-officeSingle .fixedBar__tel::before {
    content: none;
  }
}
#p-officeSingle .fixedBar__dl {
  border: solid 1.5px #00737d;
  padding: 2px 20px;
  border-radius: 40px;
  color: #00737d;
  background-color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.8;
}
@media only screen and (max-width: 649px) {
  #p-officeSingle .fixedBar__dl {
    padding: 2px 0;
  }
}
@media only screen and (max-width: 649px) {
  #p-officeSingle .fixedBar__contactWrap {
    width: 50%;
    height: 100%;
  }
}
#p-officeSingle .fixedBar__contact {
  display: inline-block;
  border: solid 1.5px #00737d;
  padding: 2px 20px;
  border-radius: 40px;
  color: #fff;
  background-color: #00737d;
  font-size: 1.2rem;
  line-height: 1.8;
}
@media only screen and (max-width: 649px) {
  #p-officeSingle .fixedBar__contact {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border: none;
    padding: 0;
    border-radius: 0;
    color: #fff;
    text-align: center;
  }
  #p-officeSingle .fixedBar__contact span {
    display: none;
  }
}

#officeSingleVisualSec {
  padding: 0 10px;
}
@media only screen and (max-width: 649px) {
  #officeSingleVisualSec {
    padding: 0 10px 0;
  }
}
#officeSingleVisualSec .galleryWrap {
  position: relative;
  display: flex;
  gap: 0 4px;
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 649px) {
  #officeSingleVisualSec .galleryWrap {
    display: block;
    border-radius: 10px;
  }
}
#officeSingleVisualSec .galleryWrap .btn-dynamic {
  z-index: 2;
  position: absolute;
  inset: auto 20px 20px auto;
  color: #fff;
  background-color: #000;
  padding: 8px 10px 8px 15px;
  border: none;
  border-radius: 20px;
  font-size: 1.4rem;
  font-weight: 600;
  transition: all 0.5s ease;
}
@media only screen and (min-width: 650px) and (max-width: 1029px) {
  #officeSingleVisualSec .galleryWrap .btn-dynamic {
    bottom: 5px;
    right: 5px;
    font-size: 10px;
  }
}
#officeSingleVisualSec .galleryWrap .btn-dynamic img {
  position: relative;
  top: 4px;
  width: 20px;
}
@media only screen and (max-width: 649px) {
  #officeSingleVisualSec .galleryWrap .btn-dynamic {
    position: static;
    width: 280px;
    display: block;
    height: auto;
    background: #000;
    border-radius: 5px;
    margin: 15px auto 0;
    padding: 12px 8px 10px;
  }
  #officeSingleVisualSec .galleryWrap .btn-dynamic br {
    display: none;
  }
  #officeSingleVisualSec .galleryWrap .btn-dynamic img {
    position: relative;
    top: 4px;
    width: 25px;
    margin-right: 6px;
  }
}
#officeSingleVisualSec .galleryWrap .btn-dynamic img {
  margin-bottom: 10px;
}
#officeSingleVisualSec .galleryWrap .btn-dynamic:hover {
  opacity: 0.65;
  cursor: pointer;
  transition: all 0.5s ease;
}
#officeSingleVisualSec .galleryWrap .visual-main {
  width: 50%;
}
@media only screen and (max-width: 649px) {
  #officeSingleVisualSec .galleryWrap .visual-main {
    width: 100%;
  }
}
#officeSingleVisualSec .galleryWrap .visual-main a {
  display: block;
  width: 100%;
}
#officeSingleVisualSec .galleryWrap .visual-main a:nth-child(n+2) {
  display: none;
}
#officeSingleVisualSec .galleryWrap .visual-main a img {
  width: 100%;
}
#officeSingleVisualSec .galleryWrap .visual-sub {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 4px;
  width: calc(50% - 2px);
}
@media only screen and (max-width: 649px) {
  #officeSingleVisualSec .galleryWrap .visual-sub {
    gap: 1px 1px;
    margin-top: 1px;
    width: 100%;
  }
}
#officeSingleVisualSec .galleryWrap .visual-sub a {
  display: block;
  width: calc(50% - 2px);
}
@media only screen and (max-width: 649px) {
  #officeSingleVisualSec .galleryWrap .visual-sub a {
    width: calc((100% - 3px) / 4);
  }
}
#officeSingleVisualSec .galleryWrap .visual-sub a:nth-child(1) {
  display: none;
}
@media only screen and (max-width: 649px) {
  #officeSingleVisualSec .galleryWrap .visual-sub a:nth-child(2) img {
    border-radius: 0 0 0 10px;
  }
}
@media only screen and (max-width: 649px) {
  #officeSingleVisualSec .galleryWrap .visual-sub a:nth-child(5) img {
    border-radius: 0 0 10px 0;
  }
}
#officeSingleVisualSec .galleryWrap .visual-sub a:nth-child(n+6) {
  display: none;
}
#officeSingleVisualSec .galleryWrap .visual-sub a img {
  width: 100%;
}
#officeSingleVisualSec .galleryWrap .venue-slider img {
  width: 100%;
}
#officeSingleVisualSec .galleryWrap .venue-slider_thumb {
  margin-top: 2px;
}
#officeSingleVisualSec .galleryWrap .venue-slider_thumb li img {
  width: calc(100% - 2px);
}
#officeSingleVisualSec .galleryWrap .slick-prev,
#officeSingleVisualSec .galleryWrap .slick-next {
  z-index: 2;
  font-size: 0;
  line-height: 0;
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  transition: all 0.5s ease;
}
#officeSingleVisualSec .galleryWrap .slick-prev:hover,
#officeSingleVisualSec .galleryWrap .slick-prev:focus,
#officeSingleVisualSec .galleryWrap .slick-next:hover,
#officeSingleVisualSec .galleryWrap .slick-next:focus {
  transition: all 0.5s ease;
  color: transparent;
  outline: none;
  opacity: 0.8;
}
#officeSingleVisualSec .galleryWrap .slick-prev:hover:before,
#officeSingleVisualSec .galleryWrap .slick-prev:focus:before,
#officeSingleVisualSec .galleryWrap .slick-next:hover:before,
#officeSingleVisualSec .galleryWrap .slick-next:focus:before {
  opacity: 1;
}
#officeSingleVisualSec .galleryWrap .slick-prev.slick-disabled:before,
#officeSingleVisualSec .galleryWrap .slick-next.slick-disabled:before {
  opacity: 0.25;
}
#officeSingleVisualSec .galleryWrap .slick-prev:before,
#officeSingleVisualSec .galleryWrap .slick-next:before {
  cursor: pointer;
  line-height: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#officeSingleVisualSec .galleryWrap .slick-prev {
  top: calc(50% - 25px);
  transform: scale(0.6) rotate(-180deg);
}
@media only screen and (max-width: 649px) {
  #officeSingleVisualSec .galleryWrap .slick-prev {
    top: calc(50% - 24px);
    left: -17px;
    transform: rotate(-180deg) scale(0.5);
  }
}
#officeSingleVisualSec .galleryWrap .slick-prev:before {
  position: relative;
  top: -5px;
  left: -35px;
  content: url(../images/common/slide-arrow.svg);
}
#officeSingleVisualSec .galleryWrap .slick-next {
  top: calc(50% - 31px);
  right: 10px;
  transform: scale(0.6);
}
@media only screen and (max-width: 649px) {
  #officeSingleVisualSec .galleryWrap .slick-next {
    top: calc(50% - 23px);
    right: 0;
    transform: scale(0.5);
  }
}
#officeSingleVisualSec .galleryWrap .slick-next:before {
  position: relative;
  top: -5px;
  right: 0;
  content: url(../images/common/slide-arrow.svg);
}

.lg-sub-html {
  background: rgba(0, 0, 0, 0.5);
}

.lg-close {
  display: block !important;
  opacity: 1 !important;
  position: absolute !important;
  top: 0;
  right: 40px;
  z-index: 9999 !important;
}

#officeSingleAboutSec {
  padding: 30px 20px;
}
#officeSingleAboutSec h1 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}
@media only screen and (max-width: 649px) {
  #officeSingleAboutSec h1 {
    font-size: 2.6rem;
  }
}
#officeSingleAboutSec h1 span {
  font-size: 1.3rem;
  font-weight: 400;
  opacity: 0.5;
}
#officeSingleAboutSec .office__catch {
  margin-top: 30px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.75;
  opacity: 0.5;
}
#officeSingleAboutSec .office__adress {
  margin-top: 30px;
  font-size: 1.5rem;
}
#officeSingleAboutSec .office__adress a {
  display: inline-block;
  align-items: center;
  width: 105px;
  height: 31px;
  border: solid 1px #000;
  border-radius: 40px;
  margin-left: 16px;
  font-family: "Barlow Semi Condensed", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 649px) {
  #officeSingleAboutSec .office__adress a {
    margin: 10px 0 0 10px;
  }
}
#officeSingleAboutSec .office__adress a span img {
  position: relative;
  top: -1px;
  margin-left: 5px;
}
#officeSingleAboutSec .office__tagList {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
  margin-top: 30px;
}
#officeSingleAboutSec .office__tagList li {
  border-radius: 6px;
  padding: 8px 10px;
  background-color: #e8ebda;
  font-size: 1.3rem;
  line-height: 1;
}
#officeSingleAboutSec .office__campaign {
  position: relative;
  border-radius: 20px;
  margin-top: 30px;
  color: #000;
  background-color: #fef1f1;
}
@media only screen and (max-width: 649px) {
  #officeSingleAboutSec .office__campaign {
    margin-top: 25px;
  }
}
#officeSingleAboutSec .office__campaign dt {
  position: relative;
  cursor: pointer;
  padding: 30px 75px 30px 20px;
}
#officeSingleAboutSec .office__campaign dt::after {
  content: url(../images/pages/ac-arrow.svg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  height: 15px;
}
@media only screen and (max-width: 649px) {
  #officeSingleAboutSec .office__campaign dt::after {
    right: 20px;
  }
}
#officeSingleAboutSec .office__campaign dt.open::after {
  transform: rotate(180deg);
}
#officeSingleAboutSec .office__campaign dd {
  padding: 0 20px 20px;
  word-wrap: break-word;
}
#officeSingleAboutSec .office__campaignTtl {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}
#officeSingleAboutSec .office__campaignTxt {
  font-size: 1.3rem;
  line-height: 1.75;
}

#stickyNav {
  position: sticky;
  top: 10px;
  z-index: 99;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  text-align: center;
}
#stickyNav ul {
  display: inline-flex;
  justify-content: center;
  gap: 0 10px;
  border: solid 1px #d0d0d0;
  border-radius: 10px;
  padding: 5px;
  white-space: nowrap;
  background: #fff;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
#stickyNav ul::-webkit-scrollbar {
  display: none;
}
#stickyNav ul li {
  font-size: 1.3rem;
  font-weight: 700;
}
#stickyNav ul li a {
  display: inline-block;
  padding: 15px 10px;
  border-radius: 6px;
}
#stickyNav ul li.active a {
  background-color: #c4e3e5;
}

#officeSingleAreaSec,
#officeSingleOfficeSec {
  overflow: hidden;
  padding: 0 20px 70px;
  /* dots */
  /* Arrows */
}
@media only screen and (max-width: 649px) {
  #officeSingleAreaSec,
  #officeSingleOfficeSec {
    padding: 0 20px 50px;
  }
}
#officeSingleAreaSec .office-slider,
#officeSingleOfficeSec .office-slider {
  position: relative;
  margin-top: 30px;
  width: 1400px;
}
@media only screen and (max-width: 649px) {
  #officeSingleAreaSec .office-slider,
  #officeSingleOfficeSec .office-slider {
    width: 100%;
  }
}
#officeSingleAreaSec .office-slider img,
#officeSingleOfficeSec .office-slider img {
  height: auto;
  width: calc(100% - 10px);
  border-radius: 10px;
}
@media only screen and (max-width: 649px) {
  #officeSingleAreaSec .office-slider img,
  #officeSingleOfficeSec .office-slider img {
    width: 100%;
  }
}
#officeSingleAreaSec .slick-dots,
#officeSingleOfficeSec .slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  margin-left: -15%;
}
@media only screen and (max-width: 649px) {
  #officeSingleAreaSec .slick-dots,
  #officeSingleOfficeSec .slick-dots {
    margin-left: 0;
  }
}
#officeSingleAreaSec .slick-dots li,
#officeSingleOfficeSec .slick-dots li {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
@media only screen and (max-width: 649px) {
  #officeSingleAreaSec .slick-dots li,
  #officeSingleOfficeSec .slick-dots li {
    margin: 0 1.2%;
  }
}
#officeSingleAreaSec .slick-dots li button,
#officeSingleOfficeSec .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
#officeSingleAreaSec .slick-dots li button:hover,
#officeSingleAreaSec .slick-dots li button:focus,
#officeSingleOfficeSec .slick-dots li button:hover,
#officeSingleOfficeSec .slick-dots li button:focus {
  outline: none;
}
#officeSingleAreaSec .slick-dots li button:hover:before,
#officeSingleAreaSec .slick-dots li button:focus:before,
#officeSingleOfficeSec .slick-dots li button:hover:before,
#officeSingleOfficeSec .slick-dots li button:focus:before {
  opacity: 1;
}
#officeSingleAreaSec .slick-dots li button:before,
#officeSingleOfficeSec .slick-dots li button:before {
  font-family: "slick";
  font-size: 30px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: "•";
  text-align: center;
  color: #000;
  opacity: 0.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 649px) {
  #officeSingleAreaSec .slick-dots li button:before,
  #officeSingleOfficeSec .slick-dots li button:before {
    font-size: 30px;
  }
}
#officeSingleAreaSec .slick-dots li.slick-active button:before,
#officeSingleOfficeSec .slick-dots li.slick-active button:before {
  color: #000;
  opacity: 1;
}
#officeSingleAreaSec .slick-prev,
#officeSingleAreaSec .slick-next,
#officeSingleOfficeSec .slick-prev,
#officeSingleOfficeSec .slick-next {
  z-index: 1;
}
#officeSingleAreaSec .slick-prev,
#officeSingleOfficeSec .slick-prev {
  position: absolute;
  top: calc(50% - 12px);
  left: -50px;
  margin: auto;
  cursor: pointer;
}
@media only screen and (max-width: 649px) {
  #officeSingleAreaSec .slick-prev,
  #officeSingleOfficeSec .slick-prev {
    left: 10px;
  }
}
#officeSingleAreaSec .slick-prev::before,
#officeSingleOfficeSec .slick-prev::before {
  content: url(../images/pages/slide-prev.svg);
}
#officeSingleAreaSec .slick-prev.slick-disabled:before,
#officeSingleAreaSec .slick-next.slick-disabled:before,
#officeSingleOfficeSec .slick-prev.slick-disabled:before,
#officeSingleOfficeSec .slick-next.slick-disabled:before {
  display: none;
}
#officeSingleAreaSec .slick-next,
#officeSingleOfficeSec .slick-next {
  position: absolute;
  top: calc(50% - 12px);
  right: calc(25% + 24px);
  margin: auto;
  cursor: pointer;
}
@media only screen and (max-width: 649px) {
  #officeSingleAreaSec .slick-next,
  #officeSingleOfficeSec .slick-next {
    right: 10px;
  }
}
#officeSingleAreaSec .slick-next::before,
#officeSingleOfficeSec .slick-next::before {
  content: url(../images/pages/slide-next.svg);
}
#officeSingleAreaSec .office__features,
#officeSingleOfficeSec .office__features {
  position: relative;
  border-bottom: solid 1px #000;
}
#officeSingleAreaSec .office__features dt,
#officeSingleOfficeSec .office__features dt {
  position: relative;
  cursor: pointer;
  padding: 0 0 20px;
}
@media only screen and (max-width: 649px) {
  #officeSingleAreaSec .office__features dt,
  #officeSingleOfficeSec .office__features dt {
    padding: 0 40px 15px 0;
  }
}
#officeSingleAreaSec .office__features dt p,
#officeSingleOfficeSec .office__features dt p {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
#officeSingleAreaSec .office__features dt p span,
#officeSingleOfficeSec .office__features dt p span {
  display: block;
  font-family: "Barlow Semi Condensed", "Noto Sans JP", sans-serif;
  font-size: 1.6;
  font-weight: 500;
  line-height: 2.5;
}
#officeSingleAreaSec .office__features dt p br,
#officeSingleOfficeSec .office__features dt p br {
  display: none;
}
@media only screen and (max-width: 649px) {
  #officeSingleAreaSec .office__features dt p br,
  #officeSingleOfficeSec .office__features dt p br {
    display: block;
  }
}
#officeSingleAreaSec .office__features dt::after,
#officeSingleOfficeSec .office__features dt::after {
  position: absolute;
  inset: 0 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: solid 1px #c0c0c0;
  border-radius: 50%;
  margin: auto;
  content: url(../images/pages/ac-arrow.svg);
}
@media only screen and (max-width: 649px) {
  #officeSingleAreaSec .office__features dt::after,
  #officeSingleOfficeSec .office__features dt::after {
    right: 0;
  }
}
#officeSingleAreaSec .office__features dt.open::after,
#officeSingleOfficeSec .office__features dt.open::after {
  transform: rotate(180deg);
}
#officeSingleAreaSec .office__features dd,
#officeSingleOfficeSec .office__features dd {
  padding-bottom: 20px;
  word-wrap: break-word;
}
#officeSingleAreaSec .office__features dd p,
#officeSingleOfficeSec .office__features dd p {
  font-size: 1.4rem;
  line-height: 1.75;
}
#officeSingleAreaSec .office__featuresWrap,
#officeSingleOfficeSec .office__featuresWrap {
  position: relative;
  padding-left: 250px;
  margin-top: 30px;
}
@media only screen and (max-width: 649px) {
  #officeSingleAreaSec .office__featuresWrap,
  #officeSingleOfficeSec .office__featuresWrap {
    padding-left: 0;
  }
}
#officeSingleAreaSec .office__featuresWrap .secTtl,
#officeSingleOfficeSec .office__featuresWrap .secTtl {
  position: absolute;
  inset: 0 auto auto 0;
}
@media only screen and (max-width: 649px) {
  #officeSingleAreaSec .office__featuresWrap .secTtl,
  #officeSingleOfficeSec .office__featuresWrap .secTtl {
    position: static;
  }
}

#officeSinglePriceSec {
  padding: 100px 20px;
  background-color: #eeeeec;
  /* dots */
  /* Arrows */
}
#officeSinglePriceSec .price__box {
  position: relative;
  border-radius: 10px;
  margin-top: 30px;
  padding: 25px 30px;
  background-color: #fff;
}
@media only screen and (max-width: 649px) {
  #officeSinglePriceSec .price__box {
    padding: 20px;
  }
}
#officeSinglePriceSec .price__box dt.price__boxHeader {
  position: relative;
  display: flex;
  cursor: pointer;
}
@media only screen and (max-width: 649px) {
  #officeSinglePriceSec .price__box dt.price__boxHeader {
    display: block;
  }
}
#officeSinglePriceSec .price__box dt.price__boxHeader dl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#officeSinglePriceSec .price__box dt.price__boxHeader dl dt {
  width: 80px;
  font-size: 1.3rem;
  line-height: 1.75;
  opacity: 0.6;
}
#officeSinglePriceSec .price__box dt.price__boxHeader dl dd {
  display: block !important;
  width: calc(100% - 80px);
  color: #00737d;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.75;
}
#officeSinglePriceSec .price__box dt.price__boxHeader::after {
  position: absolute;
  inset: 0 0 auto auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: solid 1px #c0c0c0;
  border-radius: 50%;
  content: url(../images/pages/ac-arrow.svg);
}
@media only screen and (max-width: 649px) {
  #officeSinglePriceSec .price__box dt.price__boxHeader::after {
    right: 0;
  }
}
#officeSinglePriceSec .price__box dt.price__boxHeader.open::after {
  transform: rotate(180deg);
}
#officeSinglePriceSec .price__box .price__boxHeaderDiv {
  width: 50%;
}
@media only screen and (max-width: 649px) {
  #officeSinglePriceSec .price__box .price__boxHeaderDiv {
    width: 100%;
  }
}
#officeSinglePriceSec .price__box dd.price__boxContent {
  display: flex;
  padding-top: 30px;
  word-wrap: break-word;
}
@media only screen and (max-width: 649px) {
  #officeSinglePriceSec .price__box dd.price__boxContent {
    display: block;
  }
}
#officeSinglePriceSec .price__box dd.price__boxContent p {
  font-size: 1.4rem;
  line-height: 1.75;
}
#officeSinglePriceSec .price__box dd.price__boxContent dl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
@media only screen and (max-width: 649px) {
  #officeSinglePriceSec .price__box dd.price__boxContent dl {
    margin-top: 5px;
  }
}
#officeSinglePriceSec .price__box dd.price__boxContent dl dt {
  position: relative;
  display: flex !important;
  align-items: center;
  width: 80px;
  height: 100%;
  padding: 10px 0;
  font-size: 1.3rem;
  line-height: 1.5;
  opacity: 0.6;
}
#officeSinglePriceSec .price__box dd.price__boxContent dl dd {
  position: relative;
  display: flex !important;
  align-items: center;
  width: calc(100% - 80px);
  padding: 10px 0;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
}
#officeSinglePriceSec .price__box dd.price__boxContent dl dd::before {
  position: absolute;
  inset: 0 auto auto -80px;
  width: calc(100% + 80px);
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  content: "";
}
#officeSinglePriceSec .price__box dd.price__boxContent dl dd:nth-of-type(1)::before {
  content: none;
}
#officeSinglePriceSec .price__box dd.price__boxContent dl dd small {
  font-size: 1.4rem;
}
#officeSinglePriceSec .price__boxWrap {
  position: relative;
  padding-left: 250px;
}
#officeSinglePriceSec .price__boxWrap .secTtl {
  position: absolute;
  inset: 0 auto auto 0;
}
#officeSinglePriceSec .price__box .price__boxContentDiv {
  width: 50%;
}
@media only screen and (max-width: 649px) {
  #officeSinglePriceSec .price__box .price__boxContentDiv {
    width: 100%;
  }
}
#officeSinglePriceSec .price__name {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.75;
}
@media only screen and (max-width: 649px) {
  #officeSinglePriceSec .price__name {
    padding-right: 30px;
    font-size: 1.6rem;
  }
}
#officeSinglePriceSec .price__photo {
  display: flex;
  align-items: center;
  margin-top: 15px;
  color: #00737d;
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
}
@media only screen and (max-width: 649px) {
  #officeSinglePriceSec .price__photo {
    margin-top: 5px;
  }
}
#officeSinglePriceSec .price__photo img {
  margin-right: 5px;
}
#officeSinglePriceSec .price__remarks {
  opacity: 0.6;
}
#officeSinglePriceSec .price__remarksAll {
  margin-top: 100px;
}
@media only screen and (max-width: 649px) {
  #officeSinglePriceSec .price__remarksAll {
    margin-top: 50px;
  }
}
#officeSinglePriceSec .price__remarksAll li + li {
  margin-top: 40px;
}
#officeSinglePriceSec .price__remarksAllTtl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
#officeSinglePriceSec .price__remarksAllTxt {
  margin-top: 10px;
  font-size: 1.2rem;
}
#officeSinglePriceSec .price-slider {
  position: relative;
  width: 316px;
}
@media only screen and (max-width: 649px) {
  #officeSinglePriceSec .price-slider {
    width: 100%;
  }
}
#officeSinglePriceSec .price-slider img {
  height: auto;
  width: 100%;
  border-radius: 10px;
}
#officeSinglePriceSec .slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  margin-top: -5px;
}
#officeSinglePriceSec .slick-dots li {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
@media only screen and (max-width: 649px) {
  #officeSinglePriceSec .slick-dots li {
    margin: 0 1.2%;
  }
}
#officeSinglePriceSec .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
#officeSinglePriceSec .slick-dots li button:hover,
#officeSinglePriceSec .slick-dots li button:focus {
  outline: none;
}
#officeSinglePriceSec .slick-dots li button:hover:before,
#officeSinglePriceSec .slick-dots li button:focus:before {
  opacity: 1;
}
#officeSinglePriceSec .slick-dots li button:before {
  font-family: "slick";
  font-size: 30px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: "•";
  text-align: center;
  color: #000;
  opacity: 0.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 649px) {
  #officeSinglePriceSec .slick-dots li button:before {
    font-size: 30px;
  }
}
#officeSinglePriceSec .slick-dots li.slick-active button:before {
  color: #000;
  opacity: 1;
}
#officeSinglePriceSec .slick-prev,
#officeSinglePriceSec .slick-next {
  z-index: 1;
}
#officeSinglePriceSec .slick-prev {
  position: absolute;
  top: calc(50% - 12px);
  left: 10px;
  margin: auto;
  cursor: pointer;
}
@media only screen and (max-width: 649px) {
  #officeSinglePriceSec .slick-prev {
    top: calc(50% - 10px);
  }
}
#officeSinglePriceSec .slick-prev::before {
  content: url(../images/pages/slide-prev.svg);
}
#officeSinglePriceSec .slick-prev.slick-disabled:before,
#officeSinglePriceSec .slick-next.slick-disabled:before {
  display: none;
}
#officeSinglePriceSec .slick-next {
  position: absolute;
  top: calc(50% - 12px);
  right: 10px;
  margin: auto;
  cursor: pointer;
}
@media only screen and (max-width: 649px) {
  #officeSinglePriceSec .slick-next {
    top: calc(50% - 10px);
  }
}
#officeSinglePriceSec .slick-next::before {
  content: url(../images/pages/slide-next.svg);
}

#officeSingleSpecSec {
  padding: 100px 20px 0;
  background-color: #fff;
  /* dots */
  /* Arrows */
}
@media only screen and (max-width: 649px) {
  #officeSingleSpecSec {
    padding: 80px 20px 0;
  }
}
#officeSingleSpecSec .spec__featuresList {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
  margin-top: 40px;
}
@media only screen and (max-width: 649px) {
  #officeSingleSpecSec .spec__featuresList {
    margin-top: 25px;
  }
}
#officeSingleSpecSec .spec__featuresList li {
  width: calc((100% - 40px) / 3);
}
#officeSingleSpecSec .spec__featuresListImg img {
  width: 100%;
  border-radius: 10px;
}
#officeSingleSpecSec .spec__featuresListTtl {
  margin-top: 10px;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 649px) {
  #officeSingleSpecSec .spec__featuresListTtl {
    margin-top: 20px;
  }
}
#officeSingleSpecSec .spec__icnList {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(7, auto);
  column-gap: 20px;
  row-gap: 10px;
  margin-top: 40px;
}
@media only screen and (max-width: 649px) {
  #officeSingleSpecSec .spec__icnList {
    display: block;
  }
}
#officeSingleSpecSec .spec__icnList li {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 10px;
}
@media only screen and (max-width: 649px) {
  #officeSingleSpecSec .spec__icnList li {
    padding: 5px 0;
  }
}
#officeSingleSpecSec .spec__icnTtl {
  display: flex;
  align-items: center;
  width: 175px;
  font-size: 1.4rem;
  font-weight: 600;
}
@media only screen and (max-width: 649px) {
  #officeSingleSpecSec .spec__icnTtl {
    font-size: 1.3rem;
  }
}
#officeSingleSpecSec .spec__icnTtl img {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
#officeSingleSpecSec .spec__icnTxt {
  display: flex;
  align-items: center;
  justify-content: end;
  width: calc(100% - 175px);
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: right;
  opacity: 0.5;
}
@media only screen and (max-width: 649px) {
  #officeSingleSpecSec .spec__icnTxt {
    justify-content: flex-start;
  }
}
#officeSingleSpecSec .spec__detailList {
  display: grid;
  grid-template-columns: 120px 1fr;
  margin-top: 90px;
}
@media only screen and (max-width: 649px) {
  #officeSingleSpecSec .spec__detailList {
    display: block;
    margin-top: 30px;
  }
}
#officeSingleSpecSec .spec__detailList dt {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 600;
  opacity: 0.4;
}
@media only screen and (max-width: 649px) {
  #officeSingleSpecSec .spec__detailList dt {
    padding-top: 10px;
  }
}
#officeSingleSpecSec .spec__detailList dd {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 0;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media only screen and (max-width: 649px) {
  #officeSingleSpecSec .spec__detailList dd {
    padding: 0 0 12px;
  }
}
#officeSingleSpecSec .spec__detailList dd.spec__detailList__dl {
  padding: 14px 0;
}
@media only screen and (max-width: 649px) {
  #officeSingleSpecSec .spec__detailList dd.spec__detailList__dl {
    padding: 5px 0 15px;
  }
}
#officeSingleSpecSec .spec__detailList dd::after {
  position: absolute;
  inset: auto auto 0 -120px;
  width: calc(100% + 120px);
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
  content: "";
}
@media only screen and (max-width: 649px) {
  #officeSingleSpecSec .spec__detailList dd::after {
    inset: auto auto 0 0;
    width: 100%;
  }
}
#officeSingleSpecSec .spec__detailList dd ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
}
#officeSingleSpecSec .spec__detailList dd ul li {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}
#officeSingleSpecSec .spec__detailList dd ul li a {
  position: relative;
  display: inline-block;
  border: solid 1px #00737d;
  border-radius: 40px;
  color: #00737d;
  padding: 4px 20px 5px;
}
#officeSingleSpecSec .spec__detailList dd ul li a::after {
  margin-left: 5px;
  content: url(../images/pages/icn-dl.svg);
}
#officeSingleSpecSec .spec__url {
  color: #00737d;
  font-weight: 600;
}
#officeSingleSpecSec .spec__url img {
  margin-left: 5px;
}
#officeSingleSpecSec .slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  margin-top: -75px;
  list-style: none;
  text-align: center;
}
#officeSingleSpecSec .slick-dots li {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 1.2%; /* ← SP指定を常に有効化 */
  padding: 0;
  cursor: pointer;
}
#officeSingleSpecSec .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
#officeSingleSpecSec .slick-dots li button:hover,
#officeSingleSpecSec .slick-dots li button:focus {
  outline: none;
}
#officeSingleSpecSec .slick-dots li button:hover:before,
#officeSingleSpecSec .slick-dots li button:focus:before {
  opacity: 1;
}
#officeSingleSpecSec .slick-dots li button:before {
  font-family: "slick";
  font-size: 30px; /* ← SP指定を常に有効化 */
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: "•";
  text-align: center;
  color: #000;
  opacity: 0.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#officeSingleSpecSec .slick-dots li.slick-active button:before {
  color: #000;
  opacity: 1;
}
#officeSingleSpecSec .slick-prev,
#officeSingleSpecSec .slick-next {
  z-index: 1;
}
#officeSingleSpecSec .slick-prev {
  position: absolute;
  top: calc(50% - 45px);
  right: 10px;
  margin: auto;
  cursor: pointer;
}
#officeSingleSpecSec .slick-prev::before {
  content: url(../images/pages/slide-prev.svg);
}
#officeSingleSpecSec .slick-prev.slick-disabled:before,
#officeSingleSpecSec .slick-next.slick-disabled:before {
  display: none;
}
#officeSingleSpecSec .slick-next {
  position: absolute;
  top: calc(50% - 45px);
  left: 10px;
  margin: auto;
  cursor: pointer;
}
#officeSingleSpecSec .slick-next::before {
  content: url(../images/pages/slide-next.svg);
}

#officeSingleAccessSec {
  padding: 100px 20px;
  background-color: #fff;
}
@media only screen and (max-width: 649px) {
  #officeSingleAccessSec {
    padding: 80px 0;
  }
}
#officeSingleAccessSec .container {
  display: flex;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 649px) {
  #officeSingleAccessSec .container {
    display: block;
  }
}
#officeSingleAccessSec .secTtl {
  margin-top: -20px;
}
#officeSingleAccessSec .access__info {
  box-sizing: border-box;
  width: 390px;
  padding-right: 40px;
}
@media only screen and (max-width: 649px) {
  #officeSingleAccessSec .access__info {
    box-sizing: border-box;
    width: 100%;
    padding: 30px 20px 0;
  }
}
#officeSingleAccessSec .access__info dl {
  margin-top: 30px;
}
#officeSingleAccessSec .access__info dl dt {
  font-size: 1.4rem;
  font-weight: 700;
}
#officeSingleAccessSec .access__info dl dt:nth-of-type(2) {
  margin-top: 30px;
}
#officeSingleAccessSec .access__info dl dd {
  margin-top: 5px;
}
#officeSingleAccessSec .access__txt {
  font-size: 1.4rem;
  line-height: 1.5;
}
#officeSingleAccessSec .access__txt + p {
  position: relative;
  margin-top: 40px;
}
#officeSingleAccessSec .access__txt + p::before {
  position: absolute;
  inset: -20px auto auto 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
  content: "";
}
#officeSingleAccessSec .access__map {
  width: calc(100% - 390px);
}
@media only screen and (max-width: 649px) {
  #officeSingleAccessSec .access__map {
    width: 100%;
  }
}
#officeSingleAccessSec .access__map iframe {
  width: 58vw;
}
@media only screen and (max-width: 649px) {
  #officeSingleAccessSec .access__map iframe {
    width: 100%;
    height: 65vw;
  }
}

#officeSingleJournalSec {
  padding: 100px 20px;
  background-color: #eeeeec;
}
@media only screen and (max-width: 649px) {
  #officeSingleJournalSec {
    padding: 80px 20px;
  }
}
#officeSingleJournalSec .journalList {
  margin-top: 40px;
}

#officeSingleConceptSec {
  padding: 10px 20px;
  background-color: #fff;
}
@media only screen and (max-width: 649px) {
  #officeSingleConceptSec {
    padding: 10px;
  }
}
#officeSingleConceptSec .journalList {
  margin-top: 40px;
}
#officeSingleConceptSec .concept__board {
  position: relative;
  overflow: hidden;
  background-color: #000;
  border-radius: 20px;
  padding: 120px 20px;
}
@media only screen and (max-width: 649px) {
  #officeSingleConceptSec .concept__board {
    padding: 45px 25px 47px;
  }
}
#officeSingleConceptSec .concept__board::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
#officeSingleConceptSec .concept__boardContent {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 230px;
}
@media only screen and (max-width: 649px) {
  #officeSingleConceptSec .concept__boardContent {
    padding-left: 0;
  }
}
#officeSingleConceptSec .concept__boardContent .secTtl {
  position: absolute;
  inset: 0 auto auto 0;
  color: #fff;
}
@media only screen and (max-width: 649px) {
  #officeSingleConceptSec .concept__boardContent .secTtl {
    position: static;
  }
}
#officeSingleConceptSec .concept__txt {
  width: 500px;
  margin-left: auto;
  color: #fff;
}
@media only screen and (max-width: 649px) {
  #officeSingleConceptSec .concept__txt {
    width: 100%;
    margin-top: 40px;
  }
}
#officeSingleConceptSec .concept__txt h3 {
  font-family: "Barlow Semi Condensed", "Noto Sans JP", sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (max-width: 649px) {
  #officeSingleConceptSec .concept__txt h3 {
    font-size: 3rem;
  }
}
#officeSingleConceptSec .concept__txt p {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 2;
}

#officeSingleBottomSec {
  padding: 0 20px 60px;
  background-color: #fff;
}
#officeSingleBottomSec .bottom__txt {
  margin-top: 20px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  opacity: 0.5;
}

#p-journal {
  padding: 100px 20px 100px;
  background-color: #eeeeec;
}

#p-office {
  padding: 100px 20px 100px;
  background-color: #eeeeec;
}
@media only screen and (max-width: 649px) {
  #p-office {
    padding: 50px 20px 60px;
  }
}

#p-company {
  padding: 100px 20px 50px;
}
#p-company h2 {
  font-size: 2rem;
  font-weight: 700;
}
#p-company .company__logo {
  margin: 5px 0;
}
#p-company .company__box {
  width: 50%;
}
@media only screen and (max-width: 649px) {
  #p-company .company__box {
    width: 100%;
  }
}
#p-company .company__boxWrap {
  display: flex;
  gap: 0 25px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 649px) {
  #p-company .company__boxWrap {
    flex-wrap: wrap;
    gap: 100px 0;
    padding-bottom: 70px;
  }
}
#p-company .company__box dl {
  margin-top: 20px;
}
#p-company .company__box dl dt {
  padding-top: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  opacity: 0.4;
}
#p-company .company__box dl dd {
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  padding: 3px 0 10px;
  font-size: 1.4rem;
  line-height: 1.5;
}
#p-company .company__box dl dd a {
  color: #00737d;
  font-weight: 600;
}
#p-company .company__box dl dd a img {
  margin-left: 5px;
}

#p-concept {
  padding: 120px 20px 200px;
}
@media only screen and (max-width: 649px) {
  #p-concept {
    padding: 110px 20px 150;
  }
}
#p-concept .conceptTop {
  display: flex;
}
@media only screen and (min-width: 650px) and (max-width: 1029px) {
  #p-concept .conceptTop {
    display: block;
  }
}
@media only screen and (max-width: 649px) {
  #p-concept .conceptTop {
    display: block;
  }
}
#p-concept .conceptTop__img {
  width: 50%;
}
@media only screen and (min-width: 650px) and (max-width: 1029px) {
  #p-concept .conceptTop__img {
    width: 70%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 649px) {
  #p-concept .conceptTop__img {
    width: 100%;
  }
}
#p-concept .conceptTop__txt {
  box-sizing: border-box;
  width: 50%;
  padding-left: 100px;
}
@media only screen and (min-width: 650px) and (max-width: 1029px) {
  #p-concept .conceptTop__txt {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
    text-align: center;
  }
}
@media only screen and (max-width: 649px) {
  #p-concept .conceptTop__txt {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
    text-align: left;
  }
}
#p-concept .conceptTop__txt h2 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.8;
}
@media only screen and (max-width: 649px) {
  #p-concept .conceptTop__txt h2 {
    font-size: 2.6rem;
  }
}
#p-concept .conceptTop__txt h2 + p {
  margin-top: 40px;
}
@media only screen and (max-width: 649px) {
  #p-concept .conceptTop__txt h2 + p {
    margin-top: 35px;
  }
}
#p-concept .conceptTop__txt p {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.02em;
}
#p-concept .conceptTop__txt p + p {
  margin-top: 30px;
}
#p-concept .concept__chart {
  margin-top: 100px;
}
@media only screen and (max-width: 649px) {
  #p-concept .concept__chart {
    margin-top: 35px;
    margin-left: -20px;
    width: calc(100% + 40px);
  }
}
#p-concept .concept__bottom {
  margin-top: 100px;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.02em;
  text-align: center;
}
@media only screen and (max-width: 649px) {
  #p-concept .concept__bottom {
    margin-top: 35px;
    text-align: left;
  }
}
#p-concept .concept__bottom + p {
  margin-top: 30px;
}
#p-concept .btn {
  margin-top: 100px !important;
  text-align: center;
}
@media only screen and (max-width: 649px) {
  #p-concept .btn {
    margin-top: 35px !important;
  }
}

#p-contact {
  background-color: #eeeeec;
  padding: 100px 0 200px;
}
@media only screen and (max-width: 649px) {
  #p-contact {
    padding: 0 10px 100px;
  }
}
#p-contact .must {
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  color: #dc3232;
  max-width: 550px;
  margin: 0 auto;
}
#p-contact .contactForm {
  max-width: 550px;
  margin: 10px auto 0;
  font-size: 16px;
  margin-bottom: 52px;
}
@media only screen and (max-width: 649px) {
  #p-contact .contactForm {
    margin-bottom: 36px;
  }
}
#p-contact .contactForm dt {
  margin-bottom: 10px;
}
#p-contact .contactForm dt span {
  position: relative;
}
#p-contact .contactForm dt span::after {
  content: "＊";
  font-size: 12px;
  font-weight: bold;
  color: #dc3232;
  position: absolute;
  top: -2px;
  right: -16px;
}
#p-contact .contactForm dd {
  margin-bottom: 30px;
}
#p-contact .contactForm input,
#p-contact .contactForm textarea {
  width: 100%;
  font-size: 16px;
  padding: 11px 10px 9px 15px;
  box-sizing: border-box;
  border-radius: 10px;
  border: solid 1px rgba(112, 112, 112, 0.5);
  background-color: #fff;
}
#p-contact .contactForm input[type=text]:focus {
  outline: 0;
}
#p-contact .contactForm input[type=email]:focus {
  outline: 0;
}
#p-contact .contactForm input[type=text],
#p-contact .contactForm input[type=email],
#p-contact .contactForm input[type=tel],
#p-contact .contactForm input[type=date] {
  max-width: 100%;
}
#p-contact .submitButton {
  text-align: center;
  max-width: 380px;
  margin: 0 auto 36px;
}
@media only screen and (max-width: 649px) {
  #p-contact .submitButton {
    margin: 0 auto 15px;
  }
}
#p-contact .submitButton input {
  width: 100%;
  height: 70px;
  border: none;
  background-color: #000;
  box-sizing: border-box;
  color: #fff;
  border-radius: 10px !important;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  font-size: 18px;
  font-weight: bold;
}
#p-contact .submitButton input:hover {
  cursor: pointer;
  opacity: 0.65;
  transition: all 0.5s ease;
}
#p-contact input[type=button],
#p-contact input[type=submit],
#p-contact input[type=textarea] {
  -webkit-appearance: none;
}
#p-contact textarea {
  resize: none;
  height: 186px;
  text-align: left;
}
#p-contact input[type=button],
#p-contact input[type=submit] {
  -webkit-appearance: none;
}
#p-contact .thanksTtl {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 48px;
}
@media only screen and (max-width: 649px) {
  #p-contact .thanksTtl {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
#p-contact .thankstxt {
  font-size: 18px;
  line-height: 2;
  text-align: center;
  margin-bottom: 70px;
}
@media only screen and (max-width: 649px) {
  #p-contact .thankstxt {
    font-size: 15px;
    line-height: 2.2;
    margin-bottom: 90px;
  }
}
#p-contact .thankstxt a {
  font-weight: 700;
}
#p-contact .toTopButton {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 649px) {
  #p-contact .toTopButton {
    margin-bottom: 20px;
  }
}
#p-contact .toTopButton a {
  font-size: 16px;
  color: #fff;
  position: relative;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 70px;
  margin: 0 auto;
  border-radius: 10px;
  font-size: 18px;
}
#p-contact .wpcf7-response-output {
  border: solid 1px #dc3232;
  color: #dc3232;
  text-align: center;
  max-width: 550px;
  margin: 0 auto 50px;
}
#p-contact .wpcf7-not-valid-tip {
  font-size: 14px;
}
#p-contact .comfirmCheck {
  margin-bottom: 35px;
  text-align: center;
}
@media only screen and (max-width: 649px) {
  #p-contact .comfirmCheck {
    margin-bottom: 48px;
  }
}
#p-contact .comfirmCheck span.wpcf7-list-item {
  position: relative;
  width: 100%;
  margin: 0 !important;
}
#p-contact .comfirmCheck .wpcf7-list-item-label {
  color: #000;
  cursor: pointer;
  font-size: 16px;
  position: relative;
}
#p-contact .comfirmCheck .wpcf7-list-item-label::after {
  content: "＊";
  font-size: 12px;
  font-weight: bold;
  color: #dc3232;
  position: absolute;
  top: -2px;
  right: -16px;
}
#p-contact .comfirmCheck input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
#p-contact .comfirmCheck .wpcf7-list-item-label:before {
  content: "";
  background: #fff;
  border-radius: 100%;
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
  top: -0.2em;
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  border: solid 1px rgba(112, 112, 112, 0.5);
}
#p-contact .comfirmCheck input[type=checkbox]:checked + .wpcf7-list-item-label:before {
  background-color: #000;
  box-shadow: inset 0 0 0 4px #fff;
}
#p-contact .reCAPTCHA {
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.8;
}
#p-contact .contactFormType span.wpcf7-list-item {
  position: relative;
  width: 100%;
  display: inline;
  margin: 0 20px 0 0;
}
#p-contact .contactFormType .wpcf7-list-item-label {
  color: #000;
  cursor: pointer;
  font-size: 16px;
}
#p-contact .contactFormType input[type=radio] {
  position: absolute;
  opacity: 0;
}
#p-contact .contactFormType .wpcf7-list-item-label:before {
  content: "";
  background: #fff;
  border-radius: 100%;
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
  top: -0.2em;
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
#p-contact .contactFormType input[type=radio]:checked + .wpcf7-list-item-label:before {
  background-color: #000;
  box-shadow: inset 0 0 0 4px #fff;
}

#p-privacyPolicy,
#p-owner-rule,
#p-user-rule {
  padding: 100px 20px 50px;
}
@media only screen and (max-width: 649px) {
  #p-privacyPolicy,
  #p-owner-rule,
  #p-user-rule {
    padding: 50px 20px;
  }
}
#p-privacyPolicy h2,
#p-owner-rule h2,
#p-user-rule h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
}
@media only screen and (max-width: 649px) {
  #p-privacyPolicy h2,
  #p-owner-rule h2,
  #p-user-rule h2 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 319px) {
  #p-privacyPolicy h2,
  #p-owner-rule h2,
  #p-user-rule h2 {
    font-size: 15px;
  }
}
#p-privacyPolicy h2 + h2,
#p-owner-rule h2 + h2,
#p-user-rule h2 + h2 {
  margin-top: 50px;
}
#p-privacyPolicy h2 + p,
#p-owner-rule h2 + p,
#p-user-rule h2 + p {
  margin-top: 20px;
}
#p-privacyPolicy h2 + ul,
#p-owner-rule h2 + ul,
#p-user-rule h2 + ul {
  margin-top: 20px;
}
#p-privacyPolicy p,
#p-owner-rule p,
#p-user-rule p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}
@media only screen and (max-width: 649px) {
  #p-privacyPolicy p,
  #p-owner-rule p,
  #p-user-rule p {
    margin-bottom: 40px;
  }
}
#p-privacyPolicy p + h2,
#p-owner-rule p + h2,
#p-user-rule p + h2 {
  margin-top: 50px;
}
#p-privacyPolicy p + p,
#p-owner-rule p + p,
#p-user-rule p + p {
  margin-top: 50px;
}
#p-privacyPolicy p + ul,
#p-owner-rule p + ul,
#p-user-rule p + ul {
  margin-top: 50px;
}
#p-privacyPolicy ul,
#p-owner-rule ul,
#p-user-rule ul {
  margin-bottom: 50px;
}
#p-privacyPolicy ul li,
#p-owner-rule ul li,
#p-user-rule ul li {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}
#p-privacyPolicy ul li a,
#p-owner-rule ul li a,
#p-user-rule ul li a {
  text-decoration: underline;
}
#p-privacyPolicy ul + h2,
#p-owner-rule ul + h2,
#p-user-rule ul + h2 {
  margin-top: 50px;
}
#p-privacyPolicy ul + p,
#p-owner-rule ul + p,
#p-user-rule ul + p {
  margin-top: 50px;
}
#p-privacyPolicy ul + ul,
#p-owner-rule ul + ul,
#p-user-rule ul + ul {
  margin-top: 50px;
}

#error404 {
  padding: 100px 20px;
  text-align: center;
}
#error404 h1 {
  margin-bottom: 40px;
  font-size: 5rem;
  font-weight: 600;
  line-height: 0.6;
  letter-spacing: 0.05em;
}
#error404 h1 span {
  opacity: 0.6;
  font-size: 1.4rem;
}
#error404 h2 {
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 649px) {
  #error404 h2 {
    font-size: 1.6rem;
  }
}
#error404 p {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media only screen and (max-width: 649px) {
  #error404 p {
    font-size: 1.4rem;
  }
}
#error404 p span {
  background-color: #fff;
}
#error404 p a {
  text-decoration: underline;
}
#error404 p + p {
  margin-top: 30px;
}
#error404 .btn {
  margin-top: 40px;
}/*# sourceMappingURL=style.css.map */