@charset "UTF-8";
/* =============================

conts

==============================*/
.hero {
  position: relative;
  margin-bottom: 100px; }
  .hero .trim {
    overflow: hidden;
    width: 650px;
    /* トリミングしたい枠の幅 */
    height: 380px;
    /* トリミングしたい枠の高さ */
    position: relative;
    z-index: -1; }
    .hero .trim img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%;
      height: auto; }
  .hero .copy {
    position: absolute;
    right: 0;
    bottom: -60px;
    width: 410px; }
    .hero .copy .copy_txt {
      color: #3AAA78;
      font-size: 22px;
      font-weight: 700;
      text-align: right;
      line-height: 1.6em;
      letter-spacing: 0.16em;
      margin-bottom: 20px; }
    .hero .copy p {
      background: #324244;
      color: #fff;
      font-weight: 500;
      padding: 40px;
      line-height: 2em; }

.conts .txt {
  float: left;
  width: 600px; }
  .conts .txt h4 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.8em;
    margin-bottom: 20px; }
  .conts .txt p {
    margin: 0 0 20px 20px; }
  .conts .txt .bumon_list {
    margin-left: 20px; }
    .conts .txt .bumon_list li {
      display: inline-block;
      color: #fff;
      padding: 6px;
      margin: 0 0 6px 0;
      font-weight: 500; }

