@charset "UTF-8";
/***************************************
 *
 *base CSS
 *
 *2019/XX
 *
 ****************************************** */
/*****************************
 *
 *settings
 *
 ***************************** */
.trans_txt_parent .inner {
  overflow: hidden; }
.trans_txt_parent s {
  display: inline-block;
  opacity: 0;
  transform: translateY(100px); }

.scroll_fadein {
  transform: translateY(100px);
  opacity: 0; }

/***********************
 *
 *common
 *
 ********************** */
* {
  box-sizing: border-box; }

a {
  text-decoration: none;
  color: inherit; }

li {
  list-style: none; }

i, em {
  font-style: normal; }

body, html {
  margin: 0px;
  padding: 0px;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-feature-settings: "palt";
  color: #333;
  font-weight: 500;
  -webkit-text-size-adjust: 100%; }

body {
  overflow-x: hidden;
  color: #333; }

ul {
  margin: 0;
  padding: 0; }

h2, h3, h4, h5 {
  font-weight: bold; }

.ib {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  max-width: 100%;
  height: 100%; }

.dnone {
  display: none !important; }

table {
  border-collapse: collapse; }

#wpadminbar {
  display: none; }

.pc_content {
  display: block !important; }

.sp_content {
  display: none !important; }

::-webkit-scrollbar {
  width: 10px; }

::-webkit-scrollbar-track {
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #777; }

::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
  box-shadow: none; }

.btn_border {
  text-align: center;
  display: block;
  margin: 20px auto;
  position: relative;
  max-width: 300px;
  background: #f1f1f1; }
  .btn_border::before {
    right: 0;
    top: 0; }
  .btn_border::after {
    left: 0;
    bottom: 0; }
  .btn_border::before, .btn_border::after {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    transition: all 0.2s linear;
    background: #000;
    transition-delay: 0s; }
  .btn_border:hover::before, .btn_border:hover::after {
    width: 100%;
    transition-delay: 0.2s; }
  .btn_border:hover span::before, .btn_border:hover span::after {
    height: 100%;
    transition-delay: 0s; }
  .btn_border span {
    display: block;
    padding: 15px;
    font-size: 16px;
    color: #000;
    position: relative; }
    .btn_border span::before {
      left: 0;
      top: 0; }
    .btn_border span::after {
      right: 0;
      bottom: 0; }
    .btn_border span::before, .btn_border span::after {
      content: "";
      width: 1px;
      height: 0;
      position: absolute;
      transition: all 0.2s linear;
      background: #000;
      transition-delay: 0.2s; }

/*************************************
 *
 *404
 *
 ************************************* */
p.p404 {
  padding: 40px;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  background: #f1f1f1;
  margin: 40px 0; }

/***************************************
 *
 *header
 *
 ************************************* */
a.button, button {
  background: linear-gradient(90deg, #69AC23, #00B09B);
  display: flex;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border: none;
  width: 260px;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  border-radius: 50px 50px 50px 0;
  cursor: pointer;
  padding: 15px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  margin: 40px 0;
  transition: 0.4s ease;
  position: relative; }
  a.button:after, button:after {
    content: "";
    position: absolute;
    top: calc(50% - 15px);
    font-size: 30px;
    right: 17px;
    font-family: material icons; }
  a.button:hover, button:hover {
    position: relative;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.2); }
  a.button.center, button.center {
    margin: 40px auto; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  height: 90px; }
  header:after {
    position: absolute;
    top: -90px;
    left: 0;
    content: "";
    display: block;
    background: #fff;
    transition: 0.4s ease;
    width: 100%;
    height: 100%; }
  header.scrolled:before {
    display: none; }
  header.scrolled:after {
    top: 0; }
  header.scrolled .ib nav a, header.scrolled .ib nav span.parent, header.scrolled .ib nav a.button {
    color: #212121; }
  header.scrolled .ib nav a.button {
    color: #fff; }
  header.subpage {
    background: #fff; }
    header.subpage:before {
      display: none; }
    header.subpage .ib a.logo {
      padding: 15px; }
      header.subpage .ib a.logo h1 img {
        width: 60px; }
    header.subpage .ib nav a, header.subpage .ib nav span {
      color: #333; }
      header.subpage .ib nav a.button, header.subpage .ib nav span.button {
        color: #fff; }
  header:before {
    content: "";
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    opacity: 0.5;
    position: absolute;
    background: linear-gradient(black, rgba(0, 0, 0, 0));
    mix-blend-mode: multiply; }
  header .ib {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    z-index: 2; }
    header .ib a.logo {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 160px;
      padding: 25px; }
      header .ib a.logo h1 {
        margin: 0;
        display: block;
        width: 100%; }
        header .ib a.logo h1 img {
          display: block;
          width: 100%; }
    header .ib nav {
      display: flex;
      align-items: center;
      padding-right: 25px; }
      header .ib nav a, header .ib nav span {
        padding: 30px 0;
        margin-right: 30px;
        font-size: 16px;
        color: #fff;
        cursor: pointer;
        position: relative;
        align-items: center;
        display: flex;
        transition: 0.4s ease; }
        header .ib nav a:hover, header .ib nav span:hover {
          color: #00B09B; }
        header .ib nav a.parent:after, header .ib nav span.parent:after {
          content: "";
          font-family: material icons;
          right: 0;
          top: calc(50% - 10px);
          font-size: 20px; }
        header .ib nav a.parent a, header .ib nav span.parent a {
          margin-right: 4px; }
        header .ib nav a.parent .child, header .ib nav span.parent .child {
          display: none;
          position: absolute;
          width: 180px;
          padding: 25px 25px 10px;
          flex-wrap: wrap;
          top: 90px;
          left: calc(50% - 90px);
          background: #f5f5f5;
          border-radius: 8px;
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2); }
          header .ib nav a.parent .child.active, header .ib nav span.parent .child.active {
            display: flex; }
          header .ib nav a.parent .child a, header .ib nav span.parent .child a {
            padding: 0;
            font-size: 16px;
            padding-bottom: 15px;
            width: 100%;
            transition: 0.4s ease;
            color: #212121; }
            header .ib nav a.parent .child a:hover, header .ib nav span.parent .child a:hover {
              color: #00B09B; }
        header .ib nav a.button, header .ib nav span.button {
          font-size: 15px;
          width: 140px;
          padding: 9px;
          margin-right: 0;
          padding-left: 4px; }
          header .ib nav a.button:hover, header .ib nav span.button:hover {
            color: #fff; }
          header .ib nav a.button:after, header .ib nav span.button:after {
            font-size: 20px;
            top: calc(50% - 10px);
            right: 10px; }

.scrub_box_parent .box {
  opacity: 0; }

#fv {
  height: 100vh;
  width: 100%;
  position: relative;
  z-index: 99; }
  #fv .ib {
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex; }
    #fv .ib .logo {
      width: 260px;
      height: auto;
      position: absolute;
      z-index: 9999;
      left: calc(50% - 130px);
      top: calc(50% - 140px);
      opacity: 0; }
    #fv .ib h1 {
      opacity: 0;
      font-size: 88px;
      font-weight: bold;
      z-index: 999;
      position: relative;
      letter-spacing: 0.2rem; }
  #fv .bg_mov {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    opacity: 0.4; }
    #fv .bg_mov video {
      object-fit: cover;
      width: 100%;
      height: 100%; }
  #fv .info_box {
    position: fixed;
    width: 280px;
    height: 150px;
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    bottom: 25px;
    right: 25px;
    z-index: 9999;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2); }
    #fv .info_box h3 {
      font-size: 20px;
      font-weight: bold;
      color: #69AC23;
      font-family: "Mulish", "dnp-shuei-gothic-gin-std", sans-serif;
      margin-top: 0; }
    #fv .info_box p {
      font-size: 15px; }

