@charset "UTF-8";
html {
  scroll-behavior: smooth;
  scroll-padding-top: 85px;
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
  background: #EBE8E2;
}

img {
  max-width: 100%;
  height: auto;
/*  display: block;*/
}

h2 {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  color: #898054;
  font-size: 6rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 1279px) {
  h2 {
    font-size: 3.2rem;
  }
}

h3 {
  font-weight: bold;
  line-height: 1;
  font-size: 3rem;
}
@media screen and (max-width: 1279px) {
  h3 {
    font-size: 2.4rem;
  }
}

p {
  font-size: clamp(1.2rem, 0.364rem + 4.85vw, 1.6rem);
  line-height: 1.5;
  color: #000000;
  font-family: yu-gothic-pr6n, sans-serif;
}

a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.only-sp {
  display: none;
}
@media screen and (max-width: 1279px) {
  .only-sp {
    display: block;
  }
}

.section__inner {
  padding: 0 clamp(16px, 5vw, 100px);
}

.section__inner02 {
  padding: 0;
}

.contents__inner {
  margin: auto;
  width: 100%;
  max-width: 1720px;
}

.contents__inner_spec {
  margin: auto;
  width: 100%;
  max-width: 1380px;
}

.contents__inner#know__number {
  max-width: 1100px;
  width: 100%;
  margin: auto;
}

.archive__main {
  padding: 15px clamp(16px, 5vw, 100px) 0;
  margin-top: 95px;
/*  margin-top: 85px;*/
}
@media screen and (max-width: 1279px) {
  .archive__main {
    margin-top: 70px;
  }
}

.l__inner {
  margin: auto;
  width: 100%;
  max-width: 1720px;
}

.single__contents {
  max-width: 1100px;
  margin: 80px auto;
}

.header {
  margin-top: 15px;
  width: 100%;
  height: 60px;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
}

.header.hide {
  height: 100px;
}

.header__inner {
  width: 100%;
  height: 100%;
  padding: 0 clamp(16px, 5vw, 100px);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1279px) {
  .header__logo {
    width: 195px;
    height: auto;
  }
  .header__logo.is-checked {
    visibility: hidden;
  }
}

.header__logo.header__scroll {
  visibility: hidden;
}

.archive.current-item {
  color: #888888;
  font-size: 1.6rem;
}
@media screen and (max-width: 1279px) {
  .archive.current-item {
    font-size: 1.2rem;
  }
}

.archive {
  color: #888888;
  font-size: 1.6rem;
}
@media screen and (max-width: 1279px) {
  .archive {
    font-size: 1.2rem;
  }
}

.bread-icon {
  color: #888;
  font-size: 1.6rem;
}
@media screen and (max-width: 1279px) {
  .bread-icon {
    font-size: 1.2rem;
  }
}

.home {
  color: #000;
  font-size: 1.6rem;
}
@media screen and (max-width: 1279px) {
  .home {
    font-size: 1.2rem;
  }
}

.taxonomy {
  color: #888888;
  font-size: 1.6rem;
}
@media screen and (max-width: 1279px) {
  .taxonomy {
    font-size: 1.2rem;
  }
}

.post {
  color: #888888;
  font-size: 1.6rem;
}
@media screen and (max-width: 1279px) {
  .post {
    font-size: 1.2rem;
  }
}

.bread-icon {
  padding: 0 10px;
}

.archive.post-topics-archive {
  color: #888888;
  font-size: 1.6rem;
}
@media screen and (max-width: 1279px) {
  .archive.post-topics-archive {
    font-size: 1.2rem;
  }
}

.archive.taxonomy.topics__genre.current-item {
  color: #888888;
  font-size: 1.6rem;
}
@media screen and (max-width: 1279px) {
  .archive.taxonomy.topics__genre.current-item {
    font-size: 1.2rem;
  }
}

.sp__menu {
  display: none;
}
@media screen and (max-width: 1279px) {
  .sp__menu {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #898054;
    position: fixed;
    bottom: 0;
    z-index: 100;
  }
}

.sp__menu--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: auto;
  padding: 5px 0;
}
.sp__menu--item:not(:last-child) {
	border-right: 1px solid #fff;
	padding-top: 10px;
}

.sp__menu--img img {
  aspect-ratio: 22/20;
  -o-object-fit: contain;
     object-fit: contain;
}

.sp__menu--p {
	font-size: 1rem;
	color: #fff;
	margin-top: 4px;
	font-family: "Noto Sans JP", "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
}

/*============================
#js-drawer-icon.header__open.drawer-icon
============================*/
.drawer-icon {
  display: block;
  width: 60px;
  height: 60px;
  background: url("../img/hexagon.png") no-repeat center center/cover;
  position: fixed;
  top: 15px;
  right: 5.1vw;
  z-index: 1001;
}
.drawer-icon.is-checked {
  background: url("../img/hexagon-white2.png") no-repeat center center/cover;
}
@media screen and (max-width: 1279px) {
  .drawer-icon {
    width: 53px;
    height: 50px;
    top: 15px;
  }
}

.drawer-icon__bar {
  width: 25px;
  height: 2px;
  background: #fff;
  position: absolute;
  right: 32%;
}
@media screen and (max-width: 1279px) {
  .drawer-icon__bar {
    right: 27%;
  }
}
.drawer-icon__bar:nth-of-type(1) {
  top: 23px;
}
@media screen and (max-width: 1279px) {
  .drawer-icon__bar:nth-of-type(1) {
    top: 18px;
  }
}
.drawer-icon__bar:nth-of-type(2) {
  top: 30px;
}
@media screen and (max-width: 1279px) {
  .drawer-icon__bar:nth-of-type(2) {
    top: 23px;
  }
}
.drawer-icon__bar:nth-of-type(3) {
  top: 36px;
}
@media screen and (max-width: 1279px) {
  .drawer-icon__bar:nth-of-type(3) {
    top: 29px;
  }
}

.drawer-icon.is-checked .drawer-icon__bar {
  background: #898054;
}

.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  top: 30px;
}
@media screen and (max-width: 1279px) {
  .drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
    transform: rotate(30deg);
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
    right: 27%;
    top: 25px;
  }
}

.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
  display: none;
}

.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 31%;
  top: 30px;
}
@media screen and (max-width: 1279px) {
  .drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
    transform: rotate(-30deg);
    right: 27%;
    top: 25px;
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  }
}

/*============================
#js-drawer-content.drawer-content
============================*/
#js-drawer-content {
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  background: #898054;
  z-index: 1000;
  padding: 20px 30px 20px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
@media screen and (max-width: 1279px) {
  #js-drawer-content {
    display: block;
    width: 100%;
    height: 100vh;
    position: fixed;
    overflow: auto;
    top: 0;
    right: 0;
    background: #898054;
    z-index: 1000;
    padding: 20px 30px 20px;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  }
}
#js-drawer-content.is-checked {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.drawer-content__menu {
  max-width: 760px;
  margin: 80px auto;
}
@media screen and (max-width: 1279px) {
  .drawer-content__menu {
    max-width: 250px;
    margin: 80px auto;
  }
}

.drawer-content__link {
  color: #fff;
  font-size: 2.4rem;
  border-bottom: 2px solid #fff;
  width: 100%;
  display: block;
  padding: 18.5px 0;
  font-weight: bold;
}
@media screen and (max-width: 1279px) {
  .drawer-content__link {
    color: #fff;
    font-size: 2.4rem;
    border-bottom: 2px solid #fff;
    width: 100%;
    display: block;
    padding: 18.5px 0;
    font-weight: bold;
  }
}

.drawer-content__address {
  margin: 0 calc(50% - 50vw);
  margin-top: 50px;
}
@media screen and (max-width: 1279px) {
  .drawer-content__address {
    margin-top: 100px;
  }
}

.drawer__address {
  color: #fff;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 1279px) {
  .drawer__address {
    font-size: 1.4rem;
  }
}

.drawer__copy {
  color: #fff;
  text-align: center;
  font-weight: normal;
  margin-top: 30px;
}
@media screen and (max-width: 1279px) {
  .drawer__copy {
    font-size: 1.4rem;
    text-align: center;
    font-weight: normal;
    margin-top: 30px;
  }
}

/*============================
#js-pagetop.pagetop
============================*/
#js-pagetop.pagetop {
  display: none;
}

/*============================
トップページメインCSS
============================*/
.mv {
	margin-top: 125px;
	position: relative;
	z-index: 101;
	/*display: none; ※ここを変更する*/
}
@media screen and (max-width: 1279px) {
  .mv {
	margin-top: 80px;
	/*display: none; ※ここを変更する*/
	}
}

.mv__inner {
  width: 100%;
  padding: 0 clamp(16px, 5vw, 100px);
  margin: 0 auto;
}
@media screen and (max-width: 1279px) {
	.mv__inner {	
		padding: 20px 20px 0 20px;
	}
}

.l__main--top {
  overflow: hidden;
  padding-top: 125px;
}
@media screen and (max-width: 1279px) {
  .l__main--top {
    padding-top: 88px;
/*    padding-top: 50px;*/
  }
}

.l__main {
  overflow: hidden;
  padding-top: 110px;
}
@media screen and (max-width: 1279px) {
  .l__main {
    padding-top: 60px;
  }
}

.single__main {
  overflow: hidden;
  padding-top: 110px;
  min-height: 500px;
}
@media screen and (max-width: 1279px) {
  .single__main {
    padding-top: 80px;
  }
}

.catch {
  background: #fff;
  border-radius: 175px 0 185px 0;
}

.catch_model {
  background: #fff;
  border-radius: 175px 0 185px 0;
}

@media screen and (max-width: 1279px) {
  .catch {
    display: none;
  }
}

.catch__sp {
  display: none;
}
@media screen and (max-width: 1279px) {
  .catch__sp {
    display: block;
    background: #fff;
    border-radius: 100px 0 110px 0;
  }
}

.contents__inner.contents__inner--staff {
	max-width: 1405px;
	border-bottom: 1px solid #000;
	padding-bottom: 100px;
}

.contents__inner.contents__inner--voice {
  max-width: 1405px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 1279px) {
  .contents__inner.contents__inner--voice {
    border-bottom: none;
  }
}

.catch__contents {
  padding: 97px 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 9vw;
  max-width: 1400px;
}
@media screen and (max-width: 1279px) {
  .catch__contents {
    padding: 82px 0 111px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

.catch__item--left {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1279px) {
  .catch__item--left {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}

.catch__item--img {
  width: 100%;
}
@media screen and (max-width: 1279px) {
  .catch__item--img {
    margin-top: 50px;
  }
}
.catch__item--img img {
  width: 100%;
}

.catch__item--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.catch__h2 {
  text-align: center;
  letter-spacing: 0rem;
  color: #000;
}
@media screen and (max-width: 1279px) {
  .catch__h2 {
    font-size: 2.4rem;
  }
}

.catch__h3 {
  text-align: center;
  margin-top: 20px;
  letter-spacing: 0rem;
}
@media screen and (max-width: 1279px) {
  .catch__h3 {
    font-size: 1.3rem;
  }
}

.catch__p--first {
/*  margin: 189px auto 0;*/
  margin: 60px auto 0;
  max-width: 380px;
  width: 100%;
  text-align: left;
  letter-spacing: 0rem;
}
@media screen and (max-width: 1279px) {
  .catch__p--first {
/*    margin: 40px 0 0;*/
    margin: 40px auto 0 auto;
    width: 100%;
  }
}

.catch__p {
  width: 100%;
  max-width: 380px;
  margin: 45px auto 0;
  text-align: left;
  letter-spacing: 0rem;
}
@media screen and (max-width: 1279px) {
  .catch__p {
    margin: 40px auto 0 auto;
    width: 100%;
  }
}

.top__topics {
  width: 100%;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1279px) {
  .top__topics {
    padding-top: 80px;
  }
}

.top__topics--contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20vw;
     -moz-column-gap: 20vw;
          column-gap: 20vw;
}
@media screen and (max-width: 1279px) {
  .top__topics--contents {
    display: none;
  }
}

.top__topics--contents--sp {
  display: none;
}
@media screen and (max-width: 1279px) {
  .top__topics--contents--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

.section__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 20px;
}

.section__h2 {
  color: #898054;
  font-size: 6rem;
  grid-row: bold;
}
@media screen and (max-width: 1279px) {
  .section__h2 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 1279px) {
  .section__p {
    font-size: 1.2rem;
  }
}

.button {
  background: #898054;
  width: 300px;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  font-size: 2.4rem;
  font-family: yu-gothic-pr6n, sans-serif;
}
@media screen and (max-width: 1279px) {
  .button {
    width: 210px;
    border-radius: 3px;
    font-size: 1.6rem;
  }
}
.button a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
}

.button__section {
  margin-top: 20px;
}
@media screen and (max-width: 1279px) {
  .button__section {
    margin: 20px auto;
    font-size: 1.6rem;
  }
}

.top__topics--item-right {
  width: 100%;
}

.top__topics--post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}

