@charset "UTF-8";
@media print, screen and (min-width: 741px) {
  .hide-pc {
    display: none;
  }
}

@media only screen and (max-width: 740px) {
  .hide-sp {
    display: none;
  }
}


@media print, screen and (min-width: 741px) {
  header#header {
    margin-bottom: 45px;
  }
}

@media only screen and (max-width: 740px) {
  header#header .header-cc .logo {
    z-index: 500;
  }
}

.triangle,
.triangle::before,
.triangle::after {
  width: 7px;
  height: 7px;
}
@media only screen and (max-width: 740px) {
  .triangle,
  .triangle::before,
  .triangle::after {
    width: 4px;
    height: 4px;
  }
}

.triangle::before,
.triangle::after {
  content: "";
  position: absolute;
}

.triangle {
  margin-top: 3px;
  position: relative;
  border-top-left-radius: 60%;
  transform: rotate(-150deg) skewY(30deg) scaleX(0.86666);
}
@media only screen and (max-width: 740px) {
  .triangle {
    margin-top: 2px;
  }
}

.triangle::before {
  border-top-left-radius: 60%;
  transform: skewX(-45deg) rotate(90deg);
}
@media only screen and (max-width: 740px) {
  .triangle::before {
    transform: skewX(-45deg) rotate(90deg) translate(0, -2px);
  }
}

.triangle::after {
  border-bottom-right-radius: 60%;
  transform: skewY(-45deg) translateX(-50%) rotate(90deg);
}
@media only screen and (max-width: 740px) {
  .triangle::after {
    transform: skewY(-45deg) translate(0, 2px) rotate(90deg);
  }
}

main {
  font-family: Meiryo,"メイリオ", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #4D2C18;
}
@media print, screen and (min-width: 741px) {
  main {
    min-width: 1260px;
  }
}
main a {
  color: #4D2C18;
}
main a:hover {
  opacity: 0.85;
}
main section {
  position: relative;
}
main .wrapper {
  box-sizing: border-box;
}
@media only screen and (max-width: 740px) {
  main .wrapper {
    width: 100%;
  }
}
main .inline-block {
  display: inline-block;
}
@media print, screen and (min-width: 741px) {
  main .cont-wrap {
    width: 862px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 741px) {
  main .flex-pc {
    display: flex;
  }
}
main .tenpo-button {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  width: 545px;
  background: #fff;
  line-height: 1;
  text-decoration: none;
  color: #ED798D;
  font-size: 34px;
  font-weight: bold;
  padding: 28px 0px;
  text-align: center;
  border-radius: 50px;
  border: 5px solid #ED798D;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 9px;
}
@media only screen and (max-width: 740px) {
  main .tenpo-button {
    width: 100%;
    max-width: 300px;
    padding: 15px 0;
    font-size: 18px;
  }
}
main .tenpo-button .button-arrow {
  position: absolute;
  width: 38px;
  height: 38px;
  top: calc(50% - 19px);
  right: 30px;
  background: #ED798D;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}
@media only screen and (max-width: 740px) {
  main .tenpo-button .button-arrow {
    width: 18px;
    height: 18px;
    top: calc(50% - 10px);
    right: 55px;
  }
}
main .tenpo-button .button-arrow .triangle,
main .tenpo-button .button-arrow .triangle::before,
main .tenpo-button .button-arrow .triangle::after {
  background: #fff;
}
@media only screen and (max-width: 740px) {
  main .tenpo-button .button-arrow .triangle::before {
    transform: skewX(-45deg) rotate(90deg) translate(0, 0px);
  }
}
@media only screen and (max-width: 740px) {
  main .tenpo-button .button-arrow .triangle::after {
    transform: skewY(-45deg) translate(-2px, 0px) rotate(90deg);
  }
}

@media print, screen and (min-width: 741px) {
  .hero-area {
    min-height: 620px;
  }
}
@media only screen and (max-width: 740px) {
  .hero-area {
    padding-top: 25px;
  }
}
.hero-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
@media print, screen and (min-width: 741px) {
  .hero-area img {
    min-height: 620px;
  }
}

#page_lead {
  padding: 50px 0;
  background: linear-gradient(180deg, #fef3f2 0%, #fef3f2 80%, #f0ebdb 100%);
  color: #605352;
}
#page_lead .lead-txt {
  margin-left: auto;
  margin-right: auto;
  width: 582px;
  font-size: 28px;
  letter-spacing: 0.1em;
  background: url(/safehome/img/lead-txt.png) no-repeat center/contain;
  height: 99px;
  text-align: center;
  padding-top: 17px;
  box-sizing: border-box;
}
@media only screen and (max-width: 740px) {
  #page_lead .lead-txt {
    font-size: min(4vw, 16px);
    max-width: 355px;
    height: 60px;
    padding-top: min(10%, 12px);
    width: 90%;
  }
}
#page_lead .lead-txt_02 {
  font-size: 36px;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
