@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;600&family=Noto+Serif+JP:wght@300;600&display=swap");
/******************************************************

location

******************************************************/
.section-content {
  padding: 7rem 0; }
  @media screen and (max-width: 640px) {
    .section-content {
      padding: 3.5rem 0; } }

.big-txt {
  margin-top: 6rem; }
  @media screen and (max-width: 640px) {
    .big-txt {
      margin-top: 3.5rem; } }

.concept-2 {
  background: #eee;
  max-width: 1400px;
  position: relative;
  overflow: hidden;
  width: 100%;
  background: url("../img/concept/section2-bg.jpg") center top;
  background-size: 1875px 750px; }
  .concept-2 .section-content {
    max-width: 1000px;
    margin: auto;
    position: relative;
    z-index: 1;
    width: 90%;
    padding-top: 9rem; }
    @media screen and (max-width: 640px) {
      .concept-2 .section-content {
        padding-top: 5rem; } }
  .concept-2:before {
    content: "";
    position: absolute;
    z-index: 0;
    height: 200px;
    top: -10px;
    left: -1px;
    right: -1px;
    background: url("../img/concept/section2-head.png") center top no-repeat;
    background-size: cover; }
  .concept-2 .lead {
    color: #3ea6b2; }

.merit {
  /**border: 1px solid #d1d1d1;**/
  border-width: 1px 0;
  text-align: center;
  padding: 10px 0;
  margin-top: 3rem; }
  .merit ul {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between; }
  .merit li {
    display: inline-block;
    padding: 10px 8px;
    background: #00a1c2;
    border-radius: 1.5rem;
    margin: 5px 0;
    box-sizing: border-box;
    /**border-right: 1px solid #d1d1d1;
    box-sizing: border-box;
    &:last-child {
      border-right: none;
    }**/ }
    .merit li img {
      height: 90px;
      width: auto; }
  @media screen and (max-width: 1200px) {
    .merit li {
      padding: 10px 0.5vw;
      margin: 0.3vw;
      border-radius: 1vw; }
      .merit li img {
        height: 7.5vw; } }
  @media screen and (max-width: 480px) {
    .merit {
      padding: 5px 0;
      margin-top: 2rem; }
      .merit ul {
        text-align: center;
        display: block; }
      .merit li {
        padding: 5px 0;
        width: 48%;
        text-align: center; }
        .merit li img {
          height: 16vw; } }

.concept-3 .midashi1 {
  margin-bottom: 3rem; }
.concept-3 .midashi2 {
  margin-bottom: 2rem; }
.concept-3 .illust01 {
  margin-top: 5rem; }
