@charset "UTF-8";
/* 変数 */
/* 基礎のスタイル */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;700;900&display=swap&subset=japanese");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  position: relative;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  overflow-x: hidden; }

a {
  text-decoration: none !important; }

a:hover {
  opacity: .7; }

* a {
  text-decoration: none !important;
  color: unset; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  line-height: 1.0; }

ul {
  list-style: none; }

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

/* 共通のスタイル */
html {
  font-size: 62.5%;
  font-size: calc(1.4375rem + ((1vw - 7.68px) * 0)); }
  html header {
    padding: 2% 0 1.4%;
    background: #c8282b; }
    @media only screen and (max-width: 768px) {
      html header {
        position: relative;
        padding: 15px 0; } }
    html header .site-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 85vw;
      margin: 0 auto; }
      @media only screen and (max-width: 1420px) {
        html header .site-header {
          width: 100%;
          padding: 0 15vw; } }
      html header .site-header .logo {
        width: 13vw; }
        @media only screen and (max-width: 768px) {
          html header .site-header .logo {
            width: 30vw;
            margin: auto; } }
      @media only screen and (max-width: 768px) {
        html header .site-header .global-nav nav {
          position: absolute;
          z-index: 1002;
          top: 100%;
          left: 100%;
          color: #000;
          background: #c8282b;
          text-align: center;
          width: 100%;
          transition: all 0.3s;
          border-top: 1px solid #ffffff; } }
      html header .site-header .global-nav nav .nav-list {
        display: flex; }
        @media only screen and (max-width: 768px) {
          html header .site-header .global-nav nav .nav-list {
            display: block;
            padding: 60px 20px; } }
        @media only screen and (max-width: 480px) {
          html header .site-header .global-nav nav .nav-list {
            padding: 20px 20px; } }
        html header .site-header .global-nav nav .nav-list .nav-item {
          padding: 0 24px;
          font-size: 1.3vw;
          color: #ffffff; }
          @media only screen and (max-width: 768px) {
            html header .site-header .global-nav nav .nav-list .nav-item {
              font-size: 3.6vw; } }
          @media only screen and (max-width: 1420px) {
            html header .site-header .global-nav nav .nav-list .nav-item {
              padding: 0 18px; } }
          @media only screen and (max-width: 768px) {
            html header .site-header .global-nav nav .nav-list .nav-item {
              margin: 0 0 20px;
              font-size: 20px; } }
          @media only screen and (max-width: 480px) {
            html header .site-header .global-nav nav .nav-list .nav-item {
              font-size: 4.3vw; } }
          @media only screen and (max-width: 768px) {
            html header .site-header .global-nav nav .nav-list .nav-item a {
              display: block;
              width: 100%; } }
          html header .site-header .global-nav nav .nav-list .nav-item:last-child {
            padding: 0 0 0 24px; }
            @media only screen and (max-width: 1420px) {
              html header .site-header .global-nav nav .nav-list .nav-item:last-child {
                padding: 0 0 0 18px;
                margin: 0; } }
      html header .site-header .global-nav nav.active {
        left: 0;
        width: 100%; }
      html header .site-header .hamburger {
        display: none; }
        @media only screen and (max-width: 768px) {
          html header .site-header .hamburger {
            display: block;
            position: absolute;
            right: 5%;
            top: 15%;
            width: 42px;
            height: 42px;
            cursor: pointer;
            text-align: center;
            z-index: 1003; }
            html header .site-header .hamburger span {
              display: block;
              position: absolute;
              width: 30px;
              height: 2px;
              left: 6px;
              background: #ffffff;
              -webkit-transition: 0.3s ease-in-out;
              -moz-transition: 0.3s ease-in-out;
              transition: 0.3s ease-in-out; }
              html header .site-header .hamburger span:nth-child(1) {
                top: 10px; }
              html header .site-header .hamburger span:nth-child(2) {
                top: 20px; }
              html header .site-header .hamburger span:nth-child(3) {
                top: 30px; } }
        html header .site-header .hamburger.active span:nth-child(1) {
          top: 16px;
          left: 6px;
          -webkit-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          transform: rotate(-45deg); }
        html header .site-header .hamburger.active span:nth-child(2), html header .site-header .hamburger.active span:nth-child(3) {
          top: 16px;
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          transform: rotate(45deg); }
  html footer {
    padding: 3.2% 0 1.2%;
    background: #c8282b; }
    html footer .footer-nav {
      padding: 0 0 24px; }
      html footer .footer-nav .footer-nav-list {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap; }
        @media only screen and (max-width: 768px) {
          html footer .footer-nav .footer-nav-list {
            display: block; } }
        html footer .footer-nav .footer-nav-list .footer-nav-item {
          margin: 0 0 20px;
          padding: 0 55px;
          font-size: 1.3vw;
          color: #ffffff; }
          @media only screen and (max-width: 768px) {
            html footer .footer-nav .footer-nav-list .footer-nav-item {
              font-size: 3.6vw; } }
          @media only screen and (max-width: 1420px) {
            html footer .footer-nav .footer-nav-list .footer-nav-item {
              padding: 0 20px; } }
          @media only screen and (max-width: 768px) {
            html footer .footer-nav .footer-nav-list .footer-nav-item {
              text-align: center; } }
    html footer .copyright {
      text-align: center;
      font-size: 15px;
      line-height: 1.3;
      color: #ffffff; }
  html .content {
    position: relative;
    width: 62vw;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      html .content {
        width: 90%; } }
  html .scroll-up {
    opacity: 0;
    transform: translateY(50px);
    transition: all 1.3s; }
    html .scroll-up.done {
      opacity: 1;
      transform: translate(0, 0); }
  html .scroll-fade {
    opacity: 0;
    transition: all 1.3s; }
    html .scroll-fade.done {
      opacity: 1;
      transform: translate(0, 0); }
  html .load-fade {
    opacity: 0;
    transition: all 1.3s; }
    html .load-fade.done {
      opacity: 1;
      transform: translate(0, 0); }
  html .load-up {
    opacity: 0;
    transform: translateY(50px);
    transition: all 1.3s; }
    html .load-up.done {
      opacity: 1 !important;
      transform: translate(0, 0); }
  html .br-1420 {
    display: none; }
    @media only screen and (max-width: 1420px) {
      html .br-1420 {
        display: block; } }
  html .br-1420-no {
    display: block; }
    @media only screen and (max-width: 1420px) {
      html .br-1420-no {
        display: none; } }
  html .br-768 {
    display: none; }
    @media only screen and (max-width: 768px) {
      html .br-768 {
        display: block; } }
  html .br-768-no {
    display: block; }
    @media only screen and (max-width: 768px) {
      html .br-768-no {
        display: none; } }
  html .br-480 {
    display: none; }
    @media only screen and (max-width: 480px) {
      html .br-480 {
        display: block; } }
  html .br-480-no {
    display: block; }
    @media only screen and (max-width: 480px) {
      html .br-480-no {
        display: none; } }

/* ナビーメニュー */
/* トップページのスタイル */
html {
  scroll-behavior: smooth;
  overflow-x: hidden; }

body.home {
  scroll-behavior: smooth; }
  body.home #main-visual {
    display: block;
    position: relative;
    width: 100%;
    padding: 7.5% 0 0; }
    @media only screen and (max-width: 768px) {
      body.home #main-visual {
        padding: 8% 0 0; } }
    body.home #main-visual .mv-bg {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%; }
    body.home #main-visual .mv-ttl {
      position: relative;
      width: 50vw;
      margin: 0 auto 80px;
      z-index: 1; }
      @media only screen and (max-width: 768px) {
        body.home #main-visual .mv-ttl {
          width: auto;
          margin: 0 auto 8%; } }
      body.home #main-visual .mv-ttl img {
        position: relative;
        margin: 0 auto; }
    body.home #main-visual .mv-lead {
      position: relative;
      display: flex;
      flex-direction: row-reverse;
      border-bottom: 1px solid #000000; }
      @media only screen and (max-width: 768px) {
        body.home #main-visual .mv-lead {
          flex-direction: column-reverse; } }
      body.home #main-visual .mv-lead .mv-lead-figure {
        position: absolute;
        right: -40px;
        bottom: 0;
        width: 53%; }
        @media only screen and (max-width: 1420px) {
          body.home #main-visual .mv-lead .mv-lead-figure {
            right: -20px;
            margin: 0; } }
        @media only screen and (max-width: 768px) {
          body.home #main-visual .mv-lead .mv-lead-figure {
            position: relative;
            right: unset;
            bottom: unset;
            width: 100%; } }
        @media only screen and (max-width: 768px) {
          body.home #main-visual .mv-lead .mv-lead-figure img {
            height: auto;
            margin: 0 auto; } }
      body.home #main-visual .mv-lead .mv-lead-txt {
        position: relative;
        width: 48%;
        margin-right: auto;
        padding: 1rem 0.7rem;
        margin-bottom: 50px;
        font-size: 1.3vw;
        line-height: 1.48;
        color: #000000;
        background: rgba(255, 255, 255, 0.78); }
        @media only screen and (max-width: 768px) {
          body.home #main-visual .mv-lead .mv-lead-txt {
            font-size: 16px;
            width: 100%;
            padding: 18px 15px 40px; } }
  body.home #profile {
    padding: 4.6% 0 0;
    background: url(../images/profile-bg.jpg) no-repeat;
    background-size: 100%;
    background-position: bottom center; }
    @media only screen and (max-width: 768px) {
      body.home #profile {
        padding: 6% 0 0; } }
    body.home #profile .profile-ttl {
      margin: 0 0 9%;
      font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      text-align: center;
      font-size: 3.2vw;
      line-height: 70px;
      color: #1a2888; }
      @media only screen and (max-width: 768px) {
        body.home #profile .profile-ttl {
          margin: 0 0 6%;
          font-size: 9vw; } }
    body.home #profile .profile-row {
      display: flex;
      padding: 0 0 4.6%;
      border-bottom: 1px solid #000000; }
      @media only screen and (max-width: 768px) {
        body.home #profile .profile-row {
          display: block; } }
      body.home #profile .profile-row .profile-col {
        width: 50%; }
        @media only screen and (max-width: 768px) {
          body.home #profile .profile-row .profile-col {
            width: 100%;
            margin: 0 0 20px; } }
        body.home #profile .profile-row .profile-col .profile-photo {
          width: 100%; }
          @media only screen and (max-width: 768px) {
            body.home #profile .profile-row .profile-col .profile-photo {
              margin: 0 0 20px; } }
          body.home #profile .profile-row .profile-col .profile-photo img {
            margin: 0 auto; }
            @media only screen and (max-width: 768px) {
              body.home #profile .profile-row .profile-col .profile-photo img {
                width: 50%; } }
            @media only screen and (max-width: 640px) {
              body.home #profile .profile-row .profile-col .profile-photo img {
                width: 80%; } }
        body.home #profile .profile-row .profile-col .profile-main-info {
          width: 100%;
          margin: 0 0 20px; }
          body.home #profile .profile-row .profile-col .profile-main-info .profile-txt {
            margin: 0 0 10px;
            text-align: center;
            font-size: 1.3vw;
            line-height: 1.33; }
            @media only screen and (max-width: 768px) {
              body.home #profile .profile-row .profile-col .profile-main-info .profile-txt {
                font-size: 3.6vw; } }
        body.home #profile .profile-row .profile-col .profile-item {
          display: flex;
          padding: 20px 0;
          border-bottom: 1px solid #1a2888; }
          body.home #profile .profile-row .profile-col .profile-item .profile-item-ttl {
            padding: 0 5%;
            width: 15vw; }
            @media only screen and (max-width: 768px) {
              body.home #profile .profile-row .profile-col .profile-item .profile-item-ttl {
                width: auto; } }
          body.home #profile .profile-row .profile-col .profile-item .profile-item-data {
            width: 460px; }
            @media only screen and (max-width: 1420px) {
              body.home #profile .profile-row .profile-col .profile-item .profile-item-data {
                width: 70%;
                padding-right: 10px; } }
          body.home #profile .profile-row .profile-col .profile-item .profile-txt {
            position: relative;
            margin: 0 0 14px;
            font-size: 1.3vw;
            line-height: 1.2; }
            @media only screen and (max-width: 768px) {
              body.home #profile .profile-row .profile-col .profile-item .profile-txt {
                font-size: 3.6vw; } }
            body.home #profile .profile-row .profile-col .profile-item .profile-txt.has-circle {
              padding: 0 0 0 34px; }
              body.home #profile .profile-row .profile-col .profile-item .profile-txt.has-circle:before {
                content: '';
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                left: 0;
                width: 26px;
                height: 26px;
                border: 2px solid #000000;
                border-radius: 50%; }
            body.home #profile .profile-row .profile-col .profile-item .profile-txt:last-child {
              margin: 0; }
          body.home #profile .profile-row .profile-col .profile-item .profile-item-list .profile-item-list-txt {
            position: relative;
            margin: 0 0 14px;
            padding: 0 0 0 30px;
            font-size: 1.3vw;
            line-height: 1.2;
            color: #000000; }
            @media only screen and (max-width: 768px) {
              body.home #profile .profile-row .profile-col .profile-item .profile-item-list .profile-item-list-txt {
                font-size: 3.6vw; } }
            body.home #profile .profile-row .profile-col .profile-item .profile-item-list .profile-item-list-txt:before {
              content: '〇';
              position: absolute;
              left: 0;
              top: 0;
              color: #000000; }
        body.home #profile .profile-row .profile-col:first-child {
          display: flex;
          flex-wrap: wrap;
          flex-direction: column-reverse;
          padding-right: 60px;
          justify-content: flex-end; }
          @media only screen and (max-width: 768px) {
            body.home #profile .profile-row .profile-col:first-child {
              padding: 0; } }
        body.home #profile .profile-row .profile-col:last-child {
          border-top: 1px solid #1a2888; }
          @media only screen and (max-width: 1420px) {
            body.home #profile .profile-row .profile-col:last-child {
              width: 60%; } }
          @media only screen and (max-width: 768px) {
            body.home #profile .profile-row .profile-col:last-child {
              width: 100%; } }
  body.home #policy {
    display: block;
    position: relative;
    padding: 4.6% 0;
    width: 100%;
    background: #e9f6fd; }
    @media only screen and (max-width: 768px) {
      body.home #policy {
        padding: 6% 0; } }
    body.home #policy .policy-bg {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%; }
    body.home #policy .policy-ttl {
      width: 50vw;
      margin: 0 auto 8%; }
      @media only screen and (max-width: 768px) {
        body.home #policy .policy-ttl {
          width: auto;
          margin: 0 0 40px; } }
      body.home #policy .policy-ttl img {
        margin: 0 auto; }
    body.home #policy .policy-row {
      position: relative;
      display: block;
      margin: 0 0 125px; }
      @media only screen and (max-width: 768px) {
        body.home #policy .policy-row {
          margin: 0 0 6%; } }
      body.home #policy .policy-row .policy-figure {
        position: absolute;
        top: 0;
        left: unset;
        right: 0;
        width: 45%; }
        @media only screen and (max-width: 768px) {
          body.home #policy .policy-row .policy-figure {
            position: relative;
            top: unset;
            right: unset;
            width: 100%;
            margin: 0 0 10px; } }
        body.home #policy .policy-row .policy-figure img {
          border: 1px solid #1a2888; }
          @media only screen and (max-width: 768px) {
            body.home #policy .policy-row .policy-figure img {
              margin: 0 auto; } }
      body.home #policy .policy-row .policy-infos {
        width: 55%;
        margin: 0 auto 0 0;
        padding: 0 36px 0 0; }
        @media only screen and (max-width: 768px) {
          body.home #policy .policy-row .policy-infos {
            width: 100%;
            padding: 0; } }
        body.home #policy .policy-row .policy-infos .policy-infos-ttl {
          position: relative;
          margin: 0 0 30px; }
          body.home #policy .policy-row .policy-infos .policy-infos-ttl p {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 30%;
            text-align: center;
            font-size: 1.8vw;
            font-weight: bold;
            line-height: 1.25;
            color: #c8292b;
            letter-spacing: -0.5px; }
            @media only screen and (max-width: 768px) {
              body.home #policy .policy-row .policy-infos .policy-infos-ttl p {
                font-size: 4.3vw; } }
            body.home #policy .policy-row .policy-infos .policy-infos-ttl p span {
              font-size: 1.3vw; }
              @media only screen and (max-width: 768px) {
                body.home #policy .policy-row .policy-infos .policy-infos-ttl p span {
                  font-size: 3.6vw; } }
        body.home #policy .policy-row .policy-infos .policy-infos-lead {
          margin: 0 0 5%;
          text-align: center;
          font-size: 1.45vw;
          font-weight: 600;
          line-height: 1.5; }
          @media only screen and (max-width: 768px) {
            body.home #policy .policy-row .policy-infos .policy-infos-lead {
              margin: 0 0 20px;
              font-size: 20px; } }
        body.home #policy .policy-row .policy-infos .policy-infos-txt {
          position: relative;
          margin: 0 0 20px;
          padding: 0 0 0 36px;
          font-size: 33px;
          line-height: 44px;
          color: #000000; }
          @media only screen and (max-width: 1420px) {
            body.home #policy .policy-row .policy-infos .policy-infos-txt {
              font-size: 24px; } }
          @media only screen and (max-width: 1200px) {
            body.home #policy .policy-row .policy-infos .policy-infos-txt {
              font-size: 20px; } }
          @media only screen and (max-width: 768px) {
            body.home #policy .policy-row .policy-infos .policy-infos-txt {
              font-size: 16px; } }
          body.home #policy .policy-row .policy-infos .policy-infos-txt span {
            position: absolute;
            left: 0;
            top: 0;
            color: #000000; }
        @media only screen and (max-width: 768px) {
          body.home #policy .policy-row .policy-infos .policy-infos-txt-list-wrapper {
            display: flex;
            align-items: center;
            justify-content: center; } }
        body.home #policy .policy-row .policy-infos .policy-infos-txt-list-wrapper .policy-infos-txt-list {
          list-style: none; }
          body.home #policy .policy-row .policy-infos .policy-infos-txt-list-wrapper .policy-infos-txt-list .policy-infos-txt-item {
            position: relative;
            margin: 0 0 3%;
            padding: 0 0 0 5%;
            font-size: 1.3vw;
            line-height: 1.33;
            color: #000000; }
            @media only screen and (max-width: 768px) {
              body.home #policy .policy-row .policy-infos .policy-infos-txt-list-wrapper .policy-infos-txt-list .policy-infos-txt-item {
                margin: 10px;
                font-size: 3.1vw; } }
            body.home #policy .policy-row .policy-infos .policy-infos-txt-list-wrapper .policy-infos-txt-list .policy-infos-txt-item:before {
              content: '●';
              position: absolute;
              left: 0;
              top: 0;
              color: #000000; }
      body.home #policy .policy-row.reverse {
        flex-direction: row-reverse; }
        body.home #policy .policy-row.reverse .policy-infos {
          margin: 0 0 0 auto;
          padding: 0 0 0 36px; }
          @media only screen and (max-width: 768px) {
            body.home #policy .policy-row.reverse .policy-infos {
              padding: 0 0 0 20px; } }
          @media only screen and (max-width: 768px) {
            body.home #policy .policy-row.reverse .policy-infos {
              padding: 0; } }
          body.home #policy .policy-row.reverse .policy-infos .policy-figure {
            left: 0;
            right: unset; }
  body.home #result {
    position: relative;
    padding: 0 0 360px; }
    @media only screen and (max-width: 1420px) {
      body.home #result {
        padding: 0 0 20%; } }
    body.home #result .result-head {
      position: relative;
      width: 100%;
      margin: 0 0 4%; }
      body.home #result .result-head .result-ttl {
        width: 50vw;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }
        @media only screen and (max-width: 768px) {
          body.home #result .result-head .result-ttl {
            width: 70vw; } }
        body.home #result .result-head .result-ttl img {
          margin: 0 auto; }
    body.home #result .result-tail {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%; }
    @media only screen and (max-width: 768px) {
      body.home #result .result-item {
        margin: 40px 0 0; } }
    body.home #result .result-item .result-item-ttl {
      text-align: center;
      background: linear-gradient(90deg, white 0%, #a3a9cf 16%, #354096 33%, #1a2888 50%, #354096 66%, #a3a9cf 84%, white 100%); }
      @media only screen and (max-width: 768px) {
        body.home #result .result-item .result-item-ttl {
          margin: 0 0 40px; } }
      body.home #result .result-item .result-item-ttl span {
        position: relative;
        display: inline-block;
        min-width: 350px;
        padding: 1.5% 6%;
        font-size: 2.6vw;
        color: #ffffff;
        line-height: 1.0;
        border-left: 10px solid #ffffff;
        border-right: 10px solid #ffffff; }
        @media only screen and (max-width: 1420px) {
          body.home #result .result-item .result-item-ttl span {
            min-width: 300px; } }
        @media only screen and (max-width: 1200px) {
          body.home #result .result-item .result-item-ttl span {
            border-width: 8px; } }
        @media only screen and (max-width: 480px) {
          body.home #result .result-item .result-item-ttl span {
            min-width: 200px;
            padding: 10px 20px;
            font-size: 4vw; } }
        body.home #result .result-item .result-item-ttl span:before {
          content: '';
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          left: -30px;
          width: 10px;
          height: 100%;
          background: #ffffff; }
          @media only screen and (max-width: 1200px) {
            body.home #result .result-item .result-item-ttl span:before {
              left: -24px;
              width: 8px; } }
          @media only screen and (max-width: 768px) {
            body.home #result .result-item .result-item-ttl span:before {
              left: -12px;
              width: 4px; } }
        body.home #result .result-item .result-item-ttl span:after {
          content: '';
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: -30px;
          width: 10px;
          height: 100%;
          background: #ffffff; }
          @media only screen and (max-width: 768px) {
            body.home #result .result-item .result-item-ttl span:after {
              right: -24px;
              width: 8px; } }
          @media only screen and (max-width: 768px) {
            body.home #result .result-item .result-item-ttl span:after {
              right: -12px;
              width: 4px; } }
    body.home #result .result-item .result-item-txt {
      font-size: 1.3vw;
      line-height: 2.33;
      text-align: center;
      color: #000000;
      margin: 4% 0; }
      @media only screen and (max-width: 768px) {
        body.home #result .result-item .result-item-txt {
          font-size: 3.6vw; } }
  body.home #access {
    padding: 4% 0 10%;
    background: #e9f6fd; }
    @media only screen and (max-width: 768px) {
      body.home #access {
        padding: 6%; } }
    body.home #access .access-ttl {
      margin: 0 0 9%;
      font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      text-align: center;
      font-size: 3.2vw;
      color: #1a2888; }
      @media only screen and (max-width: 768px) {
        body.home #access .access-ttl {
          margin: 0 0 6%;
          font-size: 9vw; } }
    body.home #access .access-row {
      display: flex; }
      @media only screen and (max-width: 768px) {
        body.home #access .access-row {
          display: block; } }
      body.home #access .access-row .access-map {
        text-align: center; }
        body.home #access .access-row .access-map iframe {
          width: 31vw;
          height: 25vw;
          padding-right: 10px; }
          @media only screen and (max-width: 768px) {
            body.home #access .access-row .access-map iframe {
              width: 72vw;
              height: 30vh;
              margin: 0 0 20px;
              padding: 0; } }
      body.home #access .access-row .access-infos {
        width: 50%;
        padding-left: 10px;
        text-align: center; }
        @media only screen and (max-width: 768px) {
          body.home #access .access-row .access-infos {
            width: 100%;
            padding: 0; } }
        body.home #access .access-row .access-infos .access-logo {
          margin: 5% 0 7%; }
          body.home #access .access-row .access-infos .access-logo img {
            width: 50%;
            margin: 0 auto; }
        body.home #access .access-row .access-infos .access-txt {
          margin: 0 0 6%;
          font-size: 1.3vw;
          line-height: 1.46; }
          @media only screen and (max-width: 768px) {
            body.home #access .access-row .access-infos .access-txt {
              font-size: 3.6vw; } }
