@charset "utf-8";

/*
  File Name   : concept.css
  Description : コンテンツエリア関係 他
*/

/* main
============================================================ */
#lay-main {
  background: url(../img/concept/container-bottom-img-bg.png) bottom center no-repeat;
  background-size: 100% auto;
}

/* -section-first
============================================================ */
.-section-first {
  margin-bottom: 170px;
}
.-section-first .concept-main-wrap {
  position: relative;
}
.-section-first .concept-main-wrap .left-wrap {
  width: calc(50% + 185px);
  height: 646px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/top/concept-img-1.jpg) center center no-repeat;
  background-size: cover;
}
.-section-first .concept-main-wrap .right-wrap {
  width: 460px;
  min-height: 646px;
  padding-left: 50%;
  position: relative;
  margin-left: auto;
}
.-section-first .concept-main-wrap .right-wrap .flex-box {
  display: flex;
  flex-direction: row-reverse;
}
.-section-first .concept-main-wrap .right-wrap .title-img {
  width: 88px;
  min-width: 88px;
  display: block;
  margin-left: 55px;
}
.-section-first .concept-main-wrap .right-wrap .main-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.-section-first .concept-main-wrap .right-wrap .main-text span {
  display: block;
}


/* @media
------------------------------------------------------------ */
@media screen and (max-width: 1101px) {
  .-section-first {
    margin-bottom: 100px;
  }
  .-section-first .concept-main-wrap {
    position: relative;
  }
  .-section-first .concept-main-wrap .left-wrap {
    display: none;
  }
  .-section-first .concept-main-wrap .right-wrap {
    width: 100%;
    min-height: auto;
    padding-left: 0;
    margin-left: 0;
  }
  .-section-first .concept-main-wrap .right-wrap .top-btn-wrap {
    position: static;
  }
  .-section-first .concept-main-wrap .right-wrap .flex-box {
    display: block;
  }
  .-section-first .concept-main-wrap .right-wrap .flex-box.sp-flex-none {
    display: block;
  }
  .-section-first .concept-main-wrap .right-wrap .title-img {
    width: 68px;
    min-width: 68px;
    display: block;
    margin-left: 0;
    margin: 0 auto 0;
  }
  .-section-first .concept-main-wrap .right-wrap .sp-img-wrap {
    margin-top: 40px;
  }
  .-section-first .concept-main-wrap .right-wrap .main-text {
    font-size: 14px;
    line-height: 1.8;
    -webkit-writing-mode: horizontal-tb !important;
    -ms-writing-mode: horizontal-tb !important;
    writing-mode: horizontal-tb !important;
    margin-top: 20px;
  }
  .-section-first .concept-main-wrap .right-wrap .main-text span {
    display: inline;
  }
  .-section-first .concept-main-wrap .right-wrap .top-btn-wrap {
    text-align: center;
  }
}

/* -section-item
============================================================ */
.-section-item {
  margin-bottom: 110px;
}
.-section-item:last-child {
  margin-bottom: 50px;
}
.-section-item .flex-box {
  display: flex;
}
.-section-item .item-title-all-wrap {
  display: flex;
  flex-direction: row-reverse;
}
.-section-item .item-title-wrap .title-en {
  font-size: 20px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  line-height: 1;
  letter-spacing: 5px;
  position: relative;
  top: -3px;
  padding-left: 22px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-left: 32px;
}
.-section-item .item-title-wrap .title-en::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 3px;
  height: 63px;
  background-color: #14648c;
}
.-section-item .item-title-all-wrap .title-img {
  width: 88px;
  min-width: 88px;
  display: block;
}
.-section-item .item-img-wrap {
  max-width: calc(855px + 40px);
  margin-left: auto;
  padding-left: 40px;
}
.-section-item .item-img-wrap .img-block {
  height: 410px;
}
.-section-item .item-img-wrap .img-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.-section-item .item-img-wrap .text {
  font-size: 14px;
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: .5px;
  margin-top: 29px;
}

/* -right-title */
.-section-item.-right-title .flex-box {
  flex-direction: row-reverse;
}
.-section-item.-right-title .item-img-wrap {
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
  padding-right: 40px;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 1101px) {
  .-section-item {
    margin-bottom: 110px;
  }
  .-section-item .flex-box {
    display: block;
  }
  .-section-item .item-title-all-wrap {
    display: block;
  }
  .-section-item .item-title-all-wrap .title-img {
    width: 68px;
    min-width: 68px;
    display: block;
    margin: 60px auto 0;
  }
  .-section-item .item-img-wrap {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    padding: 0;
  }
  .-section-item .item-img-wrap .img-block {
    height: auto;
  }
  .-section-item .item-img-wrap .img-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .-section-item .item-img-wrap .text {
    font-size: 14px;
    font-weight: 500;
    line-height: 2.2;
    letter-spacing: .5px;
    margin-top: 29px;
  }

  /* -right-title */
  .-section-item.-right-title .item-img-wrap {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .-section-item .item-title-wrap .title-en {
    font-size: 25px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    line-height: 1.4;
    letter-spacing: 5px;
    position: relative;
    top: auto;
    padding-left: 0;
    padding-bottom: 15px;
    -webkit-writing-mode: horizontal-tb !important;
    -ms-writing-mode: horizontal-tb !important;
    writing-mode: horizontal-tb !important;
    margin-left: 0;
  }
  .-section-item .item-title-wrap .title-en::before {
    content: "";
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    width: 68px;
    height: 4px;
    background-color: #14648c;
  }
}

/* hoge
============================================================ */
.hoge {
}


/* @media
------------------------------------------------------------ */
@media screen and (max-width: 1101px) {
  .hoge {
  }
}