@media only screen and (max-width: 740px) {
  #page_lead .lead-txt_02 {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
#page_lead .lead-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-left: auto;
  margin-right: auto;
  width: 830px;
}
@media only screen and (max-width: 740px) {
  #page_lead .lead-container {
    width: auto;
    gap: 9px;
  }
}
#page_lead .lead-container .lead-img_01 {
  position: absolute;
}
@media print, screen and (min-width: 741px) {
  #page_lead .lead-container .lead-img_01 {
    left: -70px;
    top: -135px;
    width: 189px;
  }
}
@media only screen and (max-width: 740px) {
  #page_lead .lead-container .lead-img_01 {
    width: 100px;
    right: 60px;
    bottom: -40px;
  }
}
#page_lead .lead-container .lead-img_02 {
  position: absolute;
}
@media print, screen and (min-width: 741px) {
  #page_lead .lead-container .lead-img_02 {
    width: 69px;
    right: -10px;
    top: -105px;
  }
}
@media only screen and (max-width: 740px) {
  #page_lead .lead-container .lead-img_02 {
    width: 36px;
    right: 23px;
    bottom: -24px;
  }
}
#page_lead .lead-container .lead-unit {
  border: 5px #FCD4D4 solid;
  box-sizing: border-box;
  background-color: #fff;
  width: 272px;
  height: 69px;
  display: flex;
  font-size: 18px;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  z-index: 5;
  box-shadow: 3px 3px 0px 0px rgba(96, 83, 82, 0.2);
}
@media only screen and (max-width: 740px) {
  #page_lead .lead-container .lead-unit {
    width: calc(50% - 4.5px);
    height: 54px;
  }
}

#concept-area {
  padding-top: 80px;
  padding-bottom: 60px;
}
#concept-area .concept-title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #EB7170;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 740px) {
  #concept-area .concept-title {
    font-size: 24px;
  }
}
#concept-area .concept-title::before {
  content: "";
  width: 37px;
  height: 40px;
  background: url("/safehome/img/clover.png") no-repeat center/contain;
}
#concept-area .concept-txt {
  font-size: 20px;
  line-height: 2;
  text-align: center;
}
@media only screen and (max-width: 740px) {
  #concept-area .concept-txt {
    font-size: 15px;
  }
}
@media only screen and (max-width: 740px) {
  #concept-area .img-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
  }
}
@media print, screen and (min-width: 741px) {
  #concept-area .concept-img_01 {
    position: absolute;
    width: 241px;
    left: 105px;
    top: 40px;
  }
}
@media only screen and (max-width: 740px) {
  #concept-area .concept-img_01 {
    width: 88px;
  }
}
@media print, screen and (min-width: 741px) {
  #concept-area .concept-img_02 {
    position: absolute;
    width: 280px;
    right: 60px;
    top: 175px;
  }
}
@media only screen and (max-width: 740px) {
  #concept-area .concept-img_02 {
    width: 102px;
  }
}