.top__topics--post-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10vh;
  padding-bottom: 30px;
  border-bottom: 2px solid #707070;
  position: relative;
}
.top__topics--post-content img {
  aspect-ratio: 200/200;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media screen and (max-width: 1279px) {
	.top__topics--post-content {
	gap: 2vw;
	padding-bottom: 20px;
	border-bottom: none;
	-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: start;
	}
	.top__topics--post-content:not(:last-child) {
	border-bottom: 2px solid #707070;
	}
	.top__topics--post-content img {
	  /*aspect-ratio: 200/200;*/
		width: 150px;
		-o-object-fit: cover;
		object-fit: cover;
		border-radius: 8px;
	}	
}

.top__topics--post-img img {
  width: 200px;
  height: auto;
}

.top__topics--post-tab {
  width: 200px;
  background: #898054;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 5px 0;
  border-radius: 2px;
}

#post-_image {
	margin-top: 60px;
	margin-bottom: 80px;
}
@media screen and (max-width: 1279px) {
  .top__topics--post-tab {
    font-size: 1.2rem;
    width: 115px;
  }
}

.top__topics--post-h3 {
  margin-top: 25px;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 1279px) {
  .top__topics--post-h3 {
	font-size: 1.6rem;
	margin-top: 10px;
	line-height: 1.2;
  }
}

.top__topics--post-area {
  margin-top: 25px;
}
@media screen and (max-width: 1279px) {
  .top__topics--post-area {
    font-size: 1.2rem;
    margin-top: 5px;
	  text-align: justify;
  }
}

.top__topics--post-status {
  font-size: 2.4rem;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 1279px) {
  .top__topics--post-status {
    font-size: 1.6rem;
	margin-top: 5px;
  }
}

.button__arrow.top__topics--post-button {
  position: absolute;
  background: url(../img/hexagon.png) no-repeat center center/contain;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: 0;
  bottom: 30px;
}
.button__arrow.top__topics--post-button img {
  width: 30px;
  height: 19px;
}
@media screen and (max-width: 1279px) {
  .button__arrow.top__topics--post-button img {
    width: 24px;
    height: 10px;
  }
}
@media screen and (max-width: 1279px) {
  .button__arrow.top__topics--post-button {
    width: 42px;
    height: 40px;
	bottom: 18px;
  }
}

.other__contents {
  max-width: 1720px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 84px;
}
@media screen and (max-width: 1279px) {
  .other__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}

/*============================
#other__know.other__content
============================*/
#other__know.other__content {
/*  width: 50%;*/
	width: 100%;
	height: 589px;
	border-radius: 8px;
	padding: 35px 50px;
	background: url(../img/other1.png) no-repeat center center/cover;
	position: relative;
}
@media screen and (max-width: 1279px) {
  #other__know.other__content {
    width: 100%;
	  height: 350px;
    padding: 25px 30px;
  }
}

.other__content--h3 {
	font-size: 6rem;
	color: #fff;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	text-shadow: 0px 0px 8px #000;
}
@media screen and (max-width: 1279px) {
  .other__content--h3 {
    font-size: 5rem;
  }
}

.other__content-link {
	width: 860px;
    display: block;
    text-decoration: none;
    color: inherit;
}
@media screen and (max-width: 1279px) {
	.other__content-link {
		width: 100%;
		display: block;
		text-decoration: none;
		color: inherit;
	}
}
.other__content-link:hover .other__content {
    opacity: 0.9;
    transition: opacity 0.3s ease;
}

.other__content-link_know {
	width: 594px;
    display: block;
    text-decoration: none;
    color: inherit;
}
.other__content-link_know:hover .other__content {
    opacity: 0.9;
    transition: opacity 0.3s ease;
}

.other__content--p {
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.8;
	margin-top: 10px;
	color: #fff;
	text-shadow: 0px 0px 8px #000;
}

.other__lower-content--p {
	font-size: 1.8rem;
	font-weight: 500;
/*	line-height: 1.8;*/
	margin-top: 10px;
	color: #898054;
/*	text-shadow: 0px 0px 8px #000;*/
}

.button__arrow.other__content--button {
  position: absolute;
  background: url("../img/hexagon-white2.png") no-repeat center center/contain;
  right: 50px;
  top: 35px;
  width: 63px;
  height: 60px;
}
@media screen and (max-width: 1279px) {
  .button__arrow.other__content--button {
    width: 55px;
    height: 50px;
    right: 35px;
  }
}
.button__arrow.other__content--button img {
  width: 30px;
  height: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1279px) {
  .button__arrow.other__content--button img {
    width: 28px;
    height: 11px;
  }
}

.other__content--button {
  position: absolute;
  background: url(../img/hexagon.png) no-repeat center center/contain;
  right: 50px;
  top: 50px;
  width: 63px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.other__content--button img {
  width: 30px;
  height: 19px;
}

/* 20250519 add */
.button__arrow.other__content2--button {
  position: absolute;
  background: url(../img/hexagon-white2.png) no-repeat center center/contain;
  right: 25px;
  top: 25px;
  width: 63px;
  height: 60px;
}
@media screen and (max-width: 1279px) {
	.button__arrow.other__content2--button {
		width: 55px;
		height: 50px;
		right: 35px;
		display: none;
	}
}
.button__arrow.other__content2--button img {
  width: 30px;
  height: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
	margin: 20px 17px;
}
@media screen and (max-width: 1279px) {
  .button__arrow.other__content2--button img {
    width: 28px;
    height: 11px;
  }
}


/*============================
#other__look.other__content
============================*/
#other__look {
  /*width: 50%;*/
	width: 100%;	
	height: 589px;
	border-radius: 8px;
	padding: 35px 50px;
	background: url(../img/other2.png) no-repeat center center/cover;
	position: relative;
}
@media screen and (max-width: 1279px) {
	#other__look {
		width: 100%;
		height: 350px;
		padding: 25px 30px;
		background: url(../img/other2.png) no-repeat left center/cover;	  
	}
}

.top__work {
  margin-top: 100px;
}
@media screen and (max-width: 1279px) {
  .top__work {
    margin-top: 80px;
  }
}

.top__work--contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 29vh;
}
@media screen and (max-width: 1279px) {
  .top__work--contents {
    display: none;
  }
}

.top__work--contents-sp {
  display: none;
}
@media screen and (max-width: 1279px) {
  .top__work--contents-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
  }
}

.top__work--item-right {
  width: 100%;
}

.top__work--posts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1279px) {
  .top__work--posts {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

.top__work--post {
  background: #fff;
  border-radius: 8px;
}
.top__work--post img {
  border-radius: 8px 8px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 290/160;
  width: 100%;
}
@media screen and (max-width: 1279px) {
  .top__work--post img {
    border-radius: 8px 8px 0 0;
	height: 120px;
  }
}
@media screen and (max-width: 1279px) {
  .top__work--post {
    background: #fff;
  }
}

.top__work--post-img img {
  border-radius: 8px 8px 0 0;
  aspect-ratio: 290/160;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.top__work--post-ttl {
  padding: 20px 20px 5px 20px;
  font-size: 1.6rem;
  line-height: 1.25;
}
@media screen and (max-width: 1279px) {
  .top__work--post-ttl {
	padding: 10px 8px 5px 8px;
	font-size: 1.5rem;
  }
}

.top__work--content__area {
	margin: 0 20px;
	font-size: 1.2rem;
}

.top__work--content__client {
	margin: 0 20px 15px 20px;
	font-size: 1.2rem;
}

@media screen and (max-width: 1279px) {
	.top__work--content__area {
		margin: 0 8px;
		font-size: 1.2rem;
	}

	.top__work--content__client {
		margin: 0 8px 15px 8px;
		font-size: 1.2rem;
	}
}


.spec {
  margin-top: 80px;
  background: #fff;
  padding: 52px 0;
  border-radius: 100px 0 100px 0;
}
@media screen and (max-width: 1279px) {
  .spec {
    margin-top: 60px;
  }
}

.spec__img img {
  width: 100%;
  height: auto;
  margin: auto;
}

.spec__img_sp {
	display: none;
}

@media screen and (max-width: 1279px) {
	.spec__img {
		display: none;
	}
	.spec__img_sp {
		display: block;
		width: 100%;
		margin: 0 auto;
		padding: 0 10%;
	}
	.spec__img_sp img {
		width: 100%;
		/*margin: auto;*/
	}

}

.top__voice {
  padding: 100px 0;
}
@media screen and (max-width: 1279px) {
  .top__voice {
    padding: 50px 0;
  }
}

.top__voice--ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1279px) {
  .top__voice--ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
}

.top__voice--ttl-h2 {
  font-size: 6rem;
  color: #898054;
}
@media screen and (max-width: 1279px) {
  .top__voice--ttl-h2 {
    font-size: 3rem;
  }
}

.top__voice--ttl-p {
  margin-left: 25px;
}
@media screen and (max-width: 1279px) {
  .top__voice--ttl-p {
    margin-left: 0;
    font-size: 1.2rem;
  }
}

.top__voice--contents {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1279px) {
  .top__voice--contents {
    margin-top: 37px;
  }
}

.swiper-wrapper1 {
  max-width: 1260px;
  padding-left: 15px;
}
@media screen and (max-width: 1279px) {
  .swiper-wrapper1 {
    max-width: 300px;
	  padding-left: 0;
  }
}

.swiper-slide-item {
  width: 360px;
  height: 340px;
  background: url(../img/voice-bg2.png) no-repeat center center/contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1279px) {
  .swiper-slide-item {
    width: 300px;
    height: 280px;
    background: url(../img/voice-bg2.png) no-repeat center center/contain;
  }
}

.swiper-voice-ttl {
  padding-bottom: 15px;
  position: relative;
  font-size: 1.6rem;
  padding-left: 25px;
}
@media screen and (max-width: 1279px) {
  .swiper-voice-ttl {
    font-size: 1.2rem;
  }
}
.swiper-voice-ttl::after {
  content: "";
  position: absolute;
  display: block;
  right: 45%;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
  width: 20px;
  height: 2px;
  background-color: #000000;
  margin-top: 20px;
}

.swiper-voice-message {
  margin-top: 20px;
  font-size: 20px;
  max-width: 260px;
  text-align: center;
/*  padding-right: 25px;*/
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 1279px) {
  .swiper-voice-message {
    font-size: 1.4rem;
    max-width: 185px;
    margin-top: 15px;
    text-align: left;
/*    padding-right: 10px;*/
  }
}

.swiper-voice-content {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
/*  padding-right: 25px;*/
}
@media screen and (max-width: 1279px) {
  .swiper-voice-content {
    margin-top: 10px;
  }
}

@media screen and (max-width: 1279px) {
  .swiper-voice-content img {
    width: 51px;
    height: 47px;
  }
}

.swiper-voice-name {
  margin-left: 15px;
  font-size: 2rem;
}
.swiper-voice-name span {
  font-size: 1.2rem;
}
@media screen and (max-width: 1279px) {
  .swiper-voice-name {
    font-size: 1.6rem;
  }
  .swiper-voice-name span {
    font-size: 0.9rem;
  }
}

/* 前への矢印 */
.swiper-button-prev {
  position: absolute;
  left: 0;
  top: 450px;
  width: 42px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../img/hexagon.png) no-repeat center center/contain;
}
.swiper-button-prev img {
  width: 24px;
  height: 10px;
}
@media screen and (max-width: 1279px) {
  .swiper-button-prev {
    visibility: hidden;
  }
}

.swiper-button-prev::after {
  content: "";
}

/* 次への矢印 */
.swiper-button-next {
  position: absolute;
  right: 0;
  top: 450px;
  width: 42px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../img/hexagon.png) no-repeat center center/contain;
}
.swiper-button-next img {
  width: 24px;
  height: 10px;
}
@media screen and (max-width: 1279px) {
  .swiper-button-next {
    visibility: hidden;
  }
}

.swiper-button-next::after {
  content: "";
}

.swiper-pagination {
  visibility: hidden;
}
@media screen and (max-width: 1279px) {
  .swiper-pagination {
    visibility: visible;
    bottom: -30px !important;
  }
}

.swiper-pagination2 {
  visibility: hidden;
}
@media screen and (max-width: 1279px) {
  .swiper-pagination2 {
    visibility: visible;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #898054;
}

.swiper-pagination-bullet {
  background: #fff;
  border: #898054 1px solid;
  opacity: 1;
}

.button__voice {
  margin: 80px auto;
}
@media screen and (max-width: 1279px) {
  .button__voice {
    margin: 50px auto;
  }
}

.top__staff {
  padding: 0 0 200px;
}
@media screen and (max-width: 1279px) {
  .top__staff {
    padding: 0 0 80px;
  }
}

.top__staff--ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1279px) {
  .top__staff--ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
}

.top__staff--ttl-h2 {
  font-size: 6rem;
  color: #898054;
}
@media screen and (max-width: 1279px) {
  .top__staff--ttl-h2 {
    font-size: 3rem;
  }
}

