@charset "UTF-8";
html, body, div, p, header, footer, img, span, ul, ol, li, section, header, footer,
table, th, td, h1, h2, h3, h4, h5, h6, a, form, input, textarea,
dl, dt, dd, iframe, figure {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none; }

html {
  -webkit-font-smoothing: antialiased; }

body {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 500;
  font-style: normal;
  color: #000;
  font-size: 16px;
  line-height: 160%;
  height: 100%;
  box-sizing: border-box; }

img {
  image-rendering: -webkit-optimize-contrast;
  display: block;
  border: 0;
  max-width: 100%; }
  @media (max-width: 900px) {
    img {
      max-width: 100%; } }

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

p {
  text-align: justify; }

ul {
  list-style: none; }

#spMenu {
  display: none; }
  @media (max-width: 900px) {
    #spMenu {
      display: block; } }
  #spMenu a {
    color: #fff; }
  #spMenu .menu-btn {
    position: fixed;
    right: 5px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    z-index: 1200;
    top: 4px; }
    #spMenu .menu-btn .hbg {
      height: 10px; }
      #spMenu .menu-btn .hbg.hbg-hide {
        display: none; }
  #spMenu .menu {
    background: rgba(22, 111, 164, 0.95);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1100;
    width: 100vw;
    height: auto;
    padding: 84px 20px 20px;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 400;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: translateY(-100vh);
    transition: transform .8s linear; }
    @media (max-width: 900px) {
      #spMenu .menu {
        padding-top: 60px; } }
  #spMenu .menu.is-active {
    transform: translateX(0); }
  #spMenu .fa {
    font-size: 24px; }
  #spMenu a {
    display: block;
    color: #fff; }
    #spMenu a.current {
      font-weight: 700; }
  #spMenu ul {
    font-size: 18px;
    padding: 0;
    list-style: none !important; }
    #spMenu ul li {
      padding: 0;
      text-align: center; }
      #spMenu ul li a {
        padding: 5px 0; }
      @media (max-width: 900px) {
        #spMenu ul li.sp-request {
          margin-bottom: 10px; }
          #spMenu ul li.sp-request a {
            background: #89c122;
            background: linear-gradient(90deg, #89c122 0%, #5d8407 100%);
            border-radius: 10px; }
        #spMenu ul li.sp-reservation {
          margin-top: 5px; }
          #spMenu ul li.sp-reservation a {
            background: #d25831;
            border-radius: 10px; } }

#gNav-sp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column; }
  #gNav-sp li {
    width: 100%;
    margin-bottom: 5px; }
    #gNav-sp li a {
      background: #F0067F;
      color: #fff;
      font-size: 16px;
      text-align: center;
      display: block;
      height: 40px;
      line-height: 40px;
      width: 100%; }

header {
  position: fixed;
  height: 100px;
  z-index: 99;
  background: #fff;
  width: 100vw; }
  @media (max-width: 900px) {
    header {
      position: initial;
      height: auto;
      width: 100; } }
  header + * {
    position: relative;
    top: 100px;
    margin-bottom: 100px; }
    @media (max-width: 900px) {
      header + * {
        position: initial;
        top: 0; } }
  header #header-01 {
    max-width: 1200px;
    padding: 15px 20px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    /*
    a#header-request {
        font-size: 14px;
        color: $white;
        background: #58a297;
        display: block;
        width:fit-content;
        padding: 10px 15px;
        border-radius: 5px;
        line-height: 1;
        
        @include sp {
            display: none;
        }
    }
    a#header-reservation {
        font-size: 14px;
        color: $white;
        background: #d25831;
        display: block;
        width:fit-content;
        padding: 10px 15px;
        border-radius: 5px;
        line-height: 1;
        margin-left: 20px;
        @include sp {
            display: none;
        }
    }*/ }
    @media (max-width: 900px) {
      header #header-01 {
        width: 100%;
        padding: 20px 15px; } }
    header #header-01 a#header-logo img {
      height: 44px; }
      @media (max-width: 900px) {
        header #header-01 a#header-logo img {
          height: 16px;
          width: auto; } }
    header #header-01 a#header-logo-heim {
      pointer-events: none; }
      @media (max-width: 900px) {
        header #header-01 a#header-logo-heim {
          display: none; } }
      header #header-01 a#header-logo-heim img {
        height: 30px; }
        @media (max-width: 900px) {
          header #header-01 a#header-logo-heim img {
            height: 16px;
            width: auto; } }
  header #header-02 {
    background: #166fa4;
    padding: 0 0; }
    @media (max-width: 900px) {
      header #header-02 {
        display: none; } }
    header #header-02 .inner {
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      max-width: 1200px;
      font-size: 16px;
      margin: 0 auto;
      font-family: 'Zen Old Mincho', serif;
      font-weight: 400; }
    header #header-02 ul.nav-left {
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      justify-content: flex-start;
      gap: 1px;
      width: fit-content; }
      header #header-02 ul.nav-left li a {
        background: #25bcef;
        display: block;
        color: #fff;
        padding: 5px 5px; }
    header #header-02 ul.nav-right {
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      justify-content: flex-end;
      gap: 0px;
      width: fit-content; }
      header #header-02 ul.nav-right li a {
        background: #89c122;
        background: linear-gradient(90deg, #89c122 0%, #5d8407 100%);
        display: block;
        color: #fff;
        padding: 5px 10px; }