/**********************************
 *
 * articles */
/************************************** */
#content {
  position: relative;
  z-index: 999;
  background: #fff; }
  #content.toppage {
    z-index: 999999999999999999999999999999; }
  #content .slides_outer {
    width: calc(100vw - 10px);
    margin-left: calc(0px - calc(50vw - 550px)); }
  #content .ib {
    padding: 70px 0; }
  #content h2 {
    font-family: "Mulish", "dnp-shuei-gothic-gin-std", sans-serif, "dnp-shuei-gothic-gin-std";
    font-size: 80px;
    font-weight: 700;
    margin: 50px 0;
    position: relative; }
    #content h2.trans_txt_parent {
      flex-wrap: wrap;
      display: flex;
      margin-bottom: 20px; }
      #content h2.trans_txt_parent.reserve {
        justify-content: flex-end; }
      #content h2.trans_txt_parent span {
        width: 100%;
        position: absolute;
        top: 20px;
        left: 115px; }
      #content h2.trans_txt_parent .inner {
        width: 100%; }
    #content h2 s {
      display: inline-block;
      text-decoration: none;
      font-weight: 400; }
    #content h2 .cont {
      position: relative; }
    #content h2 .inner {
      letter-spacing: 0.1rem; }
      #content h2 .inner s {
        margin-right: 2px; }
        #content h2 .inner s:first-child {
          font-size: 180%;
          line-height: 1;
          color: #69AC23; }
    #content h2 span {
      font-family: "dnp-shuei-gothic-gin-std";
      font-size: 20px; }
  #content h3 {
    font-size: 32px;
    margin: 40px 0; }
  #content p {
    font-size: 16px;
    line-height: 2;
    margin: 20px 0;
    font-weight: 400;
    letter-spacing: 0.05rem; }
  #content section.intro {
    background: #fff;
    position: relative;
    overflow: hidden; }
    #content section.intro.active:before {
      width: calc(50vw + 80px); }
    #content section.intro:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0px;
      width: 0;
      transition: 0.4s ease;
      height: calc(100% - 500px);
      background: #E3F0E3;
      z-index: 2; }
    #content section.intro .ib {
      padding-bottom: 150px;
      z-index: 5; }
      #content section.intro .ib p {
        font-size: 18px;
        width: 50%;
        padding-right: 50px; }
        #content section.intro .ib p.emp {
          position: absolute;
          font-size: 32px;
          font-weight: bold;
          right: 0;
          top: 110px;
          padding-right: 0;
          padding-left: 0px;
          z-index: 4; }
      #content section.intro .ib .intro_slider {
        width: 50vw;
        height: 600px;
        right: calc(0px - calc(50vw - 550px));
        position: absolute;
        overflow: hidden;
        perspective: 400px;
        top: 260px; }
        #content section.intro .ib .intro_slider .slide_con {
          height: 50%;
          transform: rotateY(-10deg);
          transform-origin: right; }
          #content section.intro .ib .intro_slider .slide_con .swiper-wrapper {
            transition-timing-function: linear; }
          #content section.intro .ib .intro_slider .slide_con .swiper-slide {
            width: 400px;
            height: 100%;
            cursor: pointer; }
            #content section.intro .ib .intro_slider .slide_con .swiper-slide img {
              object-fit: cover;
              width: 100%;
              height: 100%; }
  #content section.scroll_txt {
    height: 80px;
    overflow: hidden;
    margin-top: -80px;
    position: relative;
    z-index: 3; }
    #content section.scroll_txt .s_text {
      background: url(../img/slide_text.svg) repeat-x;
      background-size: auto 80px;
      height: 100%;
      width: 200%; }
  #content section#instagram {
    background: #fff; }
    #content section#instagram .ib {
      padding: 20px 0 150px; }
  #content section.business {
    position: relative;
    background: #fff;
    perspective: 1000px; }
    #content section.business.active:after {
      width: calc(100% + 200px); }
    #content section.business:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      background: url(../img/bg1.jpg);
      background-size: auto 200px;
      display: block;
      height: 100%;
      transition: 0.4s ease;
      transform: rotateY(6deg);
      animation: bg2 30s linear forwards infinite;
      opacity: 0.6; }
    #content section.business .ib {
      z-index: 2;
      padding-bottom: 50px;
      padding-top: 40px; }
      #content section.business .ib .df {
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between; }
      #content section.business .ib .l, #content section.business .ib .r {
        width: 50%;
        font-size: 18px; }
        #content section.business .ib .l p, #content section.business .ib .r p {
          font-size: 18px; }
        #content section.business .ib .l img, #content section.business .ib .r img {
          width: 100%;
          display: block; }
      #content section.business .ib .r {
        width: 46%; }
      #content section.business .ib .l {
        position: relative;
        left: -100px;
        /* &.cr1
         *     top: -110px
         *     left: calc(50% - 80px)
         * &.cr2
         *     top: calc(50% - 175px)
         *     right: -105px
         * &.cr3
         *     bottom: -50px
         *     right: calc(50% - 270px)
         *
         * &.cr4
         *     bottom: -55px
         *     left: 13px
         * &.cr5
         *     top: calc(50% - 170px)
         *     left: -100px */ }
        #content section.business .ib .l .inner {
          position: relative;
          width: 100%;
          height: 550px;
          position: absolute;
          top: 0;
          left: 0; }
        #content section.business .ib .l .cr {
          position: absolute;
          width: 180px;
          height: 180px;
          background: #fff;
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
          border-radius: 50%;
          display: block;
          align-items: center;
          align-content: center;
          justify-content: center;
          flex-wrap: wrap;
          display: flex;
          transition: 0.4s ease;
          padding: 15px;
          transform: translate(-50%, -50%); }
          #content section.business .ib .l .cr p {
            font-size: 18px;
            font-weight: bold;
            transition: 0.4s ease;
            color: #00B09B;
            width: 100%;
            text-align: center;
            margin: 0; }
          #content section.business .ib .l .cr img {
            display: block;
            height: 68px;
            margin-bottom: 5px; }
            #content section.business .ib .l .cr img.fire {
              height: 90px; }
  #content .top_info {
    background: #fff; }
  #content .info_list {
    display: flex;
    flex-wrap: wrap;
    margin: 60px 0; }
    #content .info_list .ib {
      padding-bottom: 150px; }
    #content .info_list .box {
      width: 100%;
      padding: 30px 0;
      flex-wrap: wrap;
      display: flex;
      align-items: center;
      border-bottom: 1px solid #ccc;
      position: relative; }
      #content .info_list .box:after {
        content: "";
        font-family: material icons;
        position: absolute;
        font-size: 22px;
        right: 0;
        top: calc(50% - 11px); }
      #content .info_list .box:last-child {
        border-bottom: none; }
      #content .info_list .box .date {
        font-weight: bold;
        font-family: "Mulish", "dnp-shuei-gothic-gin-std", sans-serif;
        font-size: 19px;
        color: #69AC23;
        margin-right: 30px; }
      #content .info_list .box a {
        font-size: 17px;
        letter-spacing: 0.05rem; }

