/* css:pc */
/* ------------------------------
 * daiyouryou
------------------------------ */
#Contents, #main {
  width: 100%;
}

#main {
  min-width: 1100px;
}

.wrapBottom {
  padding: 0;
}

/* utility */
.u-fc_red {
  color: #E8053B;
}

.u-fc_or {
  color: #FF6A1C;
}

.u-fc_grn {
  color: #04A615;
}

.u-ta_c {
  text-align: center;
}

.u-marker {
  border-bottom: 0.2em solid #FFD800;
  font-style: normal;
}

.u-fill_wh {
  background: #FFF;
}

.u-btn {
  background: #E8053B;
  border-radius: 999px;
  color: #FFF !important;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  padding: 0.75em 3em;
  position: relative;
  text-decoration: none;
}
.u-btn::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.002' height='12.003' viewBox='0 0 7.002 12.003'%3E%3Cpath fill='%23fff' d='M7 6.003a1 1 0 0 1-.293.707l-5 5a1 1 0 0 1-1.414 0 1 1 0 0 1 0-1.414l4.294-4.293-4.294-4.3a1 1 0 0 1 0-1.414 1 1 0 0 1 1.414 0l5 5A1 1 0 0 1 7 6.003' data-name='path 1026339'/%3E%3C/svg%3E");
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1.25em;
  width: 16px;
  height: 16px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.u-btn:hover {
  color: #FFF;
  opacity: 0.6;
  text-decoration: none;
}

@media print, screen and (min-width: 768px) {
  .sponly, .sp {
    display: none;
  }
}
#content.section-wrap {
  padding: 0;
}

.section-main {
  background: url(../Contents/images/common/texture_beige.jpg) repeat 0 0/427px auto;
}

