@charset "UTF-8";
*:focus-visible {
  outline: 3px solid #000;
  outline-offset: 4px;
}

html {
  font-size: 16px;
  font-family: "Noto Sans JP", YuGothic, Yu Gothic, "游ゴシック", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  line-height: 1.75rem;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 14px;
  }
}
body {
  width: 100%;
  color: #232323;
  overflow-x: hidden;
}

.newLine {
  display: inline-block;
}

.mini {
  font-size: 90%;
}

.for--sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .for--sp {
    display: block;
  }
  .for--pc {
    display: none;
  }
}
.fv-wrap {
  position: relative;
  width: 100%;
  background-color: #b2e5df;
}

.fv-wrap2 {
  position: relative;
  width: 100%;
  background-image: url(../image/FV.svg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 2600px auto;
}

.fv {
  position: relative;
  max-width: 1180px;
  width: 90%;
  margin: 0 auto;
  padding: 80px 0 300px;
}
.fv__image {
  position: absolute;
  top: 0;
  right: 0;
  height: 744px;
  z-index: 10;
}
.fv__textArea {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
  padding-right: 17%;
}
.fv__title {
  position: relative;
  color: #00aa94;
  font-size: 3.125rem;
  line-height: 3.5rem;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 0.5rem;
}
.fv__lead {
  font-size: 1.5rem;
  line-height: 2.25rem;
  font-weight: 500;
  text-align: center;
  /*margin-bottom: 0.5rem;*/
}
.fv__lead--small {
  font-size: 1.125rem;
  line-height: 1.8rem;
  margin: 0.5rem 0;
}
.fv__lead--box {
  background: #00aa94;
  color: #fff;
  padding: 0 5px;
}
.fv__lead--color {
  color: #00aa94;
  font-weight: 700;
}

@media screen and (max-width: 980px) {
  .fv__image {
    height: 50vh;
  }
}
@media screen and (max-width: 768px) {
  .fv-wrap2 {
    background-size: auto 130vh;
  }
  .fv {
    padding-bottom: 16vw;
  }
  .fv__image {
    display: none;
  }
  .fv__textArea {
    padding-right: 0;
  }
}
/*緑地*/
.float {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 980px;
  background: #00aa94;
  padding: 50px 60px;
  filter: drop-shadow(3px 3px 5px rgba(150, 150, 150, 0.3)) drop-shadow(-3px -3px 5px rgba(150, 150, 150, 0.3));
}
.float__titleArea {
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
}
.float__free {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
  width: 40px;
  background: #fff;
  color: #00aa94;
  font-weight: 600;
  font-size: 1.125rem;
  writing-mode: vertical-rl;
}
.float__textArea {
  color: #fff;
  margin-right: 170px;
  padding-left: 0.875rem;
}
.float__title {
  font-size: 2.625rem;
  line-height: 3rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.float__lead {
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.float__bubbleArea {
  display: flex;
  gap: 10px;
  margin-right: 170px;
  margin-bottom: 1.5rem;
}
.float__bubble {
  width: 33.3333333333%;
  height: 103px;
  background-image: url(../image/bubble.svg);
  background-repeat: no-repeat;
  background-size: cover;
  line-height: 1.5rem;
  text-align: center;
  font-weight: 500;
  padding-top: 16px;
  filter: drop-shadow(3px 3px 5px rgba(150, 150, 150, 0.3)) drop-shadow(-3px -3px 5px rgba(150, 150, 150, 0.3));
}
.float__con {
  display: flex;
  justify-content: space-between;
}
.float__reservation-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 480px;
  background: #fff;
  padding-top: 20px;
}
.float__reservation--microcopy {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../image/microcopy1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 240px;
  height: 40px;
  color: #00aa94;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  line-height: 100%;
  white-space: nowrap;
  padding-bottom: 10px;
  filter: drop-shadow(3px 3px 5px rgba(150, 150, 150, 0.3)) drop-shadow(-3px -3px 5px rgba(150, 150, 150, 0.3));
  z-index: 5;
}
.float__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 90px;
  background: #fff00a;
  border-radius: 5px;
  color: #2a706b;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5rem;
  text-align: center;
  padding-right: 34px;
  filter: drop-shadow(3px 3px 5px rgba(150, 150, 150, 0.3)) drop-shadow(-3px -3px 5px rgba(150, 150, 150, 0.3));
  transition: 0.3s ease all;
}
.float__link:hover {
  transform: translateY(-3px);
  transition: 0.3s ease all;
  background: #2a706b;
  color: #fff00a;
}
.float__link br {
  display: none;
}
.float__arrow {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(7.75rem);
  width: 34px;
  height: auto;
}
.float__calendar {
  position: absolute;
  left: -120px;
  top: -50px;
  z-index: 1;
}
.float__direct {
  position: relative;
  width: 280px;
  padding-top: 20px;
}
.float__direct--microcopy {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../image/microcopy1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 240px;
  height: 40px;
  color: #00aa94;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  line-height: 100%;
  white-space: nowrap;
  padding-bottom: 10px;
  filter: drop-shadow(3px 3px 5px rgba(150, 150, 150, 0.3)) drop-shadow(-3px -3px 5px rgba(150, 150, 150, 0.3));
  z-index: 5;
}
.float__btnArea {
  display: flex;
  justify-content: flex-end;
  align-self: flex-end;
  gap: 20px;
  color: #fff;
  text-align: center;
}
.float__roundBtn {
  background: #2a706b;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 100%;
  filter: drop-shadow(3px 3px 5px rgba(150, 150, 150, 0.3)) drop-shadow(-3px -3px 5px rgba(150, 150, 150, 0.3));
  transition: 0.3s ease all;
}
.float__roundBtn img {
  width: auto;
  height: 50%;
  line-height: 0;
  margin-top: 5px;
}
.float__roundBtn a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
.float__roundBtn:hover {
  background: #e5f6f4;
  color: #00aa94;
  transition: 0.3s ease all;
}
.float__telNum {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem;
  margin-top: 0.5rem;
}
.float__time {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1rem;
}

@media screen and (max-width: 980px) {
  .float {
    position: static;
    left: auto;
    transform: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding: 40px 20px;
  }
  .float__textArea {
    margin-right: 0;
  }
  .float__bubbleArea {
    width: 100%;
    margin: 0 0 50px 0;
  }
  .float__con {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    gap: 50px;
  }
  .float__reservation-wrap {
    width: 100%;
    padding: 3rem 0 2rem;
  }
  .float__reservation {
    width: 90%;
  }
  .float__link {
    width: 100%;
    padding-right: 20px;
  }
  .float__link br {
    display: block;
  }
  .float__arrow {
    transform: translateX(6.75rem);
  }
  .float__calendar {
    top: 0;
    left: -20px;
    width: 60px;
    height: auto;
  }
  .float__direct {
    width: 100%;
  }
  .float__btnArea {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .float__bubbleArea {
    flex-direction: column;
    margin-bottom: 0.5rem;
  }
  .float__bubble {
    width: 100%;
    background-size: contain;
    background-position: top center;
  }
}
/*こんなお悩み・ご希望ございませんか？*/
.question1-wrap {
  width: 100%;
  padding-top: 300px;
}

.question1 {
  max-width: 1180px;
  width: 90%;
  margin: 0 auto;
}
.question1__title {
  font-family: YakuHanJP_Noto, "Noto Sans JP", YuGothic, Yu Gothic, "游ゴシック", "メイリオ", "Meiryo", sans-serif;
  color: #00aa94;
  text-align: center;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 3rem;
  margin-bottom: 2rem;
}
.question1__listWrap {
  position: relative;
  width: 100%;
  display: flex;
  gap: 10px;
  z-index: 5;
}
.question1__list {
  width: 33.3333333333%;
  background: #fff;
  border: 2px solid #00aa94;
  border-radius: 20px;
  padding: 0.8rem 1.875rem;
  filter: drop-shadow(3px 3px 5px rgba(150, 150, 150, 0.3)) drop-shadow(-3px -3px 5px rgba(150, 150, 150, 0.3));
}
.question1__check {
  position: relative;
  font-size: 1.25rem;
  padding: 1.5rem 0 1.5rem 2.5rem;
  background-image: url(../image/checkMark.svg);
  background-position: left 1.5rem;
  background-repeat: no-repeat;
  background-size: 1.875rem auto;
}
.question1__check--mini {
  line-height: 1.25rem;
}
.question1__check--mini span {
  font-size: 0.875rem;
  padding-top: 0.5rem;
  display: inline-block;
}
.question1__check--border {
  height: 1px;
}
.question1__check--border::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(to right, #969696, #969696 10px, transparent 10px, transparent 15px);
  background-size: 15px 1px;
  background-repeat: repeat-x;
}

@media screen and (min-width: 1320px) {
  .question1-wrap {
    margin-bottom: -3rem;
  }
}
@media screen and (max-width: 768px) {
  .question1-wrap {
    margin-bottom: 2rem;
    padding-top: 60px;
  }
  .question1__listWrap {
    flex-direction: column;
    gap: 30px;
  }
  .question1__list {
    width: 100%;
  }
}
/*NP CREATIONにお任せください！*/
.wish {
  position: relative;
  background: #e5f6f4;
  padding: 4vw 0 6vw;
}
.wish::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16vw 50vw 0 50vw;
  border-color: #e5f6f4 transparent transparent transparent;
  z-index: 10;
}
.wish-inner {
  max-width: 1180px;
  width: 90%;
  margin: 0 auto;
}
.wish__title {
  color: #00aa94;
  font-weight: 700;
  text-align: center;
  font-size: 2.5rem;
  line-height: 3rem;
  margin-bottom: 1rem;
}
.wish__lead {
  font-weight: 500;
  text-align: center;
  font-size: 1.75rem;
  margin-bottom: 2rem;
}
.wish__listWrap {
  display: flex;
  align-items: baseline;
  gap: 10px;
  width: 100%;
}
.wish__list {
  width: 33.3333333333%;
  background: #fff;
  filter: drop-shadow(3px 3px 5px rgba(150, 150, 150, 0.3)) drop-shadow(-3px -3px 5px rgba(150, 150, 150, 0.3));
}
.wish__list--second {
  transform: translateY(42px);
}
.wish__list--third {
  transform: translateY(84px);
}
.wish__above {
  position: relative;
  display: flex;
  line-height: 0;
}
.wish__above::before {
  position: absolute;
  top: 5rem;
  left: 1.2rem;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
  text-align: center;
  font-size: 7.875rem;
  z-index: 5;
}
.wish__above img {
  width: 100%;
}
.wish__above--first::before {
  content: "1";
}
.wish__above--second::before {
  content: "2";
}
.wish__above--third::before {
  content: "3";
}
.wish__under {
  text-align: center;
  padding: 2rem 1rem;
}
.wish__under p {
  line-height: 1.625rem;
}
.wish__heading {
  color: #00aa94;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 768px) {
  .wish {
    padding: 10vw 0 5vw;
  }
  .wish__listWrap {
    flex-direction: column;
    gap: 3rem;
  }
  .wish__list {
    width: 100%;
  }
  .wish__list--second {
    transform: none;
  }
  .wish__list--third {
    transform: none;
  }
}
.triangle-above {
  position: relative;
  background: #e5f6f4;
  width: 100%;
  height: 16vw;
}
.triangle-above::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16vw 50vw 0 50vw;
  border-color: #fff transparent transparent transparent;
}