/*************************************
 *
 *subpage
 *
 *************************************** */
.head_tit {
  height: 300px;
  margin-top: 90px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: calc(100% - 60px);
  margin: 90px auto 0;
  overflow: hidden;
  border-radius: 30px 30px 30px 0px; }
  .head_tit.common {
    height: 220px; }
    .head_tit.common h1 {
      color: #3f3f3f; }
    .head_tit.common:before {
      display: none; }
    .head_tit.common:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0.2;
      background: linear-gradient(90deg, #69AC23, #00B09B); }
  .head_tit.single:before {
    display: none; }
  .head_tit.single .df {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap; }
    .head_tit.single .df .r, .head_tit.single .df .l {
      width: 50%;
      height: 100%;
      display: flex;
      justify-content: flex-end; }
      .head_tit.single .df .r .inner, .head_tit.single .df .l .inner {
        width: 600px;
        padding: 50px; }
      .head_tit.single .df .r img, .head_tit.single .df .l img {
        object-fit: cover;
        width: 100%;
        height: 100%; }
    .head_tit.single .df .l {
      background: #f5f5f5;
      position: relative;
      z-index: 4; }
      .head_tit.single .df .l h1 {
        margin-top: 5px;
        color: #212121;
        font-size: 32px;
        line-height: 1.4; }
      .head_tit.single .df .l .meta {
        font-size: 24px;
        color: #888;
        font-family: "Mulish", "dnp-shuei-gothic-gin-std", sans-serif;
        font-weight: bold; }
  .head_tit:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: url(../img/pattern10.png); }
  .head_tit h1 {
    width: 1100px;
    max-width: 100%;
    font-size: 54px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.05rem;
    position: relative;
    z-index: 3; }
  .head_tit .bg_mov {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
    .head_tit .bg_mov video {
      object-fit: cover;
      width: 100%;
      height: 100%; }

.panlist.estate {
  margin-top: 80px;
  background: #f5f5f5; }
  .panlist.estate .ib {
    padding-bottom: 40px; }
.panlist .ib {
  padding: 40px 0px 0;
  display: flex;
  flex-wrap: wrap; }
  .panlist .ib a, .panlist .ib span {
    font-size: 14px;
    color: #777;
    align-items: center;
    display: flex; }
    .panlist .ib a:not(.home):before, .panlist .ib span:not(.home):before {
      content: "";
      font-family: material icons;
      font-size: 26px;
      display: inline-block;
      padding: 0 10px;
      color: #69AC23; }
    .panlist .ib a.home:after, .panlist .ib span.home:after {
      content: "";
      font-family: material icons;
      font-size: 24px;
      color: #69AC23; }

@keyframes bg2 {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -100% -100%; } }
/*************************************
 *
 *content
 *
 ************************************** */
#content.subpage .logo_small {
  width: 300px;
  max-width: 100%;
  display: block;
  margin: 0 0 40px; }
#content.subpage .ib {
  padding: 100px 0; }
  #content.subpage .ib.bglogo {
    background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(../img/logo.svg) 50% calc(50% + 30px) no-repeat;
    background-size: cover, 330px auto; }
  #content.subpage .ib h2:nth-of-type(1) {
    margin-top: 10px; }
