.topimage-concept {
  background: url("../new-concept/img/bg_01.png") 0 0 repeat-x, url("../new-concept/img/bg_02.png") 50% 100% no-repeat;
}

.title-concept {
  position: relative;
  border-bottom: 5px solid #000;
  padding-bottom: 5px;
  margin-bottom: 2em;
}
.title-concept:before {
  background: url(../misc/obj_12.png) left top no-repeat;
  display: inline-block;
  content: "";
}

.lead-concept {
  color: #3F1F00;
  margin-bottom: 0.9em;
}

.header-talk {
  text-align: center;
  position: relative;
}
.header-talk:before {
  background: url(../misc/obj_13.png) left top no-repeat;
  display: inline-block;
  content: "";
}
.header-talk:after {
  background: url(../misc/obj_14.png) left top no-repeat;
  display: inline-block;
  content: "";
}

.title-talk {
  color: #FF4C4C;
  margin-bottom: 0.3em;
}

.row-graph-title {
  text-align: center;
}
.row-graph .caption-graph {
  color: #D90000;
  font-weight: 700;
}

.row-summary {
  background: url("../new-concept/img/baloon_01.png") no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
}
.row-summary:before {
  background: url(../misc/obj_15.png) left top no-repeat;
  display: inline-block;
  content: "";
}

.text-summary {
  margin-bottom: 0;
}

.title-graph {
  margin-bottom: 1em;
}

.header-points {
  margin-top: 35px;
}

.header-point {
  position: relative;
}
.header-point:before {
  content: "";
  height: 150px;
  width: 150px;
  position: absolute;
  left: 0;
  top: -30px;
}
.header-point.point1:before {
  background: url("../new-concept/img/icon_point01.png") 50% 50% no-repeat;
}
.header-point.point2:before {
  background: url("../new-concept/img/icon_point02.png") 50% 50% no-repeat;
}
.header-point.point3:before {
  background: url("../new-concept/img/icon_point03.png") 50% 50% no-repeat;
}
.header-point .title-point {
  font-weight: 700;
}
.header-point .title-point.point1 {
  color: #ED798D;
}
.header-point .title-point.point2 {
  color: #004C66;
}
.header-point .title-point.point3 {
  color: #6D8053;
}

.panel-voice {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 1em;
}
.panel-voice p {
  margin-bottom: 0;
}
.panel-voice .title-voice {
  color: #D86E03;
  font-weight: 700;
  position: relative;
  padding-left: 66px;
  margin-bottom: 0.3em;
}
.panel-voice .title-voice:before {
  content: "";
  display: inline-block;
  background: url("../new-concept/img/icon_talk.png") 50% 50% no-repeat;
  width: 56px;
  height: 62px;
  position: absolute;
  top: -25px;
  left: 0;
}
.row-point.point1 {
  position: relative;
}
.row-point.point2 {
  position: relative;
}
.row-point.point3 {
  position: relative;
  padding-top: 25px;
}

.wrapper-outro {
  /*background: url("../new-concept/img/bg_03.png") center bottom no-repeat, url("../misc/bg_secondary.png");*/
  padding: 75px 0;
  /*padding-bottom: 235px;*/
  text-align: center;
}

.title-concept-outro {
  margin-bottom: 25px;
}