.triangle-pink {
  position: relative;
  background: #fae6e4;
  padding: 16vw 0 0.2vw;
}
.triangle-pink::before {
  content: "";
  position: absolute;
  bottom: -15.8vw;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16vw 50vw 0 50vw;
  border-color: #fae6e4 transparent transparent transparent;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .triangle-pink {
    height: 200px;
    padding: 7rem 0 1rem;
  }
}
/*トータルで*/
.totalWrap {
  position: relative;
  width: 700px;
  margin: 0 auto;
  z-index: 120;
}

.total {
  position: absolute;
  top: -3vw;
  display: flex;
  align-items: end;
  width: 750px;
  height: 200px;
}
.total__img {
  position: absolute;
  left: 0;
  line-height: 0;
  z-index: 10;
}
.total__img img {
  height: 200px;
  width: auto;
}
.total__text {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background: #fff;
  border: 2px solid #e48077;
  width: 750px;
  height: 100px;
  color: #e48077;
  font-size: 1.5rem;
  line-height: 2rem;
  text-align: right;
  font-weight: 700;
  padding: 10px;
}

@media screen and (max-width: 768px) {
  .totalWrap {
    bottom: 10px;
    width: 90%;
    height: auto;
  }
  .total {
    width: 100%;
    height: auto;
  }
  .total__img {
    display: none;
  }
  .total__text {
    justify-content: center;
    width: 100%;
    height: auto;
    text-align: center;
  }
}
/*サポートメニュー*/
.question-wrap {
  width: 100%;
  padding-top: 18vw;
}