#ansin {
  position: relative;
  padding-top: 60px;
  padding-bottom: 70px;
  background-color: #fff;
  /*unit*/
}
#ansin .ansin-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("/safehome/img/ansin-bg.png") repeat top/contain;
  opacity: 0.2;
  z-index: 0;
}
@media only screen and (max-width: 740px) {
  #ansin .ansin-bg {
    background-size: 300%;
  }
}
#ansin h2 {
  color: #EB7170;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.35;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 140px;
  text-align: center;
  gap: 5px;
}
#ansin h2::before {
  content: "";
  width: 37px;
  height: 40px;
  background: url("/safehome/img/clover.png") no-repeat center/contain;
}
@media print, screen and (min-width: 741px) {
  #ansin .ansin-wrap {
    width: 1040px;
    margin-left: auto;
    margin-right: auto;
  }
}
#ansin .ansin-unit {
  position: relative;
  padding: 88px 105px 60px 105px;
  box-sizing: border-box;
  border: 10px solid #FCDDDD;
  border-radius: 20px;
  background-color: #fff;
  z-index: 5;
  margin-top: 140px;
}
@media only screen and (max-width: 740px) {
  #ansin .ansin-unit {
    padding: 70px 18px 20px 18px;
    border: 8px solid #FCDDDD;
  }
}
@media only screen and (max-width: 740px) {
  #ansin .ansin-unit.unit-03 .title-box, #ansin .ansin-unit.unit-04 .title-box, #ansin .ansin-unit.unit-05 .title-box {
    height: 103px;
  }
  #ansin .ansin-unit.unit-03 .title-box .title-baloon, #ansin .ansin-unit.unit-04 .title-box .title-baloon, #ansin .ansin-unit.unit-05 .title-box .title-baloon {
    bottom: 65px !important;
  }
}
#ansin .ansin-unit .title-box {
  box-sizing: border-box;
  padding: 35px 50px 19px;
  height: 133px;
  display: inline-flex;
  position: absolute;
  top: -90px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  box-shadow: 10px 10px 0px 0px #fcdddd;
  border-radius: 19px;
  align-items: center;
}
@media only screen and (max-width: 740px) {
  #ansin .ansin-unit .title-box {
    padding: 10px 18px;
    width: max-content;
    min-width: 280px;
    top: -70px;
    height: auto;
    align-items: flex-end;
  }
}
#ansin .ansin-unit .title-box .title-left {
  flex-shrink: 0;
  font-size: 15px;
  text-align: center;
  color: #EB7170;
}
@media only screen and (max-width: 740px) {
  #ansin .ansin-unit .title-box .title-left {
    font-size: 12px;
  }
}
#ansin .ansin-unit .title-box .title-left .title-num {
  font-size: 30px;
  font-weight: bold;
}
@media only screen and (max-width: 740px) {
  #ansin .ansin-unit .title-box .title-left .title-num {
    font-size: 18px;
  }
}
#ansin .ansin-unit .title-box .title-right {
  flex-shrink: 0;
  padding-left: 58px;
  border-left: 1px solid #EB7170;
  margin-left: 35px;
  height: 77px;
  position: relative;
}
@media only screen and (max-width: 740px) {
  #ansin .ansin-unit .title-box .title-right {
    padding-left: 30px;
    margin-left: 15px;
    white-space: nowrap;
    display: inline-flex;
    height: 51px;
    align-items: end;
  }
}
#ansin .ansin-unit .title-box .title-right .title-baloon {
  position: relative;
  display: inline-block;
  padding: 17px 23px;
  background-color: #FCDDDD;
  font-size: 14px;
  font-weight: bold;
  border-radius: 28px;
}
@media print, screen and (min-width: 741px) {
  #ansin .ansin-unit .title-box .title-right .title-baloon {
    transform: translate(-20px, -45px);
  }
}
@media only screen and (max-width: 740px) {
  #ansin .ansin-unit .title-box .title-right .title-baloon {
    font-size: 12px;
    position: absolute;
    width: fit-content;
    white-space: nowrap;
    bottom: 90%;
    left: 13px;
    padding: 8px 10px;
  }
}
#ansin .ansin-unit .title-box .title-right .title-baloon::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 8px solid #fcdddd;
  border-bottom: 0;
}
#ansin .ansin-unit .title-box .title-right .unit-title {
  font-size: 28px;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 741px) {
  #ansin .ansin-unit .title-box .title-right .unit-title {
    white-space: nowrap;
    transform: translateY(-20px);
  }
}
@media only screen and (max-width: 740px) {
  #ansin .ansin-unit .title-box .title-right .unit-title {
    font-size: 16px;
    white-space: nowrap;
  }
}
@media print, screen and (min-width: 741px) {
  #ansin .ansin-unit .img01 {
    width: 524px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 741px) {
  #ansin .ansin-unit .img02 {
    width: 524px;
    margin-left: auto;
    margin-right: auto;
  }
}
#ansin .ansin-unit .unit-content {
  font-size: 14px;
}
#ansin .ansin-unit .content-box {
  padding: 23px;
  box-sizing: border-box;
}
#ansin .ansin-unit .content-box.green {
  background-color: #EDF5E7;
}
#ansin .ansin-unit .content-box.blue {
  background-color: #E8F9F6;
}
@media print, screen and (min-width: 741px) {
  #ansin .ansin-unit .content-box {
    width: 408px;
  }
}
@media only screen and (max-width: 740px) {
  #ansin .ansin-unit .content-box {
    padding: 20px 15px;
  }
}
#ansin .ansin-unit .content-box .box-head {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media only screen and (max-width: 740px) {
  #ansin .ansin-unit .content-box .box-head {
    align-items: stretch;
  }
}
#ansin .ansin-unit .content-box .box-title {
  padding: 12px 20px;
  background-color: #fff;
  font-size: 16px;
  font-weight: bold;
  flex-shrink: 0;
}
@media only screen and (max-width: 740px) {
  #ansin .ansin-unit .content-box .box-title {
    padding: 8px 11px;
    font-size: 14px;
    display: flex;
    align-items: center;
  }
}
#ansin .ansin-unit .content-box .box-lead {
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width: 740px) {
  #ansin .ansin-unit .content-box .box-lead {
    font-size: 14px;
    display: flex;
    align-items: center;
  }
}
#ansin .ansin-unit .content-box .box-txt {
  font-size: 14px;
  margin-top: 15px;
}
#ansin .ansin-unit .content-box .box-img {
  margin-top: 15px;
  text-align: center;
}
#ansin .ansin-unit .underline_01 {
  color: #EB7170;
  text-decoration: underline;
  position: relative;
}
#ansin .ansin-unit .underline_01::after {
  content: "C値";
  font-size: 26px;
  font-weight: bold;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1.5em;
  color: #605352;
}
@media only screen and (max-width: 740px) {
  #ansin .ansin-unit .underline_01::after {
    font-size: 13px;
  }
}
#ansin .ansin-unit .underline_02 {
  color: #EB7170;
  text-decoration: underline;
  position: relative;
}
#ansin .ansin-unit .underline_02::after {
  content: "UA値";
  font-size: 26px;
  font-weight: bold;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1.5em;
  color: #605352;
}
@media only screen and (max-width: 740px) {
  #ansin .ansin-unit .underline_02::after {
    font-size: 13px;
  }
}
#ansin .ansin-unit .spec-container {
  margin-top: 15px;
  display: flex;
  gap: 22px;
  justify-content: center;
}
@media only screen and (max-width: 740px) {
  #ansin .ansin-unit .spec-container {
    flex-wrap: wrap;
    gap: 9px;
  }
}
#ansin .ansin-unit .spec-container .spec-box {
  border: 5px #DAEEC9 solid;
  box-sizing: border-box;
  background-color: #fff;
  width: 182px;
  height: 59px;
  display: flex;
  font-size: 18px;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  z-index: 5;
  box-shadow: 3px 3px 0px 0px rgba(96, 83, 82, 0.2);
}
@media only screen and (max-width: 740px) {
  #ansin .ansin-unit .spec-container .spec-box {
    width: calc(50% - 4.5px);
    height: 54px;
  }
}
#ansin .ansin-unit .pink-txt {
  font-size: 18px;
  color: #EB7170;
  font-weight: bold;
}
@media only screen and (max-width: 740px) {
  #ansin .ansin-unit .pink-txt {
    font-size: 16px;
  }
}
@media only screen and (max-width: 740px) {
  #ansin .ansin-unit .scroll-sp {
    width: 100%;
    overflow: auto;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 740px) {
  #ansin .ansin-unit .scroll-sp img {
    width: 744px;
    max-width: none;
  }
}
#ansin .ansin-unit .simplebar-content-wrapper::-webkit-scrollbar {
  /*-- iOSでデフォルトのスクロールバーを非表示 --*/
  display: none;
  -webkit-appearance: none;
}

