<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
body {
  font-family: "はんなり明朝", "Hannari", serif;
  background: #fff;
  color: #231815;
}

body p {
  text-align: inherit;
}

.sub-page section, .sub-page .section {
  margin: 0;
}

.container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0;
}

.util-title {
  font-size: 41px;
  letter-spacing: 0.05em;
  font-weight: bold;
  z-index: 10;
  position: relative;
  display: inline-block;
}

@media (min-width: 1024px) {
  .decorate {
    background: url(../img/under.png) left bottom repeat-x;
    background-size: 100%;
    padding-left: 20px;
  }
  .decorate_2 {
    background: url(../img/under_2.png) left bottom repeat-x;
    background-size: 100%;
    padding-left: 20px;
  }
  .decorate_3 {
    background: url(../img/under_3.svg) left 100% repeat-x;
    background-size: 100%;
    padding-left: 20px;
  }
}

@media all and (min-width: 1024px) and (-ms-high-contrast: none) {
  .decorate_3 {
    background-position: 0% 70%;
  }
}

@media (max-width: 1024px) {
  .sp-decorate {
    background: url(../img/sp_under.png) left bottom repeat-x;
    background-size: 100%;
    padding-left: 10px;
  }
  .sp-decorate-2 {
    background: url(../img/sp_under_2.png) left bottom repeat-x;
    background-size: 100%;
    padding-left: 10px;
  }
  .sp-decorate-3 {
    background: url(../img/sp_under_3.png) left bottom repeat-x;
    background-size: 100%;
    padding-left: 10px;
  }
  .sp-decorate-4 {
    background: url(../img/sp_under_4.png) left bottom repeat-x;
    background-size: 100%;
    padding-left: 10px;
  }
}

.separator {
  border: 1px solid rgba(237, 132, 140, 0.65);
  margin: 122px 118px 30px 109px;
  position: relative;
}

.separator::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: -1px;
  border-style: solid;
  border-width: 20px 0 0 20px;
  border-color: transparent transparent transparent rgba(237, 132, 140, 0.65);
}

.separator::before {
  content: "";
  position: absolute;
  bottom: -21px;
  right: -1px;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent rgba(237, 132, 140, 0.65) transparent transparent;
}

.totop {
  display: none;
  position: fixed;
  width: 53px;
  height: 53px;
  border-radius: 50%;
  background: #9FA0A0;
  cursor: pointer;
  bottom: 30px;
  right: 30px;
}

@media (max-width: 1024px) {
  .totop {
    bottom: 15px;
    right: 15px;
  }
}

.totop .cursor-up {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border: 3px solid;
  border-color: #fff #fff transparent transparent;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 12px;
  right: 16px;
}

@media (max-width: 1024px) {
  .totop .cursor-up {
    bottom: 12px;
    right: 16px;
  }
}

.msr-5 {
  margin-right: 5px;
}

.msr-13 {
  margin-right: 13px;
}

header {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 1000;
  background: #fff;
}

@media (min-width: 1024px) {
  .header {
    height: 124px;
  }
}

@media (max-width: 1024px) {
  .header {
    height: 70px;
  }
}

.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

@media (max-width: 1024px) {
  .header .container {
    display: block;
    height: 75px;
  }
}

.h-logo {
  margin-left: 33px;
  max-width: 136px;
  max-height: 81px;
}

@media (max-width: 1024px) {
  .h-logo {
    max-height: 46px;
    max-width: 77px;
    margin-top: 10px;
    margin-left: 11px;
  }
}

.h-logo img {
  width: 100%;
}

.h-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.h-menu-list {
  font-size: 16px;
  letter-spacing: 0.05em;
}

.h-menu-list:nth-child(1) {
  margin-right: 68px;
}

.h-menu-list:nth-child(2) {
  margin-right: 59px;
}

.h-menu-list:nth-child(3) {
  margin-right: 80px;
}

.h-menu-list:nth-child(4) {
  margin-right: 82px;
}

.h-menu-list a {
  position: relative;
  display: inline-block;
  color: #231815;
}

.h-menu-list a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: -3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgba(237, 132, 140, 0.65);
  -webkit-transition: .3s;
  transition: .3s;
}

.h-menu-list a:hover::after {
  width: 120px;
}