.question {
  max-width: 1180px;
  width: 90%;
  margin: 0 auto;
}
.question__title {
  font-family: YakuHanJP_Noto, "Noto Sans JP", YuGothic, Yu Gothic, "游ゴシック", "メイリオ", "Meiryo", sans-serif;
  color: #00aa94;
  text-align: center;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 3rem;
  margin-bottom: 2rem;
}
.question__listWrap {
  position: relative;
  width: 100%;
  display: flex;
  gap: 10px;
  z-index: 5;
}
.question__list {
  width: 60%;
  background: #fff;
  border: 2px solid #00aa94;
  border-radius: 20px;
  margin: 0 auto;
  padding: 0.8rem 1.875rem;
  filter: drop-shadow(3px 3px 5px rgba(150, 150, 150, 0.3)) drop-shadow(-3px -3px 5px rgba(150, 150, 150, 0.3));
}
.question__check {
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 1.5rem 0rem 1.5rem 2rem;
}
.question__check--num {
  position: absolute;
  left: 0;
  height: 30px;
  width: auto;
}
.question__check--link {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #e5f6f4;
  color: #00aa94;
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.question__check--border {
  height: 1px;
}
.question__check--border::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(to right, #969696, #969696 10px, transparent 10px, transparent 15px);
  background-size: 15px 1px;
  background-repeat: repeat-x;
}

@media screen and (min-width: 1320px) {
  .question-wrap {
    margin-bottom: -14rem;
  }
}
@media screen and (max-width: 768px) {
  .question-wrap {
    margin-bottom: 2rem;
    padding-top: 40vw;
  }
  .question__listWrap {
    flex-direction: column;
    gap: 30px;
  }
  .question__list {
    width: 100%;
  }
}
/*4ブロック*/
.reason {
  position: relative;
  background: #e5f6f4;
  padding: 6vw 0 0.5vw;
}
.reason::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16vw 50vw 0 50vw;
  border-color: #e5f6f4 transparent transparent transparent;
}
.reason-inner {
  max-width: 1180px;
  width: 90%;
  margin: 0 auto;
}
.reason__listWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  width: 100%;
}
.reason__list {
  width: calc((100% - 40px) / 2);
  background: #fff;
  text-align: left;
  padding: 40px;
  filter: drop-shadow(3px 3px 5px rgba(150, 150, 150, 0.3)) drop-shadow(-3px -3px 5px rgba(150, 150, 150, 0.3));
}
.reason__img {
  text-align: center;
  line-height: 0;
  margin-bottom: 1rem;
}
.reason__img img {
  width: 80%;
  height: auto;
}
.reason__heading {
  position: relative;
  color: #00aa94;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  padding-left: 2rem;
}
.reason__heading--num {
  position: absolute;
  left: 0;
  height: 40px;
  width: auto;
}
.reason__text span {
  color: #00aa94;
  font-weight: 700;
  font-size: 110%;
}