#content.subpage p.emp {
  font-size: 22px;
  font-weight: bold; }
#content.subpage .tit {
  font-size: 24px;
  font-weight: bold;
  margin: 30px 0;
  letter-spacing: 0.07rem; }
#content.subpage h2 {
  position: relative;
  font-size: 55px;
  margin: 50px 0;
  letter-spacing: 0.07rem; }
  #content.subpage h2 .logo {
    display: block;
    width: 460px;
    margin-bottom: 30px;
    max-width: 100%; }
  #content.subpage h2 i {
    display: block;
    position: relative;
    z-index: 2; }
  #content.subpage h2.scroll_active {
    margin-bottom: 80px; }
    #content.subpage h2.scroll_active:before {
      position: absolute;
      top: 0;
      left: calc(0px - calc(50vw - 550px));
      display: block;
      width: 0;
      content: "";
      height: 100%;
      transition: 1s ease;
      background: linear-gradient(45deg, #69AC23, #00B09B, #69AC23);
      background-size: 200% 200%;
      animation: bggradient 20s ease infinite;
      opacity: 0.2; }
    #content.subpage h2.scroll_active.active:before {
      width: calc(50vw + 550px); }
  #content.subpage h2.emp {
    padding: 60px 0;
    font-size: 44px; }
    #content.subpage h2.emp em {
      font-family: "Mulish", "dnp-shuei-gothic-gin-std", sans-serif;
      font-size: 62px;
      color: #fff;
      position: absolute;
      bottom: -12px;
      right: 30px;
      line-height: 1; }
    #content.subpage h2.emp span {
      font-size: 26px;
      display: block; }
  #content.subpage h2 span {
    margin-left: 3px;
    font-size: 18px;
    display: inline-block; }
#content.subpage h3 {
  font-size: 32px;
  margin: 40px 0;
  display: flex;
  align-items: center; }
  #content.subpage h3:before {
    content: "-";
    margin-right: 5px; }
#content.subpage h4 {
  font-size: 24px;
  margin: 40px 0; }
#content.subpage iframe {
  display: block;
  width: 100%;
  height: 450px;
  margin: 40px auto; }
#content.subpage p {
  font-size: 17px; }
  #content.subpage p.sign {
    width: 100%;
    margin-top: 50px;
    text-align: right;
    justify-content: flex-end;
    display: flex; }
    #content.subpage p.sign img {
      display: block; }
#content.subpage .center {
  text-align: center !important; }
#content.subpage .message {
  background: #f7f7f7; }
  #content.subpage .message .ib .df {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between; }
    #content.subpage .message .ib .df .l {
      width: 68%; }
    #content.subpage .message .ib .df .r {
      width: 28%;
      overflow: hidden;
      position: relative;
      height: 450px; }
      #content.subpage .message .ib .df .r img {
        object-fit: cover;
        width: 100%;
        height: 100%; }
