/*
Theme Name: Template vol.1
Theme URI:　
Version: 1.01
*/

/*######################################################################

		Base CSS

************************************************************************/

*,
*::before,
*::after {
  box-sizing: border-box;
  min-inline-size: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body, h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd {
  margin: 0;
}

body {
  color: #000;
  font-size: 16px;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  line-height: 1.8;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
.header {
  width: 100%;
}

.sp_only {
  display: none;
}

@media not all and (max-width: 768px){
  .sp_only {
    display: block;
  }
  .pc_only {
    display: none;
  }
}

@media not all and (min-width: 768px){
  body {
    font-size: 15px;
  }

  .header {
    width: 100%;
  }
}

.serif {
  font-family: "heisei-mincho-std", serif;
}

:where(ul, ol) {
  list-style: none;
  list-style-type: '';
  padding: unset;
  margin: 0;
}

h1, h2, h3, h4, button, input, label {
  line-height: 1.4;
}

img, picture {
  display: block;
  max-width: 100%;
  height: auto;
}

:where(:any-link, button, [type='button'], [type='reset'], [type='submit'], label[for], select, summary, [role='tab'], [role='button']) {
  cursor: pointer;
}

:where(button, [type='button'], [type='reset'], [type='submit']) {
  touch-action: manipulation;
}

legend, fieldset {
  all: unset;
}

input, button, textarea, select {
  font: inherit;
}

:target {
  scroll-margin-block: 5ex;
}

:focus:not(:focus-visible) {
  outline: none;
}

@media (prefers-reduced-motion: reduce) {
  *, ::before, ::after, ::backdrop {
    background-attachment: scroll !important;
    transition-delay: 0s !important;
    transition-duration: 1ms !important;
    animation-duration: 1ms !important;
    animation-delay: 0s !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}

a {
  color: #000;
  text-decoration: none;
  transition: .3s;
}

a:hover {
  color: #000;
  /* text-decoration: underline; */
}


.hover__b:hover {
  font-weight: bold;
}


/*######################################################################

		General

************************************************************************/




/*######################################################################

		Header

************************************************************************/

.header__fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  background-color: #fff;
  z-index: 200;
}

.header__wrap {
  display: flex;
	justify-content: space-between;
  align-items: center;
	flex-wrap: wrap;
  margin-inline: auto;
  padding: 0 80px 0 40px;
  max-width: 1620px;
  /* height: 110px */
}

.header__logo {
  width: 300px;
}

@media not all and (min-width: 1000px){
  .header__wrap {
    padding: 20px;
  }
}

@media not all and (min-width: 1330px){
  .header__logo {
    width: 160px;
  }
}

.header__gnav-list {
  display: flex;
	justify-content: flex-end;
  align-items: center;
	flex-wrap: wrap;
  gap: 30px;
}

@media not all and (min-width: 1330px){
  .header__gnav-list {
    gap: 20px;
    font-size: 13px;
  }
}

@media not all and (min-width: 1000px){
  .header__gnav-list {
    display: block !important;
    position: absolute;
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    white-space: nowrap;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    contain: strict !important;
    opacity: 0 !important;
  }
}

.header__gnav-list > li {
  position: relative;
  padding: 61px 0 20px
}

.header__gnav-list > li > a,
.dropdown-text {
  display: block;
  cursor: pointer;
  white-space: nowrap;
}

.header__gnav-child {
  /* display: none;
  opacity: 0;
  transition: opacity 0.6s ease; */

  /* position: absolute;
  top: 100%;
  left: 0;
  padding: 20px;
  min-width: 200px;
  background-color: #eee;
  border-radius: 15px; */

  /* transition: .3s;
  z-index: -1000; */
}


.header__gnav-child {
  opacity: 0;
  pointer-events: none; /* 透明な間はクリックできないように */
  transition: opacity 0.6s ease;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
}

.dropdown:hover > .header__gnav-child {
  opacity: 1;
  pointer-events: auto;
}





/* .header__gnav-child::after {
  content: '';
  position: absolute;
  top: -14px;
  left: 20%;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 15px solid #eee;
  border-top: 0;
} */

.header__gnav-child li a {
  display: block;
  padding: 10px 15px;
  border-radius: 10px;
}

@media (any-hover: hover) {
  .header__gnav-child li a:hover {
    text-decoration: none;
    background-color: #fff;
  }
}

.header__gnav-child li a:focus-visible {
  text-decoration: none;
  background-color: #fff;
}

/* .dropdown:hover > .header__gnav-child {
  display: block;
  opacity: 1;
} */

body.no-scroll {
  overflow: hidden;
}

.header__hamburger {
  /* display: none; */
  position: fixed;
  top: 25px;
  right: 20px;
  width: 30px;
  height: 25px;
  cursor: pointer;
  z-index: 2001;
}
.header__hamburger.is-active  {
  display: block;
}

.header__hamburger span {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  transition: all 0.3s ease-in-out;
  background: #333;
}

.header__hamburger span:nth-child(1) { top: 0; }
.header__hamburger span:nth-child(2) { top: 50%; transform: translateY(-50%); }
.header__hamburger span:nth-child(3) { bottom: 0; }

.header__hamburger.is-active span:nth-child(2) { opacity: 0; }
.header__hamburger.is-active span:nth-child(1) { top: 50%; transform: translateY(-50%) rotate(45deg); }
.header__hamburger.is-active span:nth-child(3) { bottom: 50%; transform: translateY(50%) rotate(-45deg); }

.mobile-gnav {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  height: 100vh;
  background-color: #fff;
  z-index: 2000;
  overflow-y: auto;
  /* transform: translateX(100vw); */
  transition: 0.3s ease-in-out;
}

.mobile-gnav.is-open {
  /* transform: translateX(calc(100vw - 300px)); */
  display: block;
}

.mobile-gnav__list {
  padding-top: 80px;
}

.mobile-gnav__list > li {
  border-bottom: 1px solid #ddd;
}

.mobile-gnav__list > li:last-child {
  border-bottom: none;
}

.mobile-gnav__list a,
.dropdown-text-sp {
  display: block;
  padding: 15px 20px;
  font-size: 14px;
}

@media (any-hover: hover) {
  .mobile-gnav__list a:hover {
    text-decoration: none;
    background-color: #f5f5f5;
  }
}

.mobile-gnav__list a:focus-visible {
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-text-sp {
  position: relative;
  cursor: pointer;
}

.dropdown-text-sp::after {
  content: '+';
  position: absolute;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
  font-size: 1.5em;
  line-height: 1;
}

.dropdown-sp.is-active > .dropdown-text-sp::after {
  content: '−';
}

.mobile-gnav__child {
  visibility: hidden;
  height: 0;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s;
  background-color: #f5f5f5;
  padding: 0;
}

.mobile-gnav__child li a {
  padding: 10px 40px;
  color: #000;
}

.dropdown-sp.is-active > .mobile-gnav__child {
  padding: 10px 0;
  visibility: visible;
  height: fit-content;
  opacity: 1;
}

@media screen and (max-width: 999px) {
  .header__hamburger {
    display: block;
  }
  /* .mobile-gnav {
    display: block;
  } */
}

.header__sns-fixed {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 300;
}

@media not all and (min-width: 940px){
  .header__sns-fixed {
    display: block !important;
    position: absolute;
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    white-space: nowrap;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    contain: strict !important;
    opacity: 0 !important;
  }
}

.header__sns-heading {
  margin-bottom: 50px;
  color: #4B4B4A;
  font-size: 25px;
  font-weight: 300;
  writing-mode: vertical-rl;
}

.header__sns-list {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 30px;
}

@media (any-hover: hover) {
  .header__sns-list a:hover {
    opacity: .5;
  }
}

.header__sns-list a:focus-visible {
  opacity: .5;
}

.header__contact-fixed {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 300;
}

@media not all and (min-width: 940px){
  .header__contact-fixed {
    justify-content: center;
    flex-direction: row;
    /* top: 74px; */
    right: auto;
    bottom: 0;
    left: 0;
    padding: 0 20px 20px;
    width: 100vw;
    background-color: #fff;
  }
}

@media not all and (min-width: 478px){
  .header__contact-fixed {
    gap: 10px;
    padding: 10px 0;
  }
}

@media not all and (min-width: 940px){
  .header__contact-heading {
    width: 120px;
  }
}

@media not all and (min-width: 478px){
  .header__contact-heading {
    width: 80px;
  }
}

.header__contact-list {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 20px;
}

@media not all and (max-width: 940px){
  .header__contact-list {
    writing-mode: vertical-rl;
  }
}

@media not all and (min-width: 940px){
  .header__contact-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    gap: 10px;
  }
}

.header__contact-list a {
  display: grid;
  place-content: center;
  padding-inline: 20px;
  width: 45px;
  height: fit-content;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #000;
}

@media (any-hover: hover) {
  .header__contact-list a:hover {
    background-color: #000;
    border: 1px solid #000;
    text-decoration: none;
    color: #fff;
  }
}

.header__contact-list a:focus-visible {
  text-decoration: none;
  color: #fff;
}

@media not all and (min-width: 940px){
  .header__contact-list a {
    width: fit-content;
    line-height: 1.4;
  }
}

@media not all and (min-width: 768px){
  .header__contact-list a {
    height: 40px;
    font-size: 12px;
    padding-bottom: 5px;
  }
}

@media not all and (min-width: 410px){
  .header__contact-list a {
    text-align: center;
  }
}

.header__contact-list br {
  display: none;
}

@media not all and (min-width: 410px){
  .header__contact-list br {
    display: block;
  }
}

.header__contact-totop a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 50px;
  height: 50px;
  color: #fff;
  line-height: 1;
  background-color: #000;
  border-radius: 50vh;
}

@media (any-hover: hover) {
  .header__contact-totop a:hover {
    text-decoration: none;
    background-color: #666;
  }
}

.header__contact-totop a:focus-visible {
  text-decoration: none;
  background-color: #666;
}

@media not all and (min-width: 940px){
  .header__contact-totop {
    display: block !important;
    position: absolute;
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    white-space: nowrap;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    contain: strict !important;
    opacity: 0 !important;
  }
}


/*######################################################################

		Contents

************************************************************************/

/*
	general
/////////////////////////////////////////////////////////*/


.page-nav {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  position: fixed;
  top: 110px;
  left: 0;
  width: 100vw;
  background-color: #fff;
  z-index: 100;
}

@media not all and (min-width: 1330px){
  .page-nav {
    top: 114px;
  }
}

@media not all and (min-width: 1000px){
  .page-nav {
    top: 74px;
  }
}

@media not all and (min-width: 940px){
  .page-nav {
    top: 114px;
  }
}

.page-nav__heading {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 20px;
  width: 30%;
  font-size: 18px;
  background-color: #E8E8E8;
}

.page-nav__list {
  display: flex;
  flex-wrap: nowrap;
  gap: 0 40px;
  padding: 10px 29% 10px 40px;
  width: 70%;
}

@media not all and (min-width: 940px){
  .page-nav__heading {
    justify-content: flex-start;
    padding: 20px 20px 0;
    width: 100%;
  }

  .page-nav__list {
    justify-content: center;
    gap: 0 20px;
    padding: 10px 20px;
    width: 100%;
    background-color: #E8E8E8;
  }
}

@media not all and (min-width: 568px){
  .page-nav__list {
    gap: 10px 0;
  }
}

.page-nav__list a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 10px;
}

/* .page-nav__list .active a {
  color: #0222B1;
} */

.page-nav__list-image {
  display: flex;
  align-items: center;
  gap: 0 10px;
  width: 100px;
}

@media not all and (min-width: 940px){
  .page-nav__list-image {
    align-items: flex-start;
  }
}