.top__staff--ttl-p {
  margin-left: 25px;
}
@media screen and (max-width: 1279px) {
  .top__staff--ttl-p {
    font-size: 1.2rem;
    margin-left: 0;
  }
}

.top__staff--contents {
  margin-top: 100px;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .top__staff--contents {
    margin-top: 28px;
  }
}

.swiper-slide-item2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}


.swiper-slide-item3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swiper-staff-content img {
  aspect-ratio: 200/200;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-staff-position {
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  .swiper-staff-position {
    font-size: 0.9rem;
  }
}

.swiper-staff-name {
  font-size: 2.4rem;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: bold;
}
.swiper-staff-name span {
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 1279px) {
  .swiper-staff-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.6rem;
  }
  .swiper-staff-name span {
    font-size: 0.9rem;
  }
}

/* 前への矢印 */
.swiper-button-prev2 {
  position: absolute;
  left: 0;
/*  top: 265px;*/
  top: 307px;
  width: 42px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../img/hexagon.png) no-repeat center center/contain;
}
.swiper-button-prev2 img {
  width: 24px;
  height: 10px;
}
@media screen and (max-width: 1279px) {
  .swiper-button-prev2 {
    visibility: hidden;
  }
}

.swiper-button-prev2::after {
  content: "";
}

/* 次への矢印 */
.swiper-button-next2 {
  position: absolute;
  right: 0;
/*  top: 265px;*/
  top: 307px;
  width: 42px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../img/hexagon.png) no-repeat center center/contain;
}
.swiper-button-next2 img {
  width: 24px;
  height: 10px;
}
@media screen and (max-width: 1279px) {
  .swiper-button-next2 {
    visibility: hidden;
  }
}

.swiper-button-next2::after {
  content: "";
}

.top__blog {
  background: #fff;
  padding: 117px 0;
  border-radius: 100px 0 100px 0;
}
@media screen and (max-width: 1279px) {
  .top__blog {
    padding: 80px 0;
  }
}

.top__blog--contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40vh;
}
@media screen and (max-width: 1279px) {
  .top__blog--contents {
    display: none;
  }
}

.top__blog--contents-sp {
  display: none;
}
@media screen and (max-width: 1279px) {
  .top__blog--contents-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
  }
}

@media screen and (max-width: 1279px) {
  .top__blog--item-left {
    width: 100%;
  }
}

.top__blog--item-right {
  width: 55%;
  margin: auto;
}
@media screen and (max-width: 1279px) {
  .top__blog--item-right {
    width: 100%;
  }
}

.top__blog--post {
  display: block;
  padding: 23px 0;
  border-top: 1.5px solid #707070;
}
.top__blog--post:last-child {
  border-bottom: 1.5px solid #707070;
}

.top__blog--post-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1.5px solid #707070;
  border-bottom: 1.5px solid #707070;
  padding: 38px 0 8px;
}
.top__blog--post-button p {
  font-weight: bold;
}
.top__blog--post-button div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  width: 42px;
  height: 40px;
  background: url(../img/hexagon.png) no-repeat center center/contain;
}
.top__blog--post-button div img {
  width: 21px;
  height: 11px;
}

.top__blog--post--ttl {
  font-size: 2rem;
}
@media screen and (max-width: 1279px) {
  .top__blog--post--ttl {
	font-size: 1.6rem;
	line-height: 1.25;
  }
}

.top__blog--post-date {
  margin-top: 10px;
  font-size: 1.2rem;
}


.top__blog--post-tab {
	width: 100px;
	background: #898054;
	text-align: center;
	color: #fff;
	padding: 5px 0;
	border-radius: 8px;
	margin-bottom: 20px;
}
@media screen and (max-width: 1279px) {
  .top__blog--post-tab {
		font-size: 1.3rem;
		width: 80px;
		margin-bottom: 10px;
  }
}

.top__blog--cpost-tab {
	max-width: 180px;
	background: #898054;
	text-align: center;
	color: #fff;
	padding: 5px 0;
	border-radius: 8px;
/*	margin-bottom: 20px;*/
	margin-top: 10px;
}
@media screen and (max-width: 1279px) {
  .top__blog--cpost-tab {
    font-size: 1.5rem;
    width: 90px;
  }
}



.footer {
  margin-top: 170px;
  background: #898054;
}
@media screen and (max-width: 1279px) {
  .footer {
    margin-top: 85px;
  }
}

.footer__top {
  padding: 21px 0;
  border-bottom: 1px solid #fff;
}

.footer__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
}
.footer__nav ul li:not(:last-child)::after {
  content: "/";
  margin-left: 10px;
}

.footer__main {
  padding: 27px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer__icons {
  margin-top: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.footer__icons a {
  aspect-ratio: 1;
}
.footer__icons img {
  width: 30px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer__address {
  margin-top: 43px;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}

.footer__copyright {
  margin-top: 36px;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
}

#tab-contents-topics .tab-content__text {
  padding: 24px 20px;
}

.page__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1279px) {
  .page__ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 1279px) {
  .page__ttl--h2 {
    font-size: 5rem;
	margin-top: 10px;
  }
}

.page__ttl--p {
  margin-left: 20px;
}
@media screen and (max-width: 1279px) {
  .page__ttl--p {
    margin-left: 0;
    margin-top: 10px;
    font-size: 1.2rem;
  }
}

.page__tab {
  margin-top: 35px;
}

.tab-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 600px;
  width: 100%;
  margin: auto;
  background: #fff;
  border-radius: 23px;
}

.tab-menu__item {
  font-size: 2rem;
  background: #fff;
  color: #898054;
  width: 100%;
  text-align: center;
}
.tab-menu__item:first-child {
  border-radius: 23px 0 0 23px;
}
.tab-menu__item:last-child {
  border-radius: 0 23px 23px 0;
}
.tab-menu__item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 0;
}
@media screen and (max-width: 1279px) {
  .tab-menu__item a {
    padding: 8px 0;
    font-size: 1.5rem;
  }
}

.tab-menu__item.is-active {
  background: #898054;
  color: #fff;
  border-radius: 23px;
}

.tab-menu-archive li:first-child {
  background: #898054;
  color: #fff;
  border-radius: 23px;
}

/* サブメニュー */
ul.tab-submenu {
    display: flex;
	justify-content: center;
    margin: 50px auto 0 auto;
    width: 100%;
    max-width: 890px;
    align-items: center;	
}

li.tab-submenu__item {
	width: 250px;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 4px solid #898054;
	color: #898054;
	font-size: 1.75rem;
}

.tab-active {
  background: #898054;
  color: #fff;
  border-radius: 23px;
}

.tab-contents {
  max-width: 1250px;
  width: 100%;
  margin: 60px auto 0;
}
@media screen and (max-width: 1279px) {
  .tab-contents {
    margin: 35px auto 0;
  }
}

.tab-content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 6vh 5vw;
}
@media screen and (max-width: 1279px) {
  .tab-content {
    grid-template-columns: repeat(1, 1fr);
    gap: 5vh 3vw;
  }
}

.tab-content__item {
  position: relative;
  display: grid;
  grid-row: span 2;
  grid-template-rows: -webkit-max-content;
  grid-template-rows: max-content;
}
.tab-content__item img {
    border-radius: 8px 8px 0 0;	
	width: 100%;
	max-height: 235px;
}
@media screen and (max-width: 1279px) {
  .tab-content__item img {
    border-radius: 8px 8px 0 0;
  }
}

.top-content__item-img {
  width: 100%;
  height: auto;
}
.top-content__item-img img {
  aspect-ratio: 350/233;
  width: 100%;
  height: auto;
  border-radius: 8px 8px 0 0;
}
@media screen and (max-width: 1279px) {
  .top-content__item-img img {
    aspect-ratio: 390/390;
	object-fit: cover;
	height: 240px;
  }
}

.tab-content__text {
  border-radius: 0 0 8px 8px;
  background: #fff;
  padding: 15px;
}
@media screen and (max-width: 1279px) {
  .tab-content__text {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.tab-content__text-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.tab-content__genre {
  border-radius: 2px;
  background: #898054;
  font-size: 1.2rem;
  color: #fff;
  padding: 3px 10px;
  font-weight: bold;
}

.tab-content__ttl {
/*  margin-top: 20px;*/
  font-size: 1.6rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #000;
}

/* PCでは横並び */
.tab-content__ttl .prefix,
.tab-content__ttl .suffix {
	display: inline;
	font-family: "Noto Sans JP", "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	font-weight: bold;
}

@media screen and (max-width: 1279px) {
  .tab-content__ttl {
    margin-top: 0;
  }
  .tab-content__ttl .prefix {
    display: block;
  }	
}

.tab-content__cttl {
/*  margin-top: 20px;*/
	font-size: 1.6rem;
	-webkit-box-flex: 1;
	  -ms-flex-positive: 1;
		  flex-grow: 1;
	color: #000;
	line-height: 1.5;
}
@media screen and (max-width: 1279px) {
  .tab-content__cttl {
    margin-top: 10px;
  }
}

.tab-content__area {
  margin-top: 5px;
  font-size: 1.2rem;
}

.tab-content__client {
  font-size: 1.2rem;
}

.tab-content__status {
  margin-top: 5px;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: dnp-shuei-mgothic-std, sans-serif;
}

.tab-content__link {
  position: absolute;
  bottom: 15px;
  right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 42px;
  height: 40px;
  background: url(../img/hexagon.png) no-repeat center center/contain;
}
.tab-content__link img {
  width: 24px;
  height: 10px;
}

.cta {
  margin-top: 100px;
}
@media screen and (max-width: 1279px) {
  .cta {
    margin-top: 35px;
  }
}

.cta__contents {
  border-radius: 8px;
  background: #00B9F5;
  max-width: 870px;
  max-height: 295px;
  width: 100%;
  height: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cta__left {
  width: 50%;
}
.cta__left img {
  aspect-ratio: 435/295;
  border-radius: 8px 0 0 8px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1279px) {
  .cta__left img {
    aspect-ratio: 185/195;
    max-height: 250px;
  }
}

.cta__right {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px;
}
@media screen and (max-width: 1279px) {
  .cta__right {
    padding: 15px;
  }
}

.cta__right--top {
  color: #fff;
  font-size: 2rem;
  padding-bottom: 20px;
  font-family: dnp-shuei-mgothic-std, sans-serif;
}
.cta__right--top::after {
  content: "";
  display: block;
  width: 52px;
  height: 2px;
  background-color: #fff;
  margin-top: 20px;
}
@media screen and (max-width: 1279px) {
  .cta__right--top {
    font-size: 1.6rem;
  }
}

.cta__right--bottom {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: dnp-shuei-mgothic-std, sans-serif;
}
@media screen and (max-width: 1279px) {
  .cta__right--bottom {
    font-size: 1.2rem;
  }
}

.wp-pagenavi {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 11px;
}
.wp-pagenavi a {
  font-family: dnp-shuei-mgothic-std, sans-serif;
}
@media screen and (max-width: 1279px) {
  .wp-pagenavi {
    margin-top: 35px;
  }
}

.prev.page-numbers {
  display: none;
}

.pages {
  display: none !important;
}

.wp-pagenavi a, .wp-pagenavi span {
  width: 42px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #898054;
  font-size: 1.6rem;
  background: url(../img/hexagon-white.png) no-repeat center center/contain;
  border: none !important;
}

.wp-pagenavi a.current, .wp-pagenavi span.current {
  background: url(../img/hexagon.png) no-repeat center center/contain;
  color: #fff;
  font-size: 2.5rem;
  font-family: dnp-shuei-mgothic-std, sans-serif;
}

.numbers-next {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #898054;
  margin: auto;
}

#tab-contents-look .tab-content__area {
  color: #525252;
}

#tab-contents-look .tab-content__client {
  color: #525252;
}

@media screen and (max-width: 1279px) {
  #tab-contents-look .tab-content__ttl {
    margin-bottom: 0;
	line-height: 1.5;
  }
}

@media screen and (max-width: 1279px) {
	#tab-contents-look .tab-content__link {
		width: 30px;
		height: 30px;
		display: none;
	}
	#tab-contents-look .tab-content__link img {
		width: 12px;
		height: 5px;
	}
}

@media screen and (max-width: 1279px) {
  #tab-contents-look .tab-content {
    grid-template-columns: repeat(2, 2fr);
    gap: 5vh 3vw;
  }
}

@media screen and (max-width: 1279px) {
  #top-content__item-img-look img {
    aspect-ratio: 180/180;
  }
}

@media screen and (max-width: 1279px) {
  #tab-contents-work .tab-content {
    grid-template-columns: repeat(2, 2fr);
    gap: 5vh 3vw;
  }
}

#tab-contents-work .tab-content__area {
  color: #525252;
}

#tab-contents-work .tab-content__client {
  color: #525252;
}

@media screen and (max-width: 1279px) {
  #tab-contents-work .tab-content__ttl {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1279px) {
  #tab-contents-work .tab-content__link {
    width: 30px;
    height: 30px;
  }
  #tab-contents-work .tab-content__link img {
    width: 12px;
    height: 5px;
  }
}