#ansin-plus {
  position: relative;
  padding-top: 60px;
  padding-bottom: 70px;
  background-color: #fff;
}
#ansin-plus .plus-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("/safehome/img/ansin-plus-bg.png") repeat top/contain;
  opacity: 0.2;
  z-index: 0;
}
@media only screen and (max-width: 740px) {
  #ansin-plus .plus-bg {
    background-size: 300%;
  }
}
#ansin-plus h2 {
  color: #EB7170;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.35;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 5px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 740px) {
  #ansin-plus h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
#ansin-plus h2::before {
  content: "";
  width: 37px;
  height: 40px;
  background: url("/safehome/img/clover.png") no-repeat center/contain;
}
@media print, screen and (min-width: 741px) {
  #ansin-plus .ansin-wrap {
    width: 1040px;
    margin-left: auto;
    margin-right: auto;
  }
}
#ansin-plus .img01 {
  position: absolute;
}
@media print, screen and (min-width: 741px) {
  #ansin-plus .img01 {
    width: 90px;
    left: 50%;
    transform: translateX(-300px);
    top: 70px;
  }
}
@media only screen and (max-width: 740px) {
  #ansin-plus .img01 {
    width: 65px;
    left: 4%;
    top: 90px;
  }
}
#ansin-plus .img02 {
  position: absolute;
}
@media print, screen and (min-width: 741px) {
  #ansin-plus .img02 {
    width: 111px;
    right: 50%;
    transform: translateX(300px);
    top: 25px;
  }
}
@media only screen and (max-width: 740px) {
  #ansin-plus .img02 {
    width: 80px;
    right: 1%;
    top: 82px;
  }
}
#ansin-plus .plus-container {
  position: relative;
  padding: 50px 95px 50px 95px;
  box-sizing: border-box;
  border: 10px solid #F9F2C5;
  border-radius: 20px;
  background-color: #fff;
  z-index: 5;
}
@media only screen and (max-width: 740px) {
  #ansin-plus .plus-container {
    padding: 25px 18px 25px 18px;
    border: 8px solid #F9F2C5;
  }
}
@media print, screen and (min-width: 741px) {
  #ansin-plus .plus-container .plus-flex {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
}
@media only screen and (max-width: 740px) {
  #ansin-plus .plus-container .plus-flex {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 741px) {
  #ansin-plus .plus-container .plus-flex .plus-unit {
    width: 380px;
    display: flex;
    flex-direction: column;
  }
}
#ansin-plus .plus-container .plus-flex .plus-unit .unit-img {
  width: 100%;
}
@media print, screen and (min-width: 741px) {
  #ansin-plus .plus-container .plus-flex .plus-unit .unit-img {
    height: 285px;
    object-fit: cover;
  }
}
#ansin-plus .plus-container .plus-flex .plus-unit .unit-txt {
  padding: 20px;
  background-color: #FFFBE5;
  flex-grow: 1;
}
#ansin-plus .plus-container .plus-flex .plus-unit .unit-txt .txt01 {
  color: #EB7170;
  font-weight: bold;
  font-size: 18px;
}
#ansin-plus .plus-container .plus-flex .plus-unit .unit-txt .txt02 {
  font-size: 14px;
  margin-top: 10px;
}
@media print, screen and (min-width: 741px) {
  #ansin-plus .plus-container .plus-img_03 {
    width: 546px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 740px) {
  #ansin-plus .plus-container .plus-img_03 {
    margin-top: 40px;
  }
}

/*# sourceMappingURL=page_safehome.css.map */