nav {
  display: none;
  width: 100%;
  position: relative;
}

@media (max-width: 1024px) {
  nav {
    display: block;
  }
}

.drawer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding: 0 1em;
}

.sp-menu-text,
.sp-menu-text-close {
  font-size: 11px;
  letter-spacing: 0.39em;
  text-align: center;
  padding-left: 3px;
  padding-top: 3px;
  width: 60px;
}

.sp-menu-text-close {
  display: none;
}

.navbar_toggle {
  z-index: 9999;
  position: absolute;
  right: 20px;
  top: -38px;
  z-index: 100;
  cursor: pointer;
}

.navbar_toggle_icon {
  position: relative;
  display: block;
  height: 3px;
  width: 37px;
  background: #5c6b80;
  -webkit-transition: ease .5s;
  transition: ease .5s;
  background: rgba(237, 132, 140, 0.65);
  margin: 0 auto;
}

.navbar_toggle_icon:nth-child(1) {
  top: 0;
}

.navbar_toggle_icon:nth-child(2) {
  margin: 8px auto;
}

.navbar_toggle_icon:nth-child(3) {
  top: 0;
}

/*OPEN時の動き*/
.navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}

.navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
  top: -12px;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.menu {
  display: none;
  position: relative;
  z-index: 100;
}

.menu ul {
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  padding: 30px 35px 90px;
  height: 100%;
  text-align: center;
}

.menu ul li {
  border-bottom: 1px solid rgba(237, 132, 140, 0.65);
  width: 100%;
}

.menu ul li a {
  padding: 50px 0 10px;
  color: #231815;
  display: block;
  font-size: 16px;
  position: relative;
  width: 100%;
}

.menu ul li:nth-child(1) a {
  padding-top: 30px;
}

.index-eyecatch {
  background-image: url(../img/background.png);
}

.eyecatch-text {
  position: absolute;
  left: 54px;
  top: 0;
}

@media (max-width: 1024px) {
  .eyecatch-text {
    position: static;
  }
}

.eyecatch-text .eyecatch-title {
  font-size: 54px;
  letter-spacing: 0.09em;
  line-height: 80px;
  padding-top: 50px;
  margin-bottom: 18px;
}

@media (max-width: 1024px) {
  .eyecatch-text .eyecatch-title {
    text-align: left;
    font-size: 29px;
    line-height: 43px;
    padding: 0;
    max-width: 250px;
    margin: 30px auto 24px;
  }
}

.eyecatch-text p {
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 45px;
  margin-left: 5px;
}

@media (max-width: 1024px) {
  .eyecatch-text p {
    text-align: center;
    line-height: 36px;
    margin: 0 34px;
  }
}

.chair-img {
  margin-top: 30px;
  margin-left: 33px;
  width: 223px;
  height: 90px;
}

.chair-img img {
  width: 100%;
}

.eyecatch-img {
  max-width: 1007px;
  margin-left: auto;
}

.eyecatch-img img {
  width: 100%;
  height: 655px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% 100%;
     object-position: 100% 100%;
}

@media (max-width: 1024px) {
  .eyecatch-img {
    max-width: 100%;
  }
  .eyecatch-img img {
    height: 100%;
  }
}

@media (max-width: 1024px) {
  .eyecatch-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.index-what {
  background-image: url(../img/background.png);
  padding: 10px 0 110px;
}

@media (max-width: 1024px) {
  .index-what {
    padding-bottom: 20px;
  }
}

.index-what .util-title {
  margin-left: 68px;
  font-size: 41px;
  line-height: 60px;
}

@media (max-width: 1024px) {
  .index-what .util-title {
    font-size: 21px;
    line-height: 30px;
    letter-spacing: 0.005em;
    margin-left: 20px;
  }
}

.big-style {
  font-weight: bold;
  font-size: 48px;
  letter-spacing: 0.09em;
}

@media (max-width: 1024px) {
  .big-style {
    font-size: 24px;
    line-height: 55px;
  }
}

.what-box-top,
.what-box-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 66px;
  position: relative;
}