@media screen and (max-width: 768px) {
  .reason {
    padding: 5rem 0;
  }
  .reason__listWrap {
    flex-direction: column;
    gap: 3rem;
  }
  .reason__list {
    padding: 20px;
    width: 100%;
  }
  .reason__heading {
    padding-left: 2rem;
  }
  .reason__heading--num {
    height: 26px;
  }
}
/*実例紹介*/
.example {
  margin-top: 14vw;
  padding: 6.5rem 0 3rem;
}
.example-innner {
  max-width: 1180px;
  width: 90%;
  margin: 0 auto;
}
.example__title {
  color: #00aa94;
  text-align: center;
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
.example__listWrap {
  width: 100%;
  text-align: center;
  margin-bottom: 4rem;
}
.example__list {
  position: relative;
  background: #e5f6f4;
  margin-bottom: 3rem;
  padding: 3rem;
}
.example__list__num {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: auto;
}
.example__list__title {
  font-weight: 700;
  font-size: 2rem;
  line-height: 2rem;
  margin-bottom: 0.5rem;
}
.example__list__customer {
  font-weight: 600;
}
.example__list__customer span {
  display: inline-block;
  background: #00aa94;
  border-radius: 4px;
  color: #fff;
  padding: 0 0.5rem;
}
.example__list__comment {
  max-width: 940px;
  width: 90%;
  background: #fff;
  text-align: left;
  margin: 2rem auto;
  padding: 24px;
}
.example__list__comment span {
  color: #00aa94;
  font-weight: 600;
}
.example__list__commentTitle {
  color: #00aa94;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.example__list__note {
  font-size: 0.75rem;
}
.example__list__text {
  color: #666;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.example__list__text span {
  color: #00aa94;
}
.example__list__figTitle {
  color: #666;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.example__list__fig {
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}
.example__list__fig--01 {
  max-width: 940px;
}
.example__list__fig--02 {
  max-width: 681px;
}
.example__list__fig--03 {
  max-width: 698px;
}
.example__list__lead {
  font-size: 1.25rem;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .example {
    margin-top: 10vw;
  }
  .example__list {
    padding: 4rem 1rem 1rem;
  }
  .example__list__num {
    width: 60px;
  }
  .example__list__comment {
    width: 100%;
  }
  .example__list__melitWrap {
    flex-direction: column;
  }
  .example__list__melit {
    width: 100%;
  }
  .example__list__melit img {
    width: 30%;
  }
}
/*check*/
.check-wrap {
  width: 100%;
  margin-bottom: 6.5rem;
}

.check {
  position: relative;
  background: #fff;
  border: 2px solid #e48077;
  max-width: 980px;
  width: 90%;
  margin: 0 auto;
  padding: 4.5rem 2rem 3rem;
  border-radius: 20px;
  filter: drop-shadow(3px 3px 5px rgba(150, 150, 150, 0.3)) drop-shadow(-3px -3px 5px rgba(150, 150, 150, 0.3));
}
.check__bubble {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 310px;
}
.check__title {
  color: #e48077;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.check__contents {
  display: flex;
  text-align: center;
}
.check__textArea {
  line-height: 2rem;
  width: 60%;
  margin-top: -0.6rem;
}
.check__textArea--strong {
  color: #e48077;
  font-weight: 600;
}
.check__logo {
  position: absolute;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 2px solid #e48077;
  border-radius: 50%;
  width: 190px;
  height: 190px;
  filter: drop-shadow(3px 3px 5px rgba(150, 150, 150, 0.3)) drop-shadow(-3px -3px 5px rgba(150, 150, 150, 0.3));
}
.check__logo img {
  width: 65%;
}
.check__logo-wrap {
  width: 100%;
  position: relative;
}
.check__img {
  width: 40%;
}
.check__img img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .check__contents {
    flex-direction: column;
  }
  .check__textArea {
    width: 100%;
  }
  .check__logo {
    position: static;
    transform: none;
    margin: 2rem auto;
  }
  .check__img {
    width: 100%;
  }
  .check__img img {
    width: 90%;
  }
}
/*お問い合わせ*/
.contact {
  position: relative;
  background: linear-gradient(90deg, #00aa94, #80d4c9);
  padding: 7.25rem 0 6.25rem;
}
.contact__lead {
  text-align: center;
  line-height: 0;
}
.contact__lead img {
  max-width: 460px;
  width: 70%;
  height: auto;
}
.contact__title {
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 3rem;
  line-height: 100%;
  margin-bottom: 2rem;
}
.contact__band-wrap {
  background: #fff;
  padding: 3rem 0 2rem;
}
.contact__band {
  display: flex;
  max-width: 980px;
  width: 90%;
  margin: 0 auto;
}
.contact__band--width100 {
  width: 100%;
}
.contact__tel {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 50%;
  text-align: center;
}
.contact__tel--num {
  font-size: 3rem;
  line-height: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0.25rem 0;
}
.contact__tel--num i {
  color: #00aa94;
  font-size: 3.125rem;
  transform: rotate(35deg);
}
.contact__tel--mini {
  font-size: 0.875rem;
  line-height: 100%;
}
.contact__mail {
  position: relative;
  width: 50%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.contact__mail--microcopy {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../image/microcopy1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 240px;
  height: 40px;
  color: #00aa94;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  line-height: 100%;
  white-space: nowrap;
  padding-bottom: 10px;
  filter: drop-shadow(3px 3px 5px rgba(150, 150, 150, 0.3)) drop-shadow(-3px -3px 5px rgba(150, 150, 150, 0.3));
  z-index: 5;
}
.contact__mail--link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120px;
  background: #fff00a;
  border-radius: 5px;
  color: #2a706b;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 100%;
  padding-right: 34px;
  filter: drop-shadow(3px 3px 5px rgba(150, 150, 150, 0.3)) drop-shadow(-3px -3px 5px rgba(150, 150, 150, 0.3));
  transition: 0.3s ease all;
}
.contact__mail--link:hover {
  transform: translateY(-3px);
  transition: 0.3s ease all;
  background: #2a706b;
  color: #fff00a;
}
.contact__mail--arrow {
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translateX(9.5rem);
  width: 34px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .contact__band {
    flex-direction: column;
    gap: 50px;
  }
  .contact__tel {
    width: 100%;
  }
  .contact__tel--num {
    margin-bottom: 0.5rem;
  }
  .contact__tel--num a {
    background: #e5f6f4;
    border-radius: 5px;
    padding: 0 0.5rem;
  }
  .contact__mail {
    width: 100%;
  }
}
.meeting {
  background: #fae6e4;
  padding: 6.5rem 0;
}
.meeting-inner {
  position: relative;
  max-width: 1180px;
  width: 90%;
  background: #fff;
  font-weight: 500;
  margin: 0 auto;
  padding: 7.5rem 0 5.25rem;
}
.meeting__image {
  position: absolute;
  top: -6.25rem;
  right: 0;
  max-width: 630px;
  width: 58.3%;
  height: auto;
}
.meeting__head {
  width: 480px;
  margin: 0 0 2rem 6.25rem;
}
.meeting__head a {
  color: #e48077;
  font-weight: 600;
  border-bottom: 1px solid #e48077;
  transition: 0.3s ease all;
}
.meeting__head a:hover {
  opacity: 0.5;
  transition: 0.3s ease all;
}
.meeting__copy {
  position: relative;
  margin-bottom: 0.75rem;
  font-weight: 600;
  line-height: 1.5rem;
}
.meeting__copy::before {
  content: "";
  position: absolute;
  bottom: -0.8rem;
  left: 0;
  width: 26rem;
  height: 12px;
  background-image: url(../image/meeting-underLine.svg);
  background-size: cover;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.meeting__lead {
  color: #e48077;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 2rem;
}
.meeting__free {
  display: inline-block;
  background: #e48077;
  color: #fff;
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
  padding: 5px 20px;
}
.meeting__title {
  color: #e48077;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 3rem;
  margin-bottom: 1.75rem;
}
.meeting__strong {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 1rem;
}
.meeting__border {
  border: 1.5px solid #e48077;
  margin: 0 2rem;
}
.meeting__btn {
  width: 100%;
  margin-bottom: 2rem;
}
.meeting__list {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin: 1.5rem 6.25rem 0;
}
.meeting__list a {
  color: #e48077;
  border-bottom: 1px solid #e48077;
  transition: 0.3s ease all;
}
.meeting__list a:hover {
  opacity: 0.5;
  transition: 0.3s ease all;
}

@media screen and (max-width: 768px) {
  .meeting-inner {
    padding: 0 0 2.5rem;
  }
  .meeting__image {
    position: static;
    width: 100%;
  }
  .meeting__head {
    width: 90%;
    margin: 2.5rem auto;
  }
  .meeting__copy::before {
    width: 100%;
  }
  .meeting__border {
    margin: 0 5%;
  }
  .meeting__list {
    margin: 2.5rem 5% 0;
  }
}
.factory {
  padding: 6.25rem 0;
}
.factory-inner {
  max-width: 1180px;
  width: 90%;
  text-align: center;
  margin: 0 auto;
}
.factory__title {
  color: #00aa94;
  font-size: 2rem;
  font-weight: 600;
  line-height: 3rem;
  margin-bottom: 2rem;
}
.factory__img {
  line-height: 0;
  margin-bottom: 2rem;
}
.factory__img img {
  width: 1000px;
  height: auto;
}
.factory__link {
  color: #00aa94;
  font-weight: 500;
  margin-bottom: 2rem;
}
.factory__link a {
  border-bottom: 1.5px solid #00aa94;
  transition: 0.3s ease all;
}
.factory__link a:hover {
  opacity: 0.5;
  transition: 0.3s ease all;
}
.factory__link i {
  margin-left: 0.5rem;
}

.signature {
  text-align: center;
  margin-bottom: 6.25rem;
}
.signature a {
  color: #00aa94;
  font-weight: 600;
  border-bottom: 1px solid #00aa94;
  transition: 0.3s ease all;
}
.signature a:hover {
  opacity: 0.5;
  transition: 0.3s ease all;
}

.consultation {
  position: fixed;
  left: -10px;
  top: 180px;
  background: #e48077;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0 5px 5px 0;
  line-height: 150%;
  writing-mode: vertical-rl;
  padding: 10px 10px 10px 20px;
  z-index: 1000;
  transition: 0.3s ease;
  filter: drop-shadow(3px 3px 5px rgba(150, 150, 150, 0.3)) drop-shadow(-3px -3px 5px rgba(150, 150, 150, 0.3));
}
.consultation:hover {
  background: #fff;
  border: 1px solid #e48077;
  color: #e48077;
  transform: translateX(10px);
  transition: 0.3s ease;
}

@media screen and (max-width: 768px) {
  .consultation {
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    border-radius: 0;
    text-align: center;
    writing-mode: horizontal-tb;
  }
}
#btn__top {
  position: fixed;
  right: 2rem;
  bottom: 270px;
  border-radius: 50%;
  background: #cccccc;
  width: 3rem;
  height: 3rem;
  z-index: 900;
  filter: drop-shadow(3px 3px 5px rgba(150, 150, 150, 0.3)) drop-shadow(-3px -3px 5px rgba(150, 150, 150, 0.3));
  transition: 0.3s ease all;
}
#btn__top:hover {
  transform: translateY(-0.5rem);
  transition: 0.3s ease all;
}
#btn__top a {
  position: relative;
  display: block;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  line-height: 1;
}
#btn__top a::after {
  content: "\f30c";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  color: #fff;
  font-size: 2rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