section#home-fv {
  position: relative;
  width: 100vw;
  height: auto;
  aspect-ratio: 1.72/1; }
  @media (max-width: 900px) {
    section#home-fv {
      padding: 0;
      height: auto;
      background-position: center;
      margin-bottom: 0; } }
  section#home-fv ul li {
    width: 100%;
    height: auto;
    aspect-ratio: 1.72/1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    section#home-fv ul li.fv-01 {
      background-image: url("../images/fv-01.png"); }
    section#home-fv ul li.fv-02 {
      background-image: url("../images/fv-02.png"); }
    section#home-fv ul li.fv-03 {
      background-image: url("../images/fv-03.png"); }
  section#home-fv img {
    position: absolute;
    top: calc(50% - 167px);
    left: calc(50% - 200px);
    width: 400px;
    filter: drop-shadow(0px 0px 3px #000); }
    section#home-fv img.deepen {
      filter: drop-shadow(0px 0px 3px #000); }
    @media (max-width: 900px) {
      section#home-fv img {
        width: 150px;
        top: calc(50% - 56px);
        left: calc(50% - 75px); } }

section#home-information {
  color: #000; }
  @media (max-width: 900px) {
    section#home-information {
      padding: 15px; } }
  section#home-information #information-02 {
    max-width: 1100px;
    padding: 40px;
    margin: 0 auto 0; }
    @media (max-width: 900px) {
      section#home-information #information-02 {
        padding: 15px;
        margin: 0 auto 0; } }
    section#home-information #information-02 h3 {
      width: 230px;
      border: 1px solid #000;
      font-size: 20px;
      margin: 0 auto;
      font-weight: normal;
      text-align: center;
      margin-bottom: 20px; }
      @media (max-width: 900px) {
        section#home-information #information-02 h3 {
          width: 200px;
          font-size: 18px;
          margin-bottom: 15px; } }
    section#home-information #information-02 p {
      font-size: 16px; }
      @media (max-width: 900px) {
        section#home-information #information-02 p {
          font-size: 12px;
          line-height: 1.6; } }
      section#home-information #information-02 p:not(:last-child) {
        margin-bottom: 40px; }
        @media (max-width: 900px) {
          section#home-information #information-02 p:not(:last-child) {
            margin-bottom: 15px; } }