#content.subpage .eyeimg {
  height: auto;
  background: url(../img/about/about1.jpg) 50% 50% fixed;
  background-size: cover;
  padding: 100px 0;
  position: relative;
  overflow: hidden; }
  #content.subpage .eyeimg:before {
    content: "";
    z-index: 2;
    position: absolute;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    top: -20px;
    left: -20px;
    background: inherit;
    filter: blur(10px); }
  #content.subpage .eyeimg .ib {
    z-index: 9;
    background: #fff;
    padding: 50px; }
  #content.subpage .eyeimg .staff_list {
    display: flex;
    width: 100%;
    flex-wrap: wrap; }
    #content.subpage .eyeimg .staff_list .box {
      width: 31%;
      margin-right: 3.5%;
      margin-bottom: 30px; }
      #content.subpage .eyeimg .staff_list .box:nth-of-type(3n) {
        margin-right: 0; }
      #content.subpage .eyeimg .staff_list .box .img {
        width: 100%;
        aspect-ratio: 1/1;
        position: relative;
        z-index: 2; }
        #content.subpage .eyeimg .staff_list .box .img img {
          object-fit: cover;
          width: 100%;
          height: 100%; }
      #content.subpage .eyeimg .staff_list .box h3 {
        position: relative;
        z-index: 2;
        font-size: 22px;
        background: #fff;
        position: relative;
        margin: 0;
        bottom: 0;
        left: 0;
        flex-wrap: wrap;
        margin-top: 10px;
        display: block; }
        #content.subpage .eyeimg .staff_list .box h3 s {
          text-decoration: none;
          font-style: normal; }
        #content.subpage .eyeimg .staff_list .box h3 span {
          font-size: 14px;
          font-weight: normal;
          display: block;
          line-height: 1.4; }
      #content.subpage .eyeimg .staff_list .box p {
        line-height: 1.4; }
        #content.subpage .eyeimg .staff_list .box p:nth-of-type(1) {
          border-bottom: 1px solid #ccc;
          padding-top: 0;
          padding-bottom: 20px;
          margin-top: 0; }
          #content.subpage .eyeimg .staff_list .box p:nth-of-type(1):before {
            content: "趣味："; }
#content.subpage .concept_text {
  font-size: 66px;
  font-family: "zen kurenaido";
  mix-blend-mode: multiply;
  padding: 30px;
  background: #fff;
  text-align: center; }
  #content.subpage .concept_text + p {
    margin: 100px 0; }
  #content.subpage .concept_text img {
    display: block;
    width: 900px;
    max-width: 100%;
    margin: 0 auto; }
#content.subpage .idea {
  display: block;
  width: 820px;
  max-width: 100%;
  margin: 80px auto 50px;
  max-width: 100%; }
#content.subpage .subpage_nav {
  position: fixed;
  left: 0;
  top: calc(50% - 65px);
  height: 130px;
  padding: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 0 12px 0 0;
  width: 180px;
  z-index: 9999; }
  #content.subpage .subpage_nav a {
    width: 100%;
    font-size: 16px;
    color: #333;
    background: #fff;
    padding: 5px 0;
    margin-bottom: 15px;
    border: 1px solid #333;
    border-radius: 50px;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    display: flex;
    transition: 0.4s ease; }
    #content.subpage .subpage_nav a:hover {
      color: #00B09B;
      border-color: #00B09B; }
    #content.subpage .subpage_nav a:before {
      content: "";
      font-family: material icons;
      display: inline-block;
      margin-right: 3px; }
#content.subpage .about_img {
  height: 700px;
  width: 100%;
  margin: 50px 0;
  background: url(../img/about/about2.jpg) 0 0;
  background-size: cover; }
#content.subpage .about_df {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px 0; }
  #content.subpage .about_df + h3 {
    margin: 40px 0; }
  #content.subpage .about_df .r, #content.subpage .about_df .l {
    width: 49%; }
    #content.subpage .about_df .r table tr th, #content.subpage .about_df .l table tr th {
      width: 154px; }
    #content.subpage .about_df .r table tr td, #content.subpage .about_df .l table tr td {
      width: calc(100%  - 154px); }
    #content.subpage .about_df .r h3, #content.subpage .about_df .l h3 {
      padding: 20px;
      font-size: 20px;
      background: #f5f5f5;
      margin-bottom: 20px; }
      #content.subpage .about_df .r h3:before, #content.subpage .about_df .l h3:before {
        display: none; }
#content.subpage table {
  width: 100%; }
  #content.subpage table tr th {
    width: 16%;
    padding: 20px 30px 20px 0;
    border-right: 1px solid #333;
    text-align: left;
    font-size: 18px; }
  #content.subpage table tr td {
    padding: 20px 0px 20px 40px;
    width: 84%;
    font-size: 16px;
    line-height: 1.9;
    text-align: left; }

