﻿@charset "UTF-8";

/* =============================================================

    CONCEPT PAGE CSS

============================================================= */


/*//////////////////////////////////////////////////

　　　　　　　　　　ALL SETTING

//////////////////////////////////////////////////*/

/* ---- SECTION TITLE ---- */
.section_ttl {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 5rem;
	padding-bottom: 3rem;
  border-bottom: 1px solid #A9AAAA;
  font-size: 3.5rem;
  font-weight: 100;
  letter-spacing: 0;
  line-height: 1;
  color: #000;
  text-align: center;
}

.section_ttl .txt_ja {
  display: block;
  padding: 2.6rem 0 0;
  font-size: 1.6rem;
  color: #787878;
  text-align: center;
	letter-spacing: 0.03em;
}

/* ---- SECTION CONT ---- */

.concept_section .section_cont_wrap {
  display: flex;
  justify-content: center;
  gap: 7.3rem;
  align-items: flex-end;
  color: #A9AAAA;
}

.concept_section img {
	max-width: 100%;
}

.concept_section .section_img {
  width: 50rem;
  max-width: 100%;
}

.concept_section .section_cont {
  width: 60rem;
  max-width: 100%;
  padding-bottom: 4.8rem;
	text-align: center;
}

.concept_section .section_cont .ttl_sub {
  margin-bottom: 3rem;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.4;
}

.concept_section .section_cont .txt_cont {
  font-size: 1.5rem;
  line-height: 1.9;
}



/*//////////////////////////////////////////////////

　　　　　　　　　　PC ONLY SETTING

//////////////////////////////////////////////////*/


@media (min-width: 769px) {

	#Contents {
		padding-bottom: 15rem;
	}

	.concept_section {
		padding-top: 10rem;
	}

}



/*//////////////////////////////////////////////////

　　　　　　　　　　SP ONLY SETTING

//////////////////////////////////////////////////*/


@media (max-width: 768px) {

	#Contents {
		padding-bottom: calc(50 * (100vw / 375));
	}

	.concept_section {
		padding: 0 calc(23 * (100vw / 375));
	}

  /* ---- SECTION TITLE ---- */
  .section_ttl {
    margin-bottom: calc(14 * (100vw / 375));
    padding-bottom: calc(15 * (100vw / 375));
    font-size: calc(16 * (100vw / 375));
  }

  .section_ttl .txt_ja {
    padding: calc(12 * (100vw / 375)) 0 0;
    font-size: calc(9 * (100vw / 375));
  }

	/* ---- SECTION CONT ---- */

  .concept_section .section_cont_wrap {
    flex-wrap: wrap;
    gap: calc(24 * (100vw / 375));
  }

  .concept_section .section_img,
  .concept_section .section_cont {
    width: calc(434 * (100vw / 375));
  }

  .concept_section .section_img {
  }

  .concept_section .section_cont {
    padding-bottom: 0;
    color: #787878;
  }

  .concept_section .section_cont .ttl_sub {
    margin-bottom: calc(16 * (100vw / 375));
    font-size: calc(15 * (100vw / 375));
    line-height: 1.6;
  }

  .concept_section .section_cont .txt_cont {
    font-size: calc(11.5 * (100vw / 375));
    line-height: 1.8;
  }

}
