/* CSS Document */
/* Scss Document */
/* Scss Document */
.concept__title {
  margin-bottom: 30px;
  padding: 10% 0;
  background-image: url("/img/concept/concept_bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .concept__title .cotents__title {
    color: #fff; }
    .concept__title .cotents__title .en {
      font-size: 2.5rem; }
      @media (min-width: 769px) {
        .concept__title .cotents__title .en {
          font-size: calc( 2.5rem + ( 1vw - 7.69px ) * 1.703163017 ); } }
      @media (min-width: 1180px) {
        .concept__title .cotents__title .en {
          font-size: 3.2rem; } }

.concept__copy-main {
  margin-bottom: 20px;
  padding: 7% 0;
  color: #708C92;
  text-align: center; }
  .concept__copy-main h3 {
    margin-bottom: 20px;
    font-size: 2.5rem;
    line-height: 1.5; }
    @media (min-width: 769px) {
      .concept__copy-main h3 {
        font-size: calc( 2.5rem + ( 1vw - 7.69px ) * 1.2165450122 ); } }
    @media (min-width: 1180px) {
      .concept__copy-main h3 {
        font-size: 3rem; } }
    .concept__copy-main h3 span {
      font-size: 1.8rem; }
      @media (min-width: 769px) {
        .concept__copy-main h3 span {
          font-size: calc( 1.8rem + ( 1vw - 7.69px ) * 1.703163017 ); } }
      @media (min-width: 1180px) {
        .concept__copy-main h3 span {
          font-size: 2.5rem; } }
  .concept__copy-main .txt {
    font-size: 1.4rem; }
    @media (min-width: 769px) {
      .concept__copy-main .txt {
        font-size: calc( 1.4rem + ( 1vw - 7.69px ) * 0.4866180049 ); } }
    @media (min-width: 1180px) {
      .concept__copy-main .txt {
        font-size: 1.6rem; } }
.concept__copy-sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px; }
  .concept__copy-sub .img {
    flex: 0 1 60%;
    width: 60%;
    max-width: 60%; }
  .concept__copy-sub .txt-box {
    flex: 0 1 35%;
    width: 35%;
    max-width: 35%; }
    .concept__copy-sub .txt-box h3 {
      font-size: 1.8rem; }
      @media (min-width: 769px) {
        .concept__copy-sub .txt-box h3 {
          font-size: calc( 1.8rem + ( 1vw - 7.69px ) * 1.703163017 ); } }
      @media (min-width: 1180px) {
        .concept__copy-sub .txt-box h3 {
          font-size: 2.5rem; } }

/*# sourceMappingURL=style.css.map */