@media (max-width: 1024px) {
  .what-box-top,
  .what-box-bottom {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.what-box-top {
  margin: 56px 41px 0 69px;
}

@media (max-width: 1024px) {
  .what-box-top {
    margin: 26px 36px 56px;
  }
}

.what-box-bottom {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 105px 23px 0 69px;
}

@media (max-width: 1024px) {
  .what-box-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 26px 36px 56px;
  }
}

.cook-img {
  width: 633px;
  border-radius: 10px;
  margin-right: 41px;
}

@media (max-width: 1024px) {
  .cook-img {
    width: 100%;
    margin: 0;
  }
}

.cook-img img {
  width: 100%;
}

.what-title {
  font-size: 32px;
  letter-spacing: 0.09em;
  line-height: 54px;
  margin-bottom: 13px;
  position: relative;
}

@media (max-width: 1024px) {
  .what-title {
    margin: 14px 0;
  }
}

.what-text {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 37px;
  max-width: 437px;
  position: relative;
}

@media (max-width: 1024px) {
  .what-text {
    max-width: 100%;
  }
}

.child-img {
  margin-left: 44px;
  width: 633px;
  border-radius: 10px;
  margin-right: 45px;
}

@media (max-width: 1024px) {
  .child-img {
    width: 100%;
    margin: 0;
  }
}

.child-img img {
  width: 100%;
}

.pattern-img-top {
  width: 311px;
  position: absolute;
  right: -40px;
  top: -118px;
}

.pattern-img-top img {
  width: 100%;
}

.pattern-img-bottom {
  width: 345px;
  position: absolute;
  left: -70px;
  bottom: 30px;
}

.pattern-img-bottom img {
  width: 100%;
}

.index-kitchen {
  padding-top: 100px;
  width: 100%;
}

@media (max-width: 1024px) {
  .index-kitchen {
    padding-top: 50px;
  }
}

.index-kitchen .util-title {
  font-size: 41.25px;
  font-weight: normal;
  margin-bottom: 72px;
  margin-left: 67px;
  line-height: 60px;
}

@media (max-width: 1024px) {
  .index-kitchen .util-title {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 19px;
    margin-left: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1024px) {
  .index-kitchen .section-item:nth-child(1) {
    margin-right: 60px;
  }
  .index-kitchen .section-item:nth-child(2) {
    margin-right: 46px;
  }
  .index-kitchen .section-item:nth-child(3) {
    margin-right: 50px;
  }
}

@media (max-width: 1024px) {
  .index-kitchen .section-item {
    margin-bottom: 30px;
  }
}

@media (min-width: 1024px) {
  .what-container {
    padding-top: 65px;
  }
}

.section-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 134px 105px 0 130px;
}

@media (max-width: 1024px) {
  .section-items {
    display: block;
    margin: 60px 40px;
  }
}

.section-title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 78px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 52px;
  z-index: 10;
}

@media (max-width: 1024px) {
  .section-title-area {
    margin-left: 20px;
  }
}

.section-flex {
  position: relative;
}

.flower-img {
  width: 61px;
  height: 59px;
}

@media (max-width: 1024px) {
  .flower-img {
    width: 55px;
    height: 50px;
  }
}

.flower-img img {
  width: 100%;
  height: 100%;
}

.section-title {
  font-size: 52.54px !important;
  letter-spacing: 0.05em;
  margin-left: 16px;
}

.section-textArea {
  margin-left: 119px;
}

@media (max-width: 1024px) {
  .section-textArea {
    margin: 0 41px;
  }
}

.section-sub-title {
  font-size: 35.53px;
  line-height: 55px;
  letter-spacing: 0.09em;
  margin-bottom: 20px;
}

.section-sub-title span {
  letter-spacing: 0.01em;
}

.section-text {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 39px;
  max-width: 382px;
}

.kitchen-img {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  max-width: 710px;
  border-radius: 10px;
  margin-top: 18px;
  margin-right: 5px;
}

.kitchen-img img {
  width: 100%;
}

.section-item-img {
  height: 196px;
}

@media (max-width: 1024px) {
  .section-item-img {
    max-height: none;
    height: auto;
  }
}

.section-item-img img {
  width: 100%;
  height: 196px;
}

@media (max-width: 1024px) {
  .section-item-img img {
    height: auto;
  }
}

.section-item-title {
  font-size: 26px;
  letter-spacing: -0.03em;
  line-height: 37px;
  margin: 8px 0 10px;
}