#concept {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0 150px; }
  @media (max-width: 900px) {
    #concept {
      padding: 0px 15px 30px; } }
  #concept h2 {
    padding-bottom: 20px;
    margin-bottom: 90px;
    background: #166fa4;
    color: #fff;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 30px;
    margin-bottom: 60px; }
    @media (max-width: 900px) {
      #concept h2 {
        margin-bottom: 30px; } }
    #concept h2 img {
      height: 36px;
      margin: 0 auto; }
      @media (max-width: 900px) {
        #concept h2 img {
          height: 24px; } }
  #concept h3 {
    margin-bottom: 70px; }
    @media (max-width: 900px) {
      #concept h3 {
        margin-bottom: 30px; } }
    #concept h3 img {
      width: 335px;
      margin: 0 auto; }
      @media (max-width: 900px) {
        #concept h3 img {
          width: 70%;
          max-width: 300px; } }
  #concept h4 {
    text-align: center;
    font-size: 34px;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 400;
    line-height: 1.5; }
    @media (max-width: 900px) {
      #concept h4 {
        font-size: 20px; } }
    #concept h4 + p {
      text-align: center;
      margin-top: 28px;
      margin-bottom: 105px;
      line-height: 2; }
      @media (max-width: 900px) {
        #concept h4 + p {
          font-size: 13px;
          margin-top: 15px;
          margin-bottom: 30px;
          text-align: justify; }
          #concept h4 + p br {
            display: none; } }
    #concept h4 span {
      font-size: 130%;
      display: block; }
      @media (max-width: 900px) {
        #concept h4 span {
          font-size: 24px; } }
  #concept img.concept-area {
    width: 335px;
    margin: 36px auto 70px; }
    @media (max-width: 900px) {
      #concept img.concept-area {
        width: 60%;
        max-width: 300px;
        margin: 15px auto 30px; } }
    #concept img.concept-area + h4 {
      margin-bottom: 60px;
      letter-spacing: 0;
      font-weight: bold; }
      @media (max-width: 900px) {
        #concept img.concept-area + h4 {
          font-size: 16px;
          margin-bottom: 30px; } }
  #concept .ito {
    padding: 30px;
    max-width: 1000px;
    background: #ecf4e3;
    margin: 0 auto; }
    @media (max-width: 900px) {
      #concept .ito {
        width: 100%;
        margin-bottom: 0; } }
    #concept .ito h5 {
      background: #166fa4;
      color: #fff;
      font-size: 18px;
      width: 250px;
      padding: 10px;
      text-align: center;
      font-weight: 400;
      margin: 0 auto 20px; }
    #concept .ito p {
      font-size: 16px;
      text-align: center;
      margin-bottom: 2em;
      line-height: 2; }
      @media (max-width: 900px) {
        #concept .ito p {
          font-size: 13px;
          line-height: 1.6; } }
      #concept .ito p:last-child {
        margin-bottom: 0; }
    #concept .ito + div {
      text-align: center;
      width: 100%;
      padding: 50px 15px;
      line-height: 1.8; }
      @media (max-width: 900px) {
        #concept .ito + div {
          font-size: 100%;
          font-size: 13px;
          text-align: left;
          padding: 15px 0; }
          #concept .ito + div br {
            display: none; } }
  #concept .concept {
    margin-bottom: 60px; }
    @media (max-width: 900px) {
      #concept .concept {
        margin-bottom: 30px; } }
  #concept #concept-2col {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 900px) {
      #concept #concept-2col {
        flex-direction: column; } }
    #concept #concept-2col .concept-box {
      max-width: 465px;
      border: 2px solid #166fa4;
      padding-bottom: 25px; }
      #concept #concept-2col .concept-box h5 {
        background: #166fa4;
        color: #fff;
        font-size: 27px;
        text-align: center;
        margin-bottom: 25px;
        font-family: 'Zen Old Mincho', serif;
        font-weight: 400;
        padding: 10px; }
        @media (max-width: 900px) {
          #concept #concept-2col .concept-box h5 {
            font-size: 18px;
            margin-bottom: 0; } }
      #concept #concept-2col .concept-box img {
        width: 410px;
        margin: 0 auto 25px; }
      #concept #concept-2col .concept-box h6 {
        text-align: center;
        font-size: 27px;
        font-family: 'Zen Old Mincho', serif;
        font-weight: 400;
        margin-bottom: 25px; }
        @media (max-width: 900px) {
          #concept #concept-2col .concept-box h6 {
            font-size: 20px;
            margin-bottom: 15px; } }
      #concept #concept-2col .concept-box p {
        text-align: center;
        line-height: 1.8; }
        @media (max-width: 900px) {
          #concept #concept-2col .concept-box p {
            font-size: 14px;
            line-height: 1.6; } }
    @media (max-width: 900px) {
      #concept #concept-2col .cross {
        padding: 10px 0; } }
    #concept #concept-2col .cross img {
      width: 42px; }
      @media (max-width: 900px) {
        #concept #concept-2col .cross img {
          width: 24px; } }

