@charset "UTF-8";
/* ==========================================================================
	root
========================================================================== */
:root {
  --base-pc-width:1500;
  --easeInQuad:cubic-bezier(.55, .085, .68, .53);
  --easeOutQuad:cubic-bezier(0.215, 0.61, 0.355, 1);
  --easeOutQuint:cubic-bezier(.25, .46, .45, .94);
  --easeOutSine:cubic-bezier(0.39, 0.575, 0.565, 1);
  --easeInOutQuad:cubic-bezier(0.45, 0, 0.55, 1);
  --easeInOutCubic:cubic-bezier(0.65, 0, 0.35, 1);
  --easePopUp:cubic-bezier(0.17, 0.88, 0.30, 1.28);
  --easeInCirc:cubic-bezier(0.55, 0, 1, 0.45); }

/* ==========================================================================
	hasei_fv
========================================================================== */
#hasei_fv {
  overflow: visible;
  z-index: 70; }

/* ==========================================================================
	intro
========================================================================== */
.intro {
  position: relative;
  background: var(--theme-color02);
  z-index: 60;
  padding-top: 4rem;
  padding-bottom: 38rem; }
  .intro .inr {
    position: relative;
    width: 93%;
    width: calc(750px,93%,1785px);
    z-index: 10;
    margin: 0 auto 5rem; }
  .intro .map_area {
    position: relative;
    width: 81.4285714286%;
    aspect-ratio: 1140/850;
    border-radius: 1.5rem;
    overflow: hidden;
    z-index: 5;
    min-height: 800px; }
    .intro .map_area iframe {
      display: block;
      width: 100%;
      height: 200%;
      position: absolute;
      top: -50%;
      left: 0; }
  .intro .info_area {
    position: absolute;
    right: 1.2rem;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 400px;
    height: 640px;
    padding: 7rem 6rem 8rem;
    border-radius: 1.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #fff;
    z-index: 10; }
    .intro .info_area h2 {
      display: block;
      width: 144px;
      margin: 0 auto 4rem; }
    .intro .info_area p {
      font-size: 1.6rem;
      --lh:2;
      position: relative;
      /*
      overflow: hidden;
      */
      line-height: calc(var(--lh)* 1em);
      padding-top: .1px;
      padding-bottom: .1px;
      margin-bottom: 3.8rem;
      text-align: center; }
      .intro .info_area p::before {
        content: '';
        display: block;
        height: 0;
        width: 0;
        /*
        margin-top: calc((1 - var(--lh)) * 0.5em);
        */
        margin-top: calc((1 - var(--lh))* .5em); }
      .intro .info_area p::after {
        content: '';
        display: block;
        height: 0;
        width: 0;
        margin-bottom: calc((1 - var(--lh))* .5em); }
    .intro .info_area a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 280px;
      height: 80px;
      border: 1px solid var(--theme-color);
      border-radius: 4rem; }
      .intro .info_area a .icon {
        position: relative;
        width: 21px;
        margin-right: 1.4rem;
        -webkit-transform: translateY(2px);
                transform: translateY(2px); }
      .intro .info_area a span {
        position: relative;
        display: inline;
        font-size: 1.9rem;
        text-align: center;
        -webkit-transition: all 0.4s var(--easeOutQuad);
        transition: all 0.4s var(--easeOutQuad); }
        .intro .info_area a span:after {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          bottom: -3px;
          width: 100%;
          height: 2px;
          background: #d5d5d5;
          z-index: 1;
          -webkit-transition: all 0.4s var(--easeOutQuad);
          transition: all 0.4s var(--easeOutQuad); }
      @media (hover: hover) {
        .intro .info_area a:hover {
          background: var(--theme-color); }
          .intro .info_area a:hover span {
            color: #fff; }
            .intro .info_area a:hover span:after {
              background: #fff; } }
  .intro .gallery_area .area {
    display: grid;
    grid-template-columns: 0.35fr 0.635fr;
    /* s_imgが左、big_imgが右 */
    grid-template-rows: repeat(2, 1fr);
    /* 2行 */
    gap: 20px;
    /* 要素間の余白を20pxに */
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    /* 高さを揃える */
    margin: 0 auto;
    /* 中央揃え */ }
    .intro .gallery_area .area:nth-child(2) {
      margin-top: 2rem;
      grid-template-columns: 0.6fr 0.385fr;
      /* big_imgが左、m_imgが右 */
      grid-template-rows: 1fr;
      /* 1行 */ }
      .intro .gallery_area .area:nth-child(2) .big_img {
        grid-column: 1 / 2;
        /* 左に配置 */ }
  .intro .gallery_area figure {
    position: relative;
    overflow: hidden; }
    .intro .gallery_area figure > img {
      border-radius: 1.5rem; }
  .intro .gallery_area .big_img {
    position: relative;
    grid-column: 2 / 3;
    /* 右に配置 */
    grid-row: 1 / 3;
    /* 2行分を占める */
    -ms-flex-item-align: stretch;
        align-self: stretch; }
    .intro .gallery_area .big_img p {
      position: absolute;
      right: 0;
      top: 0;
      padding: 4.5rem 2rem 1.8rem;
      background: #fff;
      font-size: 1.7rem;
      color: var(--theme-color);
      border-radius: 0 1.5rem 0 1.5rem; }
      .intro .gallery_area .big_img p:before, .intro .gallery_area .big_img p:after {
        content: "";
        display: block;
        width: 31px;
        height: 31px;
        position: absolute;
        left: -30px;
        top: 0;
        background: url(../img/access/gallery-text-lt.png);
        background-size: cover; }
      .intro .gallery_area .big_img p:after {
        left: auto;
        top: auto;
        right: -1px;
        bottom: -30px; }
      .intro .gallery_area .big_img p .icon {
        position: absolute;
        left: 0;
        right: 0;
        top: 16px;
        margin: auto;
        width: 17px; }
  .intro .gallery_area .area:nth-child(2) .big_img p {
    right: auto;
    left: 0;
    border-radius: 1.5rem 0 1.5rem 0; }
    .intro .gallery_area .area:nth-child(2) .big_img p:before {
      left: auto;
      right: -30px;
      -webkit-transform: scale(-1, 1);
              transform: scale(-1, 1); }
    .intro .gallery_area .area:nth-child(2) .big_img p:after {
      left: 0;
      right: auto;
      bottom: -30px;
      -webkit-transform: scale(-1, 1);
              transform: scale(-1, 1); }
  .intro .gallery_area .s_img:nth-child(2) {
    grid-column: 1 / 2;
    /* 左に配置 */
    grid-row: 1 / 2;
    /* 1行目に配置 */ }
  .intro .gallery_area .s_img:nth-child(3) {
    grid-column: 1 / 2;
    /* 左に配置 */
    grid-row: 2 / 3;
    /* 2行目に配置 */ }
  .intro .gallery_area .m_img {
    grid-column: 2 / 2;
    /* 左に配置 */ }

@media screen and (max-width: 800px) {
  .intro {
    padding-top: 11rem;
    padding-bottom: 22.5rem; }
    .intro .inr {
      width: 95%;
      margin: 0 auto 1rem; }
    .intro .map_area {
      position: relative;
      width: 100%;
      min-height: 1px;
      aspect-ratio: 760/640;
      border-radius: .75rem .75rem 0 0; }
    .intro .info_area {
      position: relative;
      right: auto;
      width: 100%;
      height: auto;
      padding: 4.2rem clamp(3rem, 7.5vw, 80px) 4rem;
      border-radius: 0 0 .75rem .75rem; }
      .intro .info_area h2 {
        position: absolute;
        left: clamp(3rem, 7.5vw, 80px);
        top: -1.5rem;
        width: 110px;
        margin: 0; }
      .intro .info_area p {
        padding-left: 13.5rem;
        font-size: 1.5rem;
        --lh:calc(54/30);
        margin-bottom: 4rem;
        text-align: left;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
      .intro .info_area a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 100%;
        height: 60px; }
    .intro .gallery_area .area {
      display: grid;
      grid-template-columns: 1fr 1fr;
      /* 2列構成に */
      grid-template-rows: auto auto;
      /* 各行の高さを自動調整 */
      gap: 10px;
      /* 画像間の余白 */ }
      .intro .gallery_area .area:nth-child(2) {
        display: block;
        margin-top: 1rem; }
    .intro .gallery_area figure > img {
      border-radius: .75rem; }
    .intro .gallery_area .big_img {
      grid-column: 1 / 3;
      /* 1列目から2列目にまたがる（上に配置） */
      grid-row: 1 / 2;
      /* 1行目 */
      width: 100%;
      height: auto;
      /* 高さを自動に */ }
      .intro .gallery_area .big_img p {
        padding: 3.7rem 1.5rem 1.5rem;
        font-size: 1.5rem;
        border-radius: 0 .75rem 0 .75rem; }
        .intro .gallery_area .big_img p:before, .intro .gallery_area .big_img p:after {
          width: 16px;
          height: 16px;
          left: -15px; }
        .intro .gallery_area .big_img p:after {
          bottom: -15px; }
        .intro .gallery_area .big_img p .icon {
          top: 15px;
          width: 12px;
          -webkit-transform: translateX(2px);
                  transform: translateX(2px); }
    .intro .gallery_area .area:nth-child(2) .big_img p {
      border-radius: .75rem 0 .75rem 0; }
      .intro .gallery_area .area:nth-child(2) .big_img p:before {
        left: auto;
        right: -15px; }
      .intro .gallery_area .area:nth-child(2) .big_img p:after {
        bottom: -15px; }
    .intro .gallery_area .s_img {
      grid-column: span 1;
      /* s_imgを1列に設定 */
      grid-row: 2;
      /* 2行目に配置 */ }
    .intro .gallery_area .s_img:nth-child(2) {
      grid-column: 1 / 2;
      /* 1列目に配置 */
      grid-row: 2 / 3;
      /* 2行目 */
      width: 100%;
      height: auto;
      /* 高さを自動に */ }
    .intro .gallery_area .s_img:nth-child(3) {
      grid-column: 2 / 3;
      /* 2列目に配置 */
      grid-row: 2 / 3;
      /* 2行目 */
      width: 100%;
      height: auto;
      /* 高さを自動に */ }
    .intro .gallery_area .m_img {
      display: none;
      /* m_imgを非表示 */ } }
/* ==========================================================================
	animations
========================================================================== */

.business {
  position: relative;
  background: var(--theme-color02);
  z-index: 60;
  padding-top: 12rem;
  padding-bottom: 4rem; }
  .business .inr {
    position: relative;
    width: 65%;
    width: calc(750px,65%,1785px);
    z-index: 10;
    margin: 0 auto 5rem;
    color: #fff; }
    .business .inr .en_tit { 
      color: #fff; }
  .business section {
    position: relative;
    z-index: 3;
    line-height: 200%;}
    .business section .flex {
      display: flex; }
      .business section:nth-child(even) .flex {
        flex-direction: row-reverse; }
      .business section .flex > div {
        flex: 1 1 auto; }
        .business section .flex > div.img-area {
          max-width: 420px; }
      .business section h3 {
        text-align: center;
        font-size: 2.4rem;
        margin-top: 3rem;
        margin-bottom: 6rem; }
      .business section h4 {
        font-size: 1.8rem;
        margin-bottom: 1.8rem; }
      .business section p {
        font-size: 1.6rem;}
      .business section ul {
        font-size: 1.6rem;}

/*# sourceMappingURL=access.css.map */