@keyframes bggradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
#content.subpage {
  z-index: 99; }
  #content.subpage b {
    font-weight: 900; }
  #content.subpage.biz .ib {
    padding-top: 30px; }
  #content.subpage .slides_outer {
    margin-top: 50px;
    margin-bottom: 80px; }
    #content.subpage .slides_outer .hm_slider .swiper-slide {
      width: 300px;
      height: 300px; }
      #content.subpage .slides_outer .hm_slider .swiper-slide img {
        object-fit: cover;
        width: 100%;
        height: 100%; }
  #content.subpage .biz_list {
    position: relative;
    height: 2500px; }
    #content.subpage .biz_list .row {
      position: relative;
      margin-bottom: 150px;
      min-height: 350px; }
      #content.subpage .biz_list .row.reform .txt {
        width: 800px; }
      #content.subpage .biz_list .row.reform .img {
        width: 340px;
        height: 450px; }
      #content.subpage .biz_list .row:nth-of-type(2n) .img {
        position: absolute;
        right: 0;
        top: 0; }
      #content.subpage .biz_list .row:nth-of-type(2n) .txt {
        right: auto;
        left: 0; }
      #content.subpage .biz_list .row .img {
        width: 500px;
        height: 350px;
        z-index: 3;
        position: relative; }
        #content.subpage .biz_list .row .img span, #content.subpage .biz_list .row .img a {
          display: block;
          width: 100%;
          height: 100%;
          overflow: hidden; }
        #content.subpage .biz_list .row .img:hover img {
          transform: scale(1.1); }
        #content.subpage .biz_list .row .img:before {
          width: 100%;
          height: 100%;
          content: "";
          position: absolute;
          bottom: -40px;
          left: -40px;
          background: linear-gradient(45deg, #69AC23, #00B09B, #69AC23);
          background-size: 200% 200%;
          opacity: 0.2;
          animation: bggradient 20s ease infinite; }
        #content.subpage .biz_list .row .img img {
          position: relative;
          z-index: 2;
          object-fit: cover;
          width: 100%;
          height: 100%;
          transition: 0.4s ease;
          display: block; }
      #content.subpage .biz_list .row .txt {
        background: #fff;
        width: 660px;
        padding: 40px;
        background: #fff;
        border: 1px solid #ccc;
        position: absolute;
        right: 0;
        z-index: 4;
        top: 60px; }
        #content.subpage .biz_list .row .txt a.button {
          position: absolute;
          bottom: -30px;
          right: 30px;
          margin-bottom: 0;
          width: 240px;
          font-size: 16px;
          padding: 15px; }
        #content.subpage .biz_list .row .txt h2 {
          margin-top: 0;
          font-size: 36px;
          margin-bottom: 30px; }
          #content.subpage .biz_list .row .txt h2 span {
            display: block;
            font-size: 22px; }
        #content.subpage .biz_list .row .txt p {
          margin-bottom: 0; }
  #content.subpage .mgb {
    margin-bottom: 60px !important; }
  #content.subpage .cont_df {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    #content.subpage .cont_df:nth-of-type(2n) {
      flex-direction: row-reverse; }
    #content.subpage .cont_df + .cont_df {
      margin-top: 60px; }
    #content.subpage .cont_df .eye_img {
      width: 40%;
      margin: 0;
      aspect-ratio: 1/0.7; }
      #content.subpage .cont_df .eye_img.r2 {
        display: block;
        aspect-ratio: auto; }
        #content.subpage .cont_df .eye_img.r2 img {
          display: block;
          margin-bottom: 20px; }
    #content.subpage .cont_df .l {
      width: 56%; }
      #content.subpage .cont_df .l .tit, #content.subpage .cont_df .l h3, #content.subpage .cont_df .l p {
        margin-top: 0; }
      #content.subpage .cont_df .l h4 {
        border-bottom: 1px dashed #ccc; }
      #content.subpage .cont_df .l p {
        margin-bottom: 0; }
  #content.subpage .other_biz {
    background: #f5f5f5; }
    #content.subpage .other_biz h3 {
      margin-bottom: 40px; }
    #content.subpage .other_biz .df {
      justify-content: space-between;
      display: flex; }
      #content.subpage .other_biz .df .box {
        width: 24.3%;
        padding: 25px;
        background: #ccc;
        position: relative;
        align-items: center;
        justify-content: center;
        display: flex;
        overflow: hidden;
        aspect-ratio: 1/0.55; }
        #content.subpage .other_biz .df .box img {
          object-fit: cover;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          transition: 0.4s ease; }
        #content.subpage .other_biz .df .box:hover img {
          transform: scale(1.1); }
        #content.subpage .other_biz .df .box:hover:before {
          background: rgba(0, 0, 0, 0.7); }
        #content.subpage .other_biz .df .box:before {
          transition: 0.4s ease;
          content: "";
          position: absolute;
          z-index: 2;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          display: block;
          background: rgba(0, 0, 0, 0.4); }
        #content.subpage .other_biz .df .box p {
          z-index: 3;
          position: relative;
          color: #fff;
          font-size: 20px;
          font-weight: bold;
          text-align: center; }
  #content.subpage .bullet {
    padding: 50px;
    background: #f5f5f5; }
    #content.subpage .bullet p {
      font-size: 24px;
      opacity: 0;
      font-weight: bold;
      margin: 0;
      position: relative; }
      #content.subpage .bullet p.no_before:before {
        display: none; }
      #content.subpage .bullet p:before {
        content: "";
        color: #00B09B;
        display: inline-block;
        margin-right: 10px;
        font-family: material icons; }
  #content.subpage h3 {
    position: relative;
    margin: 50px 0 80px; }
    #content.subpage h3 i {
      display: inline-block;
      font-size: 80px;
      font-family: "Mulish", "dnp-shuei-gothic-gin-std", sans-serif;
      color: #00B09B;
      font-weight: normal;
      margin-right: 10px;
      line-height: 1; }
    #content.subpage h3:before {
      display: none; }
    #content.subpage h3:after {
      content: "";
      height: 6px;
      width: 0;
      background: linear-gradient(90deg, #69AC23, #00B09B);
      bottom: -20px;
      left: calc(0px - calc(50vw - 550px));
      @inlclude trans;
      position: absolute;
      display: block; }
    #content.subpage h3.active:after {
      width: calc(50vw + 550px); }
    #content.subpage h3 + .eye_img {
      margin-top: 80px; }
  #content.subpage .eye_img {
    height: auto;
    aspect-ratio: 1/0.6;
    width: 700px;
    max-width: 100%;
    margin: 50px auto; }
    #content.subpage .eye_img.auto {
      aspect-ratio: auto;
      height: auto; }
    #content.subpage .eye_img img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
      #content.subpage .eye_img img.logo_small {
        width: 300px;
        max-width: 100%;
        margin-bottom: 50px !important; }