#access {
  padding: 50px 0 100px; }
  @media (max-width: 900px) {
    #access {
      padding: 0px 15px 30px; } }
  #access .inner {
    max-width: 1000px;
    margin: 0 auto; }
  #access h2 {
    background: #166fa4;
    color: #fff;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    margin-bottom: 60px;
    padding: 30px; }
    @media (max-width: 900px) {
      #access h2 {
        margin-bottom: 30px; } }
    #access h2 img {
      height: 36px;
      margin: 0 auto; }
      @media (max-width: 900px) {
        #access h2 img {
          height: 24px; } }
    #access h2 span {
      margin-top: 20px;
      padding-top: 20px;
      font-size: 16px;
      text-align: center;
      display: block;
      border-top: 1px solid #fff;
      font-weight: 400;
      color: #fff; }
      @media (max-width: 900px) {
        #access h2 span {
          font-size: 13px; } }
  #access h3 {
    text-align: center;
    font-size: 26px;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 400;
    line-height: 1.5; }
    @media (max-width: 900px) {
      #access h3 {
        font-size: 22px; } }
    #access h3 + p {
      text-align: center;
      margin-top: 28px;
      margin-bottom: 105px;
      line-height: 2; }
      @media (max-width: 900px) {
        #access h3 + p {
          font-size: 13px;
          margin-top: 15px;
          margin-bottom: 30px;
          text-align: justify; }
          #access h3 + p br {
            display: none; } }
    #access h3 span {
      font-size: 130%;
      display: block; }
  #access .access-info {
    margin-bottom: 50px; }
    @media (max-width: 900px) {
      #access .access-info {
        margin-bottom: 20px; } }
    #access .access-info + p {
      font-size: 12px;
      word-break: break-all; }
      @media (max-width: 900px) {
        #access .access-info + p {
          font-size: 10px;
          line-height: 1.4; } }

#location {
  padding: 50px 0 165px; }
  @media (max-width: 900px) {
    #location {
      padding: 30px 15px; } }
  #location .inner {
    max-width: 1000px;
    margin: 0 auto; }
  #location h2 {
    background: #166fa4;
    color: #fff;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    margin-bottom: 60px;
    padding: 30px; }
    @media (max-width: 900px) {
      #location h2 {
        margin-bottom: 30px; } }
    #location h2 img {
      height: 36px;
      margin: 0 auto; }
      @media (max-width: 900px) {
        #location h2 img {
          height: 24px; } }
    #location h2 span {
      margin-top: 30px;
      padding-bottom: 40px;
      font-size: 16px;
      text-align: center;
      display: block;
      font-weight: 400;
      color: #000; }
      @media (max-width: 900px) {
        #location h2 span {
          font-size: 13px;
          text-align: justify;
          padding-bottom: 0; }
          #location h2 span br {
            display: none; } }
    #location h2 + p {
      text-align: center;
      margin-bottom: 60px; }
      @media (max-width: 900px) {
        #location h2 + p {
          font-size: 14px;
          margin-bottom: 30px;
          text-align: justify; }
          #location h2 + p br {
            display: none; } }
  #location .location-group h3 {
    border-top: 1px solid #9fa0a0;
    color: #3fb392;
    font-size: 21px;
    padding: 10px 0; }
    @media (max-width: 900px) {
      #location .location-group h3 {
        font-size: 17px; } }
  #location .location-group ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-wrap: wrap; }
    #location .location-group ul li {
      width: 306px;
      padding-bottom: 30px; }
      @media (max-width: 900px) {
        #location .location-group ul li {
          width: 50%;
          padding-bottom: 15px; } }
      @media (max-width: 480px) {
        #location .location-group ul li {
          width: 100%;
          padding-bottom: 15px; } }
      #location .location-group ul li img {
        margin-bottom: 10px; }
      #location .location-group ul li span.shotdate {
        color: #fff;
        text-shadow: 0 0 5px #000;
        font-size: 12px;
        display: block;
        text-align: right;
        margin-top: -35px;
        margin-bottom: 10px;
        padding-right: 5px; }
      #location .location-group ul li p span {
        display: block; }
        @media (max-width: 900px) {
          #location .location-group ul li p span {
            font-size: 13px;
            line-height: 1.5; } }
  #location .location-more {
    display: block;
    text-align: center;
    font-size: 18px;
    border-radius: 100px;
    color: #fff;
    background: #3fb392;
    padding: 10px 0;
    margin: 0 auto 100px;
    cursor: pointer; }
    @media (max-width: 900px) {
      #location .location-more {
        font-size: 15px;
        padding: 5px 0;
        margin-bottom: 30px; } }
    #location .location-more .location-more-text::before {
      content: "もっと見る"; }
    #location .location-more .location-more-arrow::before {
      content: "▼"; }
    #location .location-more.location-more-opened .location-more-text::before {
      content: "閉じる"; }
    #location .location-more.location-more-opened .location-more-arrow::before {
      content: "▲"; }
  #location img.access-map {
    margin-bottom: 15px; }
    @media (max-width: 900px) {
      #location img.access-map {
        margin-bottom: 10px; } }
    #location img.access-map + p {
      font-size: 13px;
      line-height: 1.5; }
      @media (max-width: 900px) {
        #location img.access-map + p {
          font-size: 11px; } }