.page-nav__list-image::after {
  content: '';
  display: inline-block;
  width: 40px;
  height: 5px;
  background-image: url(../assets/images/common/page-nav-arrow.svg);
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.page-nav__list-image img {
  border-radius: 10px;
}

@media not all and (min-width: 940px){
  .page-nav__list-image img {
    width: 60px;
  }
}

@media not all and (min-width: 468px){
  .page-nav__list-image img {
    width: 40px;
  }
}

.page-nav__list-text {
  font-weight: 700;
}

@media not all and (min-width: 940px){
  .page-nav__list-text {
    margin-left: -50px;
    line-height: 1.4;
  }

  .page-nav__list-text span {
    display: block;
  }
}

@media not all and (min-width: 468px){
  .page-nav__list-text {
    margin-left: -70px;
    font-size: 12px;
    line-height: 1;
  }
}

.page-header {
  display: flex;
  align-items: flex-end;
  flex-direction: column-reverse;
  margin-bottom: 100px;
  height: 510px;
  background-size: contain;
	background-repeat: no-repeat;
	background-position: right bottom;
}

.page-nav-header {
  /* margin-block: 128px 60px; */
  margin-block: 110px 60px;
}

@media not all and (min-width: 940px){
  .page-header {
    margin-block: 74px 60px;
    width: 100vw;
    height: fit-content;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom;
  }

  .page-nav-header {
    margin-block: 128px 60px;
    /* margin-block: 239px 60px; */
  }
}

.c-room-header {
  background-image: url(../assets/images/c-room/c-room-header-bg.png);
}

.model-house-header {
  background-image: url(../assets/images/model-house/model-house-header-bg.png);
}

.works-header {
  background-image: url(../assets/images/works/works-header-bg.jpg);
}

.voice-header {
  background-image: url(../assets/images/voice/voice-header-bg.png);
}

.e-estate-header {
  background-image: url(../assets/images/e-estate/e-estate-header-bg.png);
}

.information-header {
  background-image: url(../assets/images/information/information-header-bg.png);
}
.blog-header {
  background-image: url(../assets/images/information/blog-header-bg.png);
}

.staff-header {
  background-image: url(../assets/images/staff/staff-header-bg.jpg);
}

.company-header {
  background-image: url(../assets/images/company/company-header-bg.png);
}

.concept-header {
  background-image: url(../assets/images/concept/concept-header-bg.png);
}

.contact-header {
  background-image: url(../assets/images/contact/contact-header-bg.png);
}

.survey-header {
  background-image: url(../assets/images/contact/survey-header-bg.png);
}

.recruit-header {
  position: relative;
  margin-top: 220px;
  height: fit-content;
}

@media not all and (min-width: 1360px){
  .recruit-header {
    margin-top: 194px;
  }
}

@media not all and (min-width: 940px){
  .recruit-header {
    margin-top: 238px;
  }
}

@media not all and (min-width: 468px){
  .recruit-header {
    margin-top: 219px;
  }
}

@media not all and (min-width: 368px){
  .recruit-header {
    margin-top: 268px;
  }
}

.recruit-page-header__image {
  width: 100%;
}

.recruit-page-header__image img {
  margin-inline: auto;
  width: calc(100% - 180px);
}

@media not all and (min-width: 940px){
  .recruit-page-header__image img {
    width: 100%;
  }
}

.recruit-header__text-image {
  position: absolute;
  top: -10px;
  left: 60%;
  z-index: 1;
}

@media not all and (min-width: 940px){
  .recruit-header__text-image {
  top: 30px;
    right: 40px;
    left: auto;
    width: 30%;
  }
}

@media not all and (min-width: 940px){
  .page-header {
    background-image: none;
  }
}

.page-header__hgroup {
  display: flex;
  flex-direction: column-reverse;
  margin-inline: auto;
  padding-inline: 40px;
  width: 1620px;
}

@media not all and (min-width: 940px){
  .page-header__hgroup {
    padding-inline: 20px;
    width: 100%;
  }
}

.page-title-jp {
  font-size: 55px;
  font-weight: 700;
}

.page-title-en {
  font-size: 30px;
  opacity: .5;
}

@media not all and (min-width: 940px){
  .page-title-jp {
    font-size: 40px;
  }

  .page-title-en {
    font-size: 20px;
  }
}

@media not all and (min-width: 568px){
  .page-title-jp {
    font-size: 30px;
  }

  .page-title-en {
    font-size: 16px;
  }
}

.page-header__image-sp {
  display: none;
}

@media not all and (min-width: 940px){
  .page-header__image-sp {
    display: block;
    margin-bottom: 30px;
  }
}

.container {
  padding-top: 110px;
}

@media not all and (min-width: 1330px){
  .container {
    padding-top: 114px;
  }
}

@media not all and (min-width: 1000px){
  .container {
    padding-top: 74px;
  }
}

@media not all and (min-width: 940px){
  .container {
    padding-top: 115px;
  }
}

.uppercase {
  text-transform: uppercase;
}

.more-button a {
  display: grid;
  place-content: center;
  position: relative;
  padding-inline: 40px;
  width: fit-content;
  height: 34px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50vh;
}

.more-button a::after {
  content: '';
  position: absolute;
  top: 38%;
  right: -30px;
  translate: 0 -50%;
  width: 60px;
  height: 7.5px;
  /* background-color: #000; */
  background-image: url(../assets/images/common/simple-arrow-b.svg);
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

@media (any-hover: hover) {
  .more-button a:hover {
    background-color: #000;
    border: 1px solid #000;
    text-decoration: none;
    color: #fff;
  }
}

.more-button a:focus-visible {
  text-decoration: none;
  color: #fff;
}

.more-center a {
  margin-inline: auto;
}


.scroll-animation {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.scroll-animation .text {
  margin-top: 15px;
  font-size: 12px;
  text-transform: uppercase;
}

.scroll-animation .line {
  display: block;
  position: relative;
  width: 1px;
  height: 175px;
}

.scroll-animation .line::after {
  content: '';
  position: absolute;
  top: 0;
  left: -2.5px;
  width: 5px;
  height: 40px;
  background-color: #000;
  animation: scroll-down 2.5s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}

@keyframes scroll-down {
  0% {
    transform: translateY(-100%);
  }
  20% {
    opacity: 1;
  }
  80% {
    transform: translateY(calc(175px - 40px));
    opacity: 1;
  }
  100% {
    transform: translateY(calc(175px - 40px));
  }
}

@media not all and (min-width: 768px){
  .scroll-animation .line {
    height: 80px;
  }

  .scroll-animation .line::after {
    left: -1.5px;
    height: 20px;
    animation: scroll-down 2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  }

  @keyframes scroll-down {
    80% {
      transform: translateY(calc(80px - 20px));
      opacity: 1;
    }
    100% {
      transform: translateY(calc(80px - 20px));
    }
  }
}


.pagenation {
  padding-inline: 20px;
}

.pagenation__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.pagenation__list .active,
.pagenation__list .link a {
  display: grid;
  place-content: center;
  width: 30px;
  height: 30px;
  font-size: 14px;
  line-height: 1.2;
  border: 1px solid #000;
}

@media (any-hover: hover) {
  .pagenation__list .link a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #000;
  }
}

.pagenation__list .link a:focus-visible {
  text-decoration: none;
  color: #fff;
  background-color: #000;
}

.pagenation__list .active {
  color: #fff;
  background-color: #000;
}

.pagenation__list .prev,
.pagenation__list .next {
  font-size: 14px;
  text-transform: uppercase;
}



/*
	top
/////////////////////////////////////////////////////////*/

.top-mv {
  margin-inline: auto;
  margin-bottom: 100px;
  max-width: calc(100vw - 172px);
}

.top-mv img {
  width: 100vw;
}

@media not all and (min-width: 940px){
  .top-mv {
    /* margin-bottom: 50px; */
    max-width: 100%;
    height: auto;
    width: 100%;
  }

  .top-mv img {
    display: block;
    width: 100%;
    height: auto;
  }
}

.top-information {
  margin-inline: auto;
  max-width: calc(100vw - 172px);
}

@media not all and (min-width: 940px){
  .top-information {
    margin-bottom: 80px;
    padding-inline: 20px;
    max-width: 100%;
  }
}

.top-information__wrap {
  display: flex;
	justify-content: space-between;
  align-items: center;
	flex-wrap: wrap;
  margin-bottom: 100px;
}

@media not all and (min-width: 940px){
  .top-information__wrap {
    margin-bottom: 30px;
  }
}

.top-information__hgroup {
  display: flex;
  flex-direction: column-reverse;
  width: 300px;
  text-align: center;
}

.top-information__list {
  width: calc(100% - 340px);
}

@media not all and (min-width: 940px){
  .top-information__hgroup {
    margin-bottom: 50px;
    width: 100%;
  }

  .top-information__list {
    width: 100%;
  }
}

.top-information__heading-jp {
  font-size: 23px;
}

.top-information__heading-en {
  color: #8CC21F;
  font-size: 40px;
}

@media not all and (min-width: 768px){
  .top-information__heading-jp {
    font-size: 18px;
  }

  .top-information__heading-en {
    font-size: 26px;
  }
}

.top-information__list li:not(:last-child) {
  margin-bottom: 40px;
}

@media not all and (min-width: 768px){
  .top-information__list li:not(:last-child) {
    margin-bottom: 20px;
  }
}

.top-information__list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

@media (any-hover: hover) {
  .top-information__list a:hover {
    text-decoration: none;
    opacity: .5;
  }
}

.top-information__list a:focus-visible {
  text-decoration: none;
  opacity: .5;
}

.top-information__title {
  order: 3;
  width: calc(100% - 210px);
  font-size: 16px;
  font-weight: 400;
}

@media not all and (min-width: 768px){
  .top-information__list a {
    display: flex;
    justify-content: flex-start;
  }

  .top-information__title {
    margin-top: 10px;
    margin-left: 120px;
    width: 100%;
  }
}

.top-information__time {
  order: 1;
  width: 120px;
  font-weight: 700;
}

.top-information__cat {
  order: 2;
  display: grid;
  place-content: center;
  width: 65px;
}

.top-information__cat.event {
  background-color: #CBE098;
}
.top-information__cat.news {
  background-color: #E8C5A3;
}
.top-information__cat.blog {
  background-color: #A1BCE2;
}

.top-information__more-button a {
  display: grid;
  place-content: center;
  margin-inline: auto;
  width: 220px;
  height: 60px;
  border: 1px solid #000;
  border-radius: 50vh;
  position: relative;
}
.top-information__more-button a::after {
  content: '';
  position: absolute;
  top: 33%;
  right: -40px;
  width: 80px;
  height: 10px;
  background-image: url(../assets/images/common/simple-arrow-b.svg);
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

@media (any-hover: hover) {
  .top-information__more-button a:hover {
    background-color: #000;
    border: 1px solid #000;
    text-decoration: none;
    color: #fff;
  }
}

.top-information__more-button a:focus-visible {
  text-decoration: none;
  color: #fff;
}

@media not all and (min-width: 768px){
  .top-information__more-button a {
    height: 40px;
  }
}

.top-concept {
  position: relative;
}

@media not all and (min-width: 940px){
  .top-concept {
    display: flex;
    flex-direction: column-reverse;
  }
}

.top-concept__contents {
  margin-inline: auto;
  padding-block: 170px;
  max-width: 50%;
}

@media not all and (min-width: 1520px){
  .top-concept__contents {
    max-width: 54%;
  }
}

@media not all and (min-width: 940px){
  .top-concept__contents {
    padding-block: 40px;
    padding-inline: 20px;
    padding-bottom: 150px;
    max-width: 100%;
  }
}

.top-concept__hgroup {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 40px;
  line-height: 1.2;
}

@media not all and (min-width: 768px){
  .top-concept__hgroup {
    margin-bottom: 30px;
  }
}

.top-concept__heading {
  font-size: 48px;
}

@media not all and (min-width: 940px){
  .top-concept__heading {
    font-size: 32px;
  }
}

@media not all and (min-width: 468px){
  .top-concept__heading {
    font-size: 26px;
  }
}

@media not all and (min-width: 400px){
  .top-concept__heading {
    font-size: 21px;
  }
}

.top-concept__heading span {
  display: inline-block;
}

.top-concept__heading-en {
  margin-bottom: 10px;
  color: rgb(183 183 183 / .4);
  font-size: 149px;
}

.top-concept__heading-en::first-letter {
  color: rgb(161 188 226 / .4);
}

@media not all and (min-width: 1400px){
  .top-concept__heading-en {
    font-size: 120px;
  }
}

@media not all and (min-width: 1120px){
  .top-concept__heading-en {
    font-size: 90px;
  }
}

@media not all and (min-width: 768px){
  .top-concept__heading-en {
    font-size: 60px;
  }
}

@media not all and (min-width: 368px){
  .top-concept__heading-en {
    font-size: 40px;
  }
}

.top-concept__text {
  margin-bottom: 90px;
  line-height: 2.2;
}

@media not all and (min-width: 940px){
  .top-concept__text {
    margin-bottom: 40px;
  }
}

.top-concept__more-button a {
  display: grid;
  place-content: center;
  margin-inline: auto;
  position: relative;
  width: 220px;
  height: 60px;
  border: 1px solid #000;
  border-radius: 50vh;
}

.top-concept__more-button a::after {
  content: '';
  position: absolute;
  top: 33%;
  right: -40px;
  width: 80px;
  height: 10px;
  background-image: url(../assets/images/common/simple-arrow-b.svg);
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

@media (any-hover: hover) {
  .top-concept__more-button a:hover {
    background-color: #000;
    border: 1px solid #000;
    text-decoration: none;
    color: #fff;
  }
}

.top-concept__more-button a:focus-visible {
  text-decoration: none;
  color: #fff;
}

@media not all and (min-width: 768px){
.top-concept__more-button a {
  height: 40px;
}
}

.top-concept__image-left {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20%;
}

.top-concept__image-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
}

@media not all and (min-width: 1520px){
  .top-concept__image-right {
    width: 18%;
  }
}

@media not all and (min-width: 940px){
  .top-concept__image-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
  }

  .top-concept__image-left {
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 80px;
    width: 20%;
  }

  .top-concept__image-right {
    position: relative;
    top: auto;
    right: auto;
    width: 20%;
  }
}

@media not all and (min-width: 768px){
  .top-concept__image-left {
    width: 40%;
  }

  .top-concept__image-right {
    width: 40%;
  }
}

.top-point {
  position: relative;
  margin-top: 217px;
  padding-bottom: 200px;
  background-image: url(../assets/images/top/top-point-bg.png);
  background-size: contain;
	background-repeat: repeat;
	background-position: center top;
}

@media not all and (min-width: 940px){
  .top-point {
    margin-top: 110px;
    padding-inline: 20px;
  }
}

@media not all and (min-width: 568px){
  .top-point {
    margin-top: 60px;
    padding-bottom: 200px;
  }
}

.top-point::before {
  content: '';
  position: absolute;
  top: -216px;
  left: 50%;
  translate: -50% 0;
  width: 100vw;
  height: 217px;
  background-image: url(../assets/images/top/top-point-bg-before.png);
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
}

.top-point__wrap {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  margin-inline: auto;
  max-width: 1155px;
}

.top-point__wrap:not(:last-child) {
  margin-bottom: 40px;
}

.top-point__contents {
  width: 55%;
}

.top-point__image {
  position: relative;
  width: 45%;
  z-index: 1;
}

.top-point__wrap:nth-child(odd) {
  flex-direction: row-reverse;
}

@media not all and (min-width: 940px){
  .top-point__wrap {
    flex-direction: column-reverse;
  }

  .top-point__contents {
    width: 100%;
  }

  .top-point__image {
    margin-inline: auto;
    width: 90%;
  }

  .top-point__wrap:nth-child(odd) {
    flex-direction: column-reverse;
  }
}

.top-point__contents-inner {
  border-radius: 25px;
}

.top-point__wrap:nth-child(odd) .top-point__contents-inner {
  margin-left: -40px;
  padding: 40px 40px 40px 80px;
  background-color: #F8F0E5;
}

.top-point__wrap:nth-child(even) .top-point__contents-inner {
  margin-right: -40px;
  padding: 40px 80px 40px 40px;
  background-color: #ECEFF5;
}

@media not all and (min-width: 940px){
  .top-point__wrap:nth-child(odd) .top-point__contents-inner {
    margin-top: -40px;
    margin-left: 0;
    padding: 80px 20px 20px;
  }

  .top-point__wrap:nth-child(even) .top-point__contents-inner {
    margin-top: -40px;
    margin-right: 0;
    padding: 80px 20px 20px;
  }
}

.top-point__hgroup {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #000;
}

@media not all and (min-width: 768px){
  .top-point__hgroup {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}

.top-point__num {
  display: flex;
  align-items: baseline;
  margin-bottom: 20px;
  padding: 6px 20px;
  width: fit-content;
  line-height: 1.4;
  background-color: #fff;
}

.top-point__hgroup .num {
  font-size: 30px;
  font-weight: 700;
}

@media not all and (min-width: 768px){
  .top-point__num {
    padding: 4px 15px;
    font-size: 12px;
  }

  .top-point__hgroup .num {
    font-size: 20px;
  }
}

.top-point__heading {
  margin-bottom: 20px;
  font-size: 30px;
}

.top-point__heading-add {
  color: #5C3512;
  font-size: 23px;
  font-weight: 700;
}

@media not all and (min-width: 768px){
  .top-point__heading {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .top-point__heading-add {
    font-size: 18px;
  }
}

.top-point__text {
  margin-bottom: 80px;
  font-size: 14px;
  line-height: 2.2;
}

@media not all and (min-width: 940px){
  .top-point__text {
    margin-bottom: 30px;
  }
}

.top-point__more-button a {
  margin-left: auto;
}

.top-point01 .top-point__image {
  margin-top: 60px;
}

.top-point02 .top-point__contents {
  margin-top: 100px;
}

.top-point03 .top-point__contents {
  margin-top: 100px;
}

@media not all and (min-width: 940px){
  .top-point02 .top-point__contents {
    margin-top: 0;
  }

  .top-point03 .top-point__contents {
    margin-top: 0;
  }
}

.top-sdgs {
  position: relative;
  margin-top: -200px;
  padding-top: 240px;
  background-image: url(../assets/images/top/top-sdgs-bg.svg);
  background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

@media not all and (min-width: 940px){
  .top-sdgs {
    margin-top: -130px;
    padding-top: 140px;
    background-size: contain;
  }
}

@media not all and (min-width: 568px){
  .top-sdgs {
    padding-top: 80px;
  }
}

.top-sdgs__wrap {
  margin-inline: auto;
  padding-inline: 20px;
  max-width: 1195px;
}

.top-sdgs__heading {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}

.top-sdgs__heading-jp {
  font-size: 33px;
  font-weight: 300;
}

.top-sdgs__heading-en {
  font-size: 80px;
  opacity: .5;
  font-weight: 400;
}

@media not all and (min-width: 768px){
  .top-sdgs__heading-jp {
    font-size: 24px;
  }

  .top-sdgs__heading-en {
    font-size: 60px;
  }
}

.top-sdgs__bg {
  position: relative;
  margin-top: -60px;
  z-index: 1;
}

@media not all and (min-width: 768px){
  .top-sdgs__bg {
    margin-top: 0;
  }
}

.top-sdgs__bg img {
  width: 100%;
}

.top-suiya {
  position: relative;
  margin-top: -210px;
  padding-block: 100px 250px;
  background-image: url(../assets/images/top/top-suiya-bg.png);
  background-size: cover;
	background-repeat: repeat-y;
	background-position: center bottom;
}

@media not all and (min-width: 940px){
  .top-suiya {
    padding-block: 100px 220px;
    background-image: url(../assets/images/top/top-suiya-bg-sp.png);
  }
}

.top-suiya__container {
  margin-inline: auto;
  padding-inline: 20px;
  max-width: 1195px;
  padding-top: 50px;
}

@media not all and (min-width: 1500px){
  .top-suiya__container {
    padding-top: 60px;
  }
}

@media not all and (min-width: 1000px){
  .top-suiya__container {
    padding-top: 120px;
  }
}

.top-suiya__sub-heading {
  display: flex;
  align-items: center;
	flex-wrap: wrap;
}

.top-suiya__sub-heading-icon {
  width: 200px;
}

.top-suiya__sub-heading-text {
  margin-left: 30px;
  font-size: 33px;
  text-align: center;
}

@media not all and (min-width: 940px){
  .top-suiya__sub-heading {
    justify-content: space-between;
    margin-bottom: 30px;
  }

  .top-suiya__sub-heading-icon {
    width: 160px;
  }

  .top-suiya__sub-heading-text {
    margin-left: 0;
    width: calc(100% - 180px);
    font-size: 24px;
    text-align: left;
    line-height: 1.4;
  }
}

@media not all and (min-width: 468px){
  .top-suiya__sub-heading-icon {
    width: 120px;
  }

  .top-suiya__sub-heading-text {
    width: calc(100% - 130px);
    font-size: 21px;
  }
}

@media not all and (min-width: 368px){
  .top-suiya__sub-heading-icon {
    width: 80px;
  }

  .top-suiya__sub-heading-text {
    width: calc(100% - 100px);
    font-size: 18px;
  }
}

.top-suiya__wrap {
  display: flex;
	justify-content: space-between;
  align-items: center;
	flex-wrap: wrap;
  margin-bottom: 50px;
}

.top-suiya__contents {
  width: 48%;
}

.top-suiya__image {
  width: 48%;
}

@media not all and (min-width: 940px){
  .top-suiya__wrap {
    flex-direction: column-reverse;
  }

  .top-suiya__contents {
    width: 100%;
  }

  .top-suiya__image {
    margin-bottom: 40px;
    width: 100%;
  }
}

.top-suiya__heading {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #000;
}

@media not all and (min-width: 940px){
  .top-suiya__heading {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}

.top-suiya__heading-sub {
  font-size: 38px;
  font-weight: 400;
  line-height: 1.4;
}

.top-suiya__heading-main {
  color: #C64C4C;
  font-size: 97px;
}

.top-suiya__heading-main rt {
  font-size: 25px;
  ruby-align: center;
}

@media not all and (min-width: 940px){
  .top-suiya__heading-sub {
    margin-bottom: 10px;
    width: 100%;
    font-size: 26px;
    text-align: center;
  }

  .top-suiya__heading-main {
    width: 100%;
    font-size: 97px;
    text-align: center;
  }
}

@media not all and (min-width: 768px){
  .top-suiya__heading-sub {
    font-size: 21px;
  }

  .top-suiya__heading-main {
    font-size: 60px;
  }

  .top-suiya__heading-main rt {
    font-size: 16px;
  }
}

.top-suiya__text {
  text-align: center;
}

.top-suiya__text .message {
  margin-bottom: 30px;
  font-size: 20px;
}

@media not all and (min-width: 768px){
  .top-suiya__text .message {
    font-size: 15px;
  }
}

.top-suiya__text .info {
  font-size: 15px;
}

.top-suiya__image img {
  width: 100%;
}

@media not all and (min-width: 940px){
  .top-suiya__image img {
    margin-inline: auto;
    width: 500px;
  }
}

@media not all and (min-width: 678px){
  .top-suiya__image img {
    width: 100%;
  }
}

.top-suiya__more-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px 50px;
}

@media not all and (min-width: 768px){
  .top-suiya__more-buttons {
    flex-direction: column;
  }
}

.top-suiya__more-button-item a {
  display: grid;
  place-content: center;
  width: 300px;
  height: 50px;
  color: #6A3F1C;
  font-size: 15px;
  background-color: #fff;
}

@media (any-hover: hover) {
  .top-suiya__more-button-item a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #6A3F1C;
  }
}

.top-suiya__more-button-item a:focus-visible {
  text-decoration: none;
  color: #fff;
  background-color: #6A3F1C;
}

@media not all and (min-width: 368px){
  .top-suiya__more-button-item,
  .top-suiya__more-button-item a {
  margin-inline: auto;
    width: 90%;
  }
}

.top-machikado {
  margin-top: -230px;
  padding-block: 100px 200px;
  background-image: url(../assets/images/top/top-machikado-bg.png);
  background-size: cover;
	background-repeat: repeat-y;
	background-position: center bottom;
}

@media not all and (min-width: 940px){
  .top-machikado {
    margin-top: -170px;
    padding-block: 140px 120px;
    background-image: url(../assets/images/top/top-machikado-bg-sp.png);
  }
}

.top-machikado__heading {
  margin-inline: auto;
  width: fit-content;
}

.top-machikado__wrap {
  display: flex;
	justify-content: space-between;
  align-items: flex-end;
  flex-direction: row-reverse;
	flex-wrap: wrap;
  margin-top: -100px;
  margin-inline: auto;
  padding-inline: 20px;
  max-width: 1195px;
}

@media not all and (min-width: 1100px){
  .top-machikado__wrap {
    margin-top: -50px;
  }
}

@media not all and (min-width: 940px){
  .top-machikado__wrap {
    margin-top: 0;
  }
}

.top-machikado__contents {
  width: 30%;
}

.top-machikado__image {
  width: 70%;
}

@media not all and (min-width: 940px){
  .top-machikado__contents {
    display: contents;
    margin-bottom: 40px;
    margin-inline: auto;
    width: 70%;
  }

  .top-machikado__image {
    order: 2;
    width: 100%;
  }
}

.top-machikado__contents-inner {
  margin-left: -150px;
}

@media not all and (min-width: 940px){
  .top-machikado__contents-inner {
    display: contents;
    margin-left: 0;
  }
}

.top-machikado__contents-inner p {
  margin-bottom: 100px;
}

@media not all and (min-width: 1100px){
  .top-machikado__contents-inner p {
    margin-bottom: 50px;
  }
}

@media not all and (min-width: 940px){
  .top-machikado__contents-inner p {
    order: 1;
    margin-inline: auto;
    margin-bottom: 30px;
  }
}

.top-machikado__more-button {
  margin-left: auto;
  width: fit-content;
}

@media not all and (min-width: 940px){
  .top-machikado__more-button {
    order: 3;
    margin-inline: auto;
  }
}

@media (any-hover: hover) {
  .top-machikado__more-button a:hover {
    opacity: .5;
  }
}

.top-machikado__more-button a:focus-visible {
  opacity: .5;
}

.top-works {
  padding-block: 100px;
}

@media not all and (min-width: 940px){
  .top-works {
    padding-block: 50px;
  }
}

.top-works__hgroup {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 50px;
  text-align: center;
  line-height: 1;
}

.top-works__heading-jp {
  margin-top: -70px;
  font-size: 40px;
}

.top-works__heading-en {
  margin-bottom: 10px;
  color: rgb(183 183 183 / .4);
  font-size: 149px;
}

.top-works__heading-en::first-letter {
  color: rgb(184 216 148 / .4);
}

@media not all and (min-width: 940px){
  .top-works__heading-jp {
    margin-top: -40px;
    font-size: 30px;
  }

  .top-works__heading-en {
    font-size: 100px;
  }
}

@media not all and (min-width: 568px){
  .top-works__heading-jp {
    margin-top: -40px;
    font-size: 20px;
  }

  .top-works__heading-en {
    font-size: 70px;
  }
}

.top-works__list {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  gap: 30px 0;
  margin-inline: auto;
  margin-bottom: 50px;
  padding-inline: 20px;
  max-width: 1195px;
}

.top-works__list li {
  width: 32%;
}

@media not all and (min-width: 768px){
  .top-works__list li {
    width: 100%;
  }
}

.top-works__list a {
  display: flex;
  justify-content: center;
  flex-direction: column-reverse;
  gap: 10px;
  text-align: center;
}

@media (any-hover: hover) {
  .top-works__list a:hover {
    text-decoration: none;
    opacity: .5;
  }
}

.top-works__list a:focus-visible {
  text-decoration: none;
  opacity: .5;
}

.top-works__list-image {
  margin-inline: auto;
}

.top-works__list-image img {
  border-radius: 1px solid #707070;
  border-radius: 15px;
}

.top-voice {
  margin-bottom: 200px;
}

.top-voice__hgroup {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 50px;
  text-align: center;
  line-height: 1;
}

.top-voice__heading-jp {
  margin-top: -70px;
  font-size: 40px;
}

.top-voice__heading-en {
  margin-bottom: 10px;
  color: rgb(183 183 183 / .4);
  font-size: 149px;
}

.top-voice__heading-en::first-letter {
  color: rgb(200 165 127 / .4);
}

@media not all and (min-width: 940px){
  .top-voice__heading-jp {
    margin-top: -40px;
    font-size: 30px;
  }

  .top-voice__heading-en {
    font-size: 100px;
  }
}

@media not all and (min-width: 568px){
  .top-voice__heading-jp {
    margin-top: -40px;
    font-size: 20px;
  }

  .top-voice__heading-en {
    font-size: 70px;
  }
}

.top-voice__wrap {
  margin-bottom: 50px;
}

.top-voice__wrap a {
  display: flex;
	justify-content: space-between;
  align-items: flex-end;
	flex-wrap: wrap;
  position: relative;
  gap: 30px 0;
  margin-inline: auto;
  padding-inline: 20px;
  max-width: 1195px;
}

@media (any-hover: hover) {
  .top-voice__wrap a:hover {
    text-decoration: none;
    opacity: .5;
  }
}

.top-voice__wrap a:focus-visible {
  text-decoration: none;
  opacity: .5;
}

.top-voice__image {
  position: relative;
  width: 290px;
  z-index: 1;
}

.top-voice__contents {
  width: calc(100% - 290px);
}

@media not all and (min-width: 940px){
  .top-voice__image {
    margin-inline: auto;
  }

  .top-voice__contents {
    width: 100%;
  }
}

.top-voice__contents-inner {
  margin-left: -80px;
  padding: 40px 40px 20px 120px;
  background-color: #F8F0E5;
  border-radius: 22px;
}

@media not all and (min-width: 940px){
  .top-voice__contents-inner {
    margin-top: -240px;
    margin-left: auto;
    padding: 240px 20px 20px;
  }
}

.top-voice__title {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
}

@media not all and (min-width: 768px){
  .top-voice__title {
    font-size: 24px;
  }
}

.top-voice__meta {
  display: flex;
	justify-content: space-between;
  align-items: center;
	flex-wrap: wrap;
}

.top-voice__message {
  margin-bottom: 20px;
}

.top-voice__meta .more-button {
  padding: 10px 30px;
  font-size: 15px;
  line-height: 1.4;
  background-color: #fff;
  border-radius: 50vh;
}


.top-company-nav {
  position: relative;
  background-color: #F4F9EB;
}

@media not all and (min-width: 1310px){
  .top-company-nav {
    padding-bottom: 40px;
  }
}

.top-company-nav::before {
  content: '';
  position: absolute;
  top: -99px;
  left: 50%;
  translate: -50% 0;
  width: 100vw;
  height: 99px;
  background-image: url(../assets/images/top/top-company-nav-bg.png);
  background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

.top-company-nav__heading {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 50px;
  font-size: 40px;
  letter-spacing: .2em;
}

.top-company-nav__heading::before {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background-color: #000;
  transform: rotate(-60deg);
}

.top-company-nav__heading::after {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background-color: #000;
  transform: rotate(-60deg);
}

.top-company-nav__wrap {
  display: flex;
	flex-wrap: wrap;
  gap: 20px 30px;
  margin-inline: auto;
  max-width: 1580px;
}

@media not all and (min-width: 1310px){
  .top-company-nav__wrap {
    align-items: center;
    flex-direction: column;
  }

  .top-company-nav__illust {
    width: 100px;
  }
}

.top-company-nav__list {
  display: flex;
	flex-wrap: wrap;
  gap: 20px;
}

@media not all and (min-width: 1070px){
  .top-company-nav__list {
    justify-content: center;
    align-items: center;
    gap: 20px 2%;
  }

  .top-company-nav__list li {
    width: 32%;
  }
}

.top-company-nav__list li a {
  display: grid;
  place-content: center;
  width: 194px;
  height: 123px;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
  border-radius: 15px;
}

@media (any-hover: hover) {
  .top-company-nav__list li a:hover {
    text-decoration: none;
    opacity: .5;
  }
}

.top-company-nav__list li a:focus-visible {
  text-decoration: none;
  opacity: .5;
}

@media not all and (min-width: 1070px){
  .top-company-nav__list li a {
    width: 100%;
    font-size: 20px;
  }
}

.top-company-nav__list li:nth-child(1) a {
  background-image: url(../assets/images/top/top-company-nav01.jpg);
}
.top-company-nav__list li:nth-child(2) a {
  background-image: url(../assets/images/top/top-company-nav02.jpg);
}
.top-company-nav__list li:nth-child(3) a {
  background-image: url(../assets/images/top/top-company-nav03.jpg);
}
.top-company-nav__list li:nth-child(4) a {
  background-image: url(../assets/images/top/top-company-nav04.jpg);
}
.top-company-nav__list li:nth-child(5) a {
  background-image: url(../assets/images/top/top-company-nav05.jpg);
}



/*
	c-room
/////////////////////////////////////////////////////////*/

.c-room-hero__wrap {
  display: flex;
	justify-content: space-between;
  align-items: center;
	flex-wrap: wrap;
  position: relative;
  margin-inline: auto;
  padding-inline: 20px;
  max-width: 830px;
}

.c-room-hero__text-image {
  width: 127px;
}

.c-room-hero__text {
  width: calc(100% - 200px);
  line-height: 3;
}

@media not all and (min-width: 768px){
  .c-room-hero__wrap {
    align-items: flex-start;
    flex-direction: row-reverse;
  }

  .c-room-hero__text-image {
    margin-top: -100px;
    width: 127px;
  }

  .c-room-hero__text {
    width: calc(100% - 150px);
    font-size: 18px;
  }

  .c-room-hero__text span {
    display: block;
  }
}

@media not all and (min-width: 568px){
  .c-room-hero__text-image {
    margin-top: -60px;
    width: 80px;
  }

  .c-room-hero__text {
    width: calc(100% - 100px);
    font-size: 16px;
    line-height: 2.2;
  }
}

.c-room-hero__image {
  margin-top: -100px;
}

@media not all and (min-width: 940px){
  .c-room-hero__image {
    margin-top: 40px;
    margin-bottom: 80px;
  }
}

.c-room-scroll-animation {
  margin-block: 165px;
}

@media not all and (min-width: 768px){
  .c-room-scroll-animation {
    display: none;
  }
}

.c-room-main {
  position: relative;
  margin-bottom: 160px;
  background-image: url(../assets/images/common/contents-bg01.svg);
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center 70%;
}

@media not all and (min-width: 768px){
  .c-room-main {
    margin-bottom: 80px;
  }

  .c-room-main::before {
    content: '';
    position: absolute;
    top: 100px;
    left: 0;
    width: 100vw;
    height: 300px;
    background-image: url(../assets/images/common/contents-bg01.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
  }
}

.c-room-main__wrap {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  gap: 60px 0;
  margin-inline: auto;
  padding-inline: 20px;
  max-width: 1155px;
}

.c-room-main__item {
  display: flex;
  flex-direction: column;
  width: 48%;
}

@media not all and (min-width: 768px){
  .c-room-main__item {
    margin-inline: auto;
    width: 70%;
  }
}

@media not all and (min-width: 468px){
  .c-room-main__item {
    width: 90%;
  }
}

.c-room-main__heading {
  order: 2;
  margin-bottom: 20px;
  font-size: 26px;
}

@media not all and (min-width: 768px){
  .c-room-main__heading {
    margin-bottom: 10px;
    font-size: 21px;
  }
}

.c-room-main__text {
  order: 3;
  line-height: 2.2;
}

@media not all and (min-width: 768px){
  .c-room-main__text {
    line-height: 2;
  }
}

.c-room-main__image {
  order: 1;
  margin-bottom: 30px;
}

.c-room-main__image img {
  border-radius: 0 0 30px 0;
}

.c-room-info__data {
  margin-bottom: 50px;
}

.c-room-info__heading {
  display: flex;
	justify-content: center;
  align-items: center;
	flex-wrap: wrap;
  margin-bottom: 60px;
  font-size: 35px;
}

@media not all and (min-width: 768px){
  .c-room-info__heading {
    margin-bottom: 30px;
    font-size: 21px;
  }
}

@media not all and (min-width: 400px){
  .c-room-info__heading {
    font-size: 18px;
  }
}

@media not all and (min-width: 350px){
  .c-room-info__heading {
    font-size: 15px;
  }
}

.c-room-info__heading::before {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background-color: #000;
  transform: rotate(-60deg);
}

.c-room-info__heading::after {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background-color: #000;
  transform: rotate(-60deg);
}

.c-room-info__text {
  text-align: center;
}

.c-room-info__map iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 32 / 9;
  /* filter: grayscale(100%); */
}

@media not all and (min-width: 940px){
  .c-room-info__map iframe {
    aspect-ratio: 16 / 9;
  }
}



/*
	model house
/////////////////////////////////////////////////////////*/

.model-house-container {
  position: relative;
}

.model-house-container::before {
  content: '';
  position: absolute;
  top: 290px;
  left: 0;
  width: 100vw;
  height: calc(100% - 290px);
  background-image: url(../assets/images/model-house/model-house-bg.png);
  background-size: contain;
	background-repeat: repeat;
	background-position: center;
  z-index: -1;
}

@media not all and (min-width: 768px){
  .model-house-container::before {
    top: 120px;
    height: calc(100% - 120px);
  }
}

.model-house-hero {
  margin-bottom: 160px;
}

@media not all and (min-width: 768px){
  .model-house-hero {
    margin-top: -40px;
    margin-bottom: 80px;
  }
}

.model-house-hero__wrap {
  display: flex;
	justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
	flex-wrap: wrap;
  position: relative;
  margin-inline: auto;
  padding-inline: 20px;
  max-width: 850px;
}

.model-house-hero__text-image {
  width: 199px;
}

.model-house-hero__text {
  width: calc(100% - 240px);
  line-height: 3;
}

.model-house-hero__text-inner {
  margin-bottom: 100px;
}

@media not all and (min-width: 768px){
  .model-house-hero__wrap {
    align-items: flex-end;
    flex-direction: row-reverse;
  }

  .model-house-hero__text-image {
    margin-bottom: -180px;
    width: 127px;
  }

  .model-house-hero__text {
    width: calc(100% - 150px);
    font-size: 15px;
    line-height: 2;
  }

  .model-house-hero__text span {
    display: block;
  }

  .model-house-hero__text-inner {
    margin-bottom: 40px;
  }
}

@media not all and (min-width: 368px){
  .model-house-hero__wrap {
    flex-direction: column-reverse;
    gap: 50px;
  }

  .model-house-hero__text-image {
    margin-bottom: -180px;
    width: 30%;
  }

  .model-house-hero__text {
    width: 100%;
  }
}

.model-house-hero__image {
  margin-top: -100px;
}

.model-house-hero__image img {
  margin-inline: auto;
}

@media not all and (min-width: 940px){
  .model-house-hero__image {
    margin-top: 40px;
    margin-bottom: 80px;
  }
}

.model-house-button a {
  display: grid;
  place-content: center;
  margin-inline: auto;
  width: 300px;
  height: 50px;
  color: #fff;
  font-size: 15px;
  background-color: #A77342;
}

@media (any-hover: hover) {
  .model-house-button a:hover {
    text-decoration: none;
    opacity: .5;
  }
}

.model-house-button a:focus-visible {
  text-decoration: none;
  opacity: .5;
}

@media not all and (min-width: 768px){
  .model-house-button a {
    margin-left: 0;
    width: 90%;
  }
}

.model-house-gallery {
  margin-bottom: 160px;
}

@media not all and (min-width: 768px){
  .model-house-gallery {
    margin-bottom: 80px;
  }
}

.model-house-gallery__images {
  margin-bottom: 100px;
}

@media not all and (min-width: 768px){
  .model-house-gallery__images {
    margin-bottom: 50px;
  }
}

.model-house-gallery .model-house-button a {
  margin-inline: auto;
}

.model-house-gallery__images img {
  width: 100%;
}

.model-house-scroll-animation {
  margin-block: 165px;
}

@media not all and (min-width: 768px){
  .model-house-scroll-animation {
    display: none;
  }
}

.model-house-future__main-heading {
  position: relative;
  margin-inline: auto;
  padding-inline: 20px;
  margin-bottom: 160px;
  width: fit-content;
  font-size: 39px;
  text-align: center;
}

.model-house-future__main-heading::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  background-image: url(../assets/images/model-house/model-house-future-icon01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.model-house-future__main-heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 28px;
  height: 28px;
  background-image: url(../assets/images/model-house/model-house-future-icon02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media not all and (min-width: 768px) {
  .model-house-future__main-heading {
    margin-bottom: 40px;
    margin-inline: 20px;
    padding-block: 10px;
    font-size: 32px;
  }
}

@media not all and (min-width: 468px) {
  .model-house-future__main-heading {
    font-size: 24px;
  }
}

@media not all and (min-width: 368px) {
  .model-house-future__main-heading {
    font-size: 20px;
  }
}

.model-house-future__main-heading .br {
  color: #0F4CA0;
}

.model-house-future__main-heading .line {
  display: inline-block;
}

.model-house-future__section {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  margin-inline: auto;
  margin-bottom: 100px;
  padding-inline: 20px;
  max-width: 1155px;
}

.model-house-future__section01 {
  flex-direction: row-reverse;
}

.model-house-future__contents {
  width: 55%;
}

.model-house-future__image {
  width: 40%;
}

@media not all and (min-width: 768px){
  .model-house-future__section {
    flex-direction: column-reverse;
    margin-bottom: 50px;
  }

  .model-house-future__contents {
    width: 100%;
  }

  .model-house-future__image {
    margin-bottom: 30px;
    width: 100%;
  }
}

.model-house-future__hgroup {
  margin-bottom: 40px;
  padding-left: 20px;
}

@media not all and (min-width: 768px){
  .model-house-future__hgroup {
    margin-bottom: 30px;
    padding-left: 10px;
  }
}

.model-house-future__hgroup.model-house-future__heading01 {
  border-left: 9px solid #A77342;
}

.model-house-future__hgroup.model-house-future__heading02 {
  border-left: 9px solid #658E01;
}

.model-house-future__subheading {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 10px 5px;
  margin-bottom: 10px;
  line-height: 1;
}

.model-house-future__subheading .num {
  font-size: 40px;
}

.model-house-future__subheading .en {
  font-size: 12px;
}

.model-house-future__heading01 .num,
.model-house-future__heading01 .en {
  color: #A77342;
}

.model-house-future__heading02 .num,
.model-house-future__heading02 .en {
  color: #658E01;
}

.model-house-future__text {
  line-height: 2.2;
}

.model-house-future__section01 .model-house-future__image img {
  border-radius: 30px 0 0 0;
}

.model-house-future__section02 .model-house-future__image img {
  border-radius: 0 30px 0 0;
}

.model-house-info__section {
  padding-top: 100px;
  background-color: #fff;
}

@media not all and (min-width: 768px){
  .model-house-info__section {
    padding-top: 50px;
  }
}

.model-house-info__heading {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 60px;
  font-size: 35px;
}

.model-house-info__heading::before {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background-color: #000;
  transform: rotate(-60deg);
}

.model-house-info__heading::after {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background-color: #000;
  transform: rotate(-60deg);
}

.model-house-info__text {
  margin-bottom: 60px;
  text-align: center;
}


@media not all and (min-width: 768px){
  .model-house-info__heading {
    margin-bottom: 30px;
    font-size: 21px;
  }
}

.model-house-info__map iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 32 / 9;
  /* filter: grayscale(100%); */
}

@media not all and (min-width: 940px){
  .model-house-info__map iframe {
    aspect-ratio: 16 / 9;
  }
}

.model-house-info__section .model-house-button a {
  margin-inline: auto;
  margin-block: 100px 160px;
}

@media not all and (min-width: 768px){
  .model-house-info__section .model-house-button a {
    margin-block: 50px 80px;
  }
}


/*
	works archive
/////////////////////////////////////////////////////////*/

.works-archive-list {
  position: relative;
  background-image: url(../assets/images/common/contents-bg01.svg);
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

@media not all and (min-width: 940px){
  .works-archive-list {
    background-position: center 100px;
  }

  .works-archive-list::after {
    content: '';
    position: absolute;
    bottom: 100px;
    left: 0;
    width: 100vw;
    height: 400px;
    background-image: url(../assets/images/common/contents-bg01.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
  }
}

.works-archive-list__wrap {
  display: flex;
	flex-wrap: wrap;
  gap: 80px 2%;
  margin-inline: auto;
  margin-bottom: 160px;
  padding-inline: 20px;
  max-width: 1155px;
}

.works-archive-list__item {
  width: 32%;
}

@media not all and (min-width: 940px){
  .works-archive-list__wrap {
    gap: 40px 4%;
    margin-bottom: 80px;  }

  .works-archive-list__item {
    width: 48%;
  }
}

.works-archive-list__item a {
  display: flex;
  flex-direction: column;
}

@media (any-hover: hover) {
  .works-archive-list__item a:hover {
    text-decoration: none;
    opacity: .5;
  }
}

.works-archive-list__item a:focus-visible {
  text-decoration: none;
  opacity: .5;
}

.works-archive-list__heading {
  order: 2;
  margin-bottom: 10px;
  font-size: 16px;
}

.works-archive-list__cat-list {
  order: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
}

.works-archive-list__cat-list li {
  padding: 2px 5px;
  font-size: 10px;
  line-height: 1.2;
  border: 1px solid #000;
}

.works-archive-list__thumnnail {
  order: 1;
  position: relative;
  margin-bottom: 10px;
}

@media not all and (min-width: 768px){
  .works-archive-list__thumnnail img {
    height: 168px!important;
  }
}
.works-archive-list__thumnnail img {
  width: 100%;
  height: 356.8px;
  object-fit: cover;
  border: 1px solid #707070;
  border-radius: 15px;
}

.works-archive-list__thumnnail figcaption {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.2;
  background-color: #fff;
}

@media not all and (min-width: 768px){
  .works-archive-list__thumnnail figcaption {
    top: 10px;
    left: 10px;
    font-size: 12px;
  }
}

.works-archive-search {
  margin-inline: auto;
  margin-bottom: 100px;
  padding: 80px;
  max-width: 1155px;
  background-color: #F4F9EB;
  border-radius: 15px;
}

@media not all and (min-width: 940px){
  .works-archive-search {
    margin-bottom: 50px;
    padding: 20px;
  }
}

.works-archive-search__item {
  display: flex;
	justify-content: space-between;
  align-items: center;
	flex-wrap: wrap;
  padding-block: 40px;
}

@media not all and (min-width: 940px){
  .works-archive-search__item {
    padding-block: 20px;
  }
}

.works-archive-search__item:nth-child(1) {
  border-bottom: 4px dotted #658E01;
}

.works-archive-search__label {
  display: block;
  width: 160px;
  font-size: 18px;
  font-weight: 700;
}

.works-archive-search__list {
  display: block;
  width: calc(100% - 160px);
}

@media not all and (min-width: 940px){
  .works-archive-search__label {
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }

  .works-archive-search__list {
    width: 100%;
  }
}

.works-archive-search__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
  font-size: 14px;
}

@media not all and (min-width: 940px){
  .works-archive-search__list {
    gap: 10px 5px;
  }
}

.works-archive-search__submit {
  position: relative;
  margin-inline: auto;
  width: 142px;
  color: #000;
}

.works-archive-search__submit::after {
  content: '';
  position: absolute;
  top: 40%;
  right: -40px;
  translate: 0 -50%;
  width: 60px;
  height: 7.5px;
  background-image: url(../assets/images/common/simple-arrow-b.svg);
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.works-archive-search__submit input[type="submit"] {
  display: grid;
  place-content: center;
  position: relative;
  width: 160px;
  height: 34px;
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  border-radius: 50vh;
}

@media (any-hover: hover) {
  .works-archive-search__submit input[type="submit"]:hover {
    background-color: #000;
    border: 1px solid #000;
    text-decoration: none;
    color: #fff;
  }
}

.works-archive-search__submit input[type="submit"]:focus-visible {
  opacity: .5;
}


/*
	works single
/////////////////////////////////////////////////////////*/

.works-single {
  background-image: url(../assets/images/common/contents-bg01.svg);
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center 700px;
}

@media not all and (min-width: 768px){
  .works-single {
    background-position: center 600px;
  }
}

.works-single__container {
  margin-inline: auto;
  padding-inline: 20px;
  max-width: 1155px;
}

.works-single-header {
  display: flex;
  flex-direction: column;
  margin-bottom: 160px;
}

@media not all and (min-width: 768px){
  .works-single-header {
    margin-bottom: 80px;
  }
}

.works-single-header__title {
  order: 2;
  margin-bottom: 30px;
  font-size: 30px;
}

@media not all and (min-width: 768px){
  .works-single-header__title {
    margin-bottom: 20px;
    font-size: 24px;
  }
}

.works-single-header__name {
  order: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
  margin-left: -1.7em;
  line-height: 1;
}

@media not all and (min-width: 768px){
  .works-single-header__name {
    margin-left: 0;
  }
}

.works-single-header__name::before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  width: 18px;
  height: 17px;
  background-image: url(../assets/images/works/works-single-name-mark.svg);
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.works-single-header__wrap {
  order: 5;
}

.works-single-header__cat-list {
  order: 4;
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  margin-bottom: 40px;
}

@media not all and (min-width: 768px){
  .works-single-header__cat-list {
    margin-bottom: 30px;
  }
}

.works-single-header__cat-list li {
  padding: 2px 5px;
  font-size: 10px;
  line-height: 1.2;
  border: 1px solid #000;
}

.works-single-header__thumbnail {
  order: 3;
  margin-bottom: 30px;
}

@media not all and (min-width: 768px){
  .works-single-header__thumbnail {
    margin-bottom: 20px;
  }
}

.works-single-header__wrap  {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.works-single-header__data {
  padding: 20px;
  width: 300px;
  background-color: #F4F9EB;
  border-radius: 10px;
}

.works-single-header__description {
  width: calc(100% - 340px);
}

@media not all and (min-width: 768px){
  .works-single-header__data {
    margin-bottom: 20px;
    width: 100%;
  }

  .works-single-header__description {
    width: 100%;
  }
}

.works-single-header__data-heading {
  margin-bottom: 20px;
  color: #658E01;
  font-size: 16px;
  text-transform: uppercase;
}

.works-single-header__data-heading:after {
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  background-color: #658E01;
}

.works-single-header__data-dl {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.works-single-header__data-dl dt {
  width: 80px;
}

.works-single-header__data-dl dd {
  width: calc(100% - 80px);
}

.works-single-main__wrap {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  margin-bottom: 100px;
}

@media not all and (min-width: 768px){
  .works-single-main__wrap {
    margin-bottom: 50px;
  }
}

.works-single-main__wrap:nth-child(odd) {
  flex-direction: row-reverse;
}

.works-single-main__image {
  width: 48%;
}

.works-single-main__contents {
  padding-top: 50px;
  width: 48%;
}

@media not all and (min-width: 768px){
  .works-single-main__image {
    width: 70%;
  }

  .works-single-main__contents {
    padding-top: 20px;
    width: 70%;
  }
}

@media not all and (min-width: 468px){
  .works-single-main__image {
    width: 100%;
  }

  .works-single-main__contents {
    width: 100%;
  }
}

.works-single-main__image img {
  width: 100%;
}

.works-single-main__contents h2 {
  margin-bottom: 20px;
  padding-right: 80px;
  padding-bottom: 10px;
  width: fit-content;
  border-bottom: 1px solid #000;
}

.works-single-main__contents p {
  line-height: 2.2;
}

.works-single-more-button {
  margin-block: 160px;
}

@media not all and (min-width: 768px){
  .works-single-more-button {
    margin-block: 80px;
  }
}


/*
	e-estate
/////////////////////////////////////////////////////////*/

.e-estate-nav-area {
  margin-inline: auto;
  margin-bottom: 60px;
  padding-inline: 20px;
  max-width: 1155px;
}

.e-estate-nav-area__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
}

.e-estate-nav-area__list li {
  padding-right: 20px;
  border-bottom: 1px solid #000;
}

.e-estate-nav-area__list li a {
  display: block;
  padding: 5px 20px;
  font-size: 20px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}

@media (any-hover: hover) {
  .e-estate-nav-area__list li a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #000;
  }
}

.e-estate-nav-area__list li a:focus-visible {
  text-decoration: none;
  color: #fff;
  background-color: #000;
}

.e-estate-nav-area__list li .active {
  display: block;
  padding: 5px 20px;
  color: #fff;
  font-size: 20px;
  background-color: #000;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}

@media not all and (min-width: 768px){
  .e-estate-nav-area__list {
    justify-content: center;
  }

  .e-estate-nav-area__list li {
    padding-right: 10px;
    padding-left: 10px;
    border-bottom: 1px solid #000;
  }

  .e-estate-nav-area__list li a {
    padding: 3px 15px;
    font-size: 16px;
  }

  .e-estate-nav-area__list li .active {
    padding: 3px 15px;
    font-size: 16px;
  }
}

.e-estate-archive {
  background-image: url(../assets/images/common/contents-bg01.svg);
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
}

.e-estate-archive__wrap {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  gap: 50px 0;
  margin-inline: auto;
  margin-bottom: 160px;
  padding-inline: 20px;
  max-width: 1155px;
}

.e-estate-archive__item {
  width: 48%;
}

@media not all and (min-width: 940px){
  .e-estate-archive__wrap {
    margin-bottom: 80px;
  }

  .e-estate-archive__item {
    width: 100%;
  }
}

.e-estate-archive__item a {
  display: flex;
  flex-direction: column;
  padding: 40px;
  background-color: #fff;
  border: 1px solid #CBE098;
  border-radius: 20px;
}

@media (any-hover: hover) {
  .e-estate-archive__item a:hover {
    text-decoration: none;
    opacity: .5;
  }
}

@media not all and (min-width: 940px){
  .e-estate-archive__item a {
    padding: 20px;
  }
}

.e-estate-archive__item a:focus-visible {
  text-decoration: none;
  opacity: .5;
}

.e-estate-archive__item.new-post a {
  position: relative;
  overflow: hidden;
}

.e-estate-archive__item.new-post a::after {
  content: 'New';
  position: absolute;
  top: 15px;
  left: -30px;
  transform: rotate(-45deg);
  width: 120px;
  height: 26px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
}

.e-estate-archive__heading {
  order: 3;
  margin-bottom: 10px;
  font-size: 24px;
}

.e-estate-archive__cat {
  order: 1;
  margin-bottom: 10px;
  margin-left: auto;
  padding: 5px 20px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  background-color: #658E01;
  border-radius: 3px;
}

.e-estate-archive__meta {
  order: 4;
  margin-bottom: 10px;
}

.e-estate-archive__meta li {
  position: relative;
  padding-left: 20px;
}

.e-estate-archive__meta li::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: #658E01;
  border-radius: 50vh;
}

.e-estate-archive__price {
  order: 5;
  margin-bottom: 10px;
  color: #FF0000;
  font-size: 26px;
  font-weight: 700;
}

.e-estate-archive__data {
  order: 6;
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 3px dotted #658E01;
}

@media not all and (min-width: 940px){
  .e-estate-archive__data {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}

.e-estate-archive__data dl {
  display: flex;
	justify-content: space-between;
  align-items: center;
	flex-wrap: wrap;
  margin-bottom: 5px;
  width: 48%;
  font-size: 14px;
}

.e-estate-archive__data dt {
  padding: 3px 8px;
  width: 76px;
  text-align: center;
  line-height: 1;
  border: 1px solid #000;
}

.e-estate-archive__data dd {
  width: calc(100% - 86px);
}

.e-estate-archive__add {
  order: 7;
}

.e-estate-archive-image {
  order: 2;
  margin-bottom: 10px;
}

.e-estate-archive-image img {
  width: 100%;
}


/*
	e-estate single
/////////////////////////////////////////////////////////*/

.e-estate-single {
  background-image: url(../assets/images/common/contents-bg02.svg);
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
}

.e-estate-single__container {
  margin-inline: auto;
  padding-inline: 20px;
  max-width: 1155px;
}

.e-estate-single__main {
  display: flex;
	justify-content: space-between;
  flex-direction: row-reverse;
	flex-wrap: wrap;
  margin-bottom: 60px;
}

.e-estate-single__main-contents {
  display: flex;
  flex-direction: column;
  width: 40%;
}

.e-estate-single__main-image {
  width: 57%;
}

@media not all and (min-width: 940px){
  .e-estate-single__main {
    flex-direction: column-reverse;
  }

  .e-estate-single__main-contents {
    width: 100%;
  }

  .e-estate-single__main-image {
    /* margin-bottom: 40px; */
    margin-bottom: 0;
    width: 100%;
  }
}

.e-estate-single__main-title {
  order: 3;
  padding-bottom: 10px;
  font-size: 35px;
  border-bottom: 1px solid #000;
}

@media not all and (min-width: 768px){
  .e-estate-single__main-title {
    font-size: 25px;
  }
}

.e-estate-single__main-time {
  order: 1;
  margin-bottom: 5px;
  font-size: 14px;
}

.e-estate-single__main-cat {
  order: 2;
  margin-bottom: 20px;
  padding: 5px 20px;
  width: fit-content;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  background-color: #658E01;
  border-radius: 3px;
}

.e-estate-single__main-data {
  order: 4;
}

.e-estate-single__main-dl {
  display: flex;
	justify-content: space-between;
  align-items: center;
	flex-wrap: wrap;
  padding-block: 10px;
  border-bottom: 1px solid #000;
}

.e-estate-single__main-dl dt {
  width: 160px;
  font-size: 30px;
  font-weight: 700;
}

.e-estate-single__main-dl dd {
  width: calc(100% - 160px);
}

@media not all and (min-width: 768px){
  .e-estate-single__main-dl dt {
    width: 100px;
    font-size: 20px;
  }

  .e-estate-single__main-dl dd {
    width: calc(100% - 100px);
  }
}

.e-estate-single__main-dl.price {
  padding-block: 20px;
}

.e-estate-single__main-dl.price dd {
  color: #FF0000;
  font-size: 35px;
  font-weight: 700;
}

@media not all and (min-width: 768px){
  .e-estate-single__main-dl.price dd {
    font-size: 25px;
  }
}

.e-estate-single__main-image-figure {
  position: relative;
  margin-bottom: 30px;
}
.e-estate-single__main-image-figure2 {
  position: relative;
  margin-bottom: 30px;
  margin-right: 30px;
  max-width: 800px;
  min-width: 800px;
}

.e-estate-single__main-image-figure img {
  display: block;
  width: 100%;
  height: auto;
}
.e-estate-single__main-image-figure2 img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 800px;
}

.e-estate-single__main-image-prev,
.e-estate-single__main-image-next {
  display: grid;
  place-content: center;
  position: absolute;
  top: 50%;
  width: 23px;
  height: 102px;
  transform: translateY(-50%);
  color: #000;
  background-color: #fff;
  border: 1px solid #707070;
  cursor: pointer;
  z-index: 10;
}

.e-estate-single__main-image-prev {
  left: -10px;
}

.e-estate-single__main-image-next {
  right: -10px;
}

.e-estate-single__main-image-list {
  display: flex;
  gap: 10px 2.6666%;
  flex-wrap: wrap;
  display: none;
}

.e-estate-single__main-image-list li {
  cursor: pointer;
  width: 23%;
}

.e-estate-single__main-image-list li:last-child {
  margin-right: 0;
}

.e-estate-single__main-image-list img {
  display: block;
  width: 100%;
  height: auto;
}

.e-estate-single__data {
  margin-bottom: 80px;
}

.e-estate-single__data-dl {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.e-estate-single__data-dl dt {
  padding: 20px;
  width: 160px;
  text-align: center;
  background-color: #E9F0F7;
}

.e-estate-single__data-dl dd {
  padding: 20px;
  width: calc(100% - 160px);
  background-color: #fff;
}

@media not all and (min-width: 768px){
  .e-estate-single__data-dl dt {
    width: 100px;
  }

  .e-estate-single__data-dl dd {
    width: calc(100% - 100px);
  }
}

.e-estate-single__data-wrap {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  border-bottom: 1px solid #707070;
}

.e-estate-single__data-item {
  display: flex;
  width: 50%;
}

@media not all and (min-width: 768px){
  .e-estate-single__data-item {
    width: 100%;
  }

  .e-estate-single__data-item:not(:last-child) {
    border-bottom: 1px solid #707070;
  }
}

.e-estate-single__map {
  margin-block: 80px;
}

.e-estate-single__map iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16/6;
}

@media not all and (min-width: 768px){
  .e-estate-single__map iframe {
    aspect-ratio: 4/3;
  }
}






/*
	information archive
/////////////////////////////////////////////////////////*/

.information-nav-area {
  margin-inline: auto;
  margin-bottom: 60px;
  padding-inline: 20px;
  max-width: 1155px;
}

.information-nav-area__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
  border-bottom: 1px solid #000;
}

.information-nav-area__list li {
  padding-right: 20px;
  /* border-bottom: 1px solid #000; */
}

.information-nav-area__list li a {
  display: block;
  padding: 5px 20px;
  font-size: 20px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}

@media (any-hover: hover) {
  .information-nav-area__list li a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #000;
  }
}

.information-nav-area__list li a:focus-visible {
  text-decoration: none;
  color: #fff;
  background-color: #000;
}

.information-nav-area__list li .active {
  display: block;
  padding: 5px 20px;
  color: #fff;
  font-size: 20px;
  background-color: #000;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}

@media not all and (min-width: 768px){
  .information-nav-area__list {
    justify-content: center;
    border-bottom: none;
  }

  .information-nav-area__list li {
    padding-right: 10px;
    padding-left: 10px;
    border-bottom: 1px solid #000;
  }

  .information-nav-area__list li a {
    padding: 3px 15px;
    font-size: 16px;
  }

  .information-nav-area__list li .active {
    padding: 3px 15px;
    font-size: 16px;
  }

  .information-nav-area__list li button {
    padding: 3px 20px!important;
    font-size: 16px!important;
  }
}

.information-archive {
  margin-bottom: -160px;
  padding-bottom: 160px;
  background-image: url(../assets/images/common/contents-bg01.svg);
  background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
  height: 70vh;
}

@media not all and (min-width: 940px){
  .information-archive {
    margin-bottom: 0;
    padding-bottom: 100px;
  }
}

.information-archive__wrap {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  gap: 60px 0;
  margin-inline: auto;
  margin-bottom: 160px;
  padding-inline: 20px;
  max-width: 1155px;
}

.information-archive__item {
  width: 48%;
}

@media not all and (min-width: 940px){
  .information-archive__wrap {
    margin-bottom: 80px;
    gap: 30px 0;
  }

  .information-archive__item {
    width: 100%;
  }
}

.information-archive__item a {
  display: flex;
	justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
	flex-wrap: wrap;
}

@media (any-hover: hover) {
  .information-archive__item a:hover {
    text-decoration: none;
    opacity: .5;
  }
}

.information-archive__contents {
  display: flex;
  flex-direction: column;
  width: 65%;
}

.information-archive__image {
  width: 30%;
}

@media not all and (min-width: 768px){
  .information-archive__contents {
    width: 55%;
  }

  .information-archive__image {
    width: 40%;
  }
}

.information-archive__title {
  order: 3;
  font-size: 16px;
  font-weight: 400;
}

.information-archive__cat {
  order: 1;
  margin-bottom: 10px;
  padding: 3px 10px;
  width: fit-content;
  font-size: 13px;
  line-height: 1.4;
}

@media not all and (min-width: 768px){
  .information-archive__title {
    font-size: 14px;
  }

  .information-archive__cat {
    margin-bottom: 5px;
    font-size: 11px;
  }
}

.information-archive__cat.event {
  background-color: #CBE098;
}
.information-archive__cat.news {
  background-color: #E8C5A3;
}
.information-archive__cat.blog {
  background-color: #A1BCE2;
}

.information-archive__time {
  order: 2;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
}

@media not all and (min-width: 768px){
  .information-archive__time {
    margin-bottom: 5px;
    font-size: 14px;
  }
}

.information-archive__image img {
  width: 100%;
}


/*
	information single
/////////////////////////////////////////////////////////*/

.information-single {
  background-image: url(../assets/images/common/contents-bg01.svg);
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
}

.information-single__header {
  display: flex;
  flex-direction: column;
  margin-inline: auto;
  margin-bottom: 50px;
  padding-inline: 20px;
  padding-bottom: 20px;
  max-width: 1155px;
  border-bottom: 1px solid #707070;
}

.information-single__title {
  order: 2;
  font-size: 24px;
}

.information-single__meta {
  order: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}

.information-single__meta .time {
  font-size: 15px;
  font-weight: 700;
}

.information-single__meta .cat {
  order: 1;
  margin-bottom: 10px;
  padding: 3px 10px;
  width: fit-content;
  font-size: 13px;
  line-height: 1.4;
}

@media not all and (min-width: 768px){
  .information-single__meta .cat {
    margin-bottom: 5px;
    font-size: 11px;
  }
}

.information-single__meta .cat.event {
  background-color: #CBE098;
}
.information-single__meta .cat.news {
  background-color: #E8C5A3;
}
.information-single__meta .cat.blog {
  background-color: #A1BCE2;
}

.information-single__main {
  margin-bottom: 160px;
}

@media not all and (min-width: 768px){
  .information-single__main {
    margin-bottom: 80px;
  }
}

.information-single__thumbnail {
  margin-inline: auto;
  margin-bottom: 40px;
  max-width: 750px;
}

.information-single__main {
  margin-inline: auto;
  padding-inline: 20px;
  max-width: 750px;
}

.information-single__main p {
  margin-bottom: 30px;
}

.information-single__main h2 {
  margin-block: 80px 30px;
  font-size: 30px;
}

.information-single__main h3 {
  margin-block: 60px 20px;
  font-size: 24px;
}

@media not all and (min-width: 768px){
  .information-single__main h2 {
    margin-block: 60px 30px;
    font-size: 24px;
  }

  .information-single__main h3 {
    margin-block: 50px 20px;
    font-size: 20px;
  }
}



/*
	staff
/////////////////////////////////////////////////////////*/

.staff-container {
  position: relative;
  background-image: url(../assets/images/common/contents-bg02.svg);
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
}

.staff-container::before {
  content: '';
  position: absolute;
  top: 35%;
  left: 0;
  width: 100%;
  height: 860px;
  background-image: url(../assets/images/common/contents-bg01.svg);
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
  z-index: -1;
}

.staff-container::after {
  content: '';
  position: absolute;
  bottom: 25%;
  left: 0;
  width: 100%;
  height: 860px;
  background-image: url(../assets/images/common/contents-bg01.svg);
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
  z-index: -1;
}

.staff-hero {
  position: relative;
  margin-inline: auto;
  padding-inline: 20px;
  margin-bottom: 160px;
  width: fit-content;
  font-size: 45px;
  text-align: center;
}

@media not all and (min-width: 768px){
  .staff-hero {
    margin-bottom: 80px;
    padding-block: 40px;
    font-size: 32px;
  }
}

@media not all and (min-width: 568px){
  .staff-hero {
    margin-bottom: 40px;
    font-size: 26px;
  }
}

@media not all and (min-width: 368px){
  .staff-hero {
    font-size: 21px;
  }
}

.staff-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  background-image: url(../assets/images/staff/staff-icon01.svg);
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.staff-hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 28px;
  height: 28px;
  background-image: url(../assets/images/staff/staff-icon02.svg);
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

@media not all and (min-width: 1200px){
  .staff-hero::before {
    left: 20px;
  }

  .staff-hero::after {
    right: 20px;
  }
}

.staff-hero span {
  display: inline-block;
}

.staff-contents {
  margin-inline: auto;
  padding-inline: 20px;
  max-width: 1155px;
}

.staff-section {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  margin-bottom: 160px;
}

.staff-section:nth-child(odd) {
  flex-direction: row-reverse;
}

@media not all and (min-width: 768px){
  .staff-section {
    flex-direction: column-reverse;
    margin-bottom: 110px;
  }

  .staff-section:nth-child(odd) {
    flex-direction: column-reverse;
  }
}

.staff-section__contents {
  width: 60%;
}

.staff-section__image {
  width: 38%;
}

@media not all and (min-width: 768px){
  .staff-section__contents {
    width: 100%;
  }

  .staff-section__image {
    margin-bottom: 30px;
    width: 100%;
  }
}

.staff-section__hgroup {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

@media not all and (min-width: 768px){
  .staff-section__hgroup {
    margin-inline: auto;
    margin-bottom: 20px;
    max-width: 421px;
  }
}

.staff-section__hgroup-wrap {
  display: flex;
  align-items: center;
	flex-wrap: wrap;
  order: 2;
}

.staff-section__hgroup-name {
  font-size: 26px;
}

.staff-section__hgroup-name-en {
  margin-left: 30px;
}

@media not all and (min-width: 368px){
  .staff-section__hgroup-name-en {
    margin-bottom: 10px;
    margin-left: 0;
    width: 100%;
  }
}

.staff-section__hgroup-qualification {
  margin-left: auto;
  font-size: 17px;
  font-weight: 700;
}

@media not all and (min-width: 768px){
  .staff-section__hgroup-qualification {
    width: 100%;
  }
}

.staff-section__hgroup-position {
  order: 1;
  color: #658E01;
  font-size: 14px;
  font-weight: 700;
}

.staff-section__message {
  margin-bottom: 30px;
  line-height: 1.6;
}

@media not all and (min-width: 768px){
  .staff-section__message {
    margin-bottom: 20px;
  }
}

.staff-section__message-heading {
  font-size: 16px;
}

.staff-section__favorite {
  padding: 20px;
  border-radius: 15px;
  line-height: 1.6;
}

.staff-section__favorite.br {
  background-color: #E9F0F7;
}

.staff-section__favorite.gr {
  background-color: #F4F9EB;
}

.staff-section__favorite.re {
  background-color: #F8F0E5;
}

.br .staff-section__favorite-heading {
  color: #0F4CA0;
}

.gr .staff-section__favorite-heading {
  color: #658E01;
}

.re .staff-section__favorite-heading {
  color: #5C3512;
}

.staff-section__image img {
  margin-inline: auto;
  border-radius: 0 20px 0 20px;
}



/*
	company
/////////////////////////////////////////////////////////*/

.company-container {
  background-image: url(../assets/images/common/contents-bg02.svg);
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center 80%;
}

.company-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 60px;
  font-size: 35px;
}

@media not all and (min-width: 768px){
  .company-heading {
    margin-bottom: 40px;
    font-size: 26px;
  }
}

.company-heading::before {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background-color: #000;
  transform: rotate(-60deg);
}

.company-heading::after {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background-color: #000;
  transform: rotate(-60deg);
}

.company-message {
  margin-inline: auto;
  margin-bottom: 80px;
  max-width: 1155px;
}

.company-message__image img {
  width: 100%;
}

@media not all and (min-width: 768px){
  .company-message__image img {
    margin-left: 20px;
  }
}

.company-message__wrap {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  margin-top: -50px;
  padding-inline: 50px 0;
}

@media not all and (min-width: 768px){
  .company-message__wrap {
    margin-top: -30px;
    margin-left: 0;
    padding-inline: 0;
  }
}

.company-message__text {
  padding: 50px;
  width: 70%;
  height: fit-content;
  line-height: 2.2;
  background-color: rgb(255 255 255 / .9);
  border: 1px solid #707070;
}

.company-message__text-image {
  margin-top: -440px;
  width: 30%;
}

@media not all and (min-width: 1000px){
  .company-message__text-image {
    margin-top: -200px;
  }
}

@media not all and (min-width: 768px){
  .company-message__text {
    padding: 20px;
    width: 80%;
  }

  .company-message__text-image {
    margin-top: -200px;
    width: 20%;
  }
}

@media not all and (min-width: 468px){
  .company-message__text {
    width: 70%;
  }

  .company-message__text-image {
    margin-top: -140px;
    width: 30%;
  }
}

.company-message__text .sign {
  text-align: right;
}

.company-message__text-image img {
  margin-inline: auto;
}

@media not all and (min-width: 768px){
  .company-message__text-image img {
    margin-right: 0;
    width: 80%;
  }
}

.company-message__bg {
  margin-bottom: 80px;
}

@media not all and (min-width: 768px){
  .company-message__bg {
    margin-bottom: 40px;
  }
}

.company-message__bg img {
  width: 100%;
}

.company-data__dl {
  margin-inline: auto;
  margin-bottom: 60px;
  padding-inline: 20px;
  max-width: 800px;
}

.company-data__dl dl {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  margin-bottom: 10px;
}

.company-data__dl dt {
  display: grid;
  place-content: center;
  width: 250px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  background-color: #A28362;
}

.company-data__dl dd {
  padding: 10px;
  width: calc(100% - 260px);
  background-color: #fff;
  border: 1px solid #A28362;
}

@media not all and (min-width: 768px){
  .company-data__dl dt {
    width: 120px;
    font-size: 15px;
  }

  .company-data__dl dd {
    width: calc(100% - 130px);
  }
}

@media not all and (min-width: 468px){
  .company-data__dl dt {
    width: 80px;
    font-size: 15px;
  }

  .company-data__dl dd {
    width: calc(100% - 90px);
  }
}

.company-data__dl dt span {
  display: inline-block;
}

.company-data__dl-map {
  margin-bottom: 10px;
}

.company-data__dl-map iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16/6;
}

@media not all and (min-width: 768px){
  .company-data__dl-map iframe {
    aspect-ratio: 16/9;
  }
}

.company-data__info {
  margin-bottom: 110px;
  padding-inline: 20px;
  font-weight: 700;
  text-align: center;
}

.company-data__info span {
  display: inline-block;
}

.company-data__info p:not(:last-child) {
  margin-bottom: 40px;
}

@media not all and (min-width: 768px){
  .company-data__info {
    margin-bottom: 60px;
  }

  .company-data__info p:not(:last-child) {
    margin-bottom: 30px;
  }
}

.company-data__banners {
  margin-bottom: 160px;
  padding-inline: 20px;
}

@media not all and (min-width: 768px){
  .company-data__banners {
    margin-bottom: 80px;
  }
}

.company-data__banners-wrap {
  display: flex;
	justify-content: center;
	flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

.company-data__banners-item {
  width: fit-content;
}

@media (any-hover: hover) {
  .company-data__banners-item a:hover {
    opacity: .5;
  }
}

.company-data__banners-item a:focus-visible {
  opacity: .5;
}

.company-data__ban {
  margin-inline: auto;
  width: fit-content;
}


/*
	voice
/////////////////////////////////////////////////////////*/

.voice-scroll-animation {
  margin-block: 110px 40px;
}

@media not all and (min-width: 768px){
  .voice-scroll-animation {
    margin-block: 40px;
  }
}

.voice-section {
  position: relative;
  padding-top: 40px;
}

@media not all and (min-width: 768px){
  .voice-section {
    padding-top: 30px;
  }
}

.voice-section::before {
  content: '';
  position: absolute;
  top: 0;
  width: calc(100% - 200px);
  /* height: 888px; */
  background-image: url(../assets/images/voice/voice-bg.png);
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
  z-index: -1;
}

@media not all and (min-width: 1580px){
  .voice-section::before {
    width: 95%;
  }
}

@media not all and (min-width: 1000px){
  .voice-section::before {
    width: 100%;
  }
}

.voice-section:nth-child(odd)::before {
  right: 0;
}

.voice-section__wrap {
  /* display: flex;
	justify-content: space-between;
	flex-wrap: wrap; */
  margin-inline: auto;
  padding-inline: 20px;
  max-width: 1400px;
}
.voice-section__innr_wrap {
  max-width: 1070px;
  width: 100%;
  margin: 0 auto;
}

.voice-section:nth-child(even) .voice-section__wrap {
  flex-direction: row-reverse;
}

.voice-section__contents {
  /* width: 60%; */
}

.voice-section__images {
  /* width: 35%; */
}

@media not all and (min-width: 768px){
  .voice-section__wrap {
    flex-direction: column-reverse;
  }

  .voice-section:nth-child(even) .voice-section__wrap {
    flex-direction: column-reverse;
  }

  .voice-section__contents {
    width: 100%;
  }

  .voice-section__images {
    margin-bottom: 40px;
    width: 100%;
  }
}

.voice-section__hgroup {
  display: flex;
	justify-content: space-between;
  align-items: flex-end;
	flex-wrap: wrap;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 20px;
  background-image: repeating-linear-gradient(-45deg, #909090 0px, #909090 1px, rgba(0 0 0 / 0) 0%, rgba(0 0 0 / 0) 50%);
  background-size: 6px 6px;
  background-repeat: repeat-x;
  background-position: center bottom;
}

.voice-section__contents-subheading {
  margin-bottom: 20px;
  color: #658E01;
  font-size: 20px;
}

.voice-section__contents-text {
  margin-bottom: 30px;
  padding: 20px;
  background-color: #F4F9EB;
  border-radius: 10px;
}

.voice-section__image-inner {
  margin-bottom: 30px;
}

@media not all and (min-width: 768px){
  .voice-section__image-inner {
    margin-bottom: 30px;
  }
}

.voice-section__image-inner img {
  width: 100%;
  box-shadow: 0 3px 6px rgb(0 0 0 / .16);
}

.voice-section:nth-child(even) .voice-section__image-inner {
  margin-left: calc(50% - 50vw);
}

.voice-section:nth-child(odd) .voice-section__image-inner {
  margin-right: calc(50% - 50vw);
}


.voice-section:nth-child(even) .voice-section__image-inner img {
  border-radius: 0 40px 40px 0;
}

.voice-section:nth-child(odd) .voice-section__image-inner img {
  border-radius: 40px 0 0 40px;
}

.voice-section__image-list {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  gap: 20px 0;
}

@media not all and (min-width: 768px){
  .voice-section__image-list {
    width: 80%;
  }
}

.voice-section__image-list-item {
  width: 48%;
}

.voice-section__image-list-item img {
  width: 100%;
}

.voice-more {
  margin-top: 150px;
}

@media not all and (min-width: 768px){
  .voice-more {
    margin-top: 50px;
  }
}


/*
	recruit
/////////////////////////////////////////////////////////*/

.recruit-h .header__sns-heading {
  color: #fff;
}

.recruit-h .header__contact-list a {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}

.recruit-container {
  position: relative;
  overflow-x: hidden;
}

.recruit-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 50%;
  background-color: #44A2BE;
  z-index: -1;
}

.swiper-container {
  position: relative;
  width: 100%;
}

.slide-content {
  background-size: cover;
  background-position: center;
}

.slide-box {
  padding: 20px;
  color: #fff;
  background-color: rgba(0 0 0 / .5);
}

@media (max-width: 768px) {
  .js-swiper-container {
    width: auto !important;
    padding: 0 !important;
  }
  .js-swiper-wrapper {
    display: block !important;
  }
  .swiper-slide {
    width: auto !important;
    margin-bottom: 20px; /* 縦並びの隙間 */
  }
  .swiper-button-prev,
  .swiper-button-next {
    display: none; /* ボタンを非表示にする */
  }
}

.recruit-container {
  position: relative;
}

.recruit-toc {
  display: flex;
  justify-content: center;
  position: sticky;
  top: 300px;
  left: 80px;
  width: 300px;
  z-index: 1000;
}

@media not all and (min-width: 1100px){
  .recruit-toc {
    justify-content: flex-start;
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 100px;
    margin-left: 80px;
    width: 100%;
    z-index: 1000;
  }
}

@media not all and (min-width: 940px){
  .recruit-toc {
    margin-bottom: 50px;
    margin-left: 20px;
  }
}

.recruit-toc li {
  margin-bottom: 10px;
}

.recruit-toc a {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.recruit-toc a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: #FCFFB2;
  scale: 0, 1;
  transition: .3s;
}

@media (any-hover: hover) {
  .recruit-toc a:hover {
    text-decoration: none;
  }

  .recruit-toc a:hover::after {
    width: 100%;
    scale: 1, 1;
  }
}

.recruit-toc a:focus-visible {
  text-decoration: none;
}

.recruit-toc a:focus-visible::after {
  width: 100%;
  scale: 1, 1;
}

.recruit-message,
.recruit-job
/* .recruit-voice */
 {
  padding-left: 480px;
}

@media not all and (min-width: 1100px){
  .recruit-message,
  .recruit-job,
  .recruit-voice {
    padding-left: 80px;
  }
}

@media not all and (min-width: 940px){
  .recruit-message,
  .recruit-job,
  .recruit-voice {
    padding-left: 20px;
  }
}

.recruit-message {
  position: relative;
  padding-bottom: 344px;
}

.recruit-message::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 344px;
  background-image: url(../assets/images/recruit/recruit-message-section-bg.svg);
  background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
  z-index: 1;
}

@media not all and (min-width: 768px){
.recruit-message {
  padding-bottom: 160px;
}

.recruit-message::after {
    height: 160px;
  }
}

.recruit-job {
  padding-bottom: 222px;
  background-color: #75BBD0;
}

@media not all and (min-width: 768px){
  .recruit-job {
    padding-bottom: 50px;
  }
}

.recruit-hgroup {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  color: #fff;
  gap: 30px;
}

.recruit-hgroup__num {
  font-size: 151px;
  font-weight: 900;
}

.recruit-hgroup__heading-jp {
  font-size: 35px;
}

@media not all and (min-width: 1360px){
  .recruit-hgroup__num {
    font-size: 100px;
  }

  .recruit-hgroup__heading-jp {
    font-size: 25px;
  }
}

.recruit-message-hgroup .recruit-hgroup__heading-en {
  position: absolute;
  top: 80px;
  left: 130px;
}

.recruit-job-hgroup .recruit-hgroup__heading-en {
  position: absolute;
  top: 80px;
  left: 130px;
}

.recruit-voice-hgroup .recruit-hgroup__heading-en {
  position: absolute;
  top: 50px;
  left: 130px;
}

.recruit-message-hgroup {
  align-items: flex-start;
  background-image: url(../assets/images/recruit/recruit-message-bg.svg);
  background-size: 70%;
	background-repeat: no-repeat;
	background-position: right top;
}

@media not all and (min-width: 940px){
  .recruit-message-hgroup {
    background-position: right 60%;
  }
}

.recruit-message-hgroup .recruit-hgroup__num {
  line-height: 1;
}

.recruit-message-hgroup .recruit-hgroup__heading-jp {
  margin-top: 40px;
}

.recruit-message-image {
  margin-top: -100px;
  margin-left: 40px;
  width: calc(100% - 750px);
}

@media not all and (min-width: 1860px){
  .recruit-message-image {
    width: calc(100% - 560px);
  }
}

@media not all and (min-width: 1680px){
  .recruit-message-image {
    margin-top: 0;
    width: calc(100% - 470px);
  }
}

@media not all and (min-width: 1360px){
  .recruit-message-image {
    margin-left: 0px;
    width: calc(100% - 350px);
  }
}

@media not all and (min-width: 940px){
  .recruit-message-image {
    margin-top: 80px;
    margin-left: -20px;
    width: 70%;
  }
}

@media not all and (min-width: 468px){
  .recruit-message-image {
    margin-top: 40px;
    width: 90%;
  }
}

.recruit-message-image img {
  width: 100%;
}

.recruit-message__contents {
  position: relative;
  margin-top: -70px;
  width: 50%;
  color: #fff;
  line-height: 2.2;
  z-index: 1;
}

.recruit-message__contents .sign {
  margin-top: 30px;
  font-weight: 700;
  text-align: right;
}

@media not all and (min-width: 1680px){
  .recruit-message__contents {
    width: 65%;
  }
}

@media not all and (min-width: 1360px){
  .recruit-message__contents {
    margin-top: 0px;
  }
}

@media not all and (min-width: 1100px){
  .recruit-message__contents {
    margin-top: -80px;
    width: 60%;
  }
}

@media not all and (min-width: 940px){
  .recruit-message__contents {
    margin-left: auto;
    margin-top: -60px;
    padding: 20px;
    width: 70%;
    background-color: #44A2BE;
  }
}

@media not all and (min-width: 468px){
  .recruit-message__contents {
    margin-top: -30px;
    padding: 20px;
    width: 90%;
  }
}

.recruit-scroll-animation {
  position: absolute;
  bottom: 60px;
  left: 50%;
  translate: -50% 0;
  color: #fff;
  z-index: 10;
}

@media not all and (min-width: 768px){
  .recruit-scroll-animation {
    bottom: 10px;
  }
}

.recruit-scroll-animation.scroll-animation .line {
  background-color: #fff;
}

.recruit-scroll-animation.scroll-animation .line::after {
  background-color: #fff;
}

.recruit-job__item {
  display: flex;
	justify-content: space-between;
  flex-direction: row-reverse;
	flex-wrap: wrap;
  margin-bottom: 60px;
}

.recruit-job__text {
  width: 69%;
}

.recruit-job__image {
  width: 30%;
}

@media not all and (min-width: 768px){
  .recruit-job__item {
    position: relative;
    flex-direction: column-reverse;
  }

  .recruit-job__text {
    width: calc(100% - 20px);
  }

  .recruit-job__image {
    width: 60%;
  }
}

.recruit-job__hgroup {
  display: flex;
  flex-direction: column-reverse;
  width: fit-content;
  line-height: 1;
}

@media not all and (min-width: 768px){
  .recruit-job__hgroup {
    position: absolute;
    top: 0;
    left: 60%;
    writing-mode: vertical-rl;
  }
}

.recruit-job__subheading {
  color: #fff;
  font-size: 151px;
}

@media not all and (min-width: 1580px){
  .recruit-job__subheading {
    font-size: 120px;
  }
}

@media not all and (min-width: 1380px){
  .recruit-job__subheading {
    font-size: 100px;
  }
}

@media not all and (min-width: 1200px){
  .recruit-job__subheading {
    font-size: 80px;
  }
}

@media not all and (min-width: 1100px){
  .recruit-job__subheading {
    font-size: 100px;
  }
}

@media not all and (min-width: 768px){
  .recruit-job__subheading {
    font-size: 60px;
  }
}

@media not all and (min-width: 568px){
  .recruit-job__subheading {
    font-size: 40px;
  }
}

@media not all and (min-width: 388px){
  .recruit-job__subheading {
    font-size: 30px;
  }
}

.recruit-job__subheading.subheading01::first-letter {
  color: #FCFFB2;
}
.recruit-job__subheading.subheading02::first-letter {
  color: #CFEDD3;
}
.recruit-job__subheading.subheading03::first-letter {
  color: #DEF2FF;
}
.recruit-job__subheading.subheading04::first-letter {
  color: #FDD884;
}

.recruit-job__subheading-en {
  margin-bottom: -20px;
  color: rgb(255 255 255 / .34);
  font-size: 30px;
  font-weight: 700;
  text-align: right;
}

@media not all and (min-width: 1000px){
  .recruit-job__subheading-en {
    font-size: 20px;
    text-align: left;
  }
}

.recruit-job__box-inner {
  margin-left: -200px;
  padding: 40px 80px 40px 220px;
  background-color: #fff;
  border-radius: 0 0 0 40px;
  box-shadow: 6px 6px 10px rgb(0 0 0 / .16);
}

@media not all and (min-width: 768px){
  .recruit-job__box-inner {
    margin-top: -60px;
    margin-left: -20px;
    padding: 80px 20px 20px 20px;
    background-color: #fff;
    border-radius: 0 0 0 40px;
    box-shadow: 6px 6px 10px rgb(0 0 0 / .16);
  }
}

.recruit-job__box-inner h4 {
  margin-bottom: 20px;
  font-size: 22px;
}

.recruit-job__box-inner-text p {
  margin-bottom: 30px;
}

.recruit-job__box-wrap {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  padding: 10px;
  background-color: #D0F5F0;
}

.recruit-job__box-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px 0;
  padding: 20px 10px;
  width: 32.5%;
  background-color: #fff;
  border-radius: 5px;
}

.recruit-job__box-label {
  order: 2;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.recruit-job__box-text {
  order: 3;
  font-size: 16px;
  text-align: center;
  line-height: 1.2;
}

@media not all and (min-width: 768px){
  .recruit-job__box-label {
    font-size: 15px;
  }

  .recruit-job__box-text {
    font-size: 13px;
  }
}

.recruit-job__box-icon {
  order: 1;
  display: grid;
  place-content: center;
  height: 80px;
}

.recruit-job__image img {
  position: relative;
  margin-top: 100px;
  border-radius: 50px 0 0 0 ;
  z-index: 1;
}

@media not all and (min-width: 768px){
  .recruit-job__image img {
    margin-top: 0;
  }
}

.recruit-job-section-bg {
  position: relative;
  background-color: #75BBD0;
  z-index: 10;
}

.recruit-job-section-bg img {
  width: 100%;
}

.recruit-job-section-bg::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 50%;
  background-color: #3C7F95;
  z-index: -1;
}

.recruit-voice {
  position: relative;
  margin-bottom: 340px;
  margin-top: -210px;
  padding-block: 370px 90px;
  background-color: #3C7F95;
}

@media not all and (min-width: 768px){
  .recruit-voice {
    margin-bottom: 130px;
    margin-top: -80px;
    padding-block: 80px 10px;
  }
}

.recruit-voice::after {
  content: '';
  position: absolute;
  bottom: -238px;
  left: 0;
  width: 100vw;
  height: 238px;
  background-image: url(../assets/images/recruit/recruit-voice-section-bg.svg);
  background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
}

@media not all and (min-width: 768px){
  .recruit-voice::after {
    bottom: -99px;
    height: 99px;
    background-image: url(../assets/images/recruit/recruit-voice-section-bg.svg);
  }

}

.recruit-voice-header {
  display: flex;
	justify-content: space-between;
  align-items: flex-end;
	flex-wrap: wrap;
  margin-bottom: 60px;
  /* max-width: 860px; */
  padding-left: 480px;
}

.recruit-voice-header__text {
  color: #fff;
  font-size: 25px;
  line-height: 2.4;
}

@media not all and (min-width: 768px){
  .recruit-voice-header__text {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 2.1;
  }

  .recruit-voice-header__text-image {
    margin-inline: auto;
    width: 60%;
  }
}

.recruit-voice__contents {
  /* max-width: 860px;
  height: 825px; */
}

.recruit-voice__contents-sp {
  display: none;
}

@media not all and (min-width: 768px){
  .recruit-voice__contents {
    display: none
  }

  .recruit-voice__contents-sp {
    display: block;
  }
}

.swiper-container,
.slide-content {
  height: 825px;
}

@media not all and (min-width: 768px){
  .recruit-voice-sp__item {
    margin-bottom: 90px;
  }

  .recruit-voice-sp__bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .recruit-voice-sp__box {
    position: relative;
    margin-top: -100px;
    margin-inline: 20px;
    padding: 20px;
    color: #fff;
    background-color: rgb(0 0 0 / .4);
    z-index: 1;
  }
}

.slide-content {
  position: relative;
}

.slide-box__heading {
  margin-bottom: 20px;
}

.slide-box {
  position: absolute;
  bottom: -5px;
  /* left: 20px; */
  /* max-width: 770px; */
  width: 95%;
  margin: 0 20px;
}

.recruit-footer {
  margin-inline: auto;
  padding-inline: 20px;
  margin-bottom: 180px;
  max-width: 1155px;
}

.recruit-footer-banner {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  gap: 20px 0;
  margin-bottom: 160px;
}

.recruit-footer-banner li {
  width: 32%;
}

@media not all and (min-width: 768px){
  .recruit-footer {
    margin-bottom: 90px;
    max-width: 1155px;
  }

  .recruit-footer-banner {
    flex-direction: column;
    margin-bottom: 40px;
    margin-inline: auto;
    width: fit-content;
  }

  .recruit-footer-banner li {
    width: 100%;
  }
}

.recruit-footer-button a {
  display: block;
  margin-inline: auto;
  width: fit-content;
}

@media (any-hover: hover) {
  .recruit-footer-banner li a {
    opacity: .5;
  }

  .recruit-footer-button a:hover {
    opacity: .5;
  }
}



/*
	concept
/////////////////////////////////////////////////////////*/

.concept-hero {

}

.concept-hero-image {
  position: relative;
  margin-bottom: 80px;
}

.concept-hero-image::before {
  content: '';
  position: absolute;
  top: 110px;
  left: 0;
  width: 70%;
  height: 630px;
  background-color: #E9F0F7;
  z-index: -1;
}

@media not all and (min-width: 768px){
  .concept-hero-image {
    position: relative;
    margin-bottom: 40px;
  }

  .concept-hero-image::before {
    display: none;
  }
}

.concept-hero-image__inner {
  margin-inline: auto;
  padding-inline: 20px;
  max-width: 1030px;
}

.concept-hero-image__inner img {
  width: 100%;
}

.concept-hero-message {
  display: flex;
	justify-content: space-between;
  align-items: flex-end;
	flex-wrap: wrap;
  margin-inline: auto;
  margin-bottom: 70px;
  padding-inline: 20px;
  max-width: 1030px;
}

.concept-hero-message__main {
  order: 2;
  width: 50%;
}

.concept-hero-message__left {
  order: 1;
  margin-bottom: 80px;
  width: 20%;
}

.concept-hero-message__right {
  order: 3;
  width: 20%;
}

.concept-hero-message__heading {
  position: relative;
  margin-inline: auto;
  margin-bottom: 50px;
  padding: 20px;
  width: fit-content;
  font-size: 25px;
  text-align: center;
}

.concept-hero-message__heading::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  background-image: url(../assets/images/concept/concept-hero-heading-icon01.svg);
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.concept-hero-message__heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 28px;
  height: 28px;
  background-image: url(../assets/images/concept/concept-hero-heading-icon02.svg);
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.concept-hero-message__heading span {
  color: #658E01;
}

.concept-hero-message__text p {
  text-align: center;
  line-height: 2.2;
}

.concept-hero-message__text p:not(:last-child) {
  margin-bottom: 40px;
}

.concept-hero-message__text .text-ye {
  background-image: linear-gradient(transparent 70%, #FCF276 70%);
}

@media not all and (min-width: 940px){
  .concept-hero-message {
    align-items: center;
    flex-direction: column;
    gap: 30px 0;
  }

  .concept-hero-message__main {
    display: contents;
    margin-block: 40px;
    width: 100%;
  }

  .concept-hero-message__heading {
    order: 1;
    margin-bottom: 0;
  }

  .concept-hero-message__text {
    order: 3;
  }

  .concept-hero-message__left {
    order: 2;
    margin-inline: auto;
    margin-bottom: 0;
    width: 75%;
  }

  .concept-hero-message__right {
    order: 4;
    margin-inline: auto;
    width: 75%;
  }
}

.concept-scroll-animation {
  position: relative;
  z-index: 10;
}

.concept-point {
  position: relative;
  margin-top: -130px;
  padding-block: 260px;
  background-image: url(../assets/images/common/contents-bg01.svg);
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
}

@media not all and (min-width: 940px){
  .concept-point {
    margin-top: -50px;
    padding-block: 120px 190px;
  }
}

.concept-point::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1470px;
  background-image: url(../assets/images/common/contents-bg01.svg);
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
  z-index: -1;
}

.concept-point__section {
  position: relative;
  margin-inline: auto;
  padding: 70px 95px 95px;
  max-width: 1200px;
}

@media not all and (min-width: 940px){
  .concept-point__section {
    padding: 70px 20px 40px;
  }
}

.concept-point01,
.concept-point02 {
  margin-bottom: 210px;
}

@media not all and (min-width: 940px){
  .concept-point01,
  .concept-point02 {
    margin-bottom: 80px;
  }
}

.concept-point01 {
  background-image: url(../assets/images/concept/concept-point01-bg.png);
}

.concept-point02 {
  background-image: url(../assets/images/concept/concept-point02-bg.png);
}

.concept-point03 {
  background-image: url(../assets/images/concept/concept-point03-bg.png);
}

.concept-point__tag {
  position: absolute;
  top: -15px;
  left: 95px;
}

@media not all and (min-width: 940px){
  .concept-point__tag {
    left: 20px;
  }
}

.concept-point__heading {
  margin-bottom: 30px;
  padding-left: 20px;
  font-size: 35px;
}

@media not all and (min-width: 768px){
  .concept-point__heading {
    font-size: 26px;
  }
}

.concept-point01 .concept-point__heading {
  color: #435F00;
  border-left: 5px solid #658E01;
}

.concept-point02 .concept-point__heading {
  color: #0F4CA0;
  border-left: 5px solid #0F4CA0;
}

.concept-point03 .concept-point__heading {
  color: #5C3512;
  border-left: 5px solid #5C3512;
}

.concept-point__hero {
  margin-bottom: 30px;
}

.concept-point__box {
  padding: 50px;
  background-color: #fafafa;
}

@media not all and (min-width: 768px){
  .concept-point__box {
    padding: 20px;
  }
}

.concept-point01-box__heading {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.concept-point01-box__heading .sub {
  font-size: 18px;
}

.concept-point01-box__heading .main {
  color: #5C3512;
  font-size: 35px;
}

@media not all and (min-width: 768px){
  .concept-point01-box__heading .sub {
    font-size: 14px;
  }

  .concept-point01-box__heading .main {
    color: #5C3512;
    font-size: 26px;
  }
}

.concept-point01-box__wrap {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  gap: 30px 0;
  margin-bottom: 30px;
}

.concept-point01-box__contents {
  width: 48%;
}

.concept-point01-box__image {
  width: 48%;
}

@media not all and (min-width: 768px){
  .concept-point01-box__contents {
    width: 100%;
  }

  .concept-point01-box__image {
    width: 100%;
  }
}

.concept-point01-box__description {
  margin-bottom: 20px;
  font-size: 16px;
}

.concept-point01-box__contents h4 {
  margin-bottom: 10px;
  padding-left: 20px;
  font-size: 24px;
  font-weight: 400;
  border-left: 9px solid #A77342;
}

.concept-point01-box__contents h4 span {
  color: #A77342;
  font-size: 30px;
  font-weight: 700;
}

@media not all and (min-width: 768px){
  .concept-point01-box__contents h4 {
    font-size: 16px;
  }

  .concept-point01-box__contents h4 span {
    font-size: 24px;
  }
}

.concept-point01-box__contents .text {
  margin-bottom: 20px;
}

.concept-point01-box__contents .text .main {
  color: #FC8E49;
  font-weight: 700;
}

.concept-point01-box__contents .text .sub {
  color: #FC8E49;
}

.concept-point01-box__contents .add {
  font-size: 10px;
}

.concept-point__box-inner {
  padding: 30px 30px 30px 0;
  background-color: #fff;
  border-radius: 0 30px 30px 0;
}

.concept-point__box-inner-item {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.concept-point__box-inner-item:not(:last-child) {
  margin-bottom: 40px;
}

.concept-point__box-inner-contents {
  width: 55%;
}

.concept-point__box-inner-image {
  width: 40%;
}

.concept-point__box-inner-image img {
  width: 100%;
}

@media not all and (min-width: 768px){
  .concept-point__box-inner {
    padding: 30px 0 30px 0;
  }

  .concept-point__box-inner-contents {
    width: 100%;
  }

  .concept-point__box-inner-image {
    margin-left: auto;
    width: calc(100% - 90px);
  }
}

@media not all and (min-width: 468px){
  .concept-point__box-inner-image {
    width: 100%;
  }
}

.concept-point__box-inner-heading {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  gap: 10px 0;
  margin-bottom: 20px;
}

.concept-point__box-inner-heading .label {
  padding: 3px;
  width: 80px;
  height: 32px;
  color: #fff;
  line-height: 1;
}

.box-inner01 .concept-point__box-inner-heading .label {
  background-color: #658E01;
}
.box-inner02 .concept-point__box-inner-heading .label {
  background-color: #0F4CA0;
}
.box-inner03 .concept-point__box-inner-heading .label {
  background-color: #5C3512;
}

.concept-point__box-inner-heading .label .num {
  font-size: 24px;
  font-weight: 700;
}

.concept-point__box-inner-heading .text {
  width: calc(100% - 90px);
  font-size: 26px;
  font-weight: 500;
}

@media not all and (min-width: 468px){
  .concept-point__box-inner-heading .text {
    width: 100%;
    font-size: 21px;
  }
}

.box-inner01 .concept-point__box-inner-heading .text {
  color: #658E01;
}
.box-inner02 .concept-point__box-inner-heading .text {
  color: #0F4CA0;
}
.box-inner03 .concept-point__box-inner-heading .text {
  color: #5C3512;
}

.concept-point__box-inner-text {
  margin-left: 90px;
  font-size: 16px;
}

@media not all and (min-width: 468px){
  .concept-point__box-inner-text {
    margin-bottom: 30px;
    margin-left: 0;
  }
}

.concept-point__image {
  margin-bottom: 40px;
}

.concept-maintenance {
  position: relative;
  margin-block: 200px 160px;
  padding-bottom: 80px;
  background-image: url(../assets/images/concept/concept-maintenance-bg.png);
  background-size: contain;
	background-repeat: repeat;
	background-position: center;
}

@media not all and (min-width: 768px){
  .concept-maintenance {
    margin-block: 160px 80px;
    padding-bottom: 80px;
  }
}

.concept-maintenance::before {
  content: '';
  position: absolute;
  top: -123px;
  left: 50%;
  translate: -50% 0;
  width: 100vw;
  height: 124px;
  background-image: url(../assets/images/concept/concept-maintenance-bg-before.png);
  background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.concept-maintenance__heading {
  position: relative;
  margin-inline: auto;
  margin-bottom: 20px;
  padding: 20px;
  width: fit-content;
  font-size: 39px;
  text-align: center;
}

@media not all and (min-width: 768px){
  .concept-maintenance__heading {
    font-size: 20px;
  }
}

@media not all and (min-width: 368px){
  .concept-maintenance__heading {
    padding: 10px;
    font-size: 16px;
  }
}

.concept-maintenance__heading::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  background-image: url(../assets/images/concept/concept-hero-heading-icon01.svg);
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.concept-maintenance__heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 28px;
  height: 28px;
  background-image: url(../assets/images/concept/concept-hero-heading-icon02.svg);
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.concept-maintenance__heading .strong {
  font-size: 44px;
}

@media not all and (min-width: 768px){
  .concept-maintenance__heading .strong {
    font-size: 30px;
  }
}

@media not all and (min-width: 368px){
  .concept-maintenance__heading .strong {
    font-size: 25px;
  }
}

.concept-maintenance__hero {
  margin-bottom: 70px;
  padding-inline: 20px;
  text-align: center;
}

.concept-maintenance__image {
  margin-inline: auto;
  margin-bottom: 70px;
  width: fit-content;
}

@media not all and (min-width: 768px){
  .concept-maintenance__hero {
    margin-bottom: 40px;
  }

  .concept-maintenance__image {
    margin-bottom: 40px;
  }
}

.concept-maintenance__dl {
  display: flex;
	justify-content: space-between;
  align-items: center;
	flex-wrap: wrap;
  margin-inline: auto;
  max-width: 1070px;
  padding: 20px;
  background-color: #fff;
}

.concept-maintenance__dl.item01,
.concept-maintenance__dl.item02 {
  margin-bottom: 30px;
}

.concept-maintenance__dl dt {
  display: grid;
  place-content: center;
  width: 300px;
  height: 130px;
  font-size: 36px;
  text-align: center;
  line-height: 1.4;
}

.concept-maintenance__dl dd {
  width: calc(100% - 370px);
}

@media not all and (min-width: 768px){
  .concept-maintenance__dl dt {
    margin-bottom: 20px;
    padding: 10px;
    width: 100%;
    height: fit-content;
    font-size: 24px;
  }

  .concept-maintenance__dl dt br {
    display: none;
  }

  .concept-maintenance__dl dd {
    width: 100%;
  }
}

@media not all and (min-width: 468px){
  .concept-maintenance__dl dt {
    font-size: 20px;
  }
}

.concept-maintenance__dl.item01 dt {
  color: #658E01;
  background-color: rgb(101 142 1 / .06);
  border: 2px solid #658E01;
}
.concept-maintenance__dl.item02 dt {
  color: #0F4CA0;
  background-color: rgb(15 76 160 / .06);
  border: 2px solid #0F4CA0;
}
.concept-maintenance__dl.item03 dt {
  color: #FC8E49;
  background-color: rgb(252 142 73 / .13);
  border: 2px solid #FC8E49;
}




.concept-flow__hgroup {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 50px;
  text-align: center;
  line-height: 1;
}




.concept-flow__heading-jp {
  margin-top: -70px;
  font-size: 40px;
}

.concept-flow__heading-en {
  margin-bottom: 10px;
  color: rgb(183 183 183 / .4);
  font-size: 149px;
}

.concept-flow__heading-en::first-letter {
  color: rgb(200 165 127 / .4);
}

@media not all and (min-width: 940px){
  .concept-flow__heading-jp {
    margin-top: -40px;
    font-size: 30px;
  }

  .concept-flow__heading-en {
    font-size: 100px;
  }
}

@media not all and (min-width: 568px){
  .concept-flow__heading-jp {
    margin-top: -40px;
    font-size: 20px;
  }

  .concept-flow__heading-en {
    font-size: 70px;
  }
}

.concept-flow__item {
  position: relative;
  margin-inline: auto;
  padding: 30px;
  max-width: 1070px;
  background-image: url(../assets/images/concept/concept-flow-bg.png);
  background-size: contain;
	background-repeat: repeat;
	background-position: center;
  border-radius: 15px;
}

.concept-flow__item:not(:last-child) {
  margin-bottom: 60px;
}

.concept-flow__item:not(:last-child)::after {
  content: '';
  position: absolute;
  bottom: -39px;
  left: 50%;
  translate: -50% 0;
  width: 39px;
  height: 15px;
  background-image: url(../assets/images/concept/concept-flow-arrow.svg);
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.concept-flow__wrap {
  display: flex;
	justify-content: space-between;
  align-items: center;
	flex-wrap: wrap;
}

.concept-flow__contents {
  width: 70%;
}

.concept-flow__image {
  width: 25%;
}

@media not all and (min-width: 768px){
  .concept-flow__wrap {
    align-items: flex-start;
    flex-direction: column;
  }

  .concept-flow__contents {
    display: contents;
    width: 100%;
  }

  .concept-flow__image {
    order: 2;
    width: 100%;
  }
}

.concept-flow__item-hgroup {
  margin-bottom: 30px;
  padding-left: 20px;
  border-left: 10px solid #658E01;
}

@media not all and (min-width: 768px){
  .concept-flow__item-hgroup {
    order: 1;
    margin-bottom: 20px;
  }
}

.concept-flow__item-hgroup p {
  color: #658E01;
}

.concept-flow__item-hgroup p .num {
  font-size: 32px;
  font-weight: 700;
}

.concept-flow__item-heading {
  font-size: 30px;
}

@media not all and (min-width: 768px){
  .concept-flow__text {
    order: 3;
  }
}

.concept-flow__image img {
  margin-inline: auto;
  margin-bottom: 30px;
}

.concept-flow__button a {
  display: block;
  margin-top: 30px;
  margin-inline: auto;
  padding: 10px 50px;
  width: fit-content;
  color: #fff;
  font-weight: 700;
  background-color: #658E01;
}

@media (any-hover: hover) {
  .concept-flow__button a:hover {
    text-decoration: none;
    opacity: .5;
  }
}

.concept-flow__button a:focus-visible {
  text-decoration: none;
  opacity: .5;
}



/*
	form
/////////////////////////////////////////////////////////*/

.contact-bg {
  background-image: url(../assets/images/common/contents-bg02.svg);
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center 65%;
}

.reserve-bg {
  position: relative;
}

.reserve-bg::after {
  content: '';
  position: absolute;
  bottom: -600px;
  left: 0;
  width: 100vw;
  height: 1600px;
  background-image: url(../assets/images/common/contents-bg02.svg);
  background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
  z-index: -1;
}

.survey-bg {
  position: relative;
  background-image: url(../assets/images/common/contents-bg02.svg);
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center 730px;
}

.survey-bg::after {
  content: '';
  position: absolute;
  top: 52%;
  left: 0;
  width: 100vw;
  height: 1600px;
  background-image: url(../assets/images/common/contents-bg02.svg);
  background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
  z-index: -1;
}

.form-container {
  max-width: 800px;
  margin: 40px auto;
  padding: 20px;
}

.form-hero-text {
  margin-bottom: 100px;
}

.survey-hero {
  margin-bottom: 90px;
}

.survey-hero__heading {
  margin-bottom: 70px;
  font-size: 35px;
  text-align: center;
}

.survey-hero__text {
  text-align: center;
}

.survey-hero__text p:not(:last-child) {
  margin-bottom: 40px;
}

@media not all and (min-width: 768px){
  .survey-hero {
    margin-bottom: 50px;
  }

  .survey-hero__heading {
    margin-bottom: 30px;
    font-size: 26px;
  }

  .survey-hero__text p:not(:last-child) {
    margin-bottom: 30px;
  }
}

.form-step-indicator {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 40px;
  position: relative;
}

.form-step-indicator::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10%;
  right: 10%;
  height: 2px;
  background-color: #ccc;
  z-index: 0;
}

.step {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}

.step-label {
  position: absolute;
  top: -40px;
  width: 60px;
  font-size: 14px;
  text-align: center;
  color: #ccc;
}

.step-circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #ccc;
}

.step-text {
  margin-top: 8px;
  font-size: 14px;
  color: #ccc;
}

.step.active .step-label {
  color: #e5001f;
}

.step.active .step-circle {
  background-color: #e5001f;
  border-color: #e5001f;
}

.step.active .step-text {
  color: #e5001f;
}

.form-group {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.form-group label {
  width: fit-content;
  font-size: 16px;
  line-height: 1.5;
  padding-right: 20px;
}

.form-group input,
.form-group textarea {
  padding: 20px;
  width: 100%;
  background-color: #F4F9EB;
  border: none;
  border-radius: 10px;
  font-size: 16px;
}

.form-group input::placeholder {
  color: #aaa;
}
.form-group input[type="checkbox"] {
  width: auto;
}
.form-group input[type="radio"] {
  width: auto;
}

.required {
  color: #658E00;
  font-weight: bold;
  margin-left: 4px;
}

.form-group {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.label-container {
  width: 260px;
  flex-shrink: 0;
  padding-right: 10px;
}

.label-container label {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.input-container {
  width: calc(100% - 250px);
}

@media not all and (min-width: 768px){
  .input-container {
    margin-left: auto;
    width: 90%;
  }
}

.radio-group,
.checkbox-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-grow: 1;
}

.radio-option,
.checkbox-option {
  display: flex;
  align-items: center;
  margin-right: 20px;
  margin-bottom: 10px;
}

.radio-option input[type="radio"],
.checkbox-option input[type="checkbox"] {
  display: none;
}

.custom-radio,
.custom-checkbox {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  line-height: 1.5;
  width: auto;
  font-size: 16px;
}

.custom-radio::before,
.custom-checkbox::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  background-color: #fff;
}

.custom-radio::before {
  border-radius: 50%;
}

.custom-checkbox::before {
  border-radius: 2px;
}

.radio-option input[type="radio"]:checked + .custom-radio::before {
  border-color: #658E00;
}

.radio-option input[type="radio"]:checked + .custom-radio::after {
  content: '';
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #658E00;
  border-radius: 50%;
}

.checkbox-option input[type="checkbox"]:checked + .custom-checkbox::before {
  border-color: #658E00;
}

.checkbox-option input[type="checkbox"]:checked + .custom-checkbox::after {
  content: '';
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 10px;
  height: 5px;
  border-bottom: 2px solid #658E00;
  border-left: 2px solid #658E00;
}

.multiple-answers {
  margin-left: auto;
  font-size: 12px;
  color: #658E01;
  white-space: nowrap;
}

.multiple-answers .required {
  color: #a5a5a5;
}

.textarea-group {
  align-items: flex-start;
}

.catalog-section {
  margin-top: 40px;
}

.catalog-heading {
  margin-block: 80px 20px;
  font-weight: 700;
}

.catalog-options-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media not all and (min-width: 768px){
  .catalog-options-container {
    grid-template-columns: repeat(1, 1fr);
  }
}

.catalog-option input[type="checkbox"] {
  display: none;
}

.catalog-option label {
  display: block;
  cursor: pointer;
  height: 100%;
}

.catalog-card {
  position: relative;
  border: 1px solid #F8F0E5;
  background-color: #F8F0E5;
  border-radius: 15px;
  padding: 15px;
  height: 100%;
  box-sizing: border-box;
}

.checkbox-icon {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
}

.catalog-option input[type="checkbox"]:checked + label .checkbox-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  rotate: -45deg;
  width: 10px;
  height: 5px;
  border-bottom: 2px solid #7B5B44;
  border-left: 2px solid #7B5B44;
}

.card-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
  text-align: center;
}

.card-title {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  color: #7B5B44;
}

.card-subtitle {
  display: block;
  padding: 10px 20px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background-color: #7B5B44;
  border-radius: 50vh;
}

.card-image-container {
  width: 100%;
  padding-top: 66.66%;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.card-image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-description {
  font-size: 12px;
  color: #666;
  text-align: center;
  line-height: 1.5;
  margin-top: 10px;
}

.form-container {
  max-width: 990px;
  margin: 40px auto;
  padding: 20px;
}

.form-group {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

@media not all and (min-width: 768px){
  .form-group {
    flex-direction: column;
  }
}

.label-container label {
  font-size: 16px;
  line-height: 1.5;
}

.privacy-policy-section {
  margin-top: 40px;
}

.privacy-policy-box {
  margin-inline: auto;
  max-width: 830px;
}

.privacy-policy-box p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 10px;
}

.privacy-policy-text-container {
  margin-bottom: 40px;
}

.privacy-policy-scroll-box {
  height: 220px;
  overflow-y: auto;
  border: 1px solid #707070;
  background-color: #fff;
  padding: 15px;
  box-sizing: border-box;
}

.privacy-policy-scroll-box h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.privacy-policy-scroll-box h4 {
  font-size: 14px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 5px;
}

.privacy-policy-scroll-box p {
  font-size: 12px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 10px;
}

.agree-checkbox {
  margin-top: 20px;
  justify-content: center;
}

.agree-checkbox .custom-checkbox {
  padding-left: 30px;
}

.agree-checkbox .custom-checkbox::before {
  top: 50%;
  transform: translateY(-50%);
  border-radius: 2px;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  background-color: #fff;
}

.agree-checkbox input {
  display: block !important;
  position: absolute;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  contain: strict !important;
  opacity: 0 !important;
}

.agree-checkbox input[type="checkbox"]:checked + .custom-checkbox::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 10px;
  height: 5px;
  border-bottom: 2px solid #658E00;
  border-left: 2px solid #658E00;
}

.agreement-text {
  font-size: 16px;
}

.submit-button-container {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.submit-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 40px;
  font-size: 18px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #658E00;
  border-radius: 10px;
}

.submit-button::before {
  content: '';
  margin-right: 10px;
  width: 34px;
  height: 34px;
  background-image: url(../assets/images/contact/submit-button-arrow.svg);
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.form-more-button {
  margin-top: 60px;
}

.form-more-button a {
  display: grid;
  place-content: center;
  margin-inline: auto;
  width: 360px;
  height: 60px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  background-color: #658E01;
  border-radius: 6px;
}

@media (any-hover: hover) {
  .form-more-button a:hover {
    text-decoration: none;
    opacity: .5;
  }
}

.form-more-button a:focus-visible {
  text-decoration: none;
  opacity: .5;
}


/*
	survey
/////////////////////////////////////////////////////////*/

.survey-container {
  margin-bottom: 40px;
  padding: 20px;
  background-color: #F4F9EB;
  border-radius: 10px;
}

.survey-title {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 20px;
}

.department-section {
  background-color: #fff;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 30px;
}

.department-title {
  margin-bottom: -20px;
  font-size: 20px;
  font-weight: 700;
}

@media not all and (min-width: 768px){
  .department-title {
    margin-bottom: 20px;
  }
}

.survey-table {
  width: 100%;
  border-collapse: collapse;
}

.survey-table th,
.survey-table td {
  padding-bottom: 10px;
}

.survey-table thead th {
  text-align: center;
  font-weight: normal;
  font-size: 14px;
}

.survey-table tbody td {
  font-size: 14px;
}

.question-column {
  width: 300px;
}

.rating-label {
  width: 80px;
}

.question-text {
  text-align: left;
  line-height: 1.5;
}



@media (max-width: 768px) {
  .survey-table thead {
    display: none;
  }

  .survey-table, .survey-table tbody, .survey-table tr{
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  .radio-cell {
    display: block;
    width: 18%;
  }

  .survey-table tr {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
  }

  .survey-table td {
    padding: 0;
    border-bottom: none;
  }

  .radio-cell {
    display: inline-block;
    text-align: center;
    margin-top: 10px;
    padding: 10px 0;
  }

  .radio-cell::before {
    content: attr(data-label);
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #333;
  }

  .question-text {
    margin-bottom: 10px;
    padding-left: 0;
    font-size: 16px;
    font-weight: bold;
    white-space: normal;
  }

  .question-number {
    font-size: 18px;
    margin-right: 5px;
  }
}

@media not all and (min-width: 390px){
  .radio-cell::before {
    font-size: 10px;
  }
}

.question-number {
  margin-right: 5px;
}

.radio-cell {
  text-align: center;
}

.radio-cell input[type="radio"] {
  display: block !important;
  position: absolute;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  contain: strict !important;
  opacity: 0 !important;
}

.radio-cell label {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  background-color: #fff;
}

.radio-cell input[type="radio"]:checked + label {
  background-color: #689006;
}

.department-section.total {
  margin-inline: -20px;
  padding: 20px 40px 20px 40px;
  background-color: #E2F7BC;
  border-radius: 0;
}

.total .question-text {
  font-size: 20px;
  font-weight: 700;
}



.form-note {
  font-size: 10px;
  text-align: center;
}

/*
	top
/////////////////////////////////////////////////////////*/



/*
	top
/////////////////////////////////////////////////////////*/




/*######################################################################

		Footer

************************************************************************/


.footer-banner-area {
  display: flex;
	justify-content: center;
	flex-wrap: wrap;
  gap: 20px;
  margin-block: 180px 90px;
}
.footer-banner-area li {
  width: 286px;
}

@media (any-hover: hover) {
  .footer-banner-area a:hover {
    opacity: .5;
  }
}

@media not all and (min-width: 940px){
  .footer-banner-area {
    margin-block: 60px 40px;
  }

  .footer-banner-area li {
    width: 48%;
    height: 88px;
  }

  .footer-banner-area li img {
    width: 100%;
  }
}

.footer-banner-area a:focus-visible {
  opacity: .5;
}

.footer-sns-sp {
  display: none;
}

@media not all and (min-width: 1000px){
  .footer-sns-sp {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 30px;
    padding-block: 10px;
    background-color: #A28362;
  }

  .footer-sns-sp__heading {
    color: #fff;
  }

  .footer-sns-sp__list {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }

  .footer-sns-sp__list a {
    display: block;
  }

  .footer-sns-sp__list img {
    height: 30px;
  }
}

.footer-main {
  padding-block: 40px;
  background-color: #F8F0E5;
}

@media not all and (min-width: 768px){
  .footer-main {
    padding-block: 20px;
  }
}

.footer-cta {
  position: relative;
  margin-inline: auto;
  max-width: 1400px;
  background-color: #fff;
  box-shadow: 0 3px 6px rgb(0 0 0 / .16);
  z-index: 1;
}

@media not all and (min-width: 1400px){
  .footer-cta {
    margin-inline: 40px;
  }
}

.footer-cta__list {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  padding: 40px;
}

@media not all and (min-width: 768px){
  .footer-cta__list {
    padding: 20px;
  }
}

.footer-cta__tel {
  width: 31%;
  border-right: 1px solid #A28362;
}

.footer-cta__more {
  width: 23%;
  border-right: 1px solid #A28362;
}

@media not all and (min-width: 1100px){
  .footer-cta__tel {
    width: 40%;
  }

  .footer-cta__more {
    width: 30%;
  }

  .footer-cta__more {
    width: 23%;
    border-right: none;
  }

  .footer-cta__more:nth-child(2) {
    border-right: 1px solid #A28362;
  }
}

@media not all and (min-width: 940px){
  .footer-cta__tel {
    margin-bottom: 20px;
    width: 100%;
    border-right: none;
  }

  .footer-cta__more {
    width: 50%;
  }
}

@media not all and (min-width: 380px){
  .footer-cta__more {
    width: 100%;
  }

  .footer-cta__more:nth-child(2) {
  margin-bottom: 20px;
    border-bottom: 1px solid #A28362;
    border-right: none;
  }
}

.footer-cta__sns {
  width: 23%;
}

.footer-cta__tel-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.footer-cta__tel-number {
  color: #658E01;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}

@media not all and (min-width: 1180px){
  .footer-cta__tel-number {
    font-size: 26px;
  }
}

.footer-cta__add {
  text-align: center;
}

@media not all and (min-width: 468px){
  .footer-cta__add {
    font-size: 12px;
  }
}

@media (any-hover: hover) {
  .footer-cta__more a:hover {
    text-decoration: none;
    opacity: .5;
  }
}

.footer-cta__more a:focus-visible {
  text-decoration: none;
  opacity: .5;
}

.footer-cta__more-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
  color: #A28362;
  font-size: 13px;
}

@media not all and (min-width: 380px){
  .footer-cta__more-heading {
    margin-bottom: 0;
  }
}

.footer-cta__more-main {
  display: grid;
  place-content: center;
  height: 100px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}

@media not all and (min-width: 468px){
  .footer-cta__more-main {
    font-size: 18px;
  }
}

@media not all and (min-width: 380px){
  .footer-cta__more-main {
    padding-block: 20px;
    height: fit-content;
  }
}

@media not all and (min-width: 1100px){
  .footer-cta__sns {
    display: block !important;
    position: absolute;
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    white-space: nowrap;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    contain: strict !important;
    opacity: 0 !important;
  }
}

.footer-cta__sns-heading {
  margin-bottom: 10px;
  color: #A28362;
  font-size: 13px;
  text-align: center;
}

.footer-cta__sns-list {
  display: flex;
	justify-content: center;
	flex-wrap: wrap;
  gap: 10px 20px;
}

@media (any-hover: hover) {
  .footer-cta__sns-list a:hover {
    opacity: .5;
  }
}

.footer-cta__sns-list a:focus-visible {
  opacity: .5;
}

.footer-nav {
  margin-inline: auto;
  margin-top: -120px;
  padding-block: 250px 80px;
  max-width: 1733px;
  background-color: #A28362;
}

@media not all and (min-width: 1733px){
  .footer-nav {
    margin-inline: 20px 0;
  }
}

@media not all and (min-width: 1000px){
  .footer-nav {
    margin-top: -140px;
    padding-block: 170px 20px;
  }
}

.footer-nav__wrap {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  margin-inline: auto;
  padding-inline: 20px;
  max-width: 1155px;
  color: #fff;
}

.footer-nav__info {
  width: 300px;
}

.footer-nav__list {
  width: calc(100% - 350px);
}

@media not all and (min-width: 1000px){
  .footer-nav__wrap {
    flex-direction: column-reverse;
  }

  .footer-nav__info {
    width: 100%;
    text-align: center;
  }

  .footer-nav__list {
    margin-bottom: 40px;
    width: 100%;
  }
}

.footer-nav__info-name {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
}

@media not all and (min-width: 768px){
  .footer-nav__info-name {
    font-size: 24px;
  }
}

.footer-nav__info-area-sp {
  display: none;
  font-size: 14px;
  text-align: center;
}

@media not all and (min-width: 1000px){
  .footer-nav__info-license {
    margin-bottom: 30px;
  }

  .footer-nav__info-area-sp {
    display: block;
  }
}

.footer-nav__list-wrap {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  margin-bottom: 60px;
}

@media not all and (min-width: 1000px){
  .footer-nav__list-wrap {
    margin-bottom: 0;
  }
}

@media not all and (min-width: 678px){
  .footer-nav__list-item {
    width: 50%;
  }
}

.footer-nav__info-adress {
  margin-bottom: 20px;
  font-size: 14px;
}

.footer-nav__info-license {
  font-size: 14px;
}

.footer-nav__list-item:not(:first-of-type) {
  padding-left: 20px;
  border-left: 1px solid #fff;
}

@media not all and (min-width: 678px){
  .footer-nav__list-item:not(:first-of-type) {
    padding-left: 0;
    border-left: none;
  }

  .footer-nav__list-item:nth-child(2),
  .footer-nav__list-item:nth-child(4) {
    padding-left: 20px;
    border-left: 1px solid #fff;
  }
}

.footer-nav__list-item a {
  color: #fff;
  font-size: 12px;
}

.footer-nav__list-area {
  font-size: 12px;
}

@media not all and (min-width: 1000px){
  .footer-nav__list-area {
    display: none;
  }
}

.copyright {
  padding-bottom: 40px;
  font-size: 12px;
  text-align: center;
  background-color: #F8F0E5;
}

.information-nav-area__list li button {
  background: #fff; /* 背景色 */
  color: #000;              /* 文字色 */
  padding: 5px 20px;       /* 内側余白 */
  border: none;             /* 枠線なし */
  cursor: pointer;          /* カーソルをポインターに */
  font-size: 20px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}

.information-nav-area__list li button:hover {
  background: #000; /* ホバー時の色 */
  color: #fff;
}

.dropdown-text2:hover {

}

/* .page-nav {
  display: none;
} */


.quick_btn {
  transition: transform .25s cubic-bezier(.34,1.56,.64,1), box-shadow .25s;
}

.quick_btn:hover {
  transform: translateX(6px);
  color: #0222B1;
}


.voice-section__head_row {
  display: flex;
}
.voice-section__head {
  /* margin-left: 50px; */
  /* width: 40%; */
  width: 100%;

  max-width: 1070px;
  margin: 0 auto;
}
.voice-section__info {
  background: #D7E5BF;
  border-radius: 10px;
  padding: 20px 30px;
  margin-bottom: 60px;
}
.voice-section__info h3 {
  color: #658E01;
}
.voice-section__info_contents {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.voice-section__info_contents li {
  background: #fff;
  width: 24%;
  text-align: center;
  border-radius: 7px;
  padding: 12px 0 2px;
}
.voice-section__info_contents li .fs_m {
  font-size: 40px;
  font-weight: bold;
}
.voice-section__info_contents li .fs_sm {
  font-size: 25px;
}
.voice-section__info_contents li .fs_l {
  font-size: 52px;
  font-weight: bold;
}
.voice-section__info_contents li .fc_g {
  color: #658E01;
}
.voice-section__info_contents li h4 {
  color: #658E01;
}
.voice_tag {
  margin-bottom: 15px;
}
.voice_tag li {
  padding: 2px 5px;
  font-size: 10px;
  line-height: 1.2;
  border: 1px solid #000;
  display: inline-block;
}

.js-main-image_ph {
  border-radius: 0 40px 40px 0;
  width: 100%;
  box-shadow: 0 3px 6px rgb(0 0 0 / .16);
}
.e-estate-single__main-image2 {
  width: 100%;
  /* margin-left: calc(50% - 50vw); */
}
 .e-estate-single__main-image-list2 li {
   width: 48%;
 }

@media screen and (max-width: 768px) {
  .recruit-voice-header {
    padding-left: 0;
  }

  .top-mv {
    margin-bottom: 40px;
  }

  .voice-section__head_row {
    flex-direction: column;
  }
  .voice-section__head {
    display: flex;
    flex-direction: column-reverse;
    margin-left: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  .voice-section__image-list {
    width: 100%;
  }
  .voice-section__info_contents {
    flex-direction: column;
  }
  .voice-section__info_contents li {
    width: 100%;
    margin: 10px 0;
  }

  .e-estate-single__main-image2 {
    width: 100%;
    margin-left: calc(0% - 0vw);
  }

  .e-estate-single__main-image-figure2 {
    max-width: none;
    min-width: 100%;
    width: 100%;
  }
  .e-estate-single__main-image-figure2 img {
    max-width: none;
    width: 100%;
  }
}

.slick-arrow {
    /* display: none!important; */
}


.slider .slick-slide2 {
  opacity: 0.5;
  transform: scale(0.8);
  transition: all 0.3s;
}
.slider .slick-center2 {
  opacity: 1;
  transform: scale(1);
  z-index: 2;
}
.slide-content {
  margin: 0 15px;
}

.slick-prev {
  position: absolute;
top: var(--swiper-navigation-top-offset, 50%);
margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
z-index: 10;
cursor: pointer;
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url(../assets/images/recruit/arrow_prev.png);
  background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
  left: 22.5%; /* 左に配置 */
}

.slick-next {
  position: absolute;
top: var(--swiper-navigation-top-offset, 50%);
margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
z-index: 10;
cursor: pointer;
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url(../assets/images/recruit/arrow_next.png);
  background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
  right: 24%; /* 右に配置 */
}

/* .slick-prev:hover, .slick-next:hover {
  background: rgba(0,0,0,0.8);
} */



/* 追加css */
.sotobari_wrap {
  padding-left: 88px;
}
.sotobari_wrap h3 {
  width: 379px;
}
.sotobari_module01 {
  margin-top: 18px;
}
.sotobari_module01 h4 {
  font-size: 26px;
  color: #D43B29;
  font-weight: normal;
  border-bottom: 1px solid #D43B29;
  margin-bottom: 12px;
  padding-bottom: 5px;
}
.sotobari_module02 {
  margin-top: 18px;
}
.sotobari_module02 p {
  margin-bottom: 15px;
}
.sotobari_module02 h4 {
  font-size: 26px;
  color: #2167A4;
  font-weight: normal;
  border-bottom: 1px solid #2167A4;
  margin-bottom: 12px;
  padding-bottom: 5px;
}
.f_row {
  display: flex;
  justify-content: space-between;
}
.f_row .module_parts {
  width: 48%;
}
.sotobari_module03 {
  margin-top: 18px;
}
.sotobari_module03 p {
  margin-bottom: 15px;
}
.sotobari_module03 p span {
  margin-top: 10px;
  display: block;
}
.sotobari_module03 h4 {
  font-size: 26px;
  color: #513520;
  font-weight: normal;
  border-bottom: 1px solid #513520;
  margin-bottom: 12px;
  padding-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .sotobari_wrap {
    padding-left: 0;
  }
  .sotobari_wrap h3 {
    width: 100%;
  }
  .sotobari_module01 h4 {
    font-size: 20px;
  }
  .sotobari_module02 h4 {
    font-size: 20px;
  }
  .f_row {
    flex-direction: column;
  }
  .f_row .module_parts {
    width: 100%;
    margin-bottom: 15px;
  }
  .sotobari_module03 p span {
    margin-top: 10px;
    display: block;
  }
  .sotobari_module03 h4 {
    font-size: 20px;
  }
}



.badge-new {
  font-weight: bold;
  color: #FF0000;
}
.f__row {
  display: flex;
  justify-content: space-between;
}
.post-status {
  font-weight: bold;
  color: #0f4ca0;
  font-size: 18px;
  border: 0.5px solid #0f4ca0;
  padding: 3px 5px;
}

.text__c {
  max-width: 1120px;
  font-size: 18px;
  margin: 0 auto 20px;
}




.voice-section__wrap {
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .voice-section__wrap {
    margin-bottom: 70px;
  }
}


button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;       /* 親要素と同じフォントを使う */
  color: inherit;      /* 親要素と同じ文字色を使う */
  cursor: pointer;     /* カーソルを手の形に */
  appearance: none;    /* ブラウザ依存の見た目を消す */
  -webkit-appearance: none; /* Safari対応 */
}
input[type="submit"] {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;       /* 親要素と同じフォントを使う */
  color: inherit;      /* 親要素と同じ文字色を使う */
  cursor: pointer;     /* カーソルを手の形に */
  appearance: none;    /* ブラウザ依存の見た目を消す */
  -webkit-appearance: none; /* Safari対応 */
}
input[type="button"]  {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;       /* 親要素と同じフォントを使う */
  color: inherit;      /* 親要素と同じ文字色を使う */
  cursor: pointer;     /* カーソルを手の形に */
  appearance: none;    /* ブラウザ依存の見た目を消す */
  -webkit-appearance: none; /* Safari対応 */
}

.center {
  text-align: center;
}



/* ドットインジケーター */
.dots-class button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}

.dots-class {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.dots-class li {
    width: 15px;
    height: 15px;
    background-color: #fff;
    border: 1px solid #333;
    border-radius: 50%;
    margin-right: 10px;
    cursor: pointer;
    transition: background-color .5s ease;
}
.dots-class li.slick-active {
    background-color: #333;
}
.dots-class li:hover {
    background-color: #333;
}
.dots-class li:last-child {
    margin-right: 0;
}



.print-btn {
  display: grid;
    place-content: center;
    position: relative;
    padding-inline: 40px;
    width: fit-content;
    height: 34px;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 50vh;
}

/* 画面用は何もしない */

/* 印刷用 */
@media print {
  /* 1) まず全体を非表示 */
  html, body { height:auto; }        /* 余計な空白防止 */
  body > * { display: none !important; }

  /* 2) #print-area だけ表示（必ずbody直下の兄弟要素を想定） */
  #print-area { display: block !important; }

  /* 3) #print-area 内部は通常どおり */
  #print-area * { display: revert !important; }

  /* 途中改ページを防ぎたい要素（任意） */
  .no-break { break-inside: avoid; page-break-inside: avoid; }

  /* 余白（ブラウザ依存あり） */
  @page { margin: 12mm; }
}
