.fadein .fadein-left {
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
  -webkit-transform: translate(-30px, 0);
          transform: translate(-30px, 0);
  opacity: 0;
}
.fadein .fadein-left.show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.scrooll-animation {
  opacity: 0;
  -webkit-transform: translate(-30px, 0);
          transform: translate(-30px, 0);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.scrooll-animation.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* YuGothic */
/* Platelet */
/* Barlow */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*:focus {
  outline: none;
}

html {
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  width: 100%;
  color: #111111;
  scroll-behavior: smooth;
}
@media (max-width: 782px) {
  html {
    margin-top: 0 !important;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  width: 100%;
  min-width: 320px;
  font-size: 62.5%;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

p {
  font-size: 1.6em;
  line-height: 1.75em;
}

a {
  display: block;
  text-decoration: none;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
  font-size: 1.6em;
  line-height: 1.75em;
  cursor: pointer;
  color: #111111;
}

li {
  list-style: none;
}

table {
  border-spacing: 0;
}

input[type=submit] {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

textarea {
  font-family: "Noto Sans JP", sans-serif;
}

.l-header {
  max-width: 1290px;
  width: 92.1428571429vw;
  height: 170px;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  z-index: 999;
  padding: 17.4px 0 24.8px 0;
}
@media screen and (max-width: 599px) {
  .l-header {
    width: 100%;
    height: auto;
    padding: 9.4px 18px 9.4px 18px;
  }
}
@media screen and (max-width: 1024px) {
  .l-header {
    width: 100%;
    max-width: 721px;
    height: auto;
    padding: 24px 15.8px 9.4px 28px;
  }
}
.l-header-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.c-display-pc {
  display: block;
}
@media screen and (max-width: 1024px) {
  .c-display-pc {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .c-display-pc {
    display: none;
  }
}
.c-display-sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .c-display-sp {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .c-display-sp {
    display: block;
  }
}
.c-display-ta {
  display: none;
}
@media screen and (max-width: 1024px) {
  .c-display-ta {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .c-display-ta {
    display: none;
  }
}
.c-display-pcta {
  display: block;
}
@media screen and (max-width: 1024px) {
  .c-display-pcta {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .c-display-pcta {
    display: none;
  }
}

.c-inline-display-pc {
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .c-inline-display-pc {
    display: none;
  }
}
.c-inline-display-sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .c-inline-display-sp {
    display: inline-block;
  }
}

.p-top__header {
  width: 100%;
}
.p-top__header h1 {
  line-height: 82px;
}
.p-top__title {
  font-family: "Zen Maru Gothic", serif;
  height: 135px;
  background-color: #B99F6E;
  text-align: center;
  font-size: 32px;
  line-height: 60px;
  color: #ffffff;
  padding-top: 21px;
  padding-bottom: 27px;
}
.p-top__title-large {
  font-size: 60px;
  color: #F29700;
  text-shadow: 1px 1px 0 #ffffff;
}
.p-top__mainimg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top__first {
  width: 100%;
  padding: 39px 0 121px 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-top__first {
    padding: 18px 0 40px 0;
  }
}
@media screen and (max-width: 599px) {
  .p-top__first {
    padding: 6px 0 40px 0;
  }
}
.p-top__first__wrap {
  width: 100%;
  max-width: 1070px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .p-top__first__wrap {
    width: 96.1333333333vw;
    max-width: 721px;
  }
}
@media screen and (max-width: 599px) {
  .p-top__first__wrap {
    width: 94.4vw;
  }
}
.p-top__first__title {
  font-family: "Zen Maru Gothic", serif;
  font-size: 32px;
  line-height: 86px;
  border-bottom: 4px dotted #707070;
  color: #707070;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .p-top__first__title {
    font-size: 20px;
    line-height: 56px;
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 599px) {
  .p-top__first__title {
    font-size: 22px;
    line-height: 32px;
    padding-bottom: 20px;
  }
}
.p-top__first__topimg {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
  margin-top: 9px;
}
@media screen and (max-width: 599px) {
  .p-top__first__topimg {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0 auto;
    margin-top: 14px;
  }
}
.p-top__first__gunma {
  position: absolute;
  top: -80px;
  left: 60px;
  width: 188px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .p-top__first__gunma {
    top: -43px;
    left: 30px;
    width: 127px;
  }
}
@media screen and (max-width: 599px) {
  .p-top__first__gunma {
    top: -53px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 102px;
  }
}
.p-top__first__ansin {
  position: relative;
  margin-top: 116px;
  width: 100%;
  padding-top: 27px;
  border-radius: 20px;
  border: 2px solid #B99F6E;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-top__first__ansin {
    margin-top: 51px;
    padding-top: 18px;
  }
}
@media screen and (max-width: 599px) {
  .p-top__first__ansin {
    border: 4px solid #B99F6E;
    margin-top: 68px;
    width: 94.4vw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 76.6px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.p-top__first__subtitle {
  color: #4D4D4D;
  font-size: 20px;
  line-height: 29px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 171px;
}
@media screen and (max-width: 1024px) {
  .p-top__first__subtitle {
    margin-bottom: 110px;
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .p-top__first__subtitle {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 80px;
  }
}
.p-top__first__subtitle span {
  font-size: 40px;
  line-height: 60px;
  letter-spacing: 0.032em;
  font-weight: bold;
  color: #F44848;
}
@media screen and (max-width: 1024px) {
  .p-top__first__subtitle span {
    font-size: 26px;
  }
}
@media screen and (max-width: 599px) {
  .p-top__first__subtitle span {
    font-size: 32px;
  }
}
.p-top__first__marks {
  position: absolute;
  bottom: -100px;
  left: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  width: 850px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .p-top__first__marks {
    bottom: -70px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: 572px;
    gap: 0px;
  }
}
@media screen and (max-width: 599px) {
  .p-top__first__marks {
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: 304px;
    gap: 0px;
  }
}
.p-top__first__marks img {
  width: 250px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .p-top__first__marks img {
    width: 168px;
  }
}
@media screen and (max-width: 599px) {
  .p-top__first__marks img {
    width: 102px;
  }
}
.p-top__first__quotation {
  margin-top: 160px;
  margin-right: auto;
  margin-left: auto;
  width: 77.1428571429vw;
  max-width: 1080px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-top__first__quotation {
    margin-top: 100px;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .p-top__first__quotation {
    margin-top: 71px;
  }
}
.p-top__first__quotation-mail {
  position: absolute;
  width: 27.5vw;
  max-width: 385px;
  height: auto;
  top: 11.1428571429vw;
  left: 17.1428571429vw;
  -webkit-box-shadow: 4px 6px 0 #FFC5AF;
          box-shadow: 4px 6px 0 #FFC5AF;
  border-radius: 1.9285714286vw;
}
.p-top__first__quotation-mail--hover {
  -webkit-box-shadow: 0 0 0 #FFC5AF;
          box-shadow: 0 0 0 #FFC5AF;
}
@media screen and (min-width: 1401px) {
  .p-top__first__quotation-mail {
    top: 156px;
    left: 240px;
    border-radius: 27px;
  }
}
@media screen and (max-width: 1024px) {
  .p-top__first__quotation-mail {
    top: 35%;
    left: 40%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 35.7333333333vw;
    max-width: 268px;
    border-radius: 1.8666666667vw;
  }
}
@media screen and (max-width: 599px) {
  .p-top__first__quotation-mail {
    top: 30%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 75.7333333333vw;
    max-width: 100%;
    border-radius: 4.8vw;
  }
}
.p-top__first__quotation-tel {
  position: absolute;
  width: 27.5vw;
  max-width: 385px;
  height: auto;
  top: 11.1428571429vw;
  right: 2.8571428571vw;
  -webkit-box-shadow: 4px 6px 0 #F49797;
          box-shadow: 4px 6px 0 #F49797;
  border-radius: 1.9285714286vw;
}
.p-top__first__quotation-tel--hover {
  -webkit-box-shadow: 0 0 0 #FFC5AF;
          box-shadow: 0 0 0 #FFC5AF;
}
@media screen and (min-width: 1401px) {
  .p-top__first__quotation-tel {
    top: 156px;
    right: 40px;
    border-radius: 27px;
  }
}
@media screen and (max-width: 1024px) {
  .p-top__first__quotation-tel {
    top: 35%;
    left: 78.5%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 35.7333333333vw;
    max-width: 268px;
    border-radius: 1.8666666667vw;
  }
}
@media screen and (max-width: 599px) {
  .p-top__first__quotation-tel {
    top: 52%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 75.7333333333vw;
    max-width: 100%;
    border-radius: 4.8vw;
  }
}
.p-top__second {
  padding-top: 59px;
  background-image: url(../images/04_second/bg-stripe.jpg);
  background-repeat: repeat;
  background-position: center top;
  background-size: 100% auto;
}
@media screen and (max-width: 1024px) {
  .p-top__second {
    padding-top: 18px;
  }
}
@media screen and (max-width: 599px) {
  .p-top__second {
    background-image: url(../images/04_second/bg-stripe-sp.jpg);
    padding-top: 35px;
  }
}
.p-top__second__wrap {
  width: 100%;
  max-width: 1290px;
  margin: auto;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-top__second__wrap {
    width: 96.1333333333vw;
    max-width: 721px;
  }
}
@media screen and (max-width: 599px) {
  .p-top__second__wrap {
    width: 94.4vw;
  }
}
.p-top__second__title {
  font-family: "Zen Maru Gothic", serif;
  font-size: 28px;
  line-height: 86px;
  color: #ffffff;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .p-top__second__title {
    font-size: clamp(16px, 12.516px + 0.968vw, 28px);
    line-height: 35px;
  }
}
@media screen and (max-width: 599px) {
  .p-top__second__title {
    font-size: 16px;
    letter-spacing: 0.032em;
  }
}
.p-top__second__subtitle {
  font-family: "Zen Maru Gothic", serif;
  font-size: clamp(20px, 11.581px + 2.339vw, 49px);
  line-height: 86px;
  color: #4D4D4D;
  text-align: center;
  margin: 0 auto;
  width: 1070px;
  letter-spacing: 0.032em;
  padding-bottom: 20px;
  border-bottom: 4px dotted #707070;
}
@media screen and (max-width: 1024px) {
  .p-top__second__subtitle {
    width: 100%;
    text-align: left;
    font-size: clamp(20px, 11.581px + 2.339vw, 49px);
    line-height: 46px;
    margin-top: -10px;
    padding-top: 0px;
    padding-bottom: 20px;
    padding-left: 11px;
    padding-right: 11px;
  }
}
@media screen and (max-width: 599px) {
  .p-top__second__subtitle {
    padding-top: 20px;
  }
}
.p-top__second__subtitle span {
  font-size: clamp(60px, 54.194px + 1.613vw, 80px);
  color: #D06C6C;
  line-height: 86px;
}
@media screen and (max-width: 1024px) {
  .p-top__second__subtitle span {
    font-size: 50px;
    line-height: 55px;
  }
}
@media screen and (max-width: 599px) {
  .p-top__second__subtitle span {
    font-size: 60px;
    line-height: 87px;
  }
}
.p-top__second__cases {
  width: 100%;
  padding: 69px 0 68px 0;
}
@media screen and (max-width: 1024px) {
  .p-top__second__cases {
    padding: 30px 0 56px 0;
  }
}
@media screen and (max-width: 599px) {
  .p-top__second__cases {
    padding: 85px 0 59px 0;
  }
}
.p-top__second__cases-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 29px;
  margin-top: 50px;
  width: 1010px;
}
.p-top__second__cases-item:first-child {
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .p-top__second__cases-item {
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
    gap: 2.0714285714vw;
  }
}
@media screen and (max-width: 599px) {
  .p-top__second__cases-item {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 11px;
       -moz-column-gap: 11px;
            column-gap: 11px;
    row-gap: 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 30.5px;
  }
}
.p-top__second__cases-title {
  font-family: "Zen Maru Gothic", serif;
  font-size: clamp(20px, 16.516px + 0.968vw, 32px);
  line-height: 1.8;
  color: #4D4D4D;
  text-align: left;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .p-top__second__cases-title {
    letter-spacing: 0.032em;
    font-size: clamp(16px, 11.355px + 1.29vw, 32px);
  }
}
@media screen and (max-width: 599px) {
  .p-top__second__cases-title {
    letter-spacing: 0.032em;
    font-size: clamp(20px, 16.516px + 0.968vw, 32px);
  }
}
.p-top__second__cases-title span {
  font-size: clamp(30px, 24.194px + 1.613vw, 50px);
  line-height: 1.2;
  letter-spacing: 0.032em;
  font-weight: bold;
  color: #D06C6C;
}
@media screen and (max-width: 1024px) {
  .p-top__second__cases-title span {
    font-size: clamp(26px, 19.032px + 1.935vw, 50px);
  }
}
@media screen and (max-width: 599px) {
  .p-top__second__cases-title span {
    font-size: clamp(30px, 24.194px + 1.613vw, 50px);
  }
}
.p-top__second__cases-text {
  width: 57.8571428571vw;
  max-width: 810px;
  font-weight: 500;
  font-size: clamp(16px, 15.419px + 0.161vw, 18px);
  line-height: 29px;
  color: #4D4D4D;
  text-align: left;
  margin-top: 13px;
}
@media screen and (max-width: 1024px) {
  .p-top__second__cases-text {
    line-height: 30px;
    letter-spacing: 0.032em;
    width: 80vw;
    max-width: 600px;
    font-size: clamp(14px, 12.839px + 0.323vw, 18px);
  }
}
@media screen and (max-width: 599px) {
  .p-top__second__cases-text {
    width: 100%;
    margin-top: 0;
    font-size: clamp(16px, 15.419px + 0.161vw, 18px);
  }
}
@media screen and (max-width: 1024px) {
  .p-top__second__cases-text-ta {
    width: 52.5333333333vw;
  }
}
.p-top__second__icon {
  width: 12.5vw;
  max-width: 150px;
  height: 12.5vw;
  max-height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  .p-top__second__icon {
    width: 13.3333333333vw;
    max-width: 100px;
    height: 13.3333333333vw;
    max-height: 100px;
    margin-top: 1.7333333333vw;
  }
}
@media screen and (max-width: 599px) {
  .p-top__second__icon {
    width: 54px;
    height: 54px;
  }
}
.p-top__second__arrow {
  position: absolute;
  bottom: -37px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 263px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .p-top__second__arrow {
    bottom: -6.1333333333vw;
  }
}
@media screen and (max-width: 599px) {
  .p-top__second__arrow {
    bottom: -48px;
  }
}
.p-top__second__nayami {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 25vw;
  max-width: 300px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .p-top__second__nayami {
    width: 209px;
    right: -4%;
  }
}
@media screen and (max-width: 599px) {
  .p-top__second__nayami {
    width: 136px;
    top: 74px;
  }
}
.p-top__third {
  background-color: #FFF9EF;
  padding: 77px 0 17px 0;
}
@media screen and (max-width: 599px) {
  .p-top__third {
    padding: 80px 0 22px 0;
  }
}
.p-top__third__wrap {
  width: 100%;
  max-width: 1290px;
  margin: auto;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-top__third__wrap {
    width: 96.1333333333vw;
    max-width: 721px;
  }
}
@media screen and (max-width: 599px) {
  .p-top__third__wrap {
    width: 94.4vw;
  }
}
.p-top__third__text {
  font-family: "Zen Maru Gothic", serif;
  font-size: 32px;
  line-height: 60px;
  font-weight: 500;
  color: #4D4D4D;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 56px;
  border-bottom: 4px dotted #707070;
}
@media screen and (max-width: 1024px) {
  .p-top__third__text {
    font-size: 28px;
    line-height: 46px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .p-top__third__text {
    font-size: 23px;
    line-height: 35px;
    letter-spacing: 0.032em;
    padding-bottom: 48px;
  }
}
.p-top__third__text span {
  color: #FF8989;
  font-size: 60px;
}
@media screen and (max-width: 1024px) {
  .p-top__third__text span {
    font-size: 40px;
    line-height: 58px;
  }
}
.p-top__third__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 30px;
  width: 100%;
  margin-left: 8px;
}
@media screen and (max-width: 1024px) {
  .p-top__third__point {
    gap: 2.8571428571vw;
  }
}
@media screen and (max-width: 599px) {
  .p-top__third__point {
    margin-left: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-top__third__point-wrap {
  margin-top: 74px;
}
@media screen and (max-width: 599px) {
  .p-top__third__point-wrap {
    width: 100%;
    margin-top: 37px;
  }
}
.p-top__third__point-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .p-top__third__point-item {
    gap: 3.0447193149vw;
  }
}
@media screen and (max-width: 599px) {
  .p-top__third__point-item {
    gap: 14px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.p-top__third__point-item:first-child {
  margin-top: 0;
}
.p-top__third__point-item div {
  width: 52.8571428571vw;
  max-width: 740px;
  text-align: left;
  font-size: clamp(16px, 14.839px + 0.323vw, 20px);
  letter-spacing: 0.032em;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .p-top__third__point-item div {
    font-size: 16px;
    line-height: 30px;
    width: 50vw;
    max-width: 375px;
  }
}
@media screen and (max-width: 599px) {
  .p-top__third__point-item div {
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    line-height: 30px;
  }
}
.p-top__third__point-person {
  margin-top: 25px;
}
@media screen and (max-width: 1024px) {
  .p-top__third__point-person {
    width: 31.0666666667vw;
    max-width: 233px;
  }
}
@media screen and (max-width: 599px) {
  .p-top__third__point-person {
    width: 100%;
    max-width: 100%;
  }
}
.p-top__third__point-person img {
  width: 25vw;
  max-width: 350px;
}
@media screen and (max-width: 1024px) {
  .p-top__third__point-person img {
    width: 233px;
  }
}
@media screen and (max-width: 599px) {
  .p-top__third__point-person img {
    width: 100%;
    max-width: 100%;
  }
}
.p-top__third__point-person div {
  font-family: "Zen Maru Gothic", serif;
  font-size: 22px;
  font-weight: bold;
  text-align: right;
  margin-right: 77px;
  color: #4D4D4D;
}
@media screen and (max-width: 1024px) {
  .p-top__third__point-person div {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.032em;
    margin-right: 46px;
    margin-top: 6px;
  }
}
@media screen and (max-width: 599px) {
  .p-top__third__point-person div {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.032em;
    margin-right: 13px;
    margin-top: 6px;
  }
}
.p-top__third__point-person div span {
  display: inline-block;
  text-align: center;
}
.p-top__third__icon {
  width: 70px;
  height: 70px;
}
@media screen and (max-width: 1024px) {
  .p-top__third__icon {
    width: 9.3333333333vw;
    max-width: 70px;
    height: 9.3333333333vw;
    max-height: 70px;
  }
}
.p-top__fourth {
  padding: 46px 0 85px 0;
}
@media screen and (max-width: 599px) {
  .p-top__fourth {
    padding: 18px 0 26px 0;
  }
}
.p-top__fourth__wrap {
  width: 92.1428571429vw;
  max-width: 1290px;
  margin: auto;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-top__fourth__wrap {
    width: 96.1333333333vw;
    max-width: 721px;
  }
}
@media screen and (max-width: 599px) {
  .p-top__fourth__wrap {
    width: 94.4vw;
  }
}
.p-top__fourth-mans {
  width: 45vw;
  max-width: 630px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .p-top__fourth-mans {
    width: 355px;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 599px) {
  .p-top__fourth-mans {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-top__fourth-illust {
  width: 52.8571428571vw;
  max-width: 740px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: -80px;
}
@media screen and (max-width: 1024px) {
  .p-top__fourth-illust {
    width: 414px;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 599px) {
  .p-top__fourth-illust {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: 0;
  }
}
.p-top__fourth__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 105px;
}
@media screen and (max-width: 1024px) {
  .p-top__fourth__flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 599px) {
  .p-top__fourth__flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-top__fourth__text {
  position: absolute;
  top: 219px;
  right: 27px;
  font-size: clamp(16px, 12.516px + 0.968vw, 28px);
  line-height: 1.78;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .p-top__fourth__text {
    top: 134px;
    right: 52px;
    font-size: clamp(16px, 15.419px + 0.161vw, 18px);
  }
}
@media screen and (max-width: 599px) {
  .p-top__fourth__text {
    width: 100%;
    top: 146.1333333333vw;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.032em;
  }
}
.p-top__fourth__title {
  font-family: "Zen Maru Gothic", serif;
  font-size: clamp(32px, 26.774px + 1.452vw, 50px);
  font-weight: 500;
  line-height: 1;
  color: #32C4BF;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .p-top__fourth__title {
    font-size: clamp(24px, 21.677px + 0.645vw, 32px);
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 599px) {
  .p-top__fourth__title {
    font-size: 32px;
    line-height: 46px;
    letter-spacing: 0.032em;
    margin-bottom: 20px;
  }
}
.p-top__fourth__quotation {
  width: 76.4285714286vw;
  max-width: 1070px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .p-top__fourth__quotation {
    width: 100%;
    margin-top: -40px;
  }
}
@media screen and (max-width: 599px) {
  .p-top__fourth__quotation {
    width: 100%;
    margin-top: -11px;
  }
}
.p-top__fifth {
  padding: 100px 0 183px 0;
  background-image: url(../images/07_fifth/bg.jpg);
  background-repeat: repeat;
  background-position: center top;
  background-size: 100% auto;
}
@media screen and (max-width: 1024px) {
  .p-top__fifth {
    padding: 18px 0 48px 0;
  }
}
@media screen and (max-width: 599px) {
  .p-top__fifth {
    background-image: url(../images/07_fifth/bg-sp.jpg);
    padding: 33px 0 56px 0;
  }
}
.p-top__fifth__wrap {
  width: 92.1428571429vw;
  max-width: 1290px;
  margin: auto;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-top__fifth__wrap {
    width: 96.1333333333vw;
    max-width: 721px;
  }
}
@media screen and (max-width: 599px) {
  .p-top__fifth__wrap {
    width: 94.4vw;
  }
}
.p-top__fifth__title {
  font-family: "Zen Maru Gothic", serif;
  font-size: 28px;
  line-height: 86px;
  color: #B99F6E;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
  letter-spacing: 0.032em;
}
@media screen and (max-width: 1024px) {
  .p-top__fifth__title {
    font-size: 22px;
    line-height: 35px;
  }
}
@media screen and (max-width: 599px) {
  .p-top__fifth__title {
    font-size: 20px;
    line-height: 32px;
  }
}
.p-top__fifth__subtitle {
  font-family: "Zen Maru Gothic", serif;
  font-size: 49px;
  line-height: 86px;
  color: #4D4D4D;
  text-align: center;
  margin: 0 auto;
  width: 1070px;
  letter-spacing: 0.032em;
  padding-bottom: 20px;
  font-weight: bold;
  width: 1070px;
  border-bottom: 4px dotted #B99F6E;
}
@media screen and (max-width: 1024px) {
  .p-top__fifth__subtitle {
    width: 100%;
    text-align: center;
    font-size: 40px;
    line-height: 58px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 11px;
    padding-right: 11px;
  }
}
@media screen and (max-width: 599px) {
  .p-top__fifth__subtitle {
    width: 100%;
    text-align: center;
    font-size: 40px;
    line-height: 58px;
    padding-bottom: 24px;
    padding-left: 53px;
    padding-right: 53px;
  }
}
.p-top__fifth__subtitle span {
  font-size: 32px;
  color: #D06C6C;
  line-height: 86px;
}
.p-top__fifth__case {
  width: 1130px;
  margin-left: 50px;
}
@media screen and (max-width: 1024px) {
  .p-top__fifth__case {
    width: 100%;
    margin-left: 0;
  }
}
.p-top__fifth__case-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: self-end;
      -ms-flex-align: self-end;
          align-items: self-end;
  gap: 60px;
  margin: 0 auto;
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .p-top__fifth__case-wrap {
    gap: 8vw;
  }
}
@media screen and (max-width: 599px) {
  .p-top__fifth__case-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
    margin-top: 30px;
  }
}
.p-top__fifth__case-wrap:first-child {
  margin-top: 0;
}
.p-top__fifth__case-item {
  margin-top: 80px;
}
@media screen and (max-width: 599px) {
  .p-top__fifth__case-item {
    margin-top: 38px;
  }
}
.p-top__fifth__case-item:first-child {
  margin-top: 60px;
}
@media screen and (max-width: 599px) {
  .p-top__fifth__case-item:first-child {
    margin-top: 21px;
  }
}
.p-top__fifth__case-left {
  width: 31.4285714286vw;
  max-width: 440px;
  color: #4D4D4D;
}
@media screen and (max-width: 1024px) {
  .p-top__fifth__case-left {
    width: 58.6666666667vw;
    max-width: 440px;
  }
}
@media screen and (max-width: 599px) {
  .p-top__fifth__case-left {
    width: 100%;
  }
}
.p-top__fifth__case-right {
  width: 45vw;
  max-width: 630px;
}
@media screen and (max-width: 1024px) {
  .p-top__fifth__case-right {
    width: 84vw;
    max-width: 630px;
  }
}
@media screen and (max-width: 599px) {
  .p-top__fifth__case-right {
    width: 100%;
  }
}
.p-top__fifth__case-right span {
  color: #FF8989;
}
@media screen and (max-width: 599px) {
  .p-top__fifth__case-right img {
    border: 4px solid #FF8989;
  }
}
.p-top__fifth__case-title {
  font-family: "Zen Maru Gothic", serif;
  font-size: clamp(40px, 34.194px + 1.613vw, 60px);
  text-align: center;
  color: #4D4D4D;
  margin-top: 10px;
  font-weight: bold;
  letter-spacing: 0.032em;
}
@media screen and (max-width: 1024px) {
  .p-top__fifth__case-title {
    font-size: 32px;
    line-height: 58px;
    margin-top: 0;
  }
}
@media screen and (max-width: 599px) {
  .p-top__fifth__case-title {
    font-size: 40px;
    line-height: 58px;
    margin-top: 0;
  }
}
.p-top__fifth__case-image {
  margin-top: 42px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .p-top__fifth__case-image {
    margin-top: 23px;
  }
}
@media screen and (max-width: 599px) {
  .p-top__fifth__case-image {
    margin-top: 20px;
    text-align: left;
  }
}
.p-top__fifth__case-image span {
  font-family: "Zen Maru Gothic", serif;
  text-align: left;
  font-size: 32px;
  line-height: 86px;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .p-top__fifth__case-image span {
    font-size: 28px;
    line-height: 60px;
  }
}
.p-top__fifth__comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 55px;
  margin-top: 42px;
  margin-left: 5px;
}
@media screen and (max-width: 1024px) {
  .p-top__fifth__comment {
    margin-top: 27px;
    margin-left: 0;
    gap: 11px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}
@media screen and (max-width: 599px) {
  .p-top__fifth__comment {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 0;
    margin-top: 21px;
    margin-left: 0;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}
.p-top__fifth__comment-text {
  position: relative;
}
.p-top__fifth__comment-text img {
  width: 54.2857142857vw;
  max-width: 760px;
}
@media screen and (max-width: 1024px) {
  .p-top__fifth__comment-text img {
    width: 79.8666666667vw;
    max-width: 599px;
  }
}
@media screen and (max-width: 599px) {
  .p-top__fifth__comment-text img {
    width: 73.0666666667vw;
  }
}
.p-top__fifth__comment-text div {
  font-size: clamp(9px, 5.806px + 0.887vw, 20px);
  line-height: 1.8;
  font-weight: bold;
  color: #4D4D4D;
  text-align: left;
  position: absolute;
  left: 25px;
  width: 48vw;
  max-width: 672px;
  letter-spacing: 0.032em;
}
@media screen and (max-width: 1024px) {
  .p-top__fifth__comment-text div {
    font-size: clamp(12px, 9.677px + 0.645vw, 20px);
    width: 64.9333333333vw;
    max-width: 487px;
    top: 18px;
    left: 46%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 599px) {
  .p-top__fifth__comment-text div {
    font-size: clamp(14px, 9.355px + 1.29vw, 30px);
    line-height: 1.9;
    width: 56.2666666667vw;
    max-width: 100%;
    top: 4.8vw;
    left: 46%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-top__fifth__comment-T {
  top: 0;
  padding-top: clamp(10px, 6.806px + 0.887vw, 21px);
}
@media screen and (max-width: 1024px) {
  .p-top__fifth__comment-T {
    top: 21px;
    padding-top: 0;
  }
}
.p-top__fifth__comment-M {
  top: 0;
  padding-top: clamp(10px, 1.581px + 2.339vw, 39px);
}
@media screen and (max-width: 1024px) {
  .p-top__fifth__comment-M {
    top: 39px;
    padding-top: 0;
  }
}
.p-top__fifth__comment-avater img {
  width: 180px;
  height: 180px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .p-top__fifth__comment-avater img {
    width: 15.3333333333vw;
    max-width: 115px;
    height: 15.3333333333vw;
    max-height: 115px;
  }
}
@media screen and (max-width: 599px) {
  .p-top__fifth__comment-avater img {
    width: 21.6vw;
    max-width: 100%;
    height: 21.6vw;
    max-height: 100%;
  }
}
.p-top__fifth__comment-avater div {
  font-family: "Zen Maru Gothic", serif;
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
  color: #4D4D4D;
  letter-spacing: 0.032em;
}
@media screen and (max-width: 1024px) {
  .p-top__fifth__comment-avater div {
    font-size: 14px;
    line-height: 20px;
    margin-top: 11px;
  }
}
.p-top__sixth {
  position: relative;
  padding: 56px 0 83px 0;
  background-color: #DEDEDE;
}
@media screen and (max-width: 599px) {
  .p-top__sixth {
    padding: 18px 0 41px 0;
  }
}
.p-top__sixth__wrap {
  position: relative;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .p-top__sixth__wrap {
    width: 96.1333333333vw;
    max-width: 721px;
  }
}
@media screen and (max-width: 599px) {
  .p-top__sixth__wrap {
    width: 94.4vw;
  }
}
.p-top__sixth__title {
  width: 1070px;
  text-align: center;
  margin: 0 auto;
  font-family: "Zen Maru Gothic", serif;
  font-size: 40px;
  line-height: 86px;
  color: #4D4D4D;
  font-weight: bold;
  padding-bottom: 40px;
  border-bottom: 4px dotted #707070;
  letter-spacing: 0.032em;
}
@media screen and (max-width: 1024px) {
  .p-top__sixth__title {
    width: 96.1333333333vw;
    max-width: 721px;
    font-size: 24px;
    line-height: 46px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .p-top__sixth__title {
    width: 94.4vw;
    font-size: 28px;
    line-height: 40px;
    padding-bottom: 27px;
    text-align: left;
  }
}
.p-top__sixth-blue {
  color: #32C4BF;
  font-size: 60px;
}
@media screen and (max-width: 1024px) {
  .p-top__sixth-blue {
    font-size: 40px;
    line-height: 58px;
  }
}
.p-top__sixth-red {
  color: #FF8989;
  font-size: 60px;
}
@media screen and (max-width: 1024px) {
  .p-top__sixth-red {
    font-size: 40px;
    line-height: 58px;
  }
}
.p-top__sixth-items {
  margin-top: 40px;
  width: 80.7142857143vw;
  max-width: 1130px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .p-top__sixth-items {
    width: 100%;
  }
}
.p-top__sixth__text {
  margin-top: 18px;
  font-family: "Zen Maru Gothic", serif;
  font-size: clamp(16px, 12.516px + 0.968vw, 28px);
  line-height: 50px;
  letter-spacing: 0.032em;
  color: #4D4D4D;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .p-top__sixth__text {
    font-size: 22px;
    line-height: 35px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 599px) {
  .p-top__sixth__text {
    font-size: 24px;
    line-height: 35px;
    margin-top: 20px;
  }
}
.p-top__sixth__text span {
  font-size: clamp(20px, 14.194px + 1.613vw, 40px);
}
@media screen and (max-width: 1024px) {
  .p-top__sixth__text span {
    font-size: 32px;
  }
}
.p-top__sixth-triangle {
  position: absolute;
  bottom: -135px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 154px;
  height: auto;
}
@media screen and (max-width: 599px) {
  .p-top__sixth-triangle {
    width: 86px;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    bottom: -66px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-top__sixth-person {
  position: absolute;
  bottom: -50px;
  right: 0;
  width: 29.4444444444vw;
  max-width: 530px;
  margin-right: 10.7777777778vw;
  height: auto;
}
@media screen and (max-width: 1300px) {
  .p-top__sixth-person {
    bottom: 0;
    width: 35.3333333333vw;
    max-width: 530px;
    margin-right: 3.5714285714vw;
    margin-bottom: 1.4285714286vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-top__sixth-person {
    bottom: -20%;
    right: 0;
    width: 40.2173913043vw;
    max-width: 398px;
    height: auto;
    margin-right: -1.0869565217vw;
    margin-bottom: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 599px) {
  .p-top__sixth-person {
    width: 36vw;
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    top: 4%;
    right: -2.6666666667vw;
  }
}
.p-top__seventh {
  padding-top: 97px;
}
@media screen and (max-width: 599px) {
  .p-top__seventh {
    padding-top: 40px;
  }
}
.p-top__seventh__wrap {
  width: 76.4285714286vw;
  max-width: 1070px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .p-top__seventh__wrap {
    width: 96.1333333333vw;
    max-width: 721px;
  }
}
@media screen and (max-width: 599px) {
  .p-top__seventh__wrap {
    width: 94.4vw;
  }
}
.p-top__seventh__member {
  width: 60.7142857143vw;
  max-width: 850px;
  position: relative;
  margin: 0 auto;
  margin-top: -30px;
}
@media screen and (max-width: 1024px) {
  .p-top__seventh__member {
    width: 78.9333333333vw;
    max-width: 592px;
    margin-left: 0;
  }
}
@media screen and (max-width: 599px) {
  .p-top__seventh__member {
    width: 100%;
    margin-top: 0px;
    padding-top: 187px;
  }
}
.p-top__seventh__member-image {
  width: 60.7142857143vw;
  max-width: 850px;
}
@media screen and (max-width: 1024px) {
  .p-top__seventh__member-image {
    width: 100%;
  }
}
.p-top__seventh__member-hukidasi {
  position: absolute;
  top: 60px;
  right: -22.7142857143vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 18.8571428571vw;
  max-width: 264px;
  height: auto;
}
@media screen and (min-width: 1401px) {
  .p-top__seventh__member-hukidasi {
    right: -318px;
  }
}
@media screen and (max-width: 1024px) {
  .p-top__seventh__member-hukidasi {
    top: 11%;
    right: -36%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 184px;
  }
}
@media screen and (max-width: 599px) {
  .p-top__seventh__member-hukidasi {
    top: 5%;
    right: -7%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 202px;
  }
}
.p-top__seventh-omakase {
  width: 100%;
}
.p-top__seventh__head {
  width: 100%;
  margin-top: 78px;
}
@media screen and (max-width: 1024px) {
  .p-top__seventh__head {
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 599px) {
  .p-top__seventh__head {
    width: 102%;
    margin-left: -1%;
    margin-top: 40px;
  }
}
.p-top__seventh__point {
  margin-top: 80px;
}
.p-top__seventh__point:first-child {
  margin-top: 50px;
}
@media screen and (max-width: 599px) {
  .p-top__seventh__point {
    margin-top: 0px;
  }
}
.p-top__seventh__point-head {
  width: 150px;
  height: 150px;
}
@media screen and (max-width: 1024px) {
  .p-top__seventh__point-head {
    width: 111px;
    height: 111px;
  }
}
.p-top__seventh__point-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 40px;
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .p-top__seventh__point-item {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
@media screen and (max-width: 599px) {
  .p-top__seventh__point-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 20px;
    margin-top: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-top__seventh__point-title {
  font-family: "Zen Maru Gothic", serif;
  font-size: 32px;
  line-height: 60px;
  color: #4D4D4D;
  text-align: left;
  font-weight: bold;
  padding-bottom: 13px;
  border-bottom: 4px dotted #707070;
  letter-spacing: 0.032em;
}
@media screen and (max-width: 1024px) {
  .p-top__seventh__point-title {
    font-size: 21px;
    line-height: 35px;
    text-align: left;
    padding-bottom: 9.2px;
  }
}
@media screen and (max-width: 599px) {
  .p-top__seventh__point-title {
    font-size: 24px;
    line-height: 35px;
    text-align: center;
    padding-bottom: 20px;
  }
}
.p-top__seventh__point-title span {
  font-size: 50px;
  line-height: 60px;
  letter-spacing: 0.032em;
  font-weight: bold;
  color: #FF8989;
}
@media screen and (max-width: 1024px) {
  .p-top__seventh__point-title span {
    font-size: 30px;
    line-height: 58px;
  }
}
@media screen and (max-width: 599px) {
  .p-top__seventh__point-title span {
    font-size: 31px;
    line-height: 46px;
  }
}
.p-top__seventh__point-text {
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  color: #4D4D4D;
  text-align: left;
  margin-top: 18px;
  width: 100%;
  letter-spacing: 0.032em;
}
@media screen and (max-width: 1024px) {
  .p-top__seventh__point-text {
    font-size: 20px;
    line-height: 30px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 599px) {
  .p-top__seventh__point-text {
    font-size: 18px;
    padding-left: 4px;
    padding-right: 4px;
  }
}
.p-top__seventh__point-text span {
  color: #F44848;
  text-decoration: underline;
}
.p-top__seventh__voice {
  margin: 0 auto;
  width: 92.1428571429vw;
  max-width: 1290px;
  margin-top: 112px;
}
@media screen and (max-width: 1024px) {
  .p-top__seventh__voice {
    width: 96.1333333333vw;
    max-width: 721px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 599px) {
  .p-top__seventh__voice {
    width: 94.4vw;
    margin-top: 40px;
  }
}
.p-top__eighth {
  margin-top: 100px;
  margin-bottom: 92px;
}
@media screen and (max-width: 599px) {
  .p-top__eighth {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.p-top__eighth__quotation {
  width: 76.4285714286vw;
  max-width: 1070px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-top__eighth__quotation {
    width: 96.1333333333vw;
    max-width: 721px;
  }
}
@media screen and (max-width: 599px) {
  .p-top__eighth__quotation {
    width: 94.4vw;
  }
}
.p-top__eighth__quotation-img {
  width: 100%;
}
.p-top__eighth__quotation-form {
  position: absolute;
  bottom: 20px;
  right: 30px;
  width: 485px;
  border-radius: 45px;
  border: 2px solid #F44848;
  padding: 11px 0 11px 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 42px;
  background-color: #ffffff;
}
.p-top__eighth__quotation-form img {
  width: 68px;
  height: 68px;
}
.p-top__eighth__quotation-form div {
  font-family: "Zen Maru Gothic", serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 35px;
  color: #F44848;
}

span.p-top__seventh__point-push {
  text-decoration: none;
}

.p-header__logo {
  width: 237px;
  height: 126px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .p-header__logo {
    width: 105px;
    height: auto;
  }
}
@media screen and (max-width: 599px) {
  .p-header__logo {
    width: 81px;
    height: auto;
  }
}
.p-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 20px;
  text-align: center;
  padding: 0 0 0 50px;
}
@media screen and (max-width: 599px) {
  .p-header__menu {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    padding: 0;
    gap: 10px;
  }
}
.p-header__menu-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(10px, 7.097px + 0.806vw, 20px);
}
@media screen and (max-width: 599px) {
  .p-header__menu-tel {
    display: none;
  }
}
.p-header__menu-tel-img {
  width: 82px;
  height: 82px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
@media screen and (max-width: 1024px) {
  .p-header__menu-tel-img {
    width: 46px;
    height: 46px;
  }
}
@media screen and (max-width: 599px) {
  .p-header__menu-tel-img {
    display: none;
  }
}
.p-header__menu-tel-img-sp {
  width: 130px;
}
.p-header__menu-mail {
  font-family: "Zen Maru Gothic", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 330px;
  gap: 10px;
  padding: 11px 31px 11px 23px;
  border-radius: 47px;
  background-color: #FF885C;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .p-header__menu-mail {
    width: 233px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    width: auto;
    gap: 4.2px;
    font-size: 12px;
    line-height: 14px;
    padding: 6.3px 21.6px 6.3px 11.2px;
  }
}
@media screen and (max-width: 599px) {
  .p-header__menu-mail {
    width: 145px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    border-radius: 3px;
    width: auto;
    gap: 4.2px;
    font-size: 12px;
    line-height: 14px;
    padding: 3.2px 9px 5.8px 4px;
  }
}
.p-header__menu-mail img {
  width: 68px;
  height: 68px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .p-header__menu-mail img {
    width: 38px;
    height: 38px;
  }
}
@media screen and (max-width: 599px) {
  .p-header__menu-mail img {
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 599px) {
  .p-header__menu-mail div span {
    display: none;
  }
}
.p-header__menu-small {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.024em;
}
@media screen and (max-width: 1024px) {
  .p-header__menu-small {
    font-size: 9px;
    line-height: 10px;
  }
}
@media screen and (max-width: 599px) {
  .p-header__menu-small {
    display: none;
  }
}
.p-header__menu-large {
  font-size: clamp(12px, 3.871px + 2.258vw, 40px);
  font-weight: bold;
  line-height: 1.37;
  letter-spacing: 0.024em;
  color: #B99F6E;
}
@media screen and (max-width: 1024px) {
  .p-header__menu-large {
    line-height: 1;
  }
}

.p-footer {
  width: 100%;
  background-color: #F4F4F4;
  padding: 38px 0 43.5px 0;
}
.p-footer__logo {
  width: 1070px;
  border-bottom: 4px dotted #707070;
  margin: 0 auto;
  padding-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .p-footer__logo {
    padding-bottom: 20px;
    width: 600px;
  }
}
@media screen and (max-width: 599px) {
  .p-footer__logo {
    width: 354px;
    padding: 28px 20px 30px 20px;
  }
}
.p-footer__logo img {
  width: 190px;
  height: auto;
  margin: 0 auto;
}
.p-footer__about {
  width: 607px;
  margin: 0 auto;
  padding-right: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: nowrap;
          flex-direction: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  gap: 65px;
  margin-top: 65px;
}
@media screen and (max-width: 599px) {
  .p-footer__about {
    width: 354px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 30px;
    margin-top: 22px;
    text-align: center;
  }
}
.p-footer__head {
  font-size: 28px;
  font-weight: bold;
  line-height: 38px;
  width: 112px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .p-footer__head {
    line-height: 49px;
  }
}
@media screen and (max-width: 599px) {
  .p-footer__head {
    width: 100%;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
  }
}
.p-footer__body {
  font-size: 22px;
  line-height: 50px;
  color: black;
  font-weight: 500;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  -webkit-column-gap: 26px;
     -moz-column-gap: 26px;
          column-gap: 26px;
}
@media screen and (max-width: 1024px) {
  .p-footer__body {
    line-height: 44px;
  }
}
@media screen and (max-width: 599px) {
  .p-footer__body {
    line-height: 32px;
  }
}
.p-footer__body-head {
  width: 110px;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .p-footer__body-head {
    width: 80px;
    text-align: left;
    font-size: 16px;
    line-height: 32px;
  }
}
.p-footer__body-text {
  width: 276px;
  letter-spacing: -0.009em;
  font-weight: normal;
  white-space: nowrap;
}
@media screen and (max-width: 599px) {
  .p-footer__body-text {
    width: 226px;
    text-align: left;
    font-size: 18px;
  }
}
.p-footer__terms {
  width: 1290px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .p-footer__terms {
    width: 721px;
    -webkit-column-gap: 44px;
       -moz-column-gap: 44px;
            column-gap: 44px;
  }
}
@media screen and (max-width: 599px) {
  .p-footer__terms {
    width: 354px;
    -webkit-column-gap: 27px;
       -moz-column-gap: 27px;
            column-gap: 27px;
  }
}
.p-footer-white {
  background-color: #ffffff;
  padding: 12.5px 0 26.5px 0;
  text-align: right;
}
.p-footer-white a {
  font-size: 20px;
  color: #32C4BF;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .p-footer-white a {
    font-size: 16px;
  }
}

.p-quotation__first {
  width: 92.1428571429vw;
  max-width: 1290px;
  margin: auto;
  margin-top: 66px;
}
@media screen and (max-width: 1024px) {
  .p-quotation__first {
    width: 100%;
  }
}
.p-quotation__first__header {
  width: 925px;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .p-quotation__first__header {
    width: 96.1333333333vw;
    max-width: 721px;
  }
}
@media screen and (max-width: 599px) {
  .p-quotation__first__header {
    width: 100%;
  }
}
.p-quotation__first__wrap {
  margin: 0 auto;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 84px;
  border-bottom: 4px dotted #707070;
  width: 92.1428571429vw;
  max-width: 1290px;
}
@media screen and (max-width: 1024px) {
  .p-quotation__first__wrap {
    width: 96.1333333333vw;
    max-width: 721px;
    padding-bottom: 31px;
  }
}
@media screen and (max-width: 599px) {
  .p-quotation__first__wrap {
    width: 94.4vw;
    padding-bottom: 35px;
  }
}
.p-quotation__first__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (max-width: 599px) {
  .p-quotation__first__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 20px;
  }
}
.p-quotation__first-item {
  width: 410px;
  height: 500px;
  border: 1px solid #707070;
}
@media screen and (max-width: 1024px) {
  .p-quotation__first-item {
    width: 232px;
    height: 380px;
  }
}
@media screen and (max-width: 599px) {
  .p-quotation__first-item {
    width: 100%;
    height: auto;
  }
}
.p-quotation__first-title {
  background-color: #B99F6E;
  text-align: center;
  font-size: 30px;
  line-height: 50px;
  padding: 9px 0 7px 0;
  color: #ffffff;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .p-quotation__first-title {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 599px) {
  .p-quotation__first-title {
    font-size: 25px;
    line-height: 30px;
  }
}
.p-quotation__first-img {
  width: 100%;
}
.p-quotation__first-text {
  font-size: 20px;
  text-align: left;
  line-height: 30px;
  letter-spacing: 0.032em;
  padding: 20px 23px 36px 19px;
}
@media screen and (max-width: 1024px) {
  .p-quotation__first-text {
    font-size: 16px;
    line-height: 24px;
    padding: 11px 12px 0px 11px;
  }
}
@media screen and (max-width: 599px) {
  .p-quotation__first-text {
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 18px;
  }
}
.p-quotation__second {
  padding: 60px 0 86px 0;
}
@media screen and (max-width: 1024px) {
  .p-quotation__second {
    padding: 31px 0 100px 0;
  }
}
@media screen and (max-width: 599px) {
  .p-quotation__second {
    padding: 20px 0 30px 0;
  }
}
.p-quotation__second__header {
  width: 795px;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .p-quotation__second__header {
    width: 477px;
  }
}
@media screen and (max-width: 599px) {
  .p-quotation__second__header {
    width: 100%;
  }
}
.p-quotation__second__wrap {
  margin: 0 auto;
  width: 92.1428571429vw;
  max-width: 1290px;
}
@media screen and (max-width: 1024px) {
  .p-quotation__second__wrap {
    width: 96.1333333333vw;
    max-width: 721px;
  }
}
@media screen and (max-width: 599px) {
  .p-quotation__second__wrap {
    width: 94.4vw;
  }
}
.p-quotation__second__faqs {
  margin-top: 77px;
}
@media screen and (max-width: 1024px) {
  .p-quotation__second__faqs {
    margin-top: 30px;
  }
}
@media screen and (max-width: 599px) {
  .p-quotation__second__faqs {
    margin-top: 40px;
  }
}
.p-quotation__second__faq {
  margin-top: 40px;
}
.p-quotation__second__faq:first-child {
  margin-top: 0px;
}
.p-quotation__second__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 52px;
  padding: 0 34px 0 53px;
}
@media screen and (max-width: 1024px) {
  .p-quotation__second__content {
    -webkit-column-gap: 26px;
       -moz-column-gap: 26px;
            column-gap: 26px;
    padding: 0 15px 0 24px;
  }
}
@media screen and (max-width: 599px) {
  .p-quotation__second__content {
    -webkit-column-gap: 26px;
       -moz-column-gap: 26px;
            column-gap: 26px;
    padding: 0 39px 0 8px;
  }
}
.p-quotation__second__content img {
  width: 70px;
  height: 70px;
}
@media screen and (max-width: 1024px) {
  .p-quotation__second__content img {
    width: 50px;
    height: 50px;
  }
}
.p-quotation__second__content div {
  font-size: 32px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.032em;
  color: #4D4D4D;
}
@media screen and (max-width: 1024px) {
  .p-quotation__second__content div {
    font-size: 20px;
    line-height: 32px;
  }
}
@media screen and (max-width: 599px) {
  .p-quotation__second__content div {
    font-size: 16px;
    line-height: 26px;
  }
}
.p-quotation__second__content-q {
  background-color: #DEDEDE;
}
.p-quotation__second__content-q img {
  margin-top: 14px;
  margin-bottom: 14px;
}
@media screen and (max-width: 599px) {
  .p-quotation__second__content-q div {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.p-quotation__second__content-a {
  background-color: #FFF9EF;
}
.p-quotation__second__content-a img {
  margin-top: 34px;
  margin-bottom: 46px;
}
.p-quotation__second__content-a div {
  color: #000000;
  font-weight: bold;
  line-height: 50px;
}
@media screen and (max-width: 1024px) {
  .p-quotation__second__content-a div {
    line-height: 32px;
    padding-top: 20px;
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 599px) {
  .p-quotation__second__content-a div {
    line-height: 26px;
    padding-top: 16px;
    padding-bottom: 20px;
  }
}
.p-quotation__second__kitchen {
  margin-top: 50px;
}
.p-quotation__second__kitchen__wrap {
  margin: auto;
}
@media screen and (max-width: 599px) {
  .p-quotation__second__kitchen__wrap {
    width: 100%;
  }
}
.p-quotation__second__kitchen__header {
  padding: 0 16px 0 16px;
}
.p-quotation__second__kitchen__example {
  margin-top: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2.1428571429vw;
     -moz-column-gap: 2.1428571429vw;
          column-gap: 2.1428571429vw;
}
@media screen and (min-width: 1401px) {
  .p-quotation__second__kitchen__example {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .p-quotation__second__kitchen__example {
    -webkit-column-gap: 17px;
       -moz-column-gap: 17px;
            column-gap: 17px;
  }
}
@media screen and (max-width: 599px) {
  .p-quotation__second__kitchen__example {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
}
.p-quotation__second__kitchen__example img {
  width: 45vw;
  max-width: 630px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .p-quotation__second__kitchen__example img {
    width: calc(50% - 8.5px);
  }
}
@media screen and (max-width: 599px) {
  .p-quotation__second__kitchen__example img {
    width: calc(50% - 15px);
  }
}
.p-quotation__second__kitchen__example-text {
  width: 100%;
  font-size: 46px;
  line-height: 50px;
  letter-spacing: 0.032em;
  text-align: center;
  font-weight: bold;
  color: black;
  padding: 19px 29px;
  margin-top: 20px;
  background-color: #FFEDCB;
}
@media screen and (max-width: 1024px) {
  .p-quotation__second__kitchen__example-text {
    font-size: 22px;
    margin-top: 10px;
    padding: 11px 1px 16px 12px;
  }
}
@media screen and (max-width: 599px) {
  .p-quotation__second__kitchen__example-text {
    font-size: 24px;
    line-height: 35px;
    margin-top: 10px;
    padding: 15px 10px 15px 12px;
  }
}
.p-quotation__second__kitchen__consult {
  margin-top: 20px;
}
@media screen and (max-width: 599px) {
  .p-quotation__second__kitchen__consult {
    width: 101%;
    margin-left: -0.5%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .p-quotation__second__area {
    margin-top: 72px;
  }
}
@media screen and (max-width: 599px) {
  .p-quotation__second__area {
    margin-top: 32px;
  }
}
.p-quotation__second__area__header {
  width: 865px;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .p-quotation__second__area__header {
    width: 610px;
  }
}
@media screen and (max-width: 599px) {
  .p-quotation__second__area__header {
    width: 100%;
  }
}
.p-quotation__second__area__header-consult {
  width: 100%;
}
.p-quotation__second__area__title {
  font-family: "Zen Maru Gothic", serif;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: 0.032em;
  text-align: center;
  font-weight: 500;
  color: #4D4D4D;
  margin-top: 16px;
}
@media screen and (max-width: 1024px) {
  .p-quotation__second__area__title {
    font-size: 32px;
    line-height: 46px;
    margin-top: 20px;
  }
}
.p-quotation__second__area__title span {
  color: #F44848;
  text-decoration: underline;
}
.p-quotation__second__free {
  width: 865px;
  margin: 0 auto;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .p-quotation__second__free {
    width: 664px;
    margin-top: 28px;
  }
}
@media screen and (max-width: 599px) {
  .p-quotation__second__free {
    width: 101%;
    margin-left: -0.5%;
  }
}
.p-quotation__third {
  background-color: #FFEDCB;
}
.p-quotation__third__title {
  font-family: "Zen Maru Gothic", serif;
  font-size: 60px;
  line-height: 86px;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  padding: 38px 0 37px 0;
  background-color: #FF8989;
}
@media screen and (max-width: 1024px) {
  .p-quotation__third__title {
    font-size: 40px;
    line-height: 58px;
    margin-bottom: 0;
    padding: 24px 0 22px 0;
  }
}
@media screen and (max-width: 599px) {
  .p-quotation__third__title {
    font-size: 40px;
    line-height: 50px;
    padding: 17px 0 19px 0;
  }
}
.p-quotation__third__sub {
  font-size: 32px;
  line-height: 46px;
  margin-bottom: -15px;
}
@media screen and (max-width: 1024px) {
  .p-quotation__third__sub {
    font-size: 32px;
    line-height: 46px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 599px) {
  .p-quotation__third__sub {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: -10px;
  }
}
.p-quotation__third__makers {
  width: 92.1428571429vw;
  max-width: 1290px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2.1428571429vw;
     -moz-column-gap: 2.1428571429vw;
          column-gap: 2.1428571429vw;
  row-gap: 60px;
}
@media screen and (min-width: 1401px) {
  .p-quotation__third__makers {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .p-quotation__third__makers {
    width: 599px;
    -webkit-column-gap: 14px;
       -moz-column-gap: 14px;
            column-gap: 14px;
    row-gap: 29px;
  }
}
@media screen and (max-width: 599px) {
  .p-quotation__third__makers {
    width: 100%;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    row-gap: 20px;
  }
}
.p-quotation__third__makers img {
  width: 29.2857142857vw;
  max-width: 410px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .p-quotation__third__makers img {
    width: 190px;
  }
}
@media screen and (max-width: 599px) {
  .p-quotation__third__makers img {
    width: calc(50% - 15px);
  }
}
.p-quotation__third__wrap {
  width: 100%;
  margin: 0 auto;
  padding: 120px 0 113px 0;
}
@media screen and (max-width: 1024px) {
  .p-quotation__third__wrap {
    width: 96.1333333333vw;
    max-width: 721px;
    padding: 46px 0 62px 0;
  }
}
@media screen and (max-width: 599px) {
  .p-quotation__third__wrap {
    padding: 40px 20px 34px 20px;
  }
}
.p-quotation__fourth {
  padding: 100px;
}
@media screen and (max-width: 1024px) {
  .p-quotation__fourth {
    padding: 50px 0 67px 0;
  }
}
@media screen and (max-width: 599px) {
  .p-quotation__fourth {
    padding: 40px 0 20px 0;
  }
}
.p-quotation__fourth__category {
  width: 1070px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .p-quotation__fourth__category {
    width: 96.1333333333vw;
    max-width: 721px;
  }
}
@media screen and (max-width: 599px) {
  .p-quotation__fourth__category {
    width: 94.4vw;
  }
}
.p-quotation__fourth__category img {
  width: 925px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .p-quotation__fourth__category img {
    width: 550px;
  }
}
@media screen and (max-width: 599px) {
  .p-quotation__fourth__category img {
    width: 100%;
  }
}
.p-quotation__fourth__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 3%;
     -moz-column-gap: 3%;
          column-gap: 3%;
  row-gap: 24px;
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .p-quotation__fourth__list {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 16px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 599px) {
  .p-quotation__fourth__list {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    row-gap: 20px;
    margin-top: 30px;
  }
}
.p-quotation__fourth__item {
  width: 48.5%;
  border: 2px solid #B99F6E;
  padding: 23px 0 22px 0;
  font-size: 28px;
  font-weight: bold;
  line-height: 50px;
  letter-spacing: 0.032em;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-quotation__fourth__item {
    width: calc(50% - 10px);
    font-size: 18px;
    line-height: 20px;
    padding: 15.5px 0px 15.8px 0px;
  }
}
@media screen and (max-width: 599px) {
  .p-quotation__fourth__item {
    width: calc(50% - 7.5px);
    height: 85px;
    font-size: 16px;
    line-height: 24px;
    padding: 17px 0px 16px 0px;
  }
}
.p-quotation__fourth__item:first-child {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-quotation__fourth__item:first-child {
    padding: 9px 0px 8px 0px;
    line-height: 32px;
    font-size: 28px;
  }
}
@media screen and (max-width: 599px) {
  .p-quotation__fourth__item:first-child {
    height: 60px;
    line-height: 33px;
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .p-quotation__fourth__item-1row {
    line-height: 45px;
  }
}
.p-quotation__fourth__soudan {
  width: 92.1428571429vw;
  max-width: 1290px;
  margin: 0 auto;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .p-quotation__fourth__soudan {
    width: 100%;
    margin-top: 25px;
  }
}
@media screen and (max-width: 599px) {
  .p-quotation__fourth__soudan {
    width: 100%;
    margin-top: 14px;
  }
}
.p-quotation__fourth__quotation {
  width: 1070px;
  margin: 0 auto;
  margin-top: 84px;
}
@media screen and (max-width: 1024px) {
  .p-quotation__fourth__quotation {
    margin-top: 40px;
    width: 96.1333333333vw;
    max-width: 721px;
  }
}
@media screen and (max-width: 599px) {
  .p-quotation__fourth__quotation {
    margin-top: 0;
    width: 94.4vw;
  }
}

.p-contact__wrap {
  width: 1070px;
  margin: 0 auto;
  padding: 113px 0 216px 0;
}
@media screen and (max-width: 1024px) {
  .p-contact__wrap {
    width: 721px;
    padding: 49px 0px 28px 0px;
  }
}
@media screen and (max-width: 599px) {
  .p-contact__wrap {
    width: 354px;
    padding: 36px 0px 58px 0px;
  }
}
.p-contact__header {
  width: 100%;
  text-align: center;
}
.p-contact__header h1 {
  width: 630px;
  margin: 0 auto;
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 2px solid #000000;
}
@media screen and (max-width: 1024px) {
  .p-contact__header h1 {
    width: 356px;
    font-size: 24px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .p-contact__header h1 {
    width: 100%;
    font-size: 28px;
    padding-bottom: 9.5px;
  }
}
.p-contact__header div {
  text-align: center;
  margin: 0 auto;
  margin-top: 41px;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .p-contact__header div {
    margin-top: 28px;
  }
}
@media screen and (max-width: 599px) {
  .p-contact__header div {
    width: 100%;
    font-size: 16px;
    margin-top: 39px;
  }
}
.p-contact__form {
  width: 100%;
  margin: 0 auto;
  margin-top: 54px;
  background-color: #EBEBEB;
  padding: 46px 220px 66px 220px;
  border-radius: 58px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1024px) {
  .p-contact__form {
    width: 721px;
    padding: 59px 43.5px 60px 47.5px;
    border-radius: 30px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 599px) {
  .p-contact__form {
    width: 354px;
    padding: 34px 9.8px 41px 9.8px;
    border-radius: 20px;
  }
}
.p-contact__input {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-contact__input:first-child {
  margin-top: 0;
}
.p-contact__input-label {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 599px) {
  .p-contact__input-label {
    margin-bottom: 13.5px;
  }
}
.p-contact__input-labelterms {
  font-size: 20px;
  margin-left: -5px;
}
@media screen and (max-width: 599px) {
  .p-contact__input-labelterms {
    width: 256px;
    margin-left: 5px;
    font-size: 16px;
  }
}
.p-contact__input-text {
  width: 100%;
  height: 50px;
  border: 1px solid #707070;
  padding: 10px 0 10px 11px;
  font-size: 16px;
  color: #000000;
}
@media screen and (max-width: 599px) {
  .p-contact__input-text {
    margin-left: 0.5px;
    height: 50px;
  }
}
.p-contact__input-textarea {
  width: 100%;
  border: 1px solid #707070;
  padding: 10px 11px 10px 11px;
  font-size: 16px;
  color: #000000;
}
.p-contact__input-button {
  display: inline-block;
  font-size: 20px;
}
@media screen and (max-width: 599px) {
  .p-contact__input-button {
    display: inline;
    font-size: 16px;
  }
}
.p-contact__input-button:hover {
  color: #32C4BF;
}
.p-contact__input__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-contact__input__radio label {
  font-size: 20px;
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-contact__input__radio input[type=radio] {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.p-contact__input input[type=checkbox] {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.p-contact__input-submit {
  margin-top: 40px;
  width: 100%;
  font-size: 32px;
  padding-top: 19px;
  padding-bottom: 19px;
  line-height: 48px;
  background-color: #3D95ED;
  color: #ffffff;
  border-radius: 20px;
  -webkit-box-shadow: 0 10px 0px #002F5F;
          box-shadow: 0 10px 0px #002F5F;
}

@media screen and (max-width: 599px) {
  #terms {
    margin-left: 10px;
  }
}

.p-thanks {
  width: 850px;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 434px;
}
@media screen and (max-width: 1024px) {
  .p-thanks {
    width: 721px;
    margin-top: 127px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .p-thanks {
    width: 354px;
    margin-top: 87px;
    margin-bottom: 63px;
  }
}
.p-thanks__header {
  width: 100%;
  font-size: 32px;
  color: #ffffff;
  background-color: #0060BF;
  -webkit-box-shadow: 0 10px 0px #002F5F;
          box-shadow: 0 10px 0px #002F5F;
  text-align: center;
  padding-top: 18px;
  padding-bottom: 20px;
  margin-bottom: 44px;
}
@media screen and (max-width: 1024px) {
  .p-thanks__header {
    font-size: 28px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 599px) {
  .p-thanks__header {
    font-size: 24px;
  }
}
.p-thanks__body {
  margin-bottom: 35px;
  text-align: center;
}
.p-thanks__body-text {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 33px;
}
@media screen and (max-width: 1024px) {
  .p-thanks__body-text {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .p-thanks__body-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .p-thanks__body-text-return {
    padding: 0 38.5px;
  }
}
@media screen and (max-width: 599px) {
  .p-thanks__body-text-return {
    padding: 0 0px;
  }
}
.p-thanks__body-box {
  width: 100%;
  padding-top: 47px;
  padding-bottom: 48px;
  font-size: 20px;
  border: 4px solid #000000;
  margin-bottom: 36px;
  font-weight: 500;
}
.p-thanks__img {
  width: 297px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .p-thanks__img {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}

.p-privacy {
  width: 1070px;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  .p-privacy {
    width: 721px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 599px) {
  .p-privacy {
    width: 354px;
    margin-top: 37px;
    margin-bottom: 30px;
  }
}
.p-privacy__head {
  font-size: 28px;
  font-weight: bold;
  line-height: 59px;
  border-bottom: 2px solid black;
  width: 100%;
  text-align: center;
  margin-bottom: 38px;
  padding-bottom: 31px;
}
@media screen and (max-width: 1024px) {
  .p-privacy__head {
    width: 356px;
    font-size: 24px;
    line-height: 29px;
    margin: auto;
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .p-privacy__head {
    font-size: 28px;
    line-height: 29px;
    margin-bottom: 30px;
    padding-bottom: 9.5px;
  }
}
.p-privacy__body {
  font-size: 16px;
  text-align: left;
  line-height: 24px;
}
.p-privacy__body a {
  font-size: 16px;
  color: #3D95ED;
}
.p-privacy__body-abst {
  margin-bottom: 50px;
}
.p-privacy__body-section {
  margin-bottom: 50px;
}
.p-privacy__body-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 29px;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .p-privacy__body-title {
    font-size: 18px;
  }
}
.p-privacy__body-text {
  font-size: 16px;
}
.p-privacy__body-end {
  text-align: right;
}
/*# sourceMappingURL=style.css.map */