#smart-resilience {
  padding-top: 50px;
  padding-bottom: 100px; }
  @media (max-width: 900px) {
    #smart-resilience {
      padding-top: 25px;
      padding-bottom: 0; } }
  #smart-resilience #s-r {
    color: #000;
    text-align: center;
    padding: 0 0;
    margin-bottom: 100px; }
    @media (max-width: 900px) {
      #smart-resilience #s-r {
        padding: 0 15px;
        margin-bottom: 0; } }
    #smart-resilience #s-r h2 {
      background: #166fa4;
      color: #fff;
      width: 100vw;
      margin-bottom: 60px;
      padding: 30px; }
      @media (max-width: 900px) {
        #smart-resilience #s-r h2 {
          margin: 0 calc(50% - 50vw) 30px; } }
      #smart-resilience #s-r h2 img {
        height: 36px;
        margin: 0 auto; }
    #smart-resilience #s-r h3 {
      font-size: 42px;
      font-family: 'Zen Old Mincho', serif;
      font-weight: 400;
      margin: 40px 0 60px; }
      @media (max-width: 900px) {
        #smart-resilience #s-r h3 {
          font-size: 28px;
          margin: 15p 0; } }
    #smart-resilience #s-r p {
      font-size: 24px;
      text-align: center; }
      @media (max-width: 900px) {
        #smart-resilience #s-r p {
          font-size: 16px; } }
  @media (max-width: 900px) {
    #smart-resilience .s-r-box {
      padding: 30px 15px 0; } }
  #smart-resilience .s-r-box h2 img {
    height: 60px;
    margin: 0 auto 28px; }
    @media (max-width: 900px) {
      #smart-resilience .s-r-box h2 img {
        height: 40px;
        margin-bottom: 15px; } }
  #smart-resilience .s-r-box p {
    text-align: center; }
    @media (max-width: 900px) {
      #smart-resilience .s-r-box p {
        font-size: 14px; } }
  #smart-resilience .s-r-box .col-3 {
    max-width: 1000px;
    margin: 25px auto 120px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media (max-width: 900px) {
      #smart-resilience .s-r-box .col-3 {
        margin: 15px auto 30px; } }
    #smart-resilience .s-r-box .col-3.s-r-content-s {
      border-top: 15px solid #57bfd7;
      padding-top: 15px; }
      @media (max-width: 900px) {
        #smart-resilience .s-r-box .col-3.s-r-content-s {
          border-top-width: 5px;
          padding-top: 5px; } }
      #smart-resilience .s-r-box .col-3.s-r-content-s div h3 {
        color: #57bfd7; }
    #smart-resilience .s-r-box .col-3.s-r-content-r {
      border-top: 15px solid #a2926d;
      padding-top: 15px;
      margin-bottom: 15px; }
      #smart-resilience .s-r-box .col-3.s-r-content-r div h3 {
        color: #a2926d; }
      #smart-resilience .s-r-box .col-3.s-r-content-r div p {
        text-align: center; }
      #smart-resilience .s-r-box .col-3.s-r-content-r + p {
        max-width: 1000px;
        margin: 20px auto 80px;
        text-align: center; }
        @media (max-width: 900px) {
          #smart-resilience .s-r-box .col-3.s-r-content-r + p {
            font-size: 12px;
            margin: 10px auto 30px;
            text-align: justify; }
            #smart-resilience .s-r-box .col-3.s-r-content-r + p br {
              display: none; } }
    #smart-resilience .s-r-box .col-3 div {
      width: 240px;
      background: #ecf4e3;
      padding-bottom: 15px; }
      @media (max-width: 900px) {
        #smart-resilience .s-r-box .col-3 div {
          width: 50%;
          margin-bottom: 15px; } }
      @media (max-width: 480px) {
        #smart-resilience .s-r-box .col-3 div {
          width: 100%; } }
      #smart-resilience .s-r-box .col-3 div img {
        margin-bottom: 10px; }
      #smart-resilience .s-r-box .col-3 div h3 {
        text-align: center;
        margin-bottom: 5px;
        padding: 0 15px;
        font-size: 14px; }
      #smart-resilience .s-r-box .col-3 div h4 {
        padding: 0 15px;
        text-align: center;
        margin-bottom: 10px;
        font-size: 15px;
        line-height: 1.25; }
      #smart-resilience .s-r-box .col-3 div p {
        padding: 0 5px;
        font-size: 13px;
        font-weight: 400;
        text-align: justify;
        line-height: 1.5; }
      #smart-resilience .s-r-box .col-3 div span {
        padding: 0 15px;
        display: block;
        font-size: 13px;
        color: #727171;
        text-align: center;
        line-height: 1.5;
        margin-top: 10px; }
  #smart-resilience .s-r-box .sustainable {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    border-top: 15px solid #afc24f;
    padding-top: 15px;
    margin-bottom: 15px;
    margin-top: 25px; }
    @media (max-width: 900px) {
      #smart-resilience .s-r-box .sustainable {
        flex-direction: column; } }
    #smart-resilience .s-r-box .sustainable h2 {
      background: #166fa4;
      color: #fff;
      width: 100vw;
      margin-bottom: 60px;
      padding: 30px; }
      #smart-resilience .s-r-box .sustainable h2 img {
        height: 36px;
        margin: 0 auto; }
    #smart-resilience .s-r-box .sustainable img {
      width: 50%;
      height: auto;
      object-fit: cover; }
      @media (max-width: 900px) {
        #smart-resilience .s-r-box .sustainable img {
          width: 100%; } }
    #smart-resilience .s-r-box .sustainable div {
      width: 50%;
      padding: 20px;
      background: #ecf4e3; }
      @media (max-width: 900px) {
        #smart-resilience .s-r-box .sustainable div {
          width: 100%;
          padding: 15px 15px 15px; } }
      #smart-resilience .s-r-box .sustainable div h3 {
        font-size: 38px;
        color: #a2926d;
        font-weight: 500;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: 10px; }
        @media (max-width: 900px) {
          #smart-resilience .s-r-box .sustainable div h3 {
            flex-direction: column;
            font-size: 26px; } }
        #smart-resilience .s-r-box .sustainable div h3 span {
          font-size: 14px;
          margin-left: 20px; }
          @media (max-width: 900px) {
            #smart-resilience .s-r-box .sustainable div h3 span {
              font-size: 13px;
              margin-left: 0; } }
      #smart-resilience .s-r-box .sustainable div h4 {
        font-size: 22px;
        font-family: 'Zen Old Mincho', serif;
        font-weight: 400;
        margin-bottom: 20px; }
        @media (max-width: 900px) {
          #smart-resilience .s-r-box .sustainable div h4 {
            font-size: 18px;
            text-align: center; } }
      #smart-resilience .s-r-box .sustainable div h5 {
        font-size: 18px;
        margin-top: 20px; }
        #smart-resilience .s-r-box .sustainable div h5:first-of-type {
          margin-top: 0; }
        @media (max-width: 900px) {
          #smart-resilience .s-r-box .sustainable div h5 {
            font-size: 15px;
            margin-top: 10px; } }
      #smart-resilience .s-r-box .sustainable div p {
        font-size: 13px;
        text-align: justify;
        line-height: 1.5; }
        @media (max-width: 900px) {
          #smart-resilience .s-r-box .sustainable div p {
            font-size: 12px; } }
      #smart-resilience .s-r-box .sustainable div span {
        display: block;
        line-height: 1.5;
        font-size: 12px;
        color: #868687;
        margin-top: 10px; }
        @media (max-width: 900px) {
          #smart-resilience .s-r-box .sustainable div span {
            font-size: 11px; } }
      #smart-resilience .s-r-box .sustainable div sup {
        font-size: 60%; }
  #smart-resilience .gda {
    max-width: 1000px;
    margin: 50px auto 0; }
    @media (max-width: 900px) {
      #smart-resilience .gda {
        margin-top: 15px; } }

