@charset "UTF-8";


figure {
  position: relative;
}
.imgcap {
  padding: 6px 8px;
}
/* line 10, ../scss/_default.scss */
body {
  position: relative;
  /*overflow: hidden;*/
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.6;
  background: #E4E5E8;
  color: #333;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  height: 100%;
  margin: auto;
  text-rendering: optimizeLegibility;
  font-kerning: normal;
  font-variant-ligatures: common-ligatures contextual;
  font-feature-settings: "kern", "liga", "clig", "calt";
}

/*px base setting*/
/* line 31, ../scss/_default.scss */
#pxBase sup {
  vertical-align: super;
  font-size: .5em;
}

/* line 35, ../scss/_default.scss */
#pxBase a:link,
#pxBase a:visited,
#pxBase a:active,
#pxBase a:hover {
  text-decoration: none;
}

/* line 41, ../scss/_default.scss */
#pxBase figure {
  position: relative;
}

/* line 44, ../scss/_default.scss */
#pxBase img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

/* line 48, ../scss/_default.scss */

#pxBase img.object-fit {
  object-fit: cover;
  height: 100%;
}

.kvTitle span,
.kvCopy {
  color: #F3EEE7;
}

/* visible or hidden
--------------------------------------------------------------------------------*/
/* line 57, ../scss/_default.scss */
.hidden-pc {
  display: none !important;
}

@media only screen and (max-width: 991px) {

  /* line 60, ../scss/_default.scss */
  .visible-pc {
    display: none !important;
  }

  /* line 61, ../scss/_default.scss */
  .hidden-pc {
    display: block !important;
  }
}

@media only screen and (min-width: 992px) {

  /* line 64, ../scss/_default.scss */
  .visible-tbsp {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {

  /* line 67, ../scss/_default.scss */
  .visible-sp {
    display: none !important;
  }
}

/* line 69, ../scss/_default.scss */
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {

  /* line 73, ../scss/_default.scss */
  .hidden-xs {
    display: none !important;
  }

  /* line 76, ../scss/_default.scss */
  .visible-xs {
    display: block !important;
  }
}


/*
共通パーツ
------------------------------------------*/
.section-title {
  font-size: 72px;
  letter-spacing: 0.01em;
  line-height: 1;
  color: #2F5850;
  text-align: center;
}

.imgCap figure {
  position: relative;
}

.imgCap figure figcaption {
  position: absolute;
  content: "";
  bottom: 5px;
  right: 0;
  padding: 0 5px;
  line-height: 1.2;
  font-size: 1.1rem;
  color: #fff;
}
.imgCap figure figcaption.black {
  color: #000;
  text-shadow:
    1px 1px 0 #fff,
    -1px 1px 0 #fff,
    -1px -1px 0 #fff,
    1px -1px 0 #fff;
}

@media only screen and (max-width: 767px) {
  .section-title {
    font-size: 50px;
  }
}

/*
content-area
------------------------------------------*/
.content-area {
  margin: 80px auto 100px;
  overflow-x: hidden;
}
.bg_white {
  background-color: #fff;
}
.inner {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin-inline: auto;
}

.section_title {
  text-align: center;
  font-weight: 400;
  font-size: 100px;
  color: #2F5850;
}
.section_title2 {
  font-weight: 400;
  font-size: 70px;
  color: #97ACA7;
}
.section_sub_title {
  font-weight: 400;
  font-size: 19px;
  letter-spacing: 0.06em;
  line-height: 1.9;
  color: #2F5850;
}
.section_lead {
  font-size: 19px;
  letter-spacing: 0.08em;
  line-height: 1.9;
}
.section_text {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.64;
}
.contents_wrap {
  margin-top: 24px;
  display: flex;
  column-gap: 36px;
}
.contents_img {
  flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
  .content-area {
    margin: 40px auto 50px;
    overflow-x: hidden;
  }
  .section_title {
    font-size: 38px;
  }
  .section_title2 {
    font-size: 26px;
  }
  .section_sub_title {
    font-size: 16px;
  }
  .section_lead {
    font-size: 16px;
  }
  .section_text {
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 1.64;
  }
  .contents_wrap {
    margin-top: 24px;
    flex-direction: column;
    row-gap: 30px;
  }
  .contents_img {
    margin-inline: auto;
  }
}


/* facade_area
============================ */
.facade_lead {
  text-align: center;
  margin-top: 32px;
}
.facade_img {
  position: relative;
  text-align: center;
}
.facade_wrap {
  margin-top: 22px;
  display: flex;
  justify-content: center;
  column-gap: 14px;
}
.facade_item {
  width: 100%;
  max-width: 244px;
  padding-block: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  letter-spacing: normal;
  line-height: 1.75;
  text-align: center;
  color: #fff;
  background-color: #2F5850;
}

@media only screen and (max-width:767px) {
  .facade_lead {
    text-align: left;
    margin-top: 22px;
  }
  .facade_wrap {
    margin-top: 22px;
    flex-direction: column;
    row-gap: 12px;
  }
  .facade_item {
    max-width: 90%;
    margin-inline: auto;
    padding-block: 12px;
    font-size: 14px;
  }
}


/* message_area
============================ */
.message_area {
  padding-top: 100px;
}
.message_area .inner {
  max-width: 890px;
}
.message_body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.message_text {
  margin-top: 24px;
}
.message_text_bottom {
  text-align: right;
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 1.78;
}
.message_img {
  width: 255px;
}

@media only screen and (max-width:767px) {
  .message_area {
    padding-top: 60px;
  }
  .message_body {
    row-gap: 20px;
  }
  .message_text {
    margin-top: 20px;
  }
}

/* material_area
============================ */
.material_area {
  padding-top: 80px;
  padding-bottom: 100px;
}
.material_area .inner {
  max-width: 890px;
}
.material_img {
  width: 440px;
}

@media only screen and (max-width:767px) {
  .material_area {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .material_img {
    width: 90%;
  }
}

/* entrance_area
================================ */
.entrance_img {
  margin-top: 60px;
}

@media only screen and (max-width:767px) {
  .entrance_img {
    margin-top: 30px;
  }
}

/* harbor_area
================================ */
.harbor_area {
  padding-top: 80px;
  padding-bottom: 80px;
}
.harbor_area .inner {
  max-width: 996px;
}
.harbor_img {
  width: 440px;
}

@media only screen and (max-width:767px) {
  .harbor_area {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .harbor_img {
    width: 100%;
  }
}

/* planting_area
================================ */
.planting_area {
  padding-top: 80px;
  padding-bottom: 100px;
}
.planting_lead {
  margin-top: 26px;
}
.planting_wrap {
  margin-top: 54px;
  display: grid;
  grid-template-columns: repeat(6,1fr);
  gap: 8px;
}
.planting_imgcap {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 6px 6px;
  line-height: 1;
  font-size: 11px;
  color: #fff;
  text-shadow: 
  1px 1px 1px #2F5850, 
  1px 1px 1px #2F5850, 
  1px 1px 1px #2F5850, 
  1px 1px 1px #2F5850, 
  -1px -1px 1px #2F5850, 
  -1px -1px 1px #2F5850, 
  -1px -1px 1px #2F5850, 
  -1px -1px 1px #2F5850;
  z-index: 2;
}
.planting_cap {
  font-size: 11px;
  text-align: right;
  margin-top: 2px;
}

@media only screen and (max-width:767px) {
  .planting_area {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .planting_lead {
    margin-top: 20px;
  }
  .planting_wrap {
    margin-top: 32px;
    grid-template-columns: repeat(3,1fr);
    gap: 4px;
  }
}