/* page head */
.page-head {
  overflow: hidden;
  text-align: center;
  position: relative;
}
.page-head::before {
  background: url(../Contents/images/daiyouryou/img_main.jpg) no-repeat 50% 0/cover;
  content: "";
  display: block;
  width: 100%;
  height: 464px;
  position: absolute;
  top: -70px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-clip-path: ellipse(100% 50% at 50% 50%);
          clip-path: ellipse(100% 50% at 50% 50%);
}
.page-head_inner {
  margin: 0 auto;
  padding-top: 52px;
  max-width: 960px;
}
.page-head_catch {
  background: #FA8F55;
  border-radius: 50% 50% 50% 50%/100% 100% 0% 0%;
  color: #FFF;
  margin-bottom: -4em;
  font-size: 3.2rem;
  font-weight: bold;
  display: inline-block;
  line-height: 1;
  padding: 30px 120px 4.25em;
  position: relative;
}
.page-head_catch .--small {
  font-size: 2.2rem;
  display: block;
}
.page-head_text {
  background: #FFF;
  border-top: 5px solid #FA8F55;
  border-radius: 0 0 10px 10px;
  padding: 32px 70px 40px;
  position: relative;
}
.page-head_title {
  color: #532F10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 4.8rem;
  font-weight: bold;
  min-height: 103px;
  position: relative;
}
.page-head_title::before, .page-head_title::after {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 128px;
  height: 103px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-head_title::before {
  background-image: url(../Contents/images/daiyouryou/parts_pagehead_l.png);
  left: 0;
}
.page-head_title::after {
  background-image: url(../Contents/images/daiyouryou/parts_pagehead_r.png);
  right: 0;
}
.page-head_subtitle {
  color: #E8053B;
  display: inline-block;
  font-size: 2.2rem;
  margin: 0 auto;
  position: relative;
}
.page-head_subtitle::before, .page-head_subtitle::after {
  background: #E8053B;
  content: "";
  display: block;
  width: 2.25em;
  height: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-head_subtitle::before {
  left: -3em;
}
.page-head_subtitle::after {
  right: -3em;
}
.page-head .page-head_desc {
  font-size: 1.8rem;
  line-height: 1.7;
  margin: 1.6em 0 0;
  text-align: left;
}
.page-head .page-head_cta {
  margin-top: 35px;
  text-align: center;
}
.page-head .page-head_cta .u-btn {
  font-size: 2.2rem;
}

.p-section {
  font-size: 1.8rem;
  line-height: 1.7;
}
.p-section_title {
  font-weight: bold;
}

/* introduction */
.section-introduction {
  margin-top: 80px;
}
.section-introduction .section-header {
  text-align: center;
}
.section-introduction .section-header .p-section_title {
  color: #E8053B;
  display: inline-block;
  font-size: 3.6rem;
  line-height: 1.3;
  position: relative;
}
.section-introduction .section-header .p-section_title::before, .section-introduction .section-header .p-section_title::after {
  background: #E8053B;
  border-radius: 10px;
  content: "";
  display: block;
  width: 3px;
  height: 95px;
  position: absolute;
  bottom: 0;
}
.section-introduction .section-header .p-section_title::before {
  left: -54px;
  -webkit-transform: rotate(-18deg);
      -ms-transform: rotate(-18deg);
          transform: rotate(-18deg);
}
.section-introduction .section-header .p-section_title::after {
  right: -54px;
  -webkit-transform: rotate(18deg);
      -ms-transform: rotate(18deg);
          transform: rotate(18deg);
}
.section-introduction .list-problem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.5em;
}
.section-introduction .problem-item_thumb img {
  border: 2px solid #FFF;
  border-radius: 280px;
  width: 280px;
  height: 280px;
}
.section-introduction .problem-item_desc {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.42;
  margin-top: 1.25em;
  text-align: center;
}

/* familyset */
.section-familyset {
  margin-top: 100px;
  position: relative;
}
.section-familyset .section-header {
  background: #F7F2E3;
  color: #FFF;
  padding: 100px 0 0;
  position: relative;
  text-align: center;
  z-index: 5;
}
.section-familyset .section-header::before, .section-familyset .section-header::after {
  background: #04A615 url(../Contents/images/common/texture_pattern_dot.png) repeat 0 0/153px auto;
  content: "";
  display: block;
  height: 405px;
  width: 50%;
  position: absolute;
  top: 0;
  z-index: -1;
}
.section-familyset .section-header::before {
  border-radius: 0 50px 0 0;
  left: 0;
}
.section-familyset .section-header::after {
  border-radius: 50px 0 0 0;
  right: 0;
}
.section-familyset .p-section_title {
  font-size: 4rem;
  display: inline-block;
  position: relative;
}
.section-familyset .p-section_title::before, .section-familyset .p-section_title::after {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
}
.section-familyset .p-section_title::before {
  background-image: url(../Contents/images/daiyouryou/parts_familyset_01.png);
  left: -200px;
  width: 146px;
  height: 123px;
  -webkit-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
.section-familyset .p-section_title::after {
  background-image: url(../Contents/images/daiyouryou/parts_familyset_02.png);
  right: -200px;
  width: 147px;
  height: 124px;
  -webkit-transform: rotate(13deg);
      -ms-transform: rotate(13deg);
          transform: rotate(13deg);
}
.section-familyset .section-lead {
  margin-top: 2em;
}
.section-familyset .list-solution {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  margin-top: 50px;
  position: relative;
  z-index: 5;
}
.section-familyset .solution-item_thumb img {
  border-radius: 10px;
  width: 348px;
  height: 331px;
}
.section-familyset .solution-item_label {
  color: #04A615;
  font-size: 2.8rem;
  font-weight: bold;
  margin-top: 1em;
  text-align: center;
}
.section-familyset .solution-item_desc {
  margin: 1em auto 0;
  max-width: 300px;
}

/* point */
.section-point {
  margin-top: 150px;
}
.section-point .p-section_title {
  color: #532F10;
  font-size: 6rem;
  line-height: 1;
  margin-top: -1.5em;
  margin-bottom: 70px;
  position: relative;
  grid-column: 1;
  grid-row: 1;
}
.section-point .p-section_title .--num {
  font-size: 8rem;
}
.section-point .p-section_title .--small {
  font-size: 4.8rem;
}
.section-point .p-section_title .--smaller {
  font-size: 53.33%;
}
.section-point .p-section_title .u-marker {
  border-bottom-width: 0.1em;
}

.point-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.point-item:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.point-item:nth-child(odd) .point-item_text {
  padding-right: 60px;
  padding-left: 70px;
}
.point-item:nth-child(even) .point-item_text {
  padding-left: 60px;
  padding-right: 70px;
}
.point-item:first-child {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-align-content: start;
      -ms-flex-line-pack: start;
          align-content: start;
}
.point-item:first-child .point-item_thumb {
  grid-column: 2;
  grid-row: 1/span 2;
}
.point-item:first-child .point-item_text {
  grid-column: 1;
  grid-row: 2;
}
.point-item + .point-item {
  margin-top: 60px;
}
.point-item_thumb {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 50%;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}
.point-item_thumb img {
  border-radius: 10px;
  width: 100%;
  height: auto;
}
.point-item_text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 50%;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}
.point-item_title {
  font-size: 4rem;
  font-weight: bold;
}
.point-item_title strong {
  color: #FF6A1C;
}
.point-item_desc {
  margin-top: 0.75em;
}

/* CTA */
.section-cta {
  border-bottom: 1px solid #EEE;
  padding: 100px 0;
}
.section-cta .section-lead {
  color: #532F10;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 2;
}
.section-cta .section-lead .p-cta {
  margin-top: 50px;
}
.section-cta .list-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 100px;
}
.section-cta .list-items .item-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
.section-cta .list-items .item-box:nth-child(even) {
  border-left: 1px solid #EEE;
  padding-left: 40px;
}
.section-cta .list-items .item-box:nth-child(-n+2) {
  padding-bottom: 40px;
}
.section-cta .list-items .item-box:nth-child(n+3) {
  border-top: 1px solid #EEE;
  padding-top: 40px;
}
.section-cta .list-items .item-box_thumb img {
  border-radius: 10px;
  width: 260px;
  height: 200px;
}
.section-cta .list-items .item-box_name {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.3;
}
.section-cta .list-items .item-box_name .--small {
  font-size: 2.4rem;
  line-height: 1;
}
.section-cta .list-items .item-box_btn {
  margin-top: 30px;
  font-size: 1.6rem;
}
.section-cta .p-cta .u-btn {
  font-size: 2.8rem;
}/*# sourceMappingURL=daiyouryou.css.map */