#landscape {
  text-align: center;
  padding: 50px 0 10px;
  margin-bottom: 100px; }
  @media (max-width: 900px) {
    #landscape {
      padding: 30px 15px;
      margin-bottom: 0; } }
  #landscape h2 {
    background: #166fa4;
    color: #fff;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    margin-bottom: 60px;
    padding: 30px;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 0.1em; }
    @media (max-width: 900px) {
      #landscape h2 {
        margin-bottom: 30px; } }
    #landscape h2 img {
      height: 36px;
      margin: 0 auto; }
      @media (max-width: 900px) {
        #landscape h2 img {
          height: 24px; } }
    #landscape h2 span {
      margin-top: 30px;
      padding-bottom: 40px;
      font-size: 16px;
      text-align: center;
      display: block;
      font-weight: 400;
      color: #000; }
      @media (max-width: 900px) {
        #landscape h2 span {
          font-size: 14px;
          margin-top: 15px;
          padding-bottom: 20px; } }
    #landscape h2 + p {
      text-align: center;
      margin-bottom: 60px; }
      @media (max-width: 900px) {
        #landscape h2 + p {
          margin-bottom: 30px; } }
  #landscape .inner {
    max-width: 1000px;
    margin: 0 auto;
    border-top: 15px solid #41a3a1;
    padding-top: 15px;
    margin-top: 15px; }
    #landscape .inner > h3 {
      font-size: 40px;
      text-align: center;
      font-family: 'Zen Old Mincho', serif;
      font-weight: 400;
      color: #41a3a1;
      margin: 30px auto; }
      @media (max-width: 900px) {
        #landscape .inner > h3 {
          font-size: 28px;
          margin: 15px auto; } }
    #landscape .inner p {
      font-size: 16px;
      text-align: center; }
      @media (max-width: 900px) {
        #landscape .inner p {
          font-size: 13px;
          text-align: justify; }
          #landscape .inner p br {
            display: none; } }
    #landscape .inner .col-3 {
      max-width: 1000px;
      margin: 25px auto 120px;
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      flex-wrap: wrap; }
      @media (max-width: 900px) {
        #landscape .inner .col-3 {
          margin: 15px auto 0; } }
      #landscape .inner .col-3 div {
        width: 323px;
        background: #ecf4e3;
        padding: 15px;
        margin-bottom: 15px; }
        #landscape .inner .col-3 div.empty {
          background: transparent;
          height: 1px; }
          @media (max-width: 900px) {
            #landscape .inner .col-3 div.empty {
              display: none; } }
        @media (max-width: 900px) {
          #landscape .inner .col-3 div {
            width: 50%;
            margin-bottom: 15px; } }
        @media (max-width: 480px) {
          #landscape .inner .col-3 div {
            width: 100%; } }
        #landscape .inner .col-3 div img {
          margin-bottom: 20px; }
        #landscape .inner .col-3 div > h3 {
          text-align: center;
          margin-bottom: 5px;
          font-size: 18px;
          color: #41a3a1; }
        #landscape .inner .col-3 div p {
          font-size: 14px;
          font-weight: 400;
          text-align: justify;
          line-height: 1.5; }