@media print, screen and (min-width: 741px) {

  .topimage-concept {
    margin-bottom: 45px;
  }

  .title-concept {
    font-size: 35px;
  }

  .title-concept {
    padding-left: 85px;
  }

  .title-concept:before {
    height: 127px;
    width: 89px;
    background-size: 89px 127px;
    position: absolute;
    left: 0;
    top: -25px;
  }

  .lead-concept {
    font-size: 26px;
  }

  .row-reason {
    margin-bottom: 45px;
  }

  .row-reason .photo {
    float: right;
    width: 39%;
  }

  .row-reason .content {
    float: left;
    width: 49%;
    padding-left: 86px;
  }

  .header-talk:before {
    height: 240px;
    width: 222px;
    background-size: 222px 240px;
    position: absolute;
    left: 0;
    top: -25px;
  }

  .header-talk:after {
    height: 150px;
    width: 190px;
    background-size: 190px 150px;
    position: absolute;
    right: 0;
    top: 0px;
  }

  .title-talk {
    font-size: 50px;
  }

  .lead-talk {
    font-size: 24px;
  }

  .row-voice {
    margin-bottom: 45px;
  }

  .row-graph-title {
    margin-bottom: 25px;
  }

  .row-graph {
    width: 1060px;
    margin: auto;
    margin-bottom: 45px;
  }

  .row-graph .col-graph {
    width: 48%;
    float: left;
    margin-right: 4%;
  }

  .row-graph .col-graph img {
    vertical-align: bottom;
  }

  .row-graph .col-graph.graph-first figcaption {
    margin-top: 38px;
  }

  .row-graph .col-graph.graph-second {
    margin-right: 0;
  }

  .row-graph .caption-graph {
    font-size: 25px;
  }

  .row-summary {
    padding: 25px 105px;
  }

  .row-summary:before {
    height: 251px;
    width: 159px;
    background-size: 159px 251px;
    position: absolute;
    z-index: 0;
    top: -239px;
    left: 50%;
    margin-left: -118px;
  }

  .text-summary {
    font-size: 25px;
  }

  .header-point {
    margin-bottom: 55px;
  }

  .header-point {
    padding-left: 160px;
  }

  .header-point .title-point {
    font-size: 32px;
  }

  .header-point .subtitle-point {
    font-size: 25px;
  }

  .panel-voice .title-voice {
    font-size: 26px;
  }

  .wrapper-points {
    padding-bottom: 105px;
  }

  .row-point .col-6 {
    zoom: 1;
    width: 42%;
    float: left;
    margin-left: 16%;
    margin-bottom: 1em;
  }

  .row-point .col-6:before, .row-point .col-6:after {
    content: "";
    display: table;
  }

  .row-point .col-6:after {
    clear: both;
  }

  .row-point .col-6:first-child {
    margin-left: 0;
  }

  .row-point .col-6:nth-of-type(2n+1) {
    margin-left: 0;
    clear: both;
  }

  .row-point .col-8 {
    width: 75%;
  }

  .row-point.point1 {
    padding-top: 73px;
  }

  .row-point.point1:before {
    background: url(../misc/obj_16.png) left top no-repeat;
    display: inline-block;
    content: "";
    height: 322px;
    width: 153px;
    background-size: 153px 322px;
    position: absolute;
    z-index: 0;
    bottom: -25px;
    left: 50%;
    margin-left: -73px;
  }

  .row-point.point2:before {
    background: url(../misc/obj_17.png) left top no-repeat;
    display: inline-block;
    content: "";
    height: 232px;
    width: 234px;
    background-size: 234px 232px;
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: 0;
    margin-left: -118px;
  }

  .row-point.point3:before {
    background: url(../misc/obj_18.png) left top no-repeat;
    display: inline-block;
    content: "";
    height: 309px;
    width: 195px;
    background-size: 195px 309px;
    position: absolute;
    z-index: 0;
    bottom: -85px;
    left: 50%;
    margin-left: -97px;
  }
}

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

  .topimage-concept {
    margin-bottom: 25px;
  }

  .topimage-concept {
    background-size: 45px, cover;
    padding-top: 15px;
  }

  .title-concept {
    font-size: 20px;
  }

  .title-concept {
    padding-left: 35px;
    border-bottom-width: 3px;
  }

  .title-concept:before {
    height: 70.55556px;
    width: 49.44444px;
    background-size: 49.44444px 70.55556px;
    position: absolute;
    left: -15px;
    top: -25px;
  }

  .lead-concept {
    font-size: 18px;
  }

  .row-reason {
    margin-bottom: 25px;
  }

  .row-reason .photo {
    width: 296px;
    margin: auto;
    margin-bottom: 1em;
  }

  .header-talk:before {
    height: 85.71429px;
    width: 79.28571px;
    background-size: 79.28571px 85.71429px;
    position: absolute;
    left: 0;
    top: -25px;
  }

  .header-talk .image-header-talk {
    width: 160px;
    display: block;
    margin: auto;
    margin-bottom: 1em;
  }

  .header-talk:after {
    height: 53.57143px;
    width: 67.85714px;
    background-size: 67.85714px 53.57143px;
    position: absolute;
    right: 0;
    top: 15px;
  }

  .title-talk {
    font-size: 20px;
  }

  .lead-talk {
    font-size: 15px;
  }

  .row-voice {
    margin-bottom: 25px;
  }

  .row-graph-title {
    margin-bottom: 15px;
  }

  .row-graph .col-graph {
    margin-bottom: 2em;
  }

  .row-graph .title-graph {
    width: 200px;
    margin-bottom: 0.8em;
  }

  .row-graph .caption-graph {
    font-size: 18px;
  }

  .row-summary {
    background-size: 100% 100%;
    padding: 15px;
    padding-right: 75px;
  }

  .row-summary:before {
    height: 100.4px;
    width: 63.6px;
    background-size: 63.6px 100.4px;
    position: absolute;
    bottom: 0px;
    right: 10px;
  }

  .text-summary {
    font-size: 14px;
  }

  .header-point {
    margin-bottom: 25px;
  }

  .header-point {
    padding-top: 50px;
    text-align: center;
  }

  .header-point:before {
    width: 70px;
    height: 70px;
    background-size: cover !important;
    left: 50%;
    margin-left: -35px;
  }

  .header-point .title-point {
    font-size: 20px;
  }

  .header-point .subtitle-point {
    font-size: 15px;
  }

  .panel-voice .title-voice {
    font-size: 18px;
  }

  .panel-voice .title-voice {
    padding-left: 30px;
  }

  .panel-voice .title-voice:before {
    width: 28px;
    height: 31px;
    background-size: 28px 31px;
    top: -5px;
    left: 0;
  }

  .wrapper-outro {
    background-size: 640px, auto;
    padding-top: 25px;
    padding-bottom: 35px;
  }
  .row-figure{
    margin-top: -2em;
    margin-bottom: 2em;
  }
  .graph-second .fig-graph{
    width: 320px;
  }
  #concept-points .header-points{
    margin-top: 0;
  }
}