.conts .swiper-container {
  float: right;
  height: 280px; }
  .conts .swiper-container .swiper-slide img {
    width: 100%; }
  .conts .swiper-container .swiper-wrapper {
    width: 350px;
    height: auto; }
  .conts .swiper-container .swiper-pagination {
    margin-bottom: -10px;
    opacity: 1; }
  .conts .swiper-container .swiper-pagination-bullet {
    background: #fff;
    border: 1px solid #324244; }
  .conts .swiper-container .swiper-pagination-bullet-active {
    background: #324244; }
  .conts .swiper-container .swiper-button-prev,
  .conts .swiper-container .swiper-button-next {
    background-image: none;
    position: absolute;
    margin-top: 0;
    width: 16px;
    height: 16px;
    border-top: 1px solid #fff; }
  .conts .swiper-container .swiper-button-prev {
    border-left: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .conts .swiper-container .swiper-button-next {
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.conts_sokuryo .section_ttl {
  border-top: 1px solid #36ACC7; }
  .conts_sokuryo .section_ttl span {
    background: #36ACC7; }

.conts_sokuryo .bumon_list li {
  background: #36ACC7; }

.conts_sekkei .section_ttl {
  border-top: 1px solid #48B3A9; }
  .conts_sekkei .section_ttl span {
    background: #48B3A9; }

.conts_sekkei .bumon_list li {
  background: #48B3A9; }

.conts_hosyou .section_ttl {
  border-top: 1px solid #48B388; }
  .conts_hosyou .section_ttl span {
    background: #48B388; }

.conts_hosyou .bumon_list li {
  background: #48B388; }

.conts_jisseki .box {
  margin-bottom: 20px; }

.conts_jisseki h4 {
  display: inline-block;
  padding: 6px 30px;
  font-size: 16px;
  font-weight: 500;
  color: #fff; }
  .conts_jisseki h4.sokuryo {
    background: #36ACC7; }
  .conts_jisseki h4.sekkei {
    background: #48B3A9; }
  .conts_jisseki h4.hosyou {
    background: #48B388; }

.conts_jisseki .jisseki_list {
  position: relative;
  top: -40px;
  display: inline-block;
  width: 80%;
  padding: 10px 0;
  margin: 0 0 0 20%;
  border-left: 1px solid #E1E1E1;
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: justify;
  /*--- IE10 ---*/
  -webkit-justify-content: flex-start;
  /*--- safari（PC）用 ---*/
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .conts_jisseki .jisseki_list table {
    border-collapse: collapse;
    margin: 0 0 0 60px;
    width: 460px; }
    .conts_jisseki .jisseki_list table tr {
      vertical-align: middle;
      text-align: left;
      border-bottom: 1px solid #E1E1E1; }
      .conts_jisseki .jisseki_list table tr:last-child {
        border: none; }
    .conts_jisseki .jisseki_list table th, .conts_jisseki .jisseki_list table td {
      line-height: 1.2em;
      padding: 6px; }
    .conts_jisseki .jisseki_list table th {
      width: 78%; }
    .conts_jisseki .jisseki_list table td {
      width: 20%;
      padding-left: 1%; }
    .conts_jisseki .jisseki_list table .list_ttl {
      position: relative;
      left: -20px;
      font-weight: 700;
      width: 100%; }
  .conts_jisseki .jisseki_list img {
    height: 150px;
    width: auto; }

@media screen and (max-width: 768px) {
  /* =============================

    conts

    ==============================*/
  .hero {
    position: relative;
    margin-bottom: 60px; }
    .hero .trim {
      display: none; }
    .hero .copy {
      position: static;
      width: 92%;
      margin: 40px auto; }
      .hero .copy .copy_txt {
        color: #3AAA78;
        font-size: 2.2rem;
        font-weight: 700;
        text-align: center;
        line-height: 1.6em;
        letter-spacing: nomal;
        margin-bottom: 20px; }
      .hero .copy p {
        background: #324244;
        color: #fff;
        font-weight: 500;
        padding: 5%;
        line-height: 2em; }
  .conts .txt {
    float: none;
    width: 100%;
    margin: 0 auto; }
    .conts .txt h4 {
      font-size: 1.8rem;
      font-weight: 700;
      line-height: 1.8em;
      margin-bottom: 20px; }
    .conts .txt p {
      margin: 0 0 20px 0; }
    .conts .txt .bumon_list {
      margin-left: 0;
      margin-bottom: 20px; }
      .conts .txt .bumon_list li {
        display: inline-block;
        color: #fff;
        padding: 6px;
        margin: 0 0 6px 0;
        font-weight: 500; }
  .conts .swiper-container {
    float: none;
    width: 100%;
    height: auto; }
    .conts .swiper-container .swiper-wrapper {
      width: 100%;
      height: auto; }
    .conts .swiper-container .swiper-pagination {
      margin-bottom: 0;
      opacity: 1; }
    .conts .swiper-container .swiper-pagination-bullet {
      background: #fff; }
    .conts .swiper-container .swiper-pagination-bullet-active {
      background: #fff; }
    .conts .swiper-container .swiper-button-prev,
    .conts .swiper-container .swiper-button-next {
      background-image: none;
      position: absolute;
      margin-top: 0;
      width: 16px;
      height: 16px;
      border-top: 1px solid #fff; }
    .conts .swiper-container .swiper-button-prev {
      border-left: 1px solid #fff;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .conts .swiper-container .swiper-button-next {
      border-right: 1px solid #fff;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  .conts_sokuryo .section_ttl {
    border-top: 1px solid #36ACC7; }
    .conts_sokuryo .section_ttl span {
      background: #36ACC7; }
  .conts_sokuryo .bumon_list li {
    background: #36ACC7; }
  .conts_sekkei .section_ttl {
    border-top: 1px solid #48B3A9; }
    .conts_sekkei .section_ttl span {
      background: #48B3A9; }
  .conts_sekkei .bumon_list li {
    background: #48B3A9; }
  .conts_hosyou .section_ttl {
    border-top: 1px solid #48B388; }
    .conts_hosyou .section_ttl span {
      background: #48B388; }
  .conts_hosyou .bumon_list li {
    background: #48B388; }
  .conts_jisseki .box {
    margin-bottom: 20px; }
  .conts_jisseki h4 {
    display: inline-block;
    padding: 10px 30px;
    font-size: 1.6rem;
    font-weight: 500;
    color: #fff; }
    .conts_jisseki h4.sokuryo {
      background: #36ACC7; }
    .conts_jisseki h4.sekkei {
      background: #48B3A9; }
    .conts_jisseki h4.hosyou {
      background: #48B388; }
  .conts_jisseki .jisseki_list {
    position: relative;
    top: 0;
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    border-left: none;
    display: -webkit-box;
    /*--- Androidブラウザ用 ---*/
    display: -ms-flexbox;
    /*--- IE10 ---*/
    display: -webkit-flex;
    /*--- safari（PC）用 ---*/
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    /*--- Androidブラウザ用 ---*/
    -ms-flex-pack: justify;
    /*--- IE10 ---*/
    -webkit-justify-content: flex-start;
    /*--- safari（PC）用 ---*/
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .conts_jisseki .jisseki_list table {
      border-collapse: collapse;
      margin: 0;
      width: 100%; }
      .conts_jisseki .jisseki_list table tr {
        text-align: left;
        border-bottom: 1px solid #E1E1E1; }
        .conts_jisseki .jisseki_list table tr:last-child {
          border: none; }
      .conts_jisseki .jisseki_list table th, .conts_jisseki .jisseki_list table td {
        line-height: 1.2em;
        padding: 8px;
        vertical-align: middle; }
      .conts_jisseki .jisseki_list table th {
        width: 78%; }
      .conts_jisseki .jisseki_list table td {
        width: 20%;
        padding-left: 1%; }
      .conts_jisseki .jisseki_list table .list_ttl {
        position: relative;
        left: 0;
        font-weight: 700;
        width: 100%; }
    .conts_jisseki .jisseki_list img {
      display: none; } }
