@charset "utf-8";
/* グロナビカレント表示
============================================= */
.crm--header .globalnavi .mainNav .nav_special a {
  background-color: rgba(0, 0, 0, .1);
}

@media only screen and (max-width: 1280px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 480px) {
}

sup {
  vertical-align: text-top;
  vertical-align: top;
  font-size: 60%;
}

.row-reverse {
  flex-direction: row-reverse;
}

/* ------ caption ------ */
figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 8px;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  text-align: right;
  text-shadow:
    0px 0px 1px #000,
    0 0 5px #000,
    0 0 6px #000,
    0 0 7px #000,
    0 0 8px #000,
    0 0 9px #000,
    0 0 10px #000;
  z-index: 5;
}

figcaption.mv_cap {
  bottom: auto;
  top: 0;
  right: 0;
}
figcaption.cap_b {
  color: #000;
  bottom: 10px;
  right: auto;
  left: 0;
  text-shadow: none;
}

figcaption.cap_b_right {
  color: #000;
  bottom: -22px;
  text-shadow: none;
}

@media only screen and (max-width: 768px) {
  figcaption.cap_b {
    bottom: 24px;
    padding: 0;
  }
}

.mvCap {
  position: absolute;
  bottom: 0px;
  right: 0;
  padding: 10px;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  text-align: right;
  text-shadow:
    0px 0px 1px #000,
    0 0 5px #000,
    0 0 6px #000,
    0 0 7px #000,
    0 0 8px #000,
    0 0 9px #000,
    0 0 10px #000;
  z-index: 5;
}

/* ------ inner ------ */
.inner {
  width: calc(100% - 40px);
  margin-inline: auto;
  max-width: 1280px;
}

/* mv
=============================== */
.mv {
  position: relative;
}
.mv_wrap {
  width: 90%;
  position: absolute;
  top: 24%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
}
.mv_title {
  font-size: 60px;
  letter-spacing: 0.2em;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}
.mv_lead {
  margin-top: 20px;
  font-size: 28px;
  letter-spacing: 0.2em;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 768px) {
  .mv_wrap {
    top: 22%;
  }
  .mv_title {
    font-size: 24px;
    letter-spacing: 0.1em;
  }
  .mv_lead {
    margin-top: 14px;
    font-size: 16px;
    letter-spacing: 0.1em;
  }
}

/* top_area
==================================== */
.bg_area {
  background-color: #fff;
}
.top_area {
  padding-top: 100px;
  padding-bottom: 120px;
}
.top_lead {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.15em;
  line-height: 2.1;
}
.top_lead2 {
  max-width: 800px;
  margin-top: 60px;
  margin-inline: auto;
  font-size: 20px;
  letter-spacing: 0.15em;
  line-height: 2.1;
}
.top_img {
  margin-top: 80px;
  max-width: 1200px;
  margin-inline: auto;
}
.top_text {
  margin-top: 60px;
  width: 90%;
  max-width: 180px;
  margin-inline: auto;
}

@media only screen and (max-width: 768px) {
  .top_area {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .top_lead {
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1.7;
  }
  .top_lead2 {
    margin-top: 30px;
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1.7;
  }
  .top_img {
    margin-top: 40px;
    margin-inline: -20px;
  }
  .top_text {
    margin-top: 20px;
    width: 50%;
    max-width: 100px;
  }
}

/* wide_img_wrap
============================= */
.wide_img_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media only screen and (max-width: 768px) {
  .wide_img_wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
  }
}

