@charset "UTF-8";
@import url("csr_common.css");

.csr_sec_title sup {
  font-size: 60%;
  top: -.6em;
}

.section_lead .mcdonald-image {
  width: 100%;
}

.logo-image_wrap {
  --main-image-width: 65.21%;/* 自動計算させるために変数化 */
  
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 0;
  margin: 30px auto 0;
}

.logo-image_wrap .first {
  width: calc(100% - var(--main-image-width));
  display: flex;
  justify-content: center;
  align-items: center;
  
}

.logo-image_wrap .first .logo-image {
  width: 72%;
}

.logo-image_wrap .second {
  width: var(--main-image-width);
}

@media screen and (max-width: 767px) {

  /* sp only */
  .section_lead .csr_sec_title {
    font-size: 22px;
  }

  .logo-image_wrap {
    --main-image-width: 100%;
    display: block;
    margin-top: 15px;
  }

  .logo-image_wrap .first {
    width: 100%;
    
  }

  .logo-image_wrap .first .logo-image {
    width: clamp(130px, 40vw, 180px);
  }

  .logo-image_wrap .second {
    width: var(--main-image-width);
    margin-top: 15px;
  }
}

/* sp only */


/* ==================
* section_history
* ================== */
.section_history {
  background-color: #F2FAFE;
  border-radius: 20px;
  margin-top: 50px;
  padding: 18px 30px 30px;
}

.section_history .csr_sec_title {
  font-size: 24px;
  margin-bottom: 10px;
  padding-bottom: 18px;
}
.section_history .csr_sec_title::after {
  width: 100px;
}
.section_history .item + .item {
  margin-top: 36px;
}
.section_history .item p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 30px;
  text-align: center;
}
.section_history .history-image {
  align-items: stretch;
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: min(90%, 730px);
}
.section_history .history-image img {
  width: 48%;
}

@media screen and (max-width: 767px) {

  /* sp only */
  .section_history {
    margin-top: 30px;
    padding: 15px 10px 20px;
  }

  .section_history .csr_sec_title {
    font-size: 20px;
  }
  .section_history .item + .item {
    margin-top: 30px;
  }
  .section_history .item p {
    margin-bottom: 15px;
    text-align: left;
  }
  .section_history .history-image {
    width: 100%;
  }
}

/* sp only */
/* end section_history */


/* ==================
* section_map
* ================== */
.section_map {
  margin-top: 100px;
}
.section_map p {
  font-size: 16px;
  line-height: 1.8;
}
.map {
  background-color: #e0f0e2;
  border-radius: 20px;
  margin-top: 35px;
  padding: 12px 30px 30px;
}
.section_map .map-image {
  width: calc(100% - 60px);
  margin: 20px auto 0;
}
.section_map + p {
  font-size: 14px;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  /* sp only */
  .section_map {
    margin-top: 50px;
  }
  .section_voice .csr_sec_title {
    font-size: 22px;
  }

  .map {
    margin-top: 15px;
    padding: 12px 0 15px;
  }
  .section_map .map-image {
    margin-top: 0;
    width: calc(100% - 16px);
  }
}

/* sp only */
/* end section_map */


/* ==================
* section_factory
* ================== */
.section_factory {
  margin-top: 100px;
}
.section_factory p {
  font-size: 16px;
  line-height: 1.8;
}
.section_factory .main-contents {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
.section_factory .main-contents p {
  width: 50%;
}
.section_factory .main-contents img {
  width: 47%;
}
.section_factory .logo-image {
  margin: 40px auto 0;
  width: 455px;
}

@media screen and (max-width: 767px) {
  /* sp only */
  .section_factory {
    margin-top: 50px;
  }
  .section_factory .csr_sec_title {
    font-size: 22px;
  }

  .section_factory .main-contents {
    display: block;
  }
  .section_factory .main-contents p,
  .section_factory .main-contents img {
    width: 100%;
  }
  .section_factory .logo-image {
    margin-top: 15px;
    width: 85%;
  }
}

/* sp only */
/* end section_factory */