@media screen and (max-width: 1279px) {
  #tab-contents-voice .tab-content {
    grid-template-columns: repeat(2, 2fr);
    gap: 5vh 3vw;
  }
}

#tab-contents-voice .tab-content__area {
  color: #525252;
}

#tab-contents-voice .tab-content__client {
  color: #525252;
}

@media screen and (max-width: 1279px) {
  #tab-contents-voice .tab-content__ttl {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1279px) {
  #tab-contents-voice .tab-content__link {
    width: 30px;
    height: 30px;
  }
  #tab-contents-voice .tab-content__link img {
    width: 12px;
    height: 5px;
  }
}

@media screen and (max-width: 1279px) {
  #tab-contents-blog .tab-content {
    grid-template-columns: repeat(2, 2fr);
    gap: 5vh 3vw;
  }
}

#tab-contents-blog .tab-content__area {
  color: #525252;
}

#tab-contents-blog .tab-content__client {
  color: #525252;
}

@media screen and (max-width: 1279px) {
  #tab-contents-blog .tab-content__ttl {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1279px) {
  #tab-contents-blog .tab-content__link {
    width: 30px;
    height: 30px;
  }
  #tab-contents-blog .tab-content__link img {
    width: 12px;
    height: 5px;
  }
}

@media screen and (max-width: 1279px) {
  #know {
    padding-top: 115px;
  }
}

#know.l__main {
	padding-top: 100px;
	margin: auto;
	position: relative;
}

.mv__know {
  margin-top: 0;
}

.mv__img--know {
	margin-top: 40px;
	margin-bottom: 120px;
	display: block;
}

.know__catch {
  max-width: 1250px;
  width: 100%;
  margin: 120px auto;
}
@media screen and (max-width: 1279px) {
  .know__catch {
    margin: 60px auto;
  }
.mv__img--know {
		margin-bottom: 50px;
		display: block;
	}	
}

.know__catch--h2 {
  color: #000;
}
@media screen and (max-width: 1279px) {
  .know__catch--h2 {
    font-size: 2rem;
  }
}

.know__catch--sub {
  margin-top: 20px;
  font-size: 3rem;
  font-weight: bold;
  font-family: dnp-shuei-mgothic-std, sans-serif;
}
@media screen and (max-width: 1279px) {
  .know__catch--sub {
    margin-top: 10px;
    font-size: 2rem;
  }
}

.know__catch--p {
	margin-top: 62px;
	line-height: 1.93;
	text-align: justify;
}
@media screen and (max-width: 1279px) {
  .know__catch--p {
    margin-top: 30px;
    font-size: 1.5rem;
  }
}

.know__number {
  margin-top: 120px;
  background: #fff;
  border-radius: 175px 0 185px 0;
  padding: 97px clamp(16px, 5vw, 100px) 85px;
}
@media screen and (max-width: 1279px) {
  .know__number {
    margin-top: 60px;
    border-radius: 100px 0 110px 0;
  }
}

.know__number--ttl {
  text-align: center;
  color: #fff;
  background: #898054;
  font-size: 3.2rem;
  font-weight: bold;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  padding: 5px 0;
  position: relative;
}
.know__number--ttl::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: #898054 transparent transparent transparent;
}
@media screen and (max-width: 1279px) {
  .know__number--ttl {
    font-size: 2rem;
  }
  .know__number--ttl::after {
    border-width: 15px 15px 0 15px;
  }
}

.know__contents {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5vh 2.5vw;
}
@media screen and (max-width: 1279px) {
  .know__contents {
    grid-template-columns: repeat(2, 1fr);
  }
}

.know__item {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
}

.know__main {
  margin-top: 150px;
}
@media screen and (max-width: 1279px) {
  .know__main {
    margin-top: 75px;
  }
}

.know__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1279px) {
  .know__tabs {
    margin: 0 calc(50% - 50vw);
  }
}

.know__tab--button.active a {
  opacity: 1;
}

.know__tab--button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #898054;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  width: auto;
  color: #fff;
  padding: 15px 15px 15px 0;
  width: 175px;
  opacity: 0.6;
}
.know__tab--button a::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/arrow-down.png) no-repeat center center/contain;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1279px) {
  .know__tab--button a::after {
    width: 15px;
    height: 15px;
    right: 10px;
  }
}
@media screen and (max-width: 1279px) {
  .know__tab--button a {
    font-size: 1.6rem;
    padding: 15px 0;
    width: 100%;
  }
}
@media screen and (max-width: 1279px) {
  .know__tab--button {
    width: 100%;
  }
}
.know__tab--button:nth-child(2) a::after {
  right: 40px;
}
@media screen and (max-width: 1279px) {
  .know__tab--button:nth-child(2) a::after {
    right: 25px;
  }
}
.know__tab--button:nth-child(3) a::after {
  right: 40px;
}
@media screen and (max-width: 1279px) {
  .know__tab--button:nth-child(3) a::after {
    right: 25px;
  }
}

