@charset "UTF-8";
/**$txt:#333;
$txt2: #3e5059;**/
#top .contents {
  padding-top: 0 !important; }
  @media screen and (max-width: 600px) {
    #top .contents {
      padding-top: 60px !important; } }
#top header {
  transition: 0.5s transform;
  transform: translateY(-200%); }
  @media screen and (max-width: 600px) {
    #top header {
      transform: translateY(0%); } }
#top.scrollBody header {
  transform: translateY(0%); }
#top .top-bukken-logo {
  border-bottom: 1px solid #dde4e6;
  background: #fff;
  box-sizing: border-box;
  padding: 0.6rem 2rem;
  display: block; }
  #top .top-bukken-logo .logo {
    display: inline-block;
    width: 20%;
    min-width: 280px;
    margin-right: 1rem;
    vertical-align: middle; }
  @media screen and (max-width: 600px) {
    #top .top-bukken-logo {
      display: none; } }

.merit-sec li {
  display: block;
  text-align: center !important;
  width: 100%;
  padding: 15px 0; }
  .merit-sec li img {
    width: 88%;
    height: auto;
    margin: auto; }
  .merit-sec li:nth-child(1) {
    background: #fff; }
    .merit-sec li:nth-child(1) img {
      max-width: 900px; }
  .merit-sec li:nth-child(2) {
    background: #dde4e6; }
    .merit-sec li:nth-child(2) img {
      max-width: 1000px; }
  .merit-sec li:nth-child(3) {
    background: #fff; }
    .merit-sec li:nth-child(3) img {
      max-width: 1260px; }
@media screen and (max-width: 600px) {
  .merit-sec li {
    padding: 20px 0; }
    .merit-sec li img {
      width: 88%;
      height: auto;
      margin: auto; }
    .merit-sec li:nth-child(1) img {
      max-width: 400px; }
    .merit-sec li:nth-child(2) img {
      max-width: 400px; }
    .merit-sec li:nth-child(3) img {
      max-width: 400px; } }

.information-sec {
  text-align: center;
  font-size: 10px; }
  .information-sec .info-ttl {
    font-family: "minion-pro", "times-new-roman", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-feature-settings: 'palt';
    color: #12475d;
    font-size: 2em;
    margin-top: 4em;
    letter-spacing: 10%; }
  .information-sec .txt-l {
    margin-top: 0.5em;
    font-size: 3.8em;
    color: #000; }
  .information-sec .txt-s {
    margin-top: 1em;
    font-size: 1.6em;
    color: #000; }
  .information-sec .conversion {
    margin-top: 4em;
    padding-bottom: 3em; }
  @media screen and (max-width: 768px) {
    .information-sec {
      font-size: 8px; } }

.entrystep-sec {
  text-align: center;
  font-size: 10px; }
  .entrystep-sec .inner {
    padding-top: 0 !important;
    padding-bottom: 8em; }
  .entrystep-sec .estp-ttl {
    color: #000;
    font-size: 2.8em;
    margin-top: 2em;
    letter-spacing: 10%;
    position: relative;
    display: inline-block;
    padding: 0 0.8em; }
    .entrystep-sec .estp-ttl:before, .entrystep-sec .estp-ttl:after {
      content: "";
      width: 0.4em;
      position: absolute;
      top: 0.1em;
      bottom: 0.1em;
      border: 2px solid #000; }
      @media screen and (max-width: 768px) {
        .entrystep-sec .estp-ttl:before, .entrystep-sec .estp-ttl:after {
          display: none; } }
    .entrystep-sec .estp-ttl:before {
      left: 0;
      border-right: none; }
    .entrystep-sec .estp-ttl:after {
      right: 0;
      border-left: none; }
    @media screen and (max-width: 768px) {
      .entrystep-sec .estp-ttl {
        padding: 0 0em; } }
  .entrystep-sec .lead {
    font-size: 2em;
    margin-top: 1em;
    margin-bottom: 1.6em;
    color: #12475d; }
  .entrystep-sec .conversion {
    margin-top: 3rem;
    padding-bottom: 0; }
  @media screen and (max-width: 768px) {
    .entrystep-sec {
      font-size: 8px; }
      .entrystep-sec .estp-ttl {
        max-width: 500px;
        padding: 0 1.5em;
        font-size: 2.5em; }
        .entrystep-sec .estp-ttl:before, .entrystep-sec .estp-ttl:after {
          width: 1em; }
      .entrystep-sec .lead.center {
        text-align: left !important; } }

.estp-list {
  display: flex;
  font-size: 10px; }
  .estp-list li {
    width: 32%;
    margin-right: 2%;
    text-align: center;
    margin-top: 3em;
    background: #f5f7f7;
    box-sizing: border-box;
    border: 1px solid #aaa;
    position: relative;
    padding: 3.4em 1.8em 1.8em; }
    .estp-list li:nth-child(3) {
      margin-right: 0; }
    .estp-list li .estp-icon {
      position: absolute;
      height: auto;
      width: 23%;
      left: 0;
      top: 0;
      transform: translate(-22%, -22%); }
      .estp-list li .estp-icon img {
        width: 100%;
        height: auto; }
    .estp-list li .img {
      margin: auto;
      width: 90%;
      max-width: 30em; }
    .estp-list li p {
      font-size: 1.6em;
      color: #000;
      border-top: 1px solid #12475d;
      padding-top: 1.2em;
      margin-top: 1.2em;
      text-align: left; }
  @media screen and (max-width: 1200px) {
    .estp-list {
      font-size: 0.85vw; } }
  @media screen and (max-width: 768px) {
    .estp-list {
      display: block;
      margin: auto;
      max-width: 400px;
      font-size: 1.5vw;
      width: 90%; }
      .estp-list li {
        width: 100%; } }
  @media screen and (max-width: 600px) {
    .estp-list {
      font-size: 2.2vw; }
      .estp-list li .estp-icon {
        width: 18%; } }

.estp-list li .estp-icon img {
  opacity: 0; }
.estp-list.aos-animate li .estp-icon img {
  opacity: 0; }
.estp-list.aos-animate li:nth-child(1) .estp-icon img {
  animation: fadeInOut1 10s infinite; }
.estp-list.aos-animate li:nth-child(2) .estp-icon img {
  animation: fadeInOut2 10s infinite; }
.estp-list.aos-animate li:nth-child(3) .estp-icon img {
  animation: fadeInOut3 10s infinite; }
@keyframes fadeInOut1 {
  0% {
    opacity: 0;
    /* 最初：非表示 */ }
  10% {
    opacity: 1;
    /* 1秒かけてふわっと表示（全体の25%をフェードインに） */ }
  70% {
    opacity: 1;
    /* ここまで表示維持（3秒間見えている状態） */ }
  80% {
    opacity: 0;
    /* 最後にふわっと消える */ } }
@keyframes fadeInOut2 {
  10% {
    opacity: 0;
    /* 最初：非表示 */ }
  20% {
    opacity: 1;
    /* 1秒かけてふわっと表示（全体の25%をフェードインに） */ }
  70% {
    opacity: 1;
    /* ここまで表示維持（3秒間見えている状態） */ }
  80% {
    opacity: 0;
    /* 最後にふわっと消える */ } }
@keyframes fadeInOut3 {
  20% {
    opacity: 0;
    /* 最初：非表示 */ }
  30% {
    opacity: 1;
    /* 1秒かけてふわっと表示（全体の25%をフェードインに） */ }
  70% {
    opacity: 1;
    /* ここまで表示維持（3秒間見えている状態） */ }
  80% {
    opacity: 0;
    /* 最後にふわっと消える */ } }
.cont-top-btn {
  font-size: 10px; }
  .cont-top-btn a {
    display: block;
    border: 3px solid #006165;
    background: #fff;
    position: relative;
    overflow: hidden;
    width: 90%;
    height: 5.5em;
    max-width: 36em;
    margin-top: 4em !important;
    box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.4);
    transition: 0.5s; }
    .cont-top-btn a .b-txt {
      position: absolute;
      top: 50%;
      left: 50%;
      color: #006165;
      font-size: 2em;
      transform: translate(-50%, -50%);
      display: flex;
      align-items: center;
      white-space: nowrap;
      line-height: 1; }
      .cont-top-btn a .b-txt .arrow {
        display: block;
        height: 1px;
        width: 1.6em;
        margin-left: 0.5em;
        position: relative;
        background: #006165;
        transition: transform 0.5s; }
        .cont-top-btn a .b-txt .arrow:after {
          content: "";
          width: 0.6em;
          background: #006165;
          height: 1px;
          position: absolute;
          transform: translate(10%, -300%) rotate(35deg);
          top: 0;
          right: 0; }
    .cont-top-btn a:hover {
      background: #006165;
      box-shadow: 0 0 2em rgba(0, 0, 0, 0); }
      .cont-top-btn a:hover .b-txt {
        color: #fff; }
        .cont-top-btn a:hover .b-txt .arrow {
          background: #fff;
          transform: translateX(60%); }
          .cont-top-btn a:hover .b-txt .arrow:after {
            background: #fff; }
  @media screen and (max-width: 600px) {
    .cont-top-btn {
      font-size: 8px; }
      .cont-top-btn a {
        background: #006165; }
        .cont-top-btn a .b-txt {
          color: #fff; }
          .cont-top-btn a .b-txt .arrow {
            background: #fff; }
            .cont-top-btn a .b-txt .arrow:after {
              background: #fff; } }

.concept-sec {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto; }
  .concept-sec .con-body {
    background: linear-gradient(to bottom, #efefef, #fff);
    padding-top: 3rem;
    padding-bottom: 5rem; }
    .concept-sec .con-body .lead {
      text-align: center;
      font-size: 1.2rem;
      line-height: 2.4; }
      .concept-sec .con-body .lead b {
        font-size: 130%;
        color: #46707e;
        font-weight: bold; }
    .concept-sec .con-body .cont-top-btn a {
      margin: auto; }
  .concept-sec .concept-img2 {
    margin: auto;
    max-width: 740px;
    width: 80%;
    margin-bottom: 3rem; }
  @media screen and (max-width: 600px) {
    .concept-sec .con-body {
      background: linear-gradient(to bottom, #f6f6f6, #fff); }
    .concept-sec .concept-img1 .cap {
      bottom: 26%; }
    .concept-sec .concept-img2 {
      width: 90%; } }

.contents-link {
  display: flex;
  align-items: center;
  font-size: 10px;
  padding: 10em 0; }
  .contents-link .photo {
    box-sizing: border-box;
    position: relative;
    width: 60%; }
    .contents-link .photo:after {
      position: absolute;
      content: "";
      height: 10em;
      width: 70%;
      bottom: 0;
      transform: translateY(10em); }
  .contents-link .copy {
    box-sizing: border-box;
    padding: 0 5%;
    width: 40%; }
    .contents-link .copy .copy-body {
      margin: auto;
      max-width: 45em; }
      .contents-link .copy .copy-body h4 {
        position: relative;
        display: block;
        letter-spacing: 15%; }
        .contents-link .copy .copy-body h4 span {
          display: inline-block;
          white-space: nowrap;
          font-family: "minion-pro", "times-new-roman", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
          -webkit-font-smoothing: antialiased;
          font-weight: 400;
          font-feature-settings: 'palt';
          border-bottom: 3px solid #4f7a7e;
          color: #000;
          font-size: 3.5em;
          padding: 0.2em 0;
          letter-spacing: 10%; }
        .contents-link .copy .copy-body h4:after {
          content: "";
          width: 100%;
          height: 1px;
          background: #4f7a7e;
          position: absolute;
          left: 0;
          bottom: 1px;
          right: 0; }
      .contents-link .copy .copy-body h5 {
        font-size: 2.3em;
        margin-top: 1em;
        letter-spacing: 15%;
        color: #000; }
        .contents-link .copy .copy-body h5 b {
          font-weight: lighter;
          font-family: "minion-pro", "times-new-roman", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
          -webkit-font-smoothing: antialiased;
          font-weight: 400;
          font-feature-settings: 'palt';
          font-size: 160%; }
      .contents-link .copy .copy-body .lead {
        margin-top: 1em;
        font-size: 1.7em; }
  @media screen and (max-width: 1360px) {
    .contents-link {
      font-size: 8px; } }
  @media screen and (max-width: 1160px) {
    .contents-link .photo {
      width: 55%; }
    .contents-link .copy {
      width: 45%; }
    .contents-link .cont-top-btn {
      font-size: 9px; } }
  @media screen and (max-width: 1000px) {
    .contents-link .photo {
      width: 50%; }
    .contents-link .copy {
      width: 50%; } }
  @media screen and (max-width: 768px) {
    .contents-link {
      display: block;
      padding: 1em 0 7em; }
      .contents-link .photo {
        width: 90%; }
        .contents-link .photo:after {
          height: 5em;
          transform: translateY(5em); }
      .contents-link .copy {
        width: 100%;
        padding: 7.5em 10% 0em; }
        .contents-link .copy .copy-body h5 {
          font-size: 2.2em; }
        .contents-link .copy .copy-body .lead br {
          display: none !important; } }

.contents-link#cl-hachioji .photo, .contents-link#cl-access .photo, .contents-link#cl-plan .photo {
  order: 1; }
  .contents-link#cl-hachioji .photo:after, .contents-link#cl-access .photo:after, .contents-link#cl-plan .photo:after {
    background: #d0d8dc;
    left: 0; }
.contents-link#cl-hachioji .copy, .contents-link#cl-access .copy, .contents-link#cl-plan .copy {
  order: 2; }
.contents-link#cl-location .photo, .contents-link#cl-residence .photo {
  order: 2; }
  .contents-link#cl-location .photo:after, .contents-link#cl-residence .photo:after {
    background: #cdd9d7;
    right: 0; }
.contents-link#cl-location .copy, .contents-link#cl-residence .copy {
  order: 1; }
.contents-link#cl-plan {
  margin-bottom: 10em; }
.contents-link#cl-location .cont-top-btn a {
  height: 7.5em; }
  .contents-link#cl-location .cont-top-btn a .b-txt {
    text-align: center; }
@media screen and (max-width: 768px) {
  .contents-link#cl-hachioji .photo, .contents-link#cl-access .photo, .contents-link#cl-plan .photo {
    margin-right: 10%; }
  .contents-link#cl-location .photo, .contents-link#cl-residence .photo {
    margin-left: 10%; }
  .contents-link#cl-plan {
    margin-bottom: 5em; } }

.main-slide01 {
  margin-bottom: 0 !important; }
  .main-slide01 .slick-list .slick-track .slick-slide .img .pc {
    display: block !important; }
  .main-slide01 .slick-list .slick-track .slick-slide .img .sp {
    display: none !important; }
  @media screen and (max-width: 600px) {
    .main-slide01 .slick-list .slick-track .slick-slide .img .pc {
      display: none !important; }
    .main-slide01 .slick-list .slick-track .slick-slide .img .sp {
      display: block !important; } }
  .main-slide01 .slick-dots {
    position: absolute;
    bottom: 1%; }
    .main-slide01 .slick-dots li {
      width: 0.5rem;
      height: 0.5rem;
      background: rgba(0, 0, 0, 0.6);
      border-radius: 50%;
      box-sizing: border-box;
      border: 1px solid rgba(255, 255, 255, 0.8);
      margin: 0.7rem; }
      .main-slide01 .slick-dots li button {
        text-indent: -9999px; }
      .main-slide01 .slick-dots li.slick-active {
        opacity: 1;
        background: #b2a32a; }

.merit2-sp {
  background: #dde4e6;
  margin-bottom: 30px;
  text-align: center;
  padding: 2rem 0; }
  .merit2-sp img {
    max-width: 400px;
    width: 80%;
    height: auto; }