@media screen and (max-width: 768px) {
  #btn__top {
    bottom: 55px;
    right: auto;
    left: 2rem;
  }
}
footer {
  background: #00aa94;
  color: #fff;
  font-family: 600;
  font-size: 0.875rem;
  text-align: center;
  padding: 1rem 0;
}

.blog-wrap {
  width: 100%;
  background: #e5f6f4;
  padding: 6.5rem 0;
}

.blog {
  max-width: 1180px;
  width: 90%;
  margin: 0 auto;
}
.blog__title {
  color: #00aa94;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
  line-height: 100%;
  margin-bottom: 1rem;
}

.blogArticle-wrap {
  width: 100%;
  display: flex;
  gap: 50px;
  margin-top: 2rem;
}

.blogArticle {
  width: 33.3333333333%;
  border-radius: 10px;
  transition: all 0.3s ease;
  filter: drop-shadow(3px 3px 5px rgba(150, 150, 150, 0.3)) drop-shadow(-3px -3px 5px rgba(150, 150, 150, 0.3));
}
.blogArticle:hover {
  transition: all 0.3s ease;
}
.blogArticle--bgWhite {
  background: #fff;
}
.blogArticle__photo {
  width: 100%;
  height: 180px;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.blogArticle__photo img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  transition: all 0.3s ease;
}
.blogArticle-text {
  width: 100%;
  padding: 20px;
}
.blogArticle-text__time {
  font-size: 0.875rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 0.875rem;
  font-weight: 600;
  margin-bottom: 5px;
}
.blogArticle-text__title {
  text-align: justify;
  font-size: 1rem;
  line-height: 1.5rem;
}

.blogArticle:hover .blogArticle__photo img {
  transform: scale(1.2, 1.2);
  transition: all 0.3s ease;
}

@media screen and (max-width: 768px) {
  .blogArticle-wrap {
    flex-direction: column;
  }
  .blogArticle {
    width: 100%;
    transition: all 0.3s ease;
  }
}
.blogLink {
  text-align: right;
  line-height: 100%;
  margin-top: 2rem;
}
.blogLink a {
  display: inline-block;
  background: #00aa94;
  border-radius: 5px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 0.5rem 2rem;
  filter: drop-shadow(3px 3px 5px rgba(150, 150, 150, 0.3)) drop-shadow(-3px -3px 5px rgba(150, 150, 150, 0.3));
  transition: 0.3s ease all;
}
.blogLink a:hover {
  background: #fff;
  color: #00aa94;
  transition: 0.3s ease all;
}/*# sourceMappingURL=style_dm.css.map */