.know__tab--content-top {
  background: #898054;
  padding: 62px 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.know__tab--ttl {
  color: #fff;
  font-size: 3rem;
}

.know__tab--subttl {
  margin-top: 26px;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  font-family: dnp-shuei-mgothic-std, sans-serif;
}
@media screen and (max-width: 1279px) {
  .know__tab--subttl {
    font-size: 1.6rem;
    text-align: center;
  }
}

.know__tab--items {
  padding-top: 130px;
  max-width: 1100px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1279px) {
  .know__tab--items {
    padding-top: 100px;
  }
}

.know__tab--item:not(:first-child) {
  margin-top: 140px;
}
@media screen and (max-width: 1279px) {
  .know__tab--item:not(:first-child) {
    margin-top: 70px;
  }
}

.know__tab--item-ttl {
/*  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  color: #707070;
  line-height: 1;
  padding: 12px 0 12px 20px;
  border: 1px solid #00D264;
  vertical-align: baseline;*/
	font-family: dnp-shuei-mgothic-std, sans-serif;	
	font-size: 2rem;
    color: #fff;
    background-color: #898054;
    height: 40px;
    line-height: 2;
    padding-left: 15px;	
}
@media screen and (max-width: 1279px) {
  .know__tab--item-ttl {
    font-size: 1.6rem;
	padding-top: 5px;
  }
}

.know__tab--item-p {
  color: #707070;
  margin-top: 30px;
  font-size: 1.6rem;
  text-align: justify;
  line-height: 1.8;
}
@media screen and (max-width: 1279px) {
  .know__tab--item-p {
    font-size: 1.5rem;
  }
}

.know__tab--item-imgs {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1279px) {
  .know__tab--item-imgs {
    margin-top: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.voice__main {
  overflow: hidden;
  position: relative;
  z-index: 3;
  padding-top: 100px;
}

.voice__bg {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 1920px;
  height: 330px;
  width: 100%;
  z-index: 1;
  background: url(../img/voice-bg.png) no-repeat top center/contain;
}

.voice__top {
  padding-top: 50px;
  max-height: 1100px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.voice__top--address {
  color: #888888;
}

.voice__top--date {
  color: #888888;
}

.voice__top--h2 {
	margin-top: 30px;
	color: #000;
	font-size: 5rem;
}
@media screen and (max-width: 1279px) {
  .voice__top--h2 {
    font-size: 2rem;
  }
}

.voice__top--contents {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1vw;
}
@media screen and (max-width: 1279px) {
  .voice__top--contents {
    gap: 2vw;
    margin-top: 35px;
  }
}

@media screen and (max-width: 1279px) {
  .voice__top--post {
    font-size: 1.4rem;
  }
}

.voice__top--name {
  font-size: 2.4rem;
  font-family: dnp-shuei-mgothic-std, sans-serif;
}
.voice__top--name span {
  font-size: 1.6rem;
}
@media screen and (max-width: 1279px) {
  .voice__top--name {
    font-size: 1.6rem;
  }
  .voice__top--name span {
    font-size: 1.2rem;
  }
}

.voice__top--img {
	width: 80px;
	height: auto;
}

.voice__stuff--img {
	width: 150px;
}

.voice__contents {
/*  margin-top: 162px;*/
  max-width: 1275px;
  margin: 162px auto;
  width: 100%;
}
@media screen and (max-width: 1279px) {
  .voice__contents {
/*    margin-top: 81px;*/
	  margin: 81px auto 0 auto;
  }
}

.voice__comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 3vw;
  max-width: 1100px;
}

@media screen and (max-width: 1279px) {
  .voice__stuff--img img {
    aspect-ratio: 150/140;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.voice__stuff--p {
  background: #fff;
  padding: 40px 60px;
  border-radius: 20px;
  text-align: center;
  width: 100%;
  font-size: 2.4rem;
}
@media screen and (max-width: 1279px) {
  .voice__stuff--p {
    padding: 10px 20px;
    font-size: 1.4rem;
  }
}

.voice__customer {
  margin-top: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 3vw;
  margin-left: auto;
}

.voice__customer--p {
  background: #9DEEC3;
  font-size: 2.4rem;
  padding: 40px 60px;
  border-radius: 20px;
  width: 100%;
}
@media screen and (max-width: 1279px) {
  .voice__customer--p {
    padding: 10px 20px;
    font-size: 1.4rem;
  }
}

.voice__img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	  -ms-flex-align: center;
		  align-items: center;
	-webkit-box-pack: center;
	  -ms-flex-pack: center;
		  justify-content: center;
	width: 960px;
	margin: 45px auto 0 auto;
}

@media screen and (max-width: 1279px) {
	.voice__img {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
		-webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center;
		width: 100%;
		margin: 20px auto 0 auto;
	}	
}

.swiper-voice-content img {
	width: 71px;
	height: auto;
}

.cf__h2 {
  text-align: center;
　font-size: 4rem;
}
@media screen and (max-width: 1279px) {
  .cf__h2 {
    margin-top: 70px;
  }
}

.cf {
  max-width: 1100px;
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 1279px) {
	.cf {
		width: 90%;
		margin: 0 auto;
	}
}

.cf__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 0;
}
.cf__list:not(:first-child) {
  margin-top: 20px;
  border-top: 1px solid #ccc;
}

.cf__ttl p {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cf__body {
  margin-top: 10px;
}

.wpcf7 input {
  background: #fff;
  border: 1px solid #ccc;
  width: auto;
  padding: 10px;
  border-radius: 8px;
}
@media screen and (max-width: 1279px) {
	.wpcf7 input {
		max-width: 100%;
	}	
}
.wpcf7-list-item {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
}
.wpcf7-list-item label {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wpcf7-list-item select {
  padding: 10px;
}
.wpcf7-list-item input[type=radio] {
  margin: 0 10px 0 0;
}

.wpcf7-textarea {
  width: 100%;
}

.wpcf7-list-item.first {
  margin-left: 0;
}

.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
  padding: 8px;
  width: auto;
}

.cf__submit {
  margin: auto;
  width: 250px;
}
.cf__submit input[type=submit] {
  background: #898054;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 8px;
  width: 250px;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 1279px) {
  .cf__submit input[type=submit] {
    font-size: 1.6rem;
    padding: 10px 20px;
  }
}

.required_contact {
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  background: #B22F1C;
  margin-left: 5px;
  padding: 2px 4px;
  border-radius: 5px;
  line-height: 1;
}

.light__box {
  position: fixed;
  width: 600px;
  height: 90%;
  inset: 0;
  margin: auto;
  overflow: auto;
  padding: 50px;
  background: #fff;
}

.acceptance {
	text-align: center;
	margin: 20px 0 60px 0;
}

.cf__privacy {
 	font-family: dnp-shuei-mgothic-std, sans-serif;
	text-align: center;
	margin-top: 20px;
}

.cf__privacy a {
	text-decoration: underline;
}

@media screen and (max-width: 1279px) {
	.light__box {
		width: 90%;
		padding: 30px;
	}	
}

.light__box::-ms-backdrop {
  background: rgba(0, 0, 0, 0.8);
}

.light__box::backdrop {
  background: rgba(0, 0, 0, 0.8);
}

.light__box--inner {
  height: auto;
  inset: 0;
  margin: auto;
  overflow: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.light__box--inner img {
  display: block;
  margin: auto;
}

.light__box--ttl {
  font-size: 1.5rem;
  margin-top: 10px;
}

.light__box--name {
  font-size: 4rem;
  margin-top: 10px;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  line-height: 1;
}
@media screen and (max-width: 1279px) {
  .light__box--name {
    font-size: 2.4rem;
  }
}

.light__box--en {
  font-size: 1.5rem;
  margin-top: 10px;
  color: #898054;
}

.light__box--content {
	margin-top: 20px;
	width: 90%;
}

.light__box--dl:not(:first-child) {
  margin-top: 30px;
}

.light__box--dt {
  margin: 20px 0;
  font-size: 1.7rem;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: bold;
}

.light__box--dd {
  font-size: 1.5rem;
}

.light__box--return {
  text-align: center;
  font-size: 1.2rem;
  border-bottom: 1px solid #000;
  margin-top: 20px;
}

.error-404 {
	padding: 100px 20px 0 20px;
	width: 1100px;
	margin: 0 auto;
}

.btn-404_box {
	max-width: 220px;
	margin: 80px auto 0 auto;
	font-size: 1.6rem;
}

.btn--404, a.btn--404 {
    color: #fff;
    background-color: #898054;
	padding: 15px 38px;
}

/*----------

20250514~ Higo add 

----------*/

.mv__img img {
	border-radius: 10px;
}

/* 施工事例ページ */
.single__pptcontents {
	max-width: 1024px;
	margin: 80px auto;
}

.sgl-ttl {
	font-size: 4rem;
	color: #3E3A39;
/*	margin-bottom: 20px;*/
	font-family: "Noto Sans JP", "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;	
}

.sentens-404_b {
	margin-bottom: 40px;
}
.pgl-ttl {
	font-size: 4rem;
	color: #3E3A39;
	font-family: "Noto Sans JP", "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;	
	text-align: center;
}

@media screen and (max-width: 1279px) {
	.sgl-ttl {
		font-size: 2.5rem;
		line-height: 1.5;
		color: #3E3A39;
		font-family: "Noto Sans JP", "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	}	
	.pgl-ttl {
		font-size: 2.5rem;
		line-height: 1.5;
		color: #3E3A39;
		font-family: "Noto Sans JP", "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	}	
}

.wp-element-caption {
	font-family: yu-gothic-pr6n, sans-serif;
	font-size: 1.4rem;
	text-align: center;
}

.wp-block-image img  {
	margin-top: 60px;
}

.ppt__contbox {
	margin-top: 60px;
}

.ppt__contbox h3 {
	font-family: "Noto Sans JP", "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	line-height: 2;
}

.ppt_contbox p {
	text-align: justify;
}

.ppt_contbox_list {
	font-family: yu-gothic-pr6n, sans-serif;
	font-size: clamp(1.2rem, 0.364rem + 4.85vw, 1.4rem);
	line-height: 2;
	color: #000;
	margin-top: 10px;
}

/* 6つのこだわり */
/* 投稿 */
.single__knwbcontents {
	background-color: #fff;
	display: block;
}

.single__knwbcontents_sp {
	display: none;
}

.single-knwcontents {
	width: 1720px;
	margin: 0 auto;
	padding: 90px 0 70px 0;
}
@media screen and (max-width: 1279px) {
	.single__knwbcontents {
		display: none;
	}	

	.single__knwbcontents_sp {
		background-color: #fff;
		display: block;
		width: 100%;
		padding: 88px 0 70px 0;
	}
	.single-knwcontents {
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}	
}

.single-knw__box {
	width: 1720px;
	display: flex;
	flex-wrap: wrap;
	gap: 141px;
}

.knw__box01 {
	width: 449px;
	height: 469px;
}
@media screen and (max-width: 1279px) {
	.single-knw__box {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		gap: 0px;
	}	
	.knw__box01 {
		width: 90%;
		height: auto;
		margin: 50px auto 0 auto;
	}	
}
.knw__box02 {
	width: 540px;
	margin-top: 160px;	
	margin-bottom: 80px;
}
.knw__box03 {
	width: 449px;
	height: 469px;
	margin-top: 200px;
}

@media screen and (max-width: 1279px) {
	.knw__box02 {
		width: 90%;
		margin: 50px auto 0 auto;	
	}
	
	.knw__box03 {
		width: 90%;
		height: auto;
		margin: -50px auto 0 auto;
	}
	
}

.single__cmt {
	width: 1250px;
	margin: 188px auto 0 auto;
}

@media screen and (max-width: 1279px) {
	.single__cmt {
		width: 90%;
		margin: 88px auto 0 auto;
		}
}

.single__cmt h4 {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}

.single__cmt-h5 {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	display: block;
}
.single__cmt-h5_sp {
	display: none;
}

@media screen and (max-width: 1279px) {
	.single__cmt-h5 {
		display: none;
		}

	.single__cmt-h5_sp {
		display: block;
		font-size: 2rem;
		font-weight: bold;
		text-align: center;
		line-height: 1.5;
	}
}
.single__cmt h5 {
	font-size: 1.6rem;
	text-align: center;
	line-height: 2;
}

.cmt__box {
	width: 1250px;
	height: auto;
	margin: 80px 0 120px 0;
}

.cmt__box__child {
/*	width: calc( 50% - 31px);
	height: auto;*/
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 62px;
}

.cmt__box__know01{
	position: relative;
/*	background: url(../img/sample-know01.png) no-repeat top center/contain;*/
	width: 594px;
	height: auto;
/*	height: 428px;
	padding: 40px;*/
}

.cmt__box__know01 img {
/*	height: 428px;*/
	height: auto;
	object-fit: cover;
	border-radius: 8px;
}

@media screen and (max-width: 1279px) {
	.cmt__box__know01{
		position: relative;
		width: 100%;
		height: auto;
	}

	.cmt__box__know01 img {
		height: 160px;
		object-fit: cover;
		border-radius: 8px;
	}
	
}

.cmt__box__know02{
	position: relative;	
	background: url(../img/sample-know02.png) no-repeat top center/contain;
	width: 594px;
	height: 428px;
	padding: 40px;
}

.cmt__box__know--h3 {
  font-size: 4rem;
  color: #fff;
  font-family: dnp-shuei-mgothic-std, sans-serif;
}

.other__content--ttl {
	position: absolute;
	top: 30px;
	left: 30px;
}
.other__content--ttl_know {
/*	position: absolute;
	top: 30px;
	left: 30px;*/
	margin-top: 20px;
}
.other__content--h3_know {
	font-size: 4rem;
	color: #898054;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	/*text-shadow: 0px 0px 8px #000;*/
}
@media screen and (max-width: 1279px) {
	.cmt__box {
		width: 100%;
		height: auto;
		margin: 50px 0;
	}
	.cmt__box__child {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 14px;
	}
	.other__content-link_know {
		width: 48%;
		display: block;
		text-decoration: none;
		color: inherit;
	}
	.other__content--ttl {
		position: absolute;
		top: 20px;
		left: 20px;
	}
	.other__content--ttl_know {
		/*position: absolute;
		top: 10px;
		left: 10px;*/
		margin-top: 10px;
		margin-bottom: 10px;
	}	
    .other__content--h3_know {
        font-size: 1.8rem;
    }
    .other__content--p {
        font-size: 1.25rem;
		line-height: 1.25;
		margin-top: 5px;
    }
	.other__lower-content--p {
        font-size: 1.25rem;
		line-height: 1.25;
		margin-top: 5px;
    }
	.other__content--br {
		display: none;
	}
}


.catch__know_p--first {
/*  margin: 189px auto 0;*/
  margin: 0 auto;
  max-width: 540px;
  width: 100%;
  text-align: center;
  letter-spacing: 0rem;
}
@media screen and (max-width: 1279px) {
  .catch__know_p--first {
    margin: 0 0 0;
/*    max-width: 284px;*/
    width: 100%;
  }
}

.catch__know_p {
  width: 100%;
  max-width: 540px;
  margin: 45px auto 0;
  text-align: center;
  letter-spacing: 0rem;
}
@media screen and (max-width: 1279px) {
  .catch__know_p {
    margin: 40px 0 0;
/*    max-width: 284px;*/
    width: 100%;
  }
}

.cmt__box_imgbox {
	width: 870px;
	margin: 60px auto 0 auto;
}

@media screen and (max-width: 1279px) {
	.cmt__box_imgbox {
		width: 100%;
		margin: 30px auto 0 auto;
	}	
}

.scroll-indicator {
	position: absolute;
	/*  bottom: 0;*/
	top: 1900px;
	left: 51%;
	transform: translateX(-50%);
	display: flex;
	align-items: center; /* 縦中央揃え */
	gap: 8px;             /* ラインと文字の間のスペース */
	z-index: 10;
	font-family: sans-serif;
	color: #333;
}

.scroll-indicator span {
  display: block;
  font-size: 12px;
  margin-bottom: 70px;
}

.scroll-indicator .line {
  width: 1px;
  height: 120px;
  background: #000;
  margin: 0 auto;
}

@media screen and (max-width: 1279px) {
	.scroll-indicator {
		display: none;
	}	
}
	

/* 投稿ページ全体 */
.single__postcontents {
	max-width: 1024px;
	margin: 80px auto;	
	font-size: 16px;
	font-family: yu-gothic-pr6n, sans-serif;
}

.single__postcontents-tpl {
	max-width: 1024px;
	margin: 80px auto;	
	font-size: 16px;
	font-family: yu-gothic-pr6n, sans-serif;
}

@media screen and (max-width: 1279px) {
	.single__postcontents-tpl {
		width: 100%;
		margin: 20px auto 0 auto;	
		font-size: 16px;
		font-family: yu-gothic-pr6n, sans-serif;
	}
	
}

#post_image {
	margin-bottom: 80px;
}

.category {
	margin: 20px 0 40px 0;
}

/* 分譲地ページ */
.land-info {
	margin-top: 80px;
}

.land-read {
	line-height: 2;
	text-align: center;
	margin-bottom: 20px;
}

.land-info dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	font-size: 14px;
}

.land-info dt {
	width: 30%;
	padding: 10px 0;
	border-bottom: 1px dashed;
}

.land-info dd {
	width: 70%;
	padding: 10px 0;
	border-bottom: 1px dashed;
}

@media screen and (max-width: 1279px) {
	.land-info {
		margin: 80px auto 0 auto;
		width: 90%;
	}

	.land-info dl {
	/*	display: flex;
		flex-wrap: wrap;*/
		width: 100%;
		font-size: 14px;
		margin-bottom: 40px;
	}

	.land-info dt {
		width: 100%;
		padding: 10px 0 0 0;
		border-bottom: none;
	}

	.land-info dd {
		width: 100%;
		padding: 0 0 10px 5px;
		border-bottom: 1px dashed;
	}
}

.acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 10px 0;
}

.house-details {
	margin-top: 80px;
}

@media screen and (max-width: 1279px) {
.house-details {
/*	margin-top: 80px;*/
	width: 90%;
	margin: 0 auto;
}
}

.d-link {
	font-size: 14px;
	text-align: center;
    color: #fff;
	background: #898054;
    width: 200px;
    margin: 20px auto 0 auto;
    padding: 5px 0;
	border-radius: 8px;
}

.house-details p {
	font-size: 14px;
	line-height: 1.5;
}

/* モデルハウス／建売ページ */
/* Grade */
.grd-box {
	width: 1024px;
    margin: 60px auto 0 auto;
/*	padding-bottom: 100px;*/
}

@media screen and (max-width: 1279px) {
	.grd-box {
		width: 80%;
		margin: 60px auto 0 auto;
	/*	padding-bottom: 100px;*/
	}
}

.grd-box ul {
	list-style: none;
	box-sizing: border-box;
	width: 100%;
}

.grd-box li {
    align-items: center;
    display: flex;
}

.grd-box_btm {
	margin-bottom: 40px;
}

.grd-line {
    background: radial-gradient(#3e3a39 10%, transparent 30%) center/ 5px 5px;
    background: -ms-radial-gradient(#3e3a39 10%, transparent 30%) center/ 5px 5px;
    content: '';
    display: flex;
    flex: 1 1 auto;
    height: 7px;
    margin: 0 10px;
}

hr {
    padding: 0;
    border: 0;
    outline: 0;
}

.grd-value {
	text-align: right;
	font-size: 14px;
	font-weight: 400;
}


.grd-level {
	display: flex;
	justify-content: flex-end;
	margin-top: 15px;
}

.level01 {
	width: 20px;
	height: 6px;
	background-color: #3e3a39;
	margin-right: 5px;
}

.level02 {
	width: 20px;
	height: 7px;
	border: #3e3a39 1px solid;
	margin-right: 5px;
}

.gtd-ttl {
	font-size: 14px;
	font-weight: 400;
}

.level-max {
	font-size: 14px;
	line-height: 0.25rem;
}

.gtd-spec {
	font-size: 14px;
	text-align: center;
	margin-top: 30px;
}

.gtd-spec a {
	color: #fff;
}

.gtd-plan {
	margin-top: 20px;
	margin-bottom: 20px;
}

.ggm-ttl {
	width: 720px;
	margin: 0 auto 20px auto;
}

.glm-box {
	width: 720px;
	height: auto;
	position: relative;
	margin: 0 auto;
}

.glm-box iframe {
	max-width: 1100px;
	min-height: 400px;
}

.glm-ttl {
	margin-bottom: 10px;
	line-height: 1.5;
	font-size: 0.875rem;
}


.gll-box {
    width: 1024px;
    margin: 40px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
	gap: 40px;
}

@media screen and (max-width: 1279px) {
	.gll-box {
		width: 100%;
		margin: 40px auto 0 auto;
		display: flex;
		flex-wrap: wrap;
		gap: 40px;
	}
}
.gll-item {
    width: calc(50% - 20px);
	box-sizing: border-box;
/*	margin: 20px;*/
}
@media screen and (max-width: 1279px) {
	.gll-item {
		width: 100%;
		box-sizing: border-box;
	/*	margin: 20px;*/
	}
}

.gll-item figcaption {
	font-size: 1.5rem;
	text-align: center;
	margin-top: 5px;
}
@media screen and (max-width: 1279px) {
	.gll-item figcaption {
		font-size: 1.5rem;
		text-align: center;
		width: 80%;
		margin: 10px auto 0 auto;
		line-height: 1.2;
	}
}

.ppt-ttl_h3 {
	text-align: center;
	font-size: 13px;
/*	font-weight: bold;*/
	font-family: yu-gothic-pr6n, sans-serif;
}

.ppt-ttl_h2 {
	text-align: center;
	font-size: 3rem;
	line-height: 1.5;
	color: #3E3A39;
}

.house-details02 {
	margin-top: 100px;
}

.contents__inner_point {
    margin: auto;
    width: 100%;
    max-width: 1024px;
    padding: 80px 0;
}

.prd-box {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	margin-top: 40px;
    align-items: center;
}

.prd-item {
    width: calc(50% - 20px);
	box-sizing: border-box;
}

.prd-item h3 {
	font-size: 2rem;
	line-height: 3;
    font-family: "Noto Sans JP", "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;	
}

.prd-item p {
	font-size: 14px;
	line-height: 1.8;
	text-align: justify;
}

.prd-left {
	order: 1;
}

.prd-right {
	order: 2;
}

.tel_pc {
	display: block;
	text-align: center;
	margin-top: 20px;
}

.tel_sp {
	display: none;
}


@media screen and (max-width: 1279px) {
	.prd-box {
		flex-direction: column;
		gap: 20px;
		margin-top: 0;
	}
	.prd-item {
		width: 80%;
	}
	.prd-left {
		order: 2;
		padding-bottom: 20px;
	}

	.prd-right {
		order: 1;
	}

	.tel_pc {
		display: none;
	}

	.tel_sp {
		display: block;
		text-align: center;
		margin-top: 20px;
	}
}
/* Reserve box */
.res-box {
	width: 1024px;
	margin: 60px auto 0 auto;
	padding-bottom: 20px;
}

.res-box_land {
	width: 1024px;
	margin: 60px auto 0 auto;
	padding-bottom: 20px;
}

.res-notebox {
	border: 1px #000 solid;
	margin-top: 60px;
	padding: 20px;
}

.res-list {
	margin-top: 10px;
	font-size: 0.875rem;
}

/* コラムブログ*/
.single__column-contents {
    max-width: 1100px;
    margin: 80px auto;
}

.sgl-column_ttl {
	font-size: 3rem;
	color: #3E3A39;
	margin-bottom: 60px;
	font-family: "Noto Sans JP", "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;	
}

@media screen and (max-width: 1279px) {
	.sgl-column_ttl {
		font-size: 2.5rem;
		line-height: 1.2
	}
}

/*.single__column-contents h2 {
	font-size: 3rem;
	color: #3E3A39;
	margin-bottom: 30px;
	font-family: "Noto Sans JP", "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;	
}*/

.post_column-image {
	margin-bottom: 60px;
}

.post_column-image img {
	width: 1100px;
	height: auto;
}

/* post-contents */
.post_content_template {
	margin-top: 80px;
}
.post_content_template h3 {
	font-size: 2.5rem;
	line-height: 1.5;
	margin: 40px 0 10px 0;
}

.post_content_template a {
	text-decoration: underline;
}

@media screen and (max-width: 1279px) {
	.post_content_template {
		margin: 80px auto 0 auto;
		width: 90%;
	}
}


.post_content_know h2 {
	color: #3E3A39;
}

.post_content_know h3 {
	font-size: 2.5rem;
	line-height: 1.5;
}

.post_content_know h4 {
	font-size: 2rem;
}

.post_content_know p {
	text-align: justify;
}

.post_content_know .wp-block-image img {
	margin-top: 0;
	width: 100%;
}

.wp-block-column {
	align-content: center;
}

.post_content_colum a {
	text-decoration: underline;	
}

.post_content_colum p {
	font-size: clamp(1.2rem, 0.364rem + 4.85vw, 1.6rem);
    line-height: 1.8;
    color: #000000;
    font-family: yu-gothic-pr6n, sans-serif;	
	text-align: justify;
}

.post_content_colum ul li {
	list-style-type: disc;
	margin-left: 20px;
}

.post_content_colum li {
	font-size: clamp(1.2rem, 0.364rem + 4.85vw, 1.6rem);
    line-height: 1.5;
    color: #000000;
    font-family: yu-gothic-pr6n, sans-serif;	
}

.post_content_colum h2 {
    font-size: 2rem;
    color: #fff;
    margin: 60px 0 10px 0;
    background-color: #898054;
    height: 40px;
    line-height: 2;
    padding-left: 15px;
}

@media screen and (max-width: 1279px) {
	.post_content_colum h2 {
		font-size: 1.8rem;
		color: #fff;
		margin: 60px 0 10px 0;
		background-color: #898054;
		height: auto;
		line-height: 1.5;
		padding: 10px 10px 10px 15px;
	}	
}

.post_content_colum h3 {
    font-size: 1.8rem;
    margin: 40px 0 10px 0;
    display: inline-block;
    border-left: solid 3px #254256;
    /* margin: 0 auto 50px; */
    padding: 5px 0 5px 10px;
}

.post_content_colum table {
	margin-top: 20px;
	font-size: 1.5rem;
    font-family: yu-gothic-pr6n, sans-serif;	
}

.post_content_colum strong {
    background-color: #fff450;	
	padding: 4px 2px;
}

.post_content_colum .wp-block-table {
	margin-bottom: 20px;
}

.post_content_colum .wp-block-image img {
	margin-top: 0;
}

.post_content_colum .wp-block-button {
	font-family: dnp-shuei-mgothic-std, sans-serif;	
}

.post_content_colum .wp-block-button__link {
	padding: 8px 20px;
}

.post_content_tpl {
    width: 640px;
	margin: 0 auto;
}

@media screen and (max-width: 1279px) {
	.post_content_tpl {
		width: 100%;
		margin: 0 auto;
	}
}

.post_content_tpl .wp-block-image img {
	margin-top: 0;
}

.post_content_tpl figure {
	margin: 0;
}

/*.post_content_tpl figure a img {
	display: block;
}

#Hi2_L_Req1 {
	margin-bottom: 0;
}*/

.post_content_tpl h2 {
	font-family: "Noto Sans JP", "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;	
	font-size: 4rem;
	color: #3E3A39;
}

@media screen and (max-width: 1279px) {
	.post_content_tpl h2 {
		font-size: 2rem;
	}	
}

.res-box02 {
    width: 100%;
}

.form_area02 {
	margin-top: 60px;
}

.note-box02 {
    width: 100%;
    border: #ddd solid 1px;
    padding: 25px 25px 15px 25px;
    margin: 20px 0 0 0;
    justify-content: center;
}
.note-box02 li {
    font-size: 1.5rem;
	line-height: 1.5;
    margin-bottom: 8px;
}


/* 20241003 add */
.reseve-notxt {
	margin-top: 50px;
	margin-bottom: 120px;
	text-align: center;
	line-height: 1.75;
	font-size: 0.875rem;
}
.form_area {
 /*   font-family: "Noto Sans JP", "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;*/
}
.note-box {
    width: 100%;
    border: #3E3A39 solid 1px;
    padding: 25px 25px 15px 25px;
    margin: 20px 0 60px 0;
}

@media screen and (max-width: 1279px) {
	.form_area_land {
		width: 100%;
	}
	.note-box {
		width: 100%;
		border: #3E3A39 solid 1px;
		padding: 20px 20px 10px 20px;
		margin: 20px 0 40px 0;
	}
}

.note-title {
	font-family: auto;
	font-weight: bold;
	margin-bottom: 10px;
}

.sec_desc {
    font-family: yu-gothic-pr6n, sans-serif;	
}

.note-box li {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 8px;
}

.top-pgift_t {
    width: 1024px;
    margin: 0 auto;
    margin-top: 20px;
    padding-bottom: 100px;
}

.top-pgift_t p {
/*	font-family: "Noto Sans JP", "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;*/
    font-size: 1.5rem;
    line-height: 1.5;
	text-align: justify;
}

.top-pgift_t strong {
	background: #fff450;
}

.top-pgift_t02 {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    padding-bottom: 100px;
}

.top-pgift_t02 p {
/*	font-family: "Noto Sans JP", "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;*/
    font-size: 1.5rem;
    line-height: 1.5;
	text-align: justify;
}

.top-pgift_t02 strong {
	background: #fff450;
}

@media screen and (max-width: 1279px) {
	.res-box {
		width: 80%;
		margin: 80px auto 0 auto;
		padding-bottom: 20px;
	}
	
	.res-box_land {
		width: 90%;
		margin: 80px auto 0 auto;
		padding-bottom: 20px;
	}	

	.top-pgift_t {
		width: 100%;
		margin: 0 auto;
		margin-top: 20px;
		padding-bottom: 60px;
	}
}


/* 画像のポップアップ */ 
.c {
    text-align: center;
}

.overlay {
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    transition: all 0.5s ease;
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.pop-up-checkbox {
    display: none; /* チェックボックスを非表示にする */
}

.pop-up-checkbox:checked ~ body {
    overflow: hidden;
}

.pop-up-checkbox:checked + .overlay { /* チェックされたときにオーバーレイを表示 */
    visibility: visible;
    opacity: 1;
    z-index: 100000;
    width: 100%;
}

.popWindow {
    border-radius: 5px;
    overflow: hidden; /* スクロールバーを出さない */
    max-height: 90%; /* すき間 */
    max-width: 90%; /* すき間 */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100010;
    padding: 10px;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.popWindow .close {
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
}

.popWindow .close:hover {
    color: #06D85F;
}

.popWindow img {
    width: 100%; /* 画像をポップアップ内で最大化 */
    height: auto; /* アスペクト比を維持 */
    display: block; /* 余白を消す */
    transition: transform 0.3s ease; /* 拡大縮小のアニメーション */
}

.pop-up-trigger {
    cursor: pointer; /* クリック可能なカーソル */
    transition: transform 0.3s ease; /* 画像のスムーズな拡大 */
}

.pop-up-trigger.zoomed {
    transform: scale(2); /* 拡大効果（2倍に） */
    z-index: 9999; /* 拡大時に他の要素より前面に表示 */
}

/* スマホサイズのとき、画面幅90%に表示 */
@media screen and (max-width: 700px) {
    .popWindow {
        width: 90vw; /* 画面幅の90% */
        max-width: 90vw;
        height: auto; /* 縦幅は自動 */
        max-height: 90vh; /* 画面の高さを超えない */
    }

    .popWindow img {
        width: 100%; /* 親要素（90vw）にフィット */
        height: auto; /* アスペクト比を維持 */
    } 
} 

/* 20250327 Higo add */
.popup-overlay-bg {
  background: rgb(0, 0, 0, .6);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999
}
.popup-inner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 500px;
  min-width: 280px;
  max-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  -webkit-animation: fadein .5s;
  -moz-animation: fadein .5s;
  -ms-animation: fadein 0.5s;
  -o-animation: fadein .5s;
  animation: fadein .5s
}
.popup-close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 29px;
  height: 29px;
  display: flex;
  border: 1px solid #fff;
  align-items: center;
  justify-content: center;
  background: #fff;
  cursor: pointer;
  border-radius: 50%;
  z-index: 999999;
}
.popup-close:after, .popup-close:before {
  width: 14px;
  height: 2px;
  content: "";
  position: absolute;
  left: 7px;
  top: 12px;
  background: #667075
}
.popup-close:before {
  -ms-transform: rotate(-45deg);
  transform: rotateZ(-45deg)
}
.popup-close:after {
  -ms-transform: rotate(45deg);
  transform: rotateZ(45deg)
}
.popup-close {
  width: 23px;
  height: 23px
}
.popup-close:after, .popup-close:before {
  width: 11px;
  height: 2px;
  left: 6px;
  top: 9px
}
.popup-inner img {
  max-width: 100%;
  max-height: 500px;
  opacity: 1!important;
}
#popup {
  display: none;
}
/* アニメーション */
@keyframes fadein {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@-ms-keyframes fadein {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@-o-keyframes fadein {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

@media screen and (max-width: 959px) {
	.popup-close {
	  position: absolute;
	  top: -10px;
	  right: -10px;
	  width: 29px;
	  height: 29px;
	  display: flex;
	  border: 1px solid #fff;
	  align-items: center;
	  justify-content: center;
	  background: #fff;
	  cursor: pointer;
	  border-radius: 50%;
	  z-index: 999999;
	}	
	.popup-close:after, .popup-close:before {
	  width: 11px;
	  height: 2px;
	  left: 8px;
	  top: 12px
	}
}

/* 平面図の場合（20240911） */
.l-inner_plan {
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 1100px;
  margin: 80px auto;
/*  padding: 0 5rem;*/
}
@media only screen and (max-width: 1024px) {
  .l-inner_plan {
		width: 100%;/*80%72%*/
		padding: 0;/*0 2rem*/
  }
}
/* 4つの場合（基準） */
.l-inner {
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 1024px;
  margin: 0 auto;
/*  padding: 0 5rem;*/
}
@media only screen and (max-width: 1024px) {
  .l-inner {
		width: 100%;/*80%72%*/
		padding: 0;/*0 2rem*/
  }
}
/* 予約画面の場合（20240911） */
.l-inner_reserve {
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 910px;
  margin: 0 auto;
/*  padding: 0 5rem;*/
}
@media only screen and (max-width: 1024px) {
  .l-inner_reserve {
		width: 100%;/*80%72%*/
		padding: 0;/*0 2rem*/
  }
}

.page-box {
	padding-bottom: 0px;
}

/* card08_平面図1棟目 */
.card08 {
	margin: 0 auto;
	color: #333;
}
.card08 .swiper {
	padding-top: 16px;
}
.card08 .swiper-area {
/*	width: 720px;*/
	margin: 0 auto;
}
.card08 .swiper-pagination {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	  -ms-flex-wrap: wrap;
		  flex-wrap: wrap;
	gap: 0rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	  -ms-flex-pack: center;
		  justify-content: center;
	margin-top: 3.2rem;
	text-align: center;
}
.card08 .swiper-pagination-bullet {
	width: 5px;
	height: 5px;
	cursor: pointer;
	-webkit-transition: var(--transition);
	transition: var(--transition);
	vertical-align: top;
	opacity:0.9;
	background-color: #d3d3d3;
/*	width: 1.6rem;
	height: 3px;*/
}

.card08 .swiper-pagination-bullet-active {
/*  width: 4rem;
  background-color: var(--color-theme);*/
	background-color: #6b6b6b;
}
.card08 .swiper-button-prev, .card08 .swiper-button-next {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
}
.card08 .swiper-button-prev {
    left: 0;
}
.card08 .swiper-button-next {
	right: 0;
}
.card08 .swiper-button-prev::before, .card08 .swiper-button-next::before {
	position: absolute;
	content: "";
/*	width: 3rem;
	height: 5.5rem;
	border-radius: 0;
	background-color: #fff;*/
	opacity: 0.85;
}
.card08 .swiper-button-prev::after, .card08 .swiper-button-next::after {
	width: 1.25rem;
	height: 1.25rem;
	content: "";
	border: solid rgba(255,255,255,1);
	border-width: 3px 3px 0 0;
}

.card08 .swiper-button-prev::after {
  margin-left: 0.4rem;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.card08 .swiper-button-next::after {
  margin-right: 0.4rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.card08 .slide {
	-webkit-transition: var(--transition);
	transition: var(--transition);
}
.card08 .slide img {
	width: 900px;
	-webkit-transition: var(--transition);
	transition: var(--transition);
}
.card08 .slide:hover {
}
.card08 .slide:hover img {
	-webkit-transform: translateY(0);
			transform: translateY(0);
}
.card08 .slide-media {
	padding-top: 62.5%;
	border-radius: 4px;
}
.card08 .slide-media img {
	height: calc(100% + 16px);
}
.card08 .slide-content {
	padding: 3.2rem 0;
}
.card08 .slide-date {
	font-size: 1.2rem;
	line-height: 1;
	display: block;
	color: var(--color-theme);
}
.card08 .slide-title {
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.2em;
  margin-top: 1.6rem;
}

.card08 .slide{
	width: 900px;
	margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
	.card08 {
		width: 100%;
		margin: 0 auto;
		color: #333;
	}
	.card08 .slide {
		width: 80%;
		margin: 0 auto;
	}
	.card08 .slide img {
		width: 100%;
		-webkit-transition: var(--transition);
		transition: var(--transition);
	}	
	.card08 .slide p {
		font-size: 14px;
	}
	.card08 .swiper-area {
	/*  position: relative;*/
		width: 100%;
		margin: 0 auto;
	}	
	.card08 .swiper-button-prev {
		 left: 1.5rem;
	}
	.card08 .swiper-button-next {
		right: 1.5rem;
	}
}


/* card09_お客様の声 */
.customer--voice__contents {
	background-color: #fff;
	padding: 80px 0;
}
.vic-box {
	width: 1024px;
	margin: 0 auto;
}
.vic-box p {
	text-align: center;
	margin-top: 20px;
}
@media screen and (max-width: 1279px) {
	.vic-box {
		width: 80%;
		margin: 0 auto 20px auto;
	}
	.vic-box p {
		text-align: justify;
		margin-top: 20px;
	}	
}

.voice-tbox {
	background-color: #EBE8E2;
	padding: 15px;
}
.voice-tbox p {
	font-size: 1.5rem;
}
.fam-year {
	text-align: right;
	margin-top: 10px;
}
.card09 {
	margin: 0 auto;
	color: #333;
}
.card09 .swiper {
	padding-top: 50px;
}
.card09 .swiper-area {
  position: relative;
}
.card09 .swiper-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3.2rem;
  text-align: center;
}
.card09 .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  vertical-align: top;
	opacity:0.9;
  background-color: #fff;
}
.card09 .swiper-pagination-bullet-active {
/*  width: 4rem;
  background-color: var(--color-theme);*/
  background-color: #898054;
}
.card09 .swiper-button-prev, .card09 .swiper-button-next {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
}
/* PC時（1025px以上）に矢印を非表示にする */
@media screen and (min-width: 1025px) {
  .card09 .swiper-button-next,
  .card09 .swiper-button-prev {
    display: none !important;
  }
}
.card09 .swiper-button-prev::before, .card09 .swiper-button-next::before {
	position: absolute;
	content: "";
	width: 3rem;/*2.5rem*/
	height: 5rem;/*2.5rem*/
	border-radius: 0;/*50%*/
	background-color: #fff;
	opacity: 0.85;
}
.card09 .swiper-button-prev::after, .card09 .swiper-button-next::after {
	width: 0.8rem;
	height: 0.8rem;
	content: "";
	border: solid rgba(37,66,86,1);
	border-width: 3px 3px 0 0;
}

.card09 .swiper-button-prev::after {
  margin-left: 0.4rem;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.card09 .swiper-button-next::after {
  margin-right: 0.4rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.card09 .swiper-button-prev {
    left: 0;
}
.card09 .swiper-button-next {
	right: 0;
}
.card09 .slide {
	-webkit-transition: var(--transition);
	transition: var(--transition);
}
.card09 .slide img {
	-webkit-transition: var(--transition);
	transition: var(--transition);
}
.card09 .slide:hover {/*    -webkit-transform: translateY(-16px);
		transform: translateY(-16px);*/
}
.card09 .slide:hover img {
	-webkit-transform: translateY(0);
			transform: translateY(0);
}
.card09 .slide-media {
  padding-top: 62.5%;
  border-radius: 4px;
}
.card09 .slide-media img {
  height: calc(100% + 16px);/*    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);*/
}
.card09 .slide-content {
  padding: 3.2rem 0;
}
.card09 .slide-date {
  font-size: 1.2rem;
  line-height: 1;
  display: block;
  color: var(--color-theme);
}
.card09 .slide-title {
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.2em;
  margin-top: 1.6rem;
}

.card09 .page-box {
	display: block;
}

@media only screen and (max-width: 1024px) {
	.card09 {
		width: 100%;
		margin: 0 auto;
		color: #333;
	}
	.card09 .swiper {
		padding-top: 0;
	}
	.card09 .swiper-area {
		position: relative;
/*		padding: 0 2.8rem;*/
		width: 80%;
		margin: 0 auto;
		max-height: 386px;
	}	
	.card09 .swiper-button-prev {
		left: 2.0rem;
	}
	.card09 .swiper-button-next {
		right: 2.0rem;
	}
}

/* card10_予約方法 */
.reseve-txt {
	text-align: center;
	margin-top: 20px;
}
@media screen and (max-width: 1279px) {
.reseve-txt {
	width: 90%;
	text-align: center;
	margin: 20px auto 0 auto;
}
	
}
.card10 {
	margin: 0 auto;
	color: #333;
}
.card10 .swiper {
	padding-top: 16px;
}
.card10 .swiper-area {
/*  position: relative;*/
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.card10 .swiper-pagination {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	  flex-wrap: wrap;
	gap: 0rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	  justify-content: center;
	margin-top: 3.2rem;
	text-align: center;
	z-index: 10;
}
.card10 .swiper-pagination-bullet {
	width: 5px;
	height: 5px;
	cursor: pointer;
	-webkit-transition: var(--transition);
	transition: var(--transition);
	vertical-align: top;
	opacity:0.9;
	background-color: #fff;
}
.card10 .swiper-pagination-bullet-active {
	opacity: 1;
	background-color: #898054;
}
.card10 .swiper-button-prev, .card10 .swiper-button-next {
	top: var(--swiper-navigation-top-offset, 50%);
	display: grid;
	place-content: center;
	width: 3rem;/*2.5rem*/
	height: 5.5rem;/*2.5rem*/
	cursor: pointer;
	-webkit-transition: var(--transition);
	transition: var(--transition);
	margin-left: 50px;
	margin-right: 50px;
}

.card10 .swiper-button-prev {
    left: -1rem;
}
.card10 .swiper-button-next {
	right: -1rem;
}
.card10 .swiper-button-prev::before, .card10 .swiper-button-next::before {
	position: absolute;
	content: "";
	border-radius: 0;/*50%*/
	opacity: 0.85;
}
.card10 .swiper-button-prev::after, .card10 .swiper-button-next::after {
	width: 1.25rem;
	height: 1.25rem;
	content: "";
	border: solid rgba(255,255,255,1);
	border-width: 3px 3px 0 0;
}

.card10 .swiper-button-prev::after {
  margin-left: 0.4rem;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.card10 .swiper-button-next::after {
  margin-right: 0.4rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.card10 .slide {
	-webkit-transition: var(--transition);
	transition: var(--transition);
}
.card10 .slide img {
	-webkit-transition: var(--transition);
	transition: var(--transition);
	width: 30%;
	margin: 0 auto;
}
.card10 .slide:hover {
/*	    -webkit-transform: translateY(-16px);
transform: translateY(-16px);*/
}
.card10 .slide:hover img {
	-webkit-transform: translateY(0);
			transform: translateY(0);
}
.card10 .slide-media {
	padding-top: 62.5%;
	border-radius: 4px;
}
.card10 .slide-media img {
	  height: calc(100% + 16px);
}
.card10 .slide-content {
/*  padding: 3.2rem 0;*/
	padding: 0;
	margin-top: 40px;
}
.card10 .slide-date {
  font-size: 1.2rem;
  line-height: 1;
  display: block;
  color: var(--color-theme);
}
.card10 .slide-title {
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.2em;
  margin-top: 1.6rem;
}

.card10 .slide {
	width: 100%;
}
@media only screen and (max-width: 1024px) {
	.card10 {
		width: 100%;
		margin: 0 auto;
		color: #333;
	}
	.card10 .swiper-area {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}	
	.card10 .swiper-slide {
		width: 100%;
	}
	.card10 .slide img {
		width: 60%;
	}
	.card10 .swiper-button-prev {
		 left: -2rem;
	}
	.card10 .swiper-button-next {
		right: -2rem;
	}
}

/* bookingpackage */
.form_container {
	font-family: "Noto Sans JP", "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	padding: 20px;
	background: #fff;
}

.archive-banner a:hover {
	opacity: 0.9;	
}

.archive-banner_sp {
	display: none;
}

@media only screen and (max-width: 1024px) {
	.archive-banner {
		display: none;
	}
	
	.archive-banner_sp {
		display: block;
	}
}

/* Column contents table */
div#toc_container {
	margin: 60px auto;
	background: #fff;
/*	background: #EBE8E2;*/
}

.toc_list li {
	line-height: 1.8;
}
/* スマホのみ改行 */
@media screen and (min-width: 768px) {
	.br-sp {display: none; }
}

/* サイドメニュー */
#pc-fixed-menu{
	position: fixed;
	bottom: 20%;
	right: 0;
	opacity: 1;
	z-index: 99;
}

/*メニューを横並びにする*/
#pc-fixed-menu ul{
	list-style: none;
	padding:0;
	margin:0;
	width:100%;
}

#pc-fixed-menu li{
	justify-content: center;
	align-items: center;
	width: 100%;
	padding:0;
	margin:0;
	line-height: 1.25;
	writing-mode: vertical-lr;
}

#pc-fixed-menu li:first-child{
	background: #898054;
	border-radius: 0;
	border-bottom: 1px solid #fff;
	border-right: 0;
	border-left: 0;
	border-top: 0;
/*	height: 120px;*/
	padding: 10px 5px;
}

#pc-fixed-menu li:last-child{
	background: #FFB900;
	border-radius: 0;
	padding: 10px 5px;
}

#pc-fixed-menu li a{
	text-align: center;
	display:block;
	width: 100%;
	padding: 30px 10px;
	color: #fff;
	font-size: 1.8rem;
}
/* 20250327 Higo add */
.popup-overlay-bg {
  background: rgb(0, 0, 0, .6);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999
}
.popup-inner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 500px;
  min-width: 320px;
	/*min-width: 280px;*/
  max-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  -webkit-animation: fadein .5s;
  -moz-animation: fadein .5s;
  -ms-animation: fadein 0.5s;
  -o-animation: fadein .5s;
  animation: fadein .5s
}
.popup-close {
  position: absolute;
  top: -55px;
  right: -10px;
  width: 29px;
  height: 29px;
  display: flex;
  border: 1px solid #fff;
  align-items: center;
  justify-content: center;
  background: #fff;
  cursor: pointer;
  border-radius: 50%;
  z-index: 999999;
}
.popup-close:after, .popup-close:before {
  width: 14px;
  height: 2px;
  content: "";
  position: absolute;
  left: 7px;
  top: 12px;
  background: #667075
}
.popup-close:before {
  -ms-transform: rotate(-45deg);
  transform: rotateZ(-45deg)
}
.popup-close:after {
  -ms-transform: rotate(45deg);
  transform: rotateZ(45deg)
}
.popup-close {
  width: 23px;
  height: 23px
}
.popup-close:after, .popup-close:before {
  width: 11px;
  height: 2px;
  left: 6px;
  top: 10px
}
.popup-inner img {
  max-width: 100%;
  max-height: 594px;
  opacity: 1!important;
}
#popup {
  display: none;
}
/* アニメーション */
@keyframes fadein {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@-ms-keyframes fadein {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@-o-keyframes fadein {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}	

@media screen and (max-width: 959px) {
	.popup-close {
	  position: absolute;
	  top: -10px;
	  right: -10px;
	  width: 29px;
	  height: 29px;
	  display: flex;
	  border: 1px solid #fff;
	  align-items: center;
	  justify-content: center;
	  background: #fff;
	  cursor: pointer;
	  border-radius: 50%;
	  z-index: 999999;
	}	
	.popup-close:after, .popup-close:before {
	  width: 11px;
	  height: 2px;
	  left: 8px;
	  top: 12px
	}
}

/* 20250321 higo add 資料請求 */
.catalog-box {
	background-color: #fff;
	max-width: 1100px;
	margin: 100px auto 0 auto;
}
.catalog-contents {
	padding: 80px 120px;
}
.catalog-contents h2 {
	font-size: 3.8rem;
	text-align: center;
	margin-top: 5px;
	font-weight: bold;
	margin-bottom: 20px;
}
.catalog-contents h3 {
	font-size: 2rem;
	text-align: center;
}
.catalog-text__01 {
	font-size: 1.8rem;
	line-height: 1.8;
	text-align: center;
	margin-bottom: 20px;
}
.catalog-text__02 {
	font-size: 1.4rem;
	line-height: 2;
	text-align: center;
	margin-top: 30px;
}	
.catalog-contents img {
	width: 100%;
}
.catalog-point_box {
	max-width: 440px;
	margin: 40px auto;
}
.catalog-point_box h4 {
	font-family: "dnp-shuei-mgothic-std", sans-serif;
	font-size: 1.8rem;
	color: #fff;
	text-align: center;
	background-color: #00D264;
	line-height: 2;
}
.catalog-dtb {
	display: block;
}
.catalog-list {
	list-style-type: none;
	width: 440px;
	text-align: left;
	margin-top: 10px;
}
.catalog-list li {
	font-size: 1.6rem;
	line-height: 1.6;
}
@media screen and (max-width: 959px){
	.catalog-box {
		background-color: #fff;
		width: 100%;
		margin: 40px auto 0 auto;
	}
	.catalog-contents {
		padding: 30px;
	}
	.catalog-contents h3 {
		font-size: 1.4rem;
		text-align: center;
	}
	.catalog-contents h2 {
		font-size: 2.5rem;
		text-align: center;
		margin-top: 5px;
		font-weight: bold;
		margin-bottom: 20px;
	}
	.catalog-text__01 {
		font-size: 1.3rem;
		line-height: 1.8;
		text-align: center;
		margin-bottom: 20px;
	}
	.catalog-point_box {
		max-width: 100%;
		margin: 30px auto;
	}
	.catalog-point_box h4 {
		font-size: 1.5rem;
	}
	.catalog-list {
		width: 100%;
	}
	.catalog-list li {
		font-size: 1.3rem;
	}
	.catalog-text__02 {
		font-size: 1.2rem;
		line-height: 2;
		text-align: center;
		margin-top: 30px;
	}	
	.catalog-dtb {
		display: block;
	}	
}
/* 20250403 */
.catalog-topimage {
	margin-top: 40px;
	margin-bottom: 80px;
}	
@media screen and (max-width: 959px){
	.catalog-topimage {
		margin-top: 40px;
		margin-bottom: 40px;
	}	
}

/* 20250619 add */

.slider__box1 {
	padding: 0;	
}

.slider__box2 {
	padding: 100px 0 0 0;
}

.contents__inner.contents__inner--slider {
	position: relative;
	max-width: 1405px;
	border-bottom: solid 1px #000;
	padding-bottom: 100px;
}

@media screen and (max-width: 1279px) {
  .contents__inner.contents__inner--slider {
    border-bottom: none;
  }
}

.slider__box--contents {
  margin-top: 40px;
  width: 100%;
}
@media screen and (max-width: 1279px) {
  .slider__box--contents {
    margin-top: 37px;
  }
}

/* swiper3-7 add start */
#swiper3 {
	width: 100%;
	padding: 20px 0;
}

#swiper3 .swiper-wrapper {
  display: flex;
}

#swiper3 .swiper-slide {
  width: calc(100% / 4); /* 3枚表示なら */
  padding: 0 10px;
}

#swiper4 {
	width: 100%;
	padding: 20px 0;
}

#swiper4 .swiper-wrapper {
  display: flex;
}

#swiper4 .swiper-slide {
  width: calc(100% / 4); /* 3枚表示なら */
  padding: 0 10px;
}