#pager {
  margin: 50px 0;
  overflow: hidden; }
  #pager .wp-pagenavi {
    display: flex; }
    #pager .wp-pagenavi a, #pager .wp-pagenavi span {
      padding: 12px 20px;
      font-size: 16px;
      align-items: center;
      justify-content: center;
      display: flex;
      font-family: "Mulish", "dnp-shuei-gothic-gin-std", sans-serif;
      border: none;
      background: #f5f5f5;
      margin-right: 5px; }
      #pager .wp-pagenavi a.current, #pager .wp-pagenavi span.current {
        background: #333;
        color: #fff; }

#content.contact .ib {
  padding-top: 30px;
  width: 900px; }
  #content.contact .ib table {
    width: 100%; }
    #content.contact .ib table tr:last-child {
      border-bottom: none; }
      #content.contact .ib table tr:last-child th, #content.contact .ib table tr:last-child td {
        border: none; }
    #content.contact .ib table tr th {
      width: 20%;
      padding: 20px 0;
      border-right: 0;
      border-bottom: 1px solid #ccc; }
      #content.contact .ib table tr th.req:before {
        content: "";
        width: 8px;
        height: 8px;
        border-radius: 100%;
        display: block;
        display: inline-block;
        margin-right: 10px;
        background: #ee5253; }
    #content.contact .ib table tr td {
      padding: 20px 0;
      border-bottom: 1px solid #ccc;
      width: 80%; }
  #content.contact .ib input, #content.contact .ib textarea {
    display: block;
    padding: 18px;
    background: #f5f5f5;
    border: none;
    border-radius: 4px;
    display: block;
    width: 100%; }
  #content.contact .ib textarea {
    min-height: 250px; }
  #content.contact .ib button {
    margin: 40px auto; }

#content.single .info_list, #content.archive .info_list {
  margin-top: 0; }
#content.single .ib h2, #content.archive .ib h2 {
  font-size: 32px; }
  #content.single .ib h2:nth-of-type(1), #content.archive .ib h2:nth-of-type(1) {
    margin-top: 0; }
#content.single .next_prev, #content.archive .next_prev {
  display: flex;
  flex-wrap: wrap;
  margin-top: 100px;
  width: 500px;
  max-width: 100%;
  margin: 100px 0 50px; }
  #content.single .next_prev .next, #content.single .next_prev .prev, #content.archive .next_prev .next, #content.archive .next_prev .prev {
    border-bottom: 1px solid #363636;
    width: 32%;
    font-size: 18px;
    font-weight: bold; }
    #content.single .next_prev .next a, #content.single .next_prev .prev a, #content.archive .next_prev .next a, #content.archive .next_prev .prev a {
      display: block;
      padding: 25px;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center; }
  #content.single .next_prev .next, #content.archive .next_prev .next {
    border-right: none; }
    #content.single .next_prev .next a, #content.archive .next_prev .next a {
      align-items: center;
      justify-content: flex-end;
      display: flex; }
  #content.single .next_prev .prev, #content.archive .next_prev .prev {
    justify-content: flex-start;
    border-left: none;
    margin-right: 2%; }
  #content.single .next_prev .back, #content.archive .next_prev .back {
    width: 32%;
    margin-right: 2%; }
    #content.single .next_prev .back a, #content.archive .next_prev .back a {
      width: 100%;
      height: 100%;
      display: block;
      padding: 25px;
      align-items: center;
      justify-content: center;
      display: flex;
      background: linear-gradient(90deg, #69AC23, #00B09B);
      color: #fff;
      font-size: 18px;
      font-weight: bold; }

#content.estate .est_list {
  display: flex;
  flex-wrap: wrap; }
  #content.estate .est_list .box {
    width: 31%;
    margin-right: 3.5%;
    display: block;
    margin-bottom: 40px;
    position: relative; }
    #content.estate .est_list .box:nth-of-type(3n) {
      margin-right: 0; }
    #content.estate .est_list .box .tax {
      background: linear-gradient(90deg, #69AC23, #00B09B);
      padding: 3px 11px;
      font-size: 14px;
      letter-spacing: 0.2rem;
      color: #fff;
      position: absolute;
      z-index: 2;
      top: 15px;
      right: 15px; }
    #content.estate .est_list .box .img {
      width: 100%;
      overflow: hidden;
      display: block;
      aspect-ratio: 1/0.65; }
      #content.estate .est_list .box .img img {
        transition: 0.4s ease;
        object-fit: cover;
        width: 100%;
        height: 100%; }
      #content.estate .est_list .box .img:hover img {
        transform: scale(1.1); }
    #content.estate .est_list .box .txt {
      display: block;
      margin-top: 20px; }
      #content.estate .est_list .box .txt h3 {
        margin-top: 0;
        font-size: 18px;
        font-weight: bold;
        margin-top: 0;
        margin-bottom: 5px; }
      #content.estate .est_list .box .txt .data .df {
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
        align-items: baseline; }
      #content.estate .est_list .box .txt .data .addr {
        font-size: 14px; }
      #content.estate .est_list .box .txt .data .price {
        display: block; }
        #content.estate .est_list .box .txt .data .price em {
          display: inline-block;
          font-size: 16px;
          margin-left: 5px; }
        #content.estate .est_list .box .txt .data .price i {
          display: block;
          font-size: 32px;
          font-weight: bold;
          font-family: "Mulish", "dnp-shuei-gothic-gin-std", sans-serif;
          color: #00B09B;
          display: inline-block; }