/* 
============================ */
.area_lead {
  margin-top: 30px;
  font-size: 26px;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
.img_cap {
  margin-top: 4px;
  font-size: 14px;
  letter-spacing: 0.03em;
}

@media only screen and (max-width: 768px) {
  .area_lead {
    margin-top: 20px;
    font-size: 14px;
  }
  .img_cap {
    margin-top: 4px;
    margin-left: 3px;
    font-size: 10px;
  }
}

/* planning_area
=========================== */
.planning_area {
  padding-block: 80px;
}
.planning_title {
  margin-bottom: 30px;
}
.title_sub {
  text-align: center;
  font-size: 28px;
  letter-spacing: 0.2em;
  line-height: 1.4;
  color: #006a31;
  margin-bottom: 20px;
}
.planning_lead {
  text-align: center;
  font-size: 32px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 20px;
}
.planning_text {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 2;
}
.planning_img_wrap {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  row-gap: 80px;
}
.planning_img_title {
  margin-bottom: 20px;
  font-size: 20px;
  letter-spacing: 0.05em;
}
.planning_img_cap {
  margin-top: 4px;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .planning_area {
    padding-block: 50px;
  }
  .planning_title {
    margin-bottom: 30px;
  }
  .title_sub {
    font-size: 18px;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
  }
  .planning_lead {
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .planning_text {
    font-size: 12px;
    letter-spacing: 0.03em;
  }
  .planning_img_wrap {
    margin-top: 40px;
    flex-direction: column-reverse;
    row-gap: 40px;
  }
  .planning_img_title {
    margin-bottom: 20px;
    font-size: 20px;
    letter-spacing: 0.05em;
  }
  .planning_img_cap {
    margin-top: 4px;
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
}

/* innovation_area
============================= */
.kv_cap {
  margin-left: 12px;
  margin-top: 5px;
  font-size: 16px;
  letter-spacing: 0.05em;
}
.kv_cap span {
  font-size: 12px;
  margin-left: 10px;
}
.innovation_item {
  padding-top: 80px;
}
.innovation_title {
  width: 80%;
}
.innovation_item_wrap {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  column-gap: 60px;
}
.innovation_item_left {
  width: 36%;
  flex-shrink: 0;
}
.innovation_item_body {
  flex: 1;
}
.innovation_item_body .item_lead {
  padding-top: 20px;
}
.item_lead {
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.item_text {
  margin-top: 20px;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 2.2;
}
.innovation_img {
  margin-top: 80px;
}

@media only screen and (max-width: 768px) {
  .kv_cap {
    display: none;
  }
  .innovation_item {
    padding-top: 40px;
  }
  .innovation_title {
    margin-inline: auto;
    width: 90%;
  }
  .innovation_item_wrap {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    column-gap: 60px;
  }
  .innovation_item_left {
    width: 36%;
    flex-shrink: 0;
  }
  .innovation_item_body {
    flex: 1;
  }
  .innovation_item_body .item_lead {
    padding-top: 20px;
  }
  .item_lead {
    text-align: center;
    font-size: 17px;
    letter-spacing: 0.03em;
    line-height: 1.7;
  }
  .item_text {
    text-align: center;
    margin-top: 16px;
    font-size: 12px;
    line-height: 2;
  }
  .innovation_img {
    margin-top: 40px;
  }
}

/* access_area
============================= */
.access_area {
  padding-top: 160px;
}
.access_title {
  width: 80%;
}
.access_wrap {
  margin-top: 60px;
  display: flex;
  column-gap: 40px;
}
.access_img {
  width: 50%;
}
.access_body {
  flex: 1;
}

@media only screen and (max-width: 768px) {
  .access_area {
    padding-top: 80px;
  }
  .access_title {
    width: 90%;
    margin-inline: auto;
  }
  .access_wrap {
    margin-top: 30px;
    flex-direction: column;
    row-gap: 20px;
  }
  .access_img {
    width: 100%;
  }
}

/* towards_area
============================= */
.towards_area {
  padding-top: 160px;
}
.towards_title {
  width: 80%;
}
.towards_item_wrap {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  column-gap: 30px;
}
.towards_item_left {
  width: 44%;
  flex-shrink: 0;
}
.towards_item_body {
  margin-top: 50px;
}
.towards_item_img {
  padding-top: 40px;
  flex: 1;
  max-width: 650px;
}
.towards_img_wrap {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.towards_img_cap {
  margin-top: 5px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.03em;
}

@media only screen and (max-width: 768px) {
  .towards_area {
    padding-top: 80px;
  }
  .towards_title {
    width: 90%;
    margin-inline: auto;
  }
  .towards_item_wrap {
    margin-top: 40px;
    flex-direction: column;
    row-gap: 30px;
  }
  .towards_item_left {
    width: 100%;
  }
  .towards_item_body {
    margin-top: 0px;
  }
  .towards_item_img {
    padding-top: 0px;
  }
  .towards_img_wrap {
    width: calc(100% - 40px);
    margin-inline: auto;
    margin-top: 40px;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .towards_img_cap {
    font-size: 13px;
  }
}

/* osaka_area
==================================== */
.osaka_area {
  padding-top: 160px;
  padding-bottom: 160px;
}
.osaka_title {
  width: 80%;
}
.osaka_body {
  margin-top: 40px;
}
.osaka_img {
  margin-top: 60px;
}

@media only screen and (max-width: 768px) {
  .osaka_area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .osaka_title {
    width: 90%;
    margin-inline: auto;
  }
  .osaka_body {
    margin-top: 40px;
  }
  .osaka_img {
    margin-top: 60px;
  }
}

/* nanba_area
========================================= */
.nanba_area {
  padding-bottom: 120px;
}
.nanba_contents {
  padding-top: 80px;
}
.nanba_wrap {
  display: flex;
  align-items: end;
  column-gap: 60px;
}
.nanba_wrap_title {
  width: 38%;
  padding-bottom: 60px;
}
.nanba_body {
  flex: 1;
  display: flex;
  flex-direction: column;
  row-gap: 50px;
}
.nanba_lead {
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #006a31;
}
.nanba_text {
  color: #006a31;
}
.nanba_bottom {
  margin-top: 60px;
}
.nanba_title {
  font-size: 28px;
  letter-spacing: 0.1em;
  line-height: 1.7;
  padding-bottom: 16px;
  border-bottom: 1px solid #313131;
}
.nanba_bottom_wrap {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.nanba_bottom_title {
  font-size: 32px;
  letter-spacing: 0.05em;
  margin-bottom: 22px;
}
.nanba_bottom_text {
  font-size: 15px;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .nanba_area {
    padding-bottom: 50px;
  }
  .nanba_contents {
    padding-top: 40px;
  }
  .nanba_wrap {
    flex-direction: column;
    row-gap: 30px;
  }
  .nanba_wrap_title {
    width: 40%;
    margin-inline: auto;
    padding-bottom: 0px;
  }
  .nanba_body {
    row-gap: 40px;
  }
  .nanba_lead {
    font-size: 16px;
  }
  .nanba_text {
    text-align: left;
  }
  .nanba_bottom {
    margin-top: 40px;
  }
  .nanba_title {
    font-size: 16px;
    padding-bottom: 12px;
  }
  .nanba_bottom_wrap {
    margin-top: 40px;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
  .nanba_bottom_title {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .nanba_bottom_text {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