#swiper5 {
	width: 100%;
	padding: 20px 0;
}

#swiper5 .swiper-wrapper {
  display: flex;
}

#swiper5 .swiper-slide {
  width: calc(100% / 4); /* 3枚表示なら */
  padding: 0 10px;
}

#swiper6 {
	width: 100%;
	padding: 20px 0;
}

#swiper6 .swiper-wrapper {
  display: flex;
}

#swiper6 .swiper-slide {
  width: calc(100% / 4); /* 3枚表示なら */
  padding: 0 10px;
}

#swiper7 {
	width: 100%;
	padding: 20px 0;
}

#swiper7 .swiper-wrapper {
  display: flex;
}

#swiper7 .swiper-slide {
  width: calc(100% / 4); /* 3枚表示なら */
  padding: 0 10px;
}
/* swiper3-7 add end */

/* swiper3-7 部品改修 start */
/* 丸ポチ swiper3 */
.swiper-pagination3 {
/*	visibility: hidden;*/
	text-align: center;
}
@media screen and (max-width: 1279px) {
  .swiper-pagination3 {
    visibility: visible;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* 前への矢印 */
.swiper-button-prev3 {
  position: absolute;
  left: 0;
/*  top: 265px;
  top: 307px;*/
  width: 42px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../img/hexagon.png) no-repeat center center/contain;
}
.swiper-button-prev3 img {
  width: 24px;
  height: 10px;
}
@media screen and (max-width: 1279px) {
  .swiper-button-prev3 {
    visibility: hidden;
  }
}

.swiper-button-prev3::after {
  content: "";
}

/* 次への矢印 */
.swiper-button-next3 {
  position: absolute;
  right: 0;
/*  top: 265px;
  top: 307px;*/
  width: 42px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../img/hexagon.png) no-repeat center center/contain;
}
.swiper-button-next3 img {
  width: 24px;
  height: 10px;
}
@media screen and (max-width: 1279px) {
  .swiper-button-next3 {
    visibility: hidden;
  }
}