/*Cocoスマイル関連調整 - 20240206*/
.row-outro{
  width: 995px;
  margin: auto;
  margin-bottom: 2.5em;
}
@media only screen and (max-width: 767px) {
  .row-outro {
    width: 100%;
  }
}

.title-structure {
  font-weight: 700;
  border-bottom: 2px dashed #000;
  padding-bottom: 0.2em;
  margin-bottom: 0.2em;
  position: relative;
}
@media print,screen and (min-width: 768px) {
  .title-structure {
    font-size: 35px;
  }
  .title-structure:before{
    position: absolute;
    content: url("../new-plan/structure/img/obj_02.png");
    right: 15px;
    top: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .title-structure{
    font-size: 20px;
  }
}

.as-hero {
  background-image: url("../new-plan/after/img/hero_bg.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  font-family: "メイリオ", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .as-hero {
    background-image: url("../new-plan/after/img/hero_bg_sp.jpg");
    min-height: 466px;
    padding: 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .as-hero {
    height: 575px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.as-hero__img {
  position: absolute;
}

@media print, screen and (min-width: 768px) {
  .as-hero__img {
    bottom: 0;
    left: calc(50% + 120px);
  }
}

@media only screen and (max-width: 767px) {
  .as-hero__img {
    bottom: 0;
    left: calc(50% - (309px / 2));
  }
}

.as-hero__img img {
  display: block;
  max-width: none;
}

@media only screen and (max-width: 767px) {
  .as-hero__img img {
    width: 309px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media print, screen and (min-width: 768px) {
  .as-hero__badge {
    position: absolute;
    left: calc(50% + 270px);
    bottom: 280px;
  }
}

@media only screen and (max-width: 767px) {
  .as-hero__badge {
    margin-top: -10px;
  }
  .as-hero__badge img {
    display: block;
    width: 105px;
    margin-left: auto;
    margin-right: auto;
  }
}

.color-primary {
  color: #DC7F8E;
}

.as-hero__content {
  max-width: 986px;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 768px) {
  .as-hero__content {
    width: 986px;
  }
}
.as-maintitle {
  margin-bottom: 25px;
}

@media print, screen and (min-width: 768px) {
  .as-maintitle {
    font-size: 67px;
    text-align: left;
  }
}

@media only screen and (max-width: 767px) {
  .as-maintitle {
    font-size: 29px;
    text-align: center;
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width: 768px) {
  .as-subtitle {
    font-size: 34px;
    text-align: left;
  }
}

@media only screen and (max-width: 767px) {
  .as-subtitle {
    font-weight: 700;
    text-align: center;
    font-size: 16px;
  }
}

.as-title--primary {
  color: #77B13D;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 768px) {
  .as-title--primary {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .as-title--primary {
    font-size: 18px;
  }
}

.as-title--primary::before {
  content: "";
  display: inline-block;
  height: 12px;
  width: 12px;
  background-color: #77B13D;
  border-radius: 100%;
  margin-right: 7px;
}

.as-panel {
  font-family: "メイリオ", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media print, screen and (min-width: 768px) {
  .as-panel {
    border-radius: 10px;
    padding: 0 100px 50px 100px;
    font-size: 17px;
  }
}

@media only screen and (max-width: 767px) {
  .as-panel {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#concept-outro.wrapper-outro.bg-img-1 {
  background: url("") center bottom no-repeat, url("../misc/bg_secondary.png");
  padding-bottom: 25px;
}
#concept-outro.wrapper-outro.bg-img-2 {
  background: url("../new-concept/img/bg_03.png") center bottom no-repeat, url("");
  padding-bottom: 185px;
}

.header-structure {
  margin-bottom: 2em;
}
.title-concept-outro {
  margin-bottom: 0;
}
.title.title-concept.ta {
  margin-bottom: 15px;
}
@media print,screen and (min-width: 768px) {
  .lead-structure {
    padding-left: 100px;
    font-size: 25px;
  }
}


/*Cocoスマイル関連調整 - 20240311*/
@media print,screen and (min-width: 741px) {
  .concept-outro1 .link-area {
    margin: 50px 0 0;
  }
  .concept-outro1 .link-area li {
    width: 40%;
  }
  .concept-outro2 .link-area {
    margin: 50px 0 0;
  }
  .concept-outro2 .link-area li {
    width: 40%;
  }
}
@media only screen and (max-width: 740px) {
  .concept-outro1 .link-area {
    margin: 10px 0 0;
  }
  .concept-outro1 .link-area li {
    width: 49%;
  }
  .concept-outro2 .link-area {
    margin: -20px 0 0;
  }
  .concept-outro2 .link-area li {
    width: 51.2%;
  }
}


/* Cocoママの思い枠変更 - 20250902 */
.about-hero {
  background: url(../new-concept/img/about-hero_bg.jpg) no-repeat center / cover;
  height: 437px;
  position: relative;
}
.about-hero-fr {
  max-width: 910px;
  height: 100%;
  margin: auto;
  position: relative;
  padding: 0 140px;
}
.about-hero-fr_inner {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 124px;
  height: 308px;
  border-radius: 0 0 10px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 140px;
}
.about-reason {
  padding: 60px 0;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.7) 0%,
    rgba(255, 255, 255, 0.6) 80%,
    rgba(255, 255, 255, 0) 100%
  );
}
.about-reason .wrapper {
  position: relative;
}
.about-reason .wrapper .about-reason_deco_01 {
  position: absolute;
  top: -215px;
  left: 55px;
}
.about-reason h2 {
  width: 100%;
  display: flex;
  justify-content: center;
}
.about-reason-grid .about-reason-content_02 {
  position: relative;
}
.about-reason-grid .about-reason-content_02::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -165px;
  width: 95px;
  height: 205px;
  background: url(../new-concept/img/aabout-deco_02.svg) no-repeat center / contain;
}
.about-reason-grid {
  width: 100%;
  max-width: 1040px;
  display: grid;
  grid-gap: 0 40px;
  grid-template-rows: 319px 319px 319px;
  grid-template-columns: 500px 500px;
  margin: 50px auto;
}
.about-reason-grid p {
  height: 100%;
  display: flex;
  align-items: center;
  color: #7D6651;
  margin-bottom: 0;
}
.about-reason-grid img {
  border-radius: 8px;
}
.about-reason-bottom {
  width: 100%;
  padding: 70px 0;
}
.about-reason-bottom .curly-brackets {
  width: 670px;
  height: 215px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.about-reason-bottom .curly-brackets::before {
  content: '';
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 72.5px;
  height: 72.5px;
  border: solid #7D6651;
  border-width: 2px 0 0 2px;
}
.about-reason-bottom .curly-brackets::after {
  content: '';
  position: absolute;
  z-index: 100;
  right: 0;
  bottom: 0;
  width: 72.5px;
  height: 72.5px;
  border: solid #7D6651;
  border-width: 0 2px 2px 0;
}
.about-reason-bottom .curly-brackets .curly-brackets_deco_01 {
  position: absolute;
  top: -35px;
  left: -123px;
}
.about-reason-bottom .curly-brackets .curly-brackets_deco_02 {
  position: absolute;
  top: -35px;
  right: -30px;
  width: 75px;
}
.about-reason-bottom .curly-brackets .curly-brackets_deco_03 {
  position: absolute;
  right: -123px;
  bottom: 2px;
}
.about-reason-bottom .curly-brackets p {
  font-size: 21px;
  font-weight: bold;
  color: #7D6651;
  line-height: 2.2;
  margin-bottom: 0;
}
.auto-scroll-wrap {
  overflow: hidden;
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
  position: relative;
}
.scroll-inner {
  display: flex;
  align-items: center;
  white-space: nowrap;
  will-change: transform;
}
.auto-scroll-item {
  flex: 0 0 auto;
  margin-right: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.landscape img {
  width: 340px;
  height: auto;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}
.portrait img {
  width: 203px;
  height: auto;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}

@keyframes scroll-left {
  0% { transform: translateX(0); }
  100% { transform: translateX(var(--scroll-distance)); }
}
.scroll-inner.animate {
  animation: scroll-left 50s linear infinite;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: scroll-left;
  animation-duration: 50s;
}

@media only screen and (max-width: 740px) {
  .about-hero {
    background: url(../new-concept/img/about-hero_bg_sp.jpg) no-repeat top / cover;
    height: 76vw;
    max-height: 340px;
  }
  .about-hero-fr {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    padding: 0;
  }
  .about-hero-fr_inner {
    position: initial;
    width: 75px;
    height: 152px;
    padding: 15px 18px 15px;
    box-sizing: border-box;
    margin-left: 0;
  }
  .about-reason h2 {
    width: 100%;
    position: relative;
  }
  .about-reason h2::before {
    position: absolute;
    background: url(../new-concept/img/about-deco_01.svg) no-repeat center / contain;
    content: "";
    top: -65px;
    margin-left: -175px;
    width: 50px;
    height: 100px;
  }
  .about-reason h2 img {
    width: 145px;
  }
  .about-reason_deco_01 {
    display: none;
  }
  .about-reason-grid {
    grid-template-columns: 100%;
    grid-template-rows: 1fr;
    padding: 0 1em;
    box-sizing: border-box;
    margin: 50px auto 30px;
  }
  .about-reason-grid > div {
    padding: 1em 0;
    line-height: 0;
  }
  .about-reason-grid p {
    font-size: 14px;
    line-height: 2;
  }
  .about-reason-grid .about-reason-content_01 {
    grid-row: 2 / 3;
  }
  .about-reason-grid .about-reason-content_02 {
    grid-row: 1 / 2;
  }
  .about-reason-grid .about-reason-content_03 {
    grid-row: 3 / 4;
  }
  .about-reason-grid .about-reason-content_04 {
    grid-row: 4 / 5;
  }
  .about-reason-grid .about-reason-content_05 {
    grid-row: 6 / 7;
  }
  .about-reason-grid .about-reason-content_06 {
    grid-row: 5 / 6;
  }
  .about-reason-grid .about-reason-content_02::after {
    content: "";
    position: absolute;
    right: -10px;
    bottom: -60px;
    width: 46px;
    height: 100px;
    background: url(../new-concept/img/about-deco_02.svg) no-repeat center / contain;
  }
  .about-reason-bottom {
  }
  .about-reason-bottom .curly-brackets {
    width: 100%;
    padding: 25px 0;
    background: none;
  }
  .about-reason-bottom .curly-brackets::before {
    width: 36px;
    height: 36px;
    left: 6%;
  }
  .about-reason-bottom .curly-brackets::after {
    width: 36px;
    height: 36px;
    right: 6%;
  }
  .about-reason-bottom .curly-brackets .curly-brackets_deco_01 {
    position: absolute;
    top: -24px;
    left: 0;
    width: 38vw;
    max-width: 145px;
  }
  .about-reason-bottom .curly-brackets .curly-brackets_deco_02 {
    position: absolute;
    top: -65px;
    right: 30px;
    width: 20vw;
    max-width: 75px;
  }
  .about-reason-bottom .curly-brackets .curly-brackets_deco_03 {
    position: absolute;
    right: 8px;
    bottom: -35px;
    width: 38vw;
    max-width: 145px;
  }
  .about-reason-bottom .curly-brackets p {
    font-size: min(5vw, 18px);
  }
  .about-reason-slide {
    margin-top: 20px;
  }
  .auto-scroll-wrap {
    height: auto;
  }
  .auto-scroll-item {
    margin-right: 25px;
  }
  .landscape img {
    width: 250px;
    height: auto;
  }
  .portrait img {
    width: 150px;
    height: auto;
  }
}