footer {
  padding-top: 100px;
  background: #ecf4e3; }
  @media (max-width: 900px) {
    footer {
      padding: 30px 15px 0; } }
  footer #footer-uhpi img:first-of-type {
    width: 300px;
    margin: 0 auto 50px; }
    @media (max-width: 900px) {
      footer #footer-uhpi img:first-of-type {
        width: 60%;
        margin: 0 auto 20px; } }
  footer #footer-uhpi img:nth-of-type(2) {
    width: 525px;
    margin: 0 auto; }
    @media (max-width: 900px) {
      footer #footer-uhpi img:nth-of-type(2) {
        width: 70%; } }
  footer #footer-nav ul {
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    justify-content: center;
    gap: 40px; }
    @media (max-width: 900px) {
      footer #footer-nav ul {
        padding: 30px 15px;
        flex-direction: column;
        gap: 15px; } }
    footer #footer-nav ul li {
      width: 300px; }
      @media (max-width: 900px) {
        footer #footer-nav ul li {
          width: 100%;
          margin-bottom: 10px; }
          footer #footer-nav ul li:last-child {
            margin-bottom: 0; } }
      footer #footer-nav ul li a {
        display: block;
        height: 60px;
        background: #89c122;
        background: linear-gradient(90deg, #89c122 0%, #166fa4 100%);
        color: #fff;
        font-family: 'Zen Old Mincho', serif;
        font-weight: 400;
        line-height: 54px;
        text-align: center;
        font-size: 24px; }
        @media (max-width: 900px) {
          footer #footer-nav ul li a {
            font-size: 16px;
            height: 44px;
            border-radius: 22px;
            line-height: 44px; } }
  footer #footer-info {
    background: #ecf4e3;
    padding: 0px 0 20px; }
    @media (max-width: 900px) {
      footer #footer-info {
        padding: 0px 15px 30px; } }
    footer #footer-info img:first-of-type {
      width: 330px;
      margin: 0 auto 30px; }
      @media (max-width: 900px) {
        footer #footer-info img:first-of-type {
          max-width: 200px;
          margin-bottom: 15px; } }
    footer #footer-info img:nth-of-type(2) {
      width: 583px;
      margin: 0 auto; }
      @media (max-width: 900px) {
        footer #footer-info img:nth-of-type(2) {
          max-width: 300px; } }
    footer #footer-info img:nth-of-type(3) {
      width: 302px;
      margin: 0 auto 20px; }
      @media (max-width: 900px) {
        footer #footer-info img:nth-of-type(3) {
          max-width: 250px; } }
    footer #footer-info p:first-of-type {
      font-size: 16px;
      text-align: center;
      line-height: 1.25;
      margin: 30px auto; }
    footer #footer-info p:nth-of-type(2) {
      font-size: 12px;
      text-align: center;
      line-height: 1.5; }
  footer p#copyright {
    background: #0063b2;
    text-align: center;
    color: #fff;
    font-size: 13px;
    padding: 10px 0; }
    @media (max-width: 900px) {
      footer p#copyright {
        font-size: 10px; } }