.swiper-button-next3::after {
  content: "";
}

/* 丸ポチ swiper4 */
.swiper-pagination4 {
/*	visibility: hidden;*/
	text-align: center;
}
@media screen and (max-width: 1279px) {
  .swiper-pagination4 {
    visibility: visible;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* 前への矢印 */
.swiper-button-prev4 {
  position: absolute;
  left: 0;
/*  top: 265px;
  top: 307px;*/
  width: 42px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../img/hexagon.png) no-repeat center center/contain;
}
.swiper-button-prev4 img {
  width: 24px;
  height: 10px;
}
@media screen and (max-width: 1279px) {
  .swiper-button-prev4 {
    visibility: hidden;
  }
}

.swiper-button-prev4::after {
  content: "";
}

/* 次への矢印 */
.swiper-button-next4 {
  position: absolute;
  right: 0;
/*  top: 265px;
  top: 307px;*/
  width: 42px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../img/hexagon.png) no-repeat center center/contain;
}
.swiper-button-next4 img {
  width: 24px;
  height: 10px;
}
@media screen and (max-width: 1279px) {
  .swiper-button-next4 {
    visibility: hidden;
  }
}

.swiper-button-next4::after {
  content: "";
}

/* 丸ポチ swiper5 */
.swiper-pagination5 {
/*	visibility: hidden;*/
	text-align: center;
}
@media screen and (max-width: 1279px) {
  .swiper-pagination5 {
    visibility: visible;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* 前への矢印 */
.swiper-button-prev5 {
  position: absolute;
  left: 0;
/*  top: 265px;
  top: 307px;*/
  width: 42px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../img/hexagon.png) no-repeat center center/contain;
}
.swiper-button-prev5 img {
  width: 24px;
  height: 10px;
}
@media screen and (max-width: 1279px) {
  .swiper-button-prev5 {
    visibility: hidden;
  }
}

.swiper-button-prev5::after {
  content: "";
}

/* 次への矢印 */
.swiper-button-next5 {
  position: absolute;
  right: 0;
/*  top: 265px;
  top: 307px;*/
  width: 42px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../img/hexagon.png) no-repeat center center/contain;
}
.swiper-button-next5 img {
  width: 24px;
  height: 10px;
}
@media screen and (max-width: 1279px) {
  .swiper-button-next5 {
    visibility: hidden;
  }
}