#content.estate .ib {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between; }
  #content.estate .ib .main {
    width: 770px; }
    #content.estate .ib .main #detail_slider .est_detail .swiper-slide {
      width: 100%;
      height: 500px; }
      #content.estate .ib .main #detail_slider .est_detail .swiper-slide img {
        object-fit: cover;
        width: 100%;
        height: 100%; }
    #content.estate .ib .main #detail_slider .est_thumb {
      margin-top: 10px; }
      #content.estate .ib .main #detail_slider .est_thumb .swiper-slide {
        width: 20%;
        height: 100px; }
        #content.estate .ib .main #detail_slider .est_thumb .swiper-slide img {
          object-fit: cover;
          width: 100%;
          height: 100%; }
    #content.estate .ib .main h2 {
      padding-bottom: 25px;
      border-bottom: 1px solid #ccc;
      position: relative; }
      #content.estate .ib .main h2 a.tax {
        display: inline-block;
        margin-right: 10px;
        font-size: 80%;
        color: #00B09B;
        border: 1px solid #00B09B;
        padding: 2px 8px; }
      #content.estate .ib .main h2 .price {
        font-family: "Mulish", "dnp-shuei-gothic-gin-std", sans-serif;
        color: #00B09B;
        font-size: 60px;
        position: absolute;
        right: 0;
        bottom: 0; }
        #content.estate .ib .main h2 .price em {
          display: inline-block;
          font-size: 20px;
          font-weight: bold;
          color: #212121; }
      #content.estate .ib .main h2 span {
        color: #888;
        display: block;
        margin-bottom: 10px; }
    #content.estate .ib .main h4 {
      font-size: 24px;
      margin: 40px 0; }
    #content.estate .ib .main .map {
      width: 100%;
      height: 500px; }
      #content.estate .ib .main .map iframe {
        display: block;
        object-fit: cover;
        width: 100%;
        height: 100%; }
    #content.estate .ib .main .mainimg {
      width: 100%;
      height: 400px; }
      #content.estate .ib .main .mainimg img {
        object-fit: cover;
        width: 100%;
        height: 100%; }
    #content.estate .ib .main .data {
      margin: 50px 0; }
      #content.estate .ib .main .data .row {
        flex-wrap: wrap;
        display: flex; }
        #content.estate .ib .main .data .row div {
          width: 50%;
          flex-wrap: wrap;
          display: flex; }
          #content.estate .ib .main .data .row div.long {
            width: 100%; }
          #content.estate .ib .main .data .row div p {
            width: calc(100% - 115px);
            padding: 10px 15px;
            margin: 0;
            margin-bottom: 3px; }
            #content.estate .ib .main .data .row div p:nth-of-type(1) {
              width: 115px;
              background: #f5f5f5; }
  #content.estate .ib .side {
    width: 250px; }
    #content.estate .ib .side .est_list {
      display: flex; }
      #content.estate .ib .side .est_list .box {
        width: 100%; }
        #content.estate .ib .side .est_list .box .txt {
          margin-top: 10px; }
          #content.estate .ib .side .est_list .box .txt h3 {
            font-size: 16px;
            margin-bottom: 0; }
          #content.estate .ib .side .est_list .box .txt .data .price i {
            font-size: 24px; }

.buttons {
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 50px;
  width: 100%; }
  .buttons a {
    padding: 8px 20px;
    margin-right: 10px;
    font-size: 16px;
    color: #fff;
    background: #00B09B; }

.link_estate {
  position: fixed;
  z-index: 99999;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  display: none; }
  .link_estate a {
    background: linear-gradient(45deg, #69AC23, #00B09B, #69AC23);
    display: flex;
    width: 340px;
    margin: 0 auto;
    color: #fff;
    padding: 20px 35px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    justify-content: center;
    align-items: center;
    border-radius: 50px; }

/*************************************
 *
 *footer
 *
 ************************************** */
#pagetop {
  width: 52px;
  height: 52px;
  background: #000;
  position: fixed;
  z-index: 9999;
  bottom: 20px;
  cursor: pointer;
  right: 0px; }
  #pagetop:before {
    content: "";
    font-size: 29px;
    position: absolute;
    top: 7px;
    left: 12px;
    font-family: material icons;
    color: #fff; }
  #pagetop i {
    font-size: 10px;
    position: absolute;
    bottom: 7px;
    left: 0;
    text-align: center;
    width: 100%;
    display: block;
    color: #fff; }

footer {
  background: #212121;
  position: relative;
  z-index: 9999; }
  footer .ib {
    padding: 80px 0 50px; }
    footer .ib .logo {
      width: 150px;
      margin: 40px auto;
      display: block; }
    footer .ib nav {
      flex-wrap: wrap;
      display: flex;
      justify-content: center; }
      footer .ib nav span.parent {
        padding-top: 25px;
        margin-top: 25px;
        border-top: 1px solid #aaa; }
      footer .ib nav a {
        padding: 0 20px;
        font-size: 15px;
        color: #fff;
        transition: 0.4s ease; }
        footer .ib nav a:hover {
          color: #ccc; }
    footer .ib p {
      color: #fff;
      font-size: 14px;
      text-align: center;
      font-family: "Mulish", "dnp-shuei-gothic-gin-std", sans-serif; }

/*# sourceMappingURL=style.css.map */