.section-item-text {
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 29px;
  max-width: 242px;
  font-weight: bold;
  font-family: "Yuc Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

@media (max-width: 1024px) {
  .section-item-text {
    max-width: none;
  }
}

.sp-kithen-pserson-img {
  width: 100%;
  padding: 0 40px 0 20px;
}

.sp-kithen-pserson-img img {
  width: 100%;
}

.index-bath {
  padding-top: 60px;
}

@media (max-width: 1024px) {
  .index-bath {
    padding-top: 20px;
  }
}

.index-bath .balloon-img {
  left: -130px;
  bottom: 30px;
  -webkit-transform: rotate(6deg);
          transform: rotate(6deg);
}

.index-bath .balloon-img p {
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  letter-spacing: -0.09em;
  left: 32px;
}

.index-bath .section-items {
  margin-top: 142px;
  margin-left: 110px;
}

@media (max-width: 1024px) {
  .index-bath .section-items {
    margin: 50px 40px;
  }
}

@media (min-width: 1024px) {
  .index-bath .section-item {
    width: calc(25% - 58px * 2 / 3);
  }
  .index-bath .section-item:nth-child(1) {
    margin-right: 58px;
  }
  .index-bath .section-item:nth-child(2) {
    margin-right: 50px;
  }
  .index-bath .section-item:nth-child(3) {
    margin-right: 50px;
  }
  .index-bath .section-item:nth-last-child(1) {
    margin-right: 0;
    width: calc(50% - 58px * 1 / 2);
  }
}

@media (max-width: 1024px) {
  .index-bath .section-item {
    margin-bottom: 30px;
  }
}

.index-bath .section-right {
  padding-top: 90px;
}

@media (max-width: 1024px) {
  .index-bath .section-right {
    padding-top: 60px;
  }
}

.bathroom-img {
  max-width: 713px;
  position: absolute;
  z-index: -1;
  top: 90px;
  right: 0;
}

.bathroom-img img {
  width: 100%;
}

.section-img-bath {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.bathtub-img {
  max-width: 255px;
}

@media (max-width: 1024px) {
  .bathtub-img {
    max-width: none;
    min-width: 50%;
  }
}

.bathtub-img img {
  width: 100%;
}

.lid-img {
  max-width: 264px;
  margin-left: 29px;
}

@media (max-width: 1024px) {
  .lid-img {
    min-width: 50%;
    max-height: none;
    height: auto;
    margin-left: 0;
  }
}

.lid-img img {
  width: 100%;
  height: 134px;
}

@media (max-width: 1024px) {
  .lid-img img {
    height: auto;
  }
}

@media (min-width: 1024px) {
  .wide-text {
    max-width: 558px;
  }
}

.sp-bathroom-pserson-img {
  width: 100%;
  padding: 0 0 0 40px;
  margin-top: 30px;
}

.sp-bathroom-pserson-img img {
  width: 100%;
}

.index-ecology {
  padding-top: 60px;
}

@media (max-width: 1024px) {
  .index-ecology {
    padding-top: 20px;
  }
}

.index-ecology .section-title {
  margin-bottom: 0;
  z-index: 10;
}

.index-ecology .section-items {
  position: relative;
  margin-top: 55px;
  margin-left: 112px;
}

@media (max-width: 1024px) {
  .index-ecology .section-items {
    margin: 50px 40px;
  }
}

@media (min-width: 1024px) {
  .index-ecology .section-item {
    width: calc(25% - 58px * 3 / 4);
  }
  .index-ecology .section-item:nth-child(1) {
    margin-right: 62px;
  }
  .index-ecology .section-item:nth-child(2) {
    margin-right: 50px;
  }
  .index-ecology .section-item:nth-child(3) {
    margin-right: 50px;
  }
  .index-ecology .section-item:nth-last-child(1) {
    margin-right: 0;
  }
}

@media (max-width: 1024px) {
  .index-ecology .section-item {
    margin-bottom: 30px;
  }
}

.index-ecology .section-item-title {
  margin: 10px 0 10px;
}

.family-ecology-img {
  position: absolute;
  top: 10px;
  right: 0px;
  max-width: 509px;
  max-height: 458px;
}

.family-ecology-img img {
  width: 100%;
}

.index-other {
  padding-top: 58px;
}

@media (max-width: 1024px) {
  .index-other {
    padding: 20px 0 30px;
  }
}

.index-other .section-title {
  font-size: 44px !important;
  letter-spacing: 0.09em;
}

.index-other .section-title-area {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .index-other .section-title-area {
    margin-bottom: 50px;
  }
}

.index-other .section-items {
  position: relative;
  margin-top: 50px;
  margin-left: 110px;
}

@media (max-width: 1024px) {
  .index-other .section-items {
    margin: 20px 40px;
  }
}

@media (min-width: 1024px) {
  .index-other .section-item {
    max-width: 256px;
    width: calc(25% - 58px * 3 / 4);
  }
  .index-other .section-item:nth-child(1) {
    margin-right: 62px;
  }
  .index-other .section-item:nth-child(2) {
    margin-right: 50px;
  }
  .index-other .section-item:nth-child(3) {
    margin-right: 56px;
  }
  .index-other .section-item:nth-child(3) img {
    width: 100%;
  }
  .index-other .section-item:nth-child(3) .section-item-title {
    width: 270px;
    letter-spacing: -0.09em;
  }
  .index-other .section-item:nth-last-child(1) {
    margin-right: 0;
  }
}

@media (max-width: 1024px) {
  .index-other .section-item {
    margin-bottom: 30px;
  }
}

.index-other .sp-eyecatch-img {
  padding-right: 50px;
}

.rest-img {
  max-width: 456px;
  max-height: 355px;
  position: absolute;
  right: -96px;
  top: -97px;
  z-index: -1;
}

.rest-img img {
  width: 100%;
}

.other-text {
  font-size: 12px;
  margin: 52px 0 100px 103px;
  letter-spacing: 0.1em;
  font-family: "Yuc Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

@media (max-width: 1024px) {
  .other-text {
    margin: 0 40px 30px;
    line-height: 15px;
  }
}

.index-informaition {
  text-align: center;
  font-family: "YuMincho", "Yu Mincho", "YuMincho", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ ゴシック", sans-serif;
  background: url(../img/background.png);
  padding: 84px 0 110px;
}

@media (max-width: 1024px) {
  .index-informaition {
    padding-bottom: 30px;
  }
}

.top-text {
  font-size: 27px;
  letter-spacing: 0.05em;
  line-height: 39px;
}

@media (max-width: 1024px) {
  .top-text {
    font-size: 18px;
    line-height: 26px;
  }
}

.main-text {
  font-size: 55px !important;
  letter-spacing: 0.05em;
  line-height: 100px;
  position: relative;
  z-index: 10;
}

@media (max-width: 1024px) {
  .main-text {
    font-size: 39px !important;
    line-height: 58px;
  }
}

.info-bottom {
  margin: 0 12% 0 9.4%;
}

@media (max-width: 1024px) {
  .info-bottom {
    margin: 0;
  }
}

.info-text {
  max-width: 769px;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 28px;
  margin: 13px auto 0;
  text-align-last: left;
}

@media (max-width: 1024px) {
  .info-text {
    margin: 30px 35px 0;
  }
}

.shape-img {
  max-width: 1281px;
  margin: 15px auto 60px;
}

.shape-img img {
  width: 100%;
  height: 568px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1024px) {
  .shape-img img {
    height: auto;
  }
}

.info-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1024px) {
  .info-flex {
    display: block;
  }
}

.past-img {
  max-width: 486px;
  margin: 0 auto 56px;
}

@media (max-width: 1024px) {
  .past-img {
    max-width: 100%;
    margin: 0 30px 30px;
  }
}

.past-img img {
  width: 100%;
  height: 202px;
}

@media (max-width: 1024px) {
  .past-img img {
    height: auto;
  }
}

.red-text-img {
  max-width: 583px;
}

@media (max-width: 1024px) {
  .red-text-img {
    max-width: 100%;
    height: auto;
  }
}

.red-text-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 0;
     object-position: 0 0;
  height: 175px;
}

@media (max-width: 1024px) {
  .red-text-img img {
    height: auto;
  }
}

.performance-img {
  max-width: 500px;
}

@media (max-width: 1024px) {
  .performance-img {
    max-width: 100%;
    margin: 30px 30px 0;
  }
}

.performance-img img {
  width: 100%;
  height: 450px;
}

@media (max-width: 1024px) {
  .performance-img img {
    height: auto;
  }
}

.pr-text {
  max-width: 510px;
  letter-spacing: 0.1em;
  line-height: 28px;
  text-align: left;
  font-size: 15px;
  margin: 14px 40px;
}

@media (max-width: 1024px) {
  .pr-text {
    margin: 0 30px;
  }
}

.double-area {
  position: relative;
  background: #fff;
  max-width: 942px;
  min-height: 174px;
  margin-top: 32px;
  padding: 20px 35px 10px;
  margin-left: 52px;
  -webkit-box-shadow: rgba(35, 24, 21, 0.4) 1px 1px 8px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
          box-shadow: rgba(35, 24, 21, 0.4) 1px 1px 8px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  padding-right: 330px;
}

@media (max-width: 1024px) {
  .double-area {
    padding: 25px;
    margin: 40px 30px;
    max-width: none;
  }
}

.double-title {
  font-size: 25px;
  text-align: left;
  letter-spacing: 0.1em;
  line-height: 47px;
  font-weight: bold;
  max-width: 338px;
  margin-right: auto;
}

@media (max-width: 1024px) {
  .double-title {
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 20px;
    text-align: left;
    max-width: none;
  }
}

.double-text {
  max-width: 557px;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 28px;
  margin-top: 12px;
  text-align-last: left;
}

@media (max-width: 1024px) {
  .double-text {
    max-width: none;
    margin: 0;
    text-align-last: left;
  }
}

.certificate-img {
  position: absolute;
  right: 54px;
  top: -26px;
  max-width: 252px;
  max-height: 178px;
}

@media (max-width: 1024px) {
  .certificate-img {
    position: static;
    padding-left: 20px;
    margin-top: 30px;
  }
}

.certificate-img img {
  width: 100%;
}

.sp-shape-img {
  width: 100%;
  padding: 0 10px;
}

.sp-shape-img img {
  width: 100%;
}

.link-area {
  max-height: 234px;
}

@media (max-width: 1024px) {
  .link-area {
    margin: 0 19px;
  }
}

.home-link {
  display: block;
  max-width: 474px;
  font-size: 26px;
  letter-spacing: 0.09em;
  line-height: 40px;
  text-align: center;
  margin: 74px auto 40px;
  position: relative;
  cursor: pointer;
  border: 3px solid rgba(237, 132, 140, 0.65);
  height: 122px;
  color: #231815;
  padding-top: 18px;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 1024px) {
  .home-link {
    margin: 60px auto 30px;
    height: 90px;
    font-size: 19px;
    line-height: 30px;
    padding-top: 10px;
    max-width: 352px;
  }
}

.home-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 11px;
  height: 11px;
  border-top: 3px solid #EE868F;
  border-right: 3px solid #EE868F;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -5px;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 1024px) {
  .home-link::after {
    right: 15px;
  }
}

.home-link:hover {
  color: #fff;
  background: #EE868F;
}

.home-link:hover::after {
  content: "";
  border-color: white;
}

.site-logo {
  background: #FAE7E8;
}

.logo-img {
  max-width: 318px;
  margin: auto;
  padding: 34px 0;
}

@media (max-width: 1024px) {
  .logo-img {
    padding: 25px 40px;
  }
}

.logo-img img {
  width: 100%;
}

.copyright {
  height: 73px;
  padding: 26px 40px 0;
}

.copyright p {
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 28px;
  font-family: "Yuc Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

@media (max-width: 1024px) {
  .sp-title {
    font-size: 40px !important;
    line-height: 45px;
  }
  .sp-sub-title {
    font-size: 24px;
    line-height: 38px;
    margin: 14px 0;
  }
  .sp-text {
    font-size: 14px;
    line-height: 27px;
  }
}

.sp-eyecatch-img {
  width: 100%;
}

.sp-eyecatch-img img {
  width: 100%;
}

@media (max-width: 1024px) {
  .pc-only {
    display: none;
  }
}

@media (min-width: 1024px) {
  .sp-only {
    display: none;
  }
}

.footer {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
/*# sourceMappingURL=style.css.map */</pre></body></html>