.swiper-button-next5::after {
  content: "";
}

/* 丸ポチ swiper6 */
.swiper-pagination6 {
/*	visibility: hidden;*/
	text-align: center;
}
@media screen and (max-width: 1279px) {
  .swiper-pagination6 {
    visibility: visible;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* 前への矢印 */
.swiper-button-prev6 {
  position: absolute;
  left: 0;
/*  top: 265px;
  top: 307px;*/
  width: 42px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../img/hexagon.png) no-repeat center center/contain;
}
.swiper-button-prev6 img {
  width: 24px;
  height: 10px;
}
@media screen and (max-width: 1279px) {
  .swiper-button-prev6 {
    visibility: hidden;
  }
}

.swiper-button-prev6::after {
  content: "";
}

/* 次への矢印 */
.swiper-button-next6 {
  position: absolute;
  right: 0;
/*  top: 265px;
  top: 307px;*/
  width: 42px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../img/hexagon.png) no-repeat center center/contain;
}
.swiper-button-next6 img {
  width: 24px;
  height: 10px;
}
@media screen and (max-width: 1279px) {
  .swiper-button-next6 {
    visibility: hidden;
  }
}

.swiper-button-next6::after {
  content: "";
}

/* 丸ポチ swiper7 */
.swiper-pagination7 {
/*	visibility: hidden;*/
	text-align: center;
}
@media screen and (max-width: 1279px) {
  .swiper-pagination7 {
    visibility: visible;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* 前への矢印 */
.swiper-button-prev7 {
  position: absolute;
  left: 0;
/*  top: 265px;
  top: 307px;*/
  width: 42px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../img/hexagon.png) no-repeat center center/contain;
}
.swiper-button-prev7 img {
  width: 24px;
  height: 10px;
}
@media screen and (max-width: 1279px) {
  .swiper-button-prev7 {
    visibility: hidden;
  }
}

.swiper-button-prev7::after {
  content: "";
}

/* 次への矢印 */
.swiper-button-next7 {
  position: absolute;
  right: 0;
/*  top: 265px;
  top: 307px;*/
  width: 42px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../img/hexagon.png) no-repeat center center/contain;
}
.swiper-button-next7 img {
  width: 24px;
  height: 10px;
}
@media screen and (max-width: 1279px) {
  .swiper-button-next7 {
    visibility: hidden;
  }
}

.swiper-button-next7::after {
  content: "";
}

.post_content {
	margin-top: 100px;
}