.gda-more {
  display: block;
  text-align: center;
  font-size: 24px;
  color: #fff;
  background: #c8161d;
  padding: 10px 0;
  margin: 20px auto 10px;
  cursor: pointer; }
  @media (max-width: 900px) {
    .gda-more {
      font-size: 15px;
      padding: 5px 0; } }
  .gda-more .gda-more-text::before {
    content: "　受賞コンセプト　"; }
  .gda-more .gda-more-arrow::before {
    content: "▼"; }
  .gda-more.gda-more-opened .gda-more-text::before {
    content: "　受賞コンセプト　"; }
  .gda-more.gda-more-opened .gda-more-arrow::before {
    content: "▲"; }

.gda-more-content {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 20px; }
  @media (max-width: 900px) {
    .gda-more-content {
      flex-direction: column; } }
  .gda-more-content div {
    border: 2px solid #c8161d;
    padding: 20px;
    width: 50%; }
    @media (max-width: 900px) {
      .gda-more-content div {
        padding: 10px;
        width: 100%; } }
    .gda-more-content div h5 {
      font-size: 18px;
      margin-bottom: 10px; }
      @media (max-width: 900px) {
        .gda-more-content div h5 {
          font-size: 15px; } }
    .gda-more-content div p {
      font-size: 14px;
      line-height: 1.5; }
      @media (max-width: 900px) {
        .gda-more-content div p {
          font-size: 12px; } }

.gda-hd {
  width: 80%;
  margin: 0 auto 20px; }
  @media (max-width: 900px) {
    .gda-hd {
      width: 90%; } }

#footer-fixed-nav {
  height: 0px !important;
  overflow-y: hidden;
  visibility: hidden; }
  @media (max-width: 900px) {
    #footer-fixed-nav {
      position: fixed;
      z-index: 2;
      width: 100%;
      height: 40px !important;
      bottom: 0;
      overflow-y: initial;
      visibility: visible;
      font-family: 'Zen Old Mincho', serif;
      font-weight: 400; }
      #footer-fixed-nav div {
        width: 33.3vw;
        display: inline-block; }
        #footer-fixed-nav div a {
          height: 40px;
          line-height: 40px;
          background: #89c122;
          background: linear-gradient(90deg, #89c122 0%, #5d8407 100%);
          display: flex;
          justify-content: center;
          align-items: center;
          color: #fff;
          padding: 5px 10px; } }
