@charset "UTF-8";
:root {
  --font-common: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
  --font-primary: kudryashev-d-contrast, sans-serif;
  --font-secondary: dnp-shuei-mincho-pr6, sans-serif;
  --font-en: "Crimson Text", serif;
  --color-basis: #333;
  --color-bg: #f9f8f8;
  --color-darker: #9BC8D2;
  --color-dark: #B4D6DD;
  --color-light: #CDE3E9;
  --color-lighter: #E0EEF1;
  --color-heading: #82BAC7;
}

.js-fade {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  opacity: 0;
}

.js-fade.is-visible {
  opacity: 1;
}

html {
  font-size: 62.5%;
}

@media screen and (max-width: 767px) {
  html {
    font-size: calc(10* (100vw / 750));
  }
}

body {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .main-area .main-inner {
    width: 100%;
  }
}

.l-article img,
.l-article svg,
.l-article video {
  width: 100%;
  height: auto;
}

.l-article a,
.l-article img,
.l-article svg,
.l-article picture {
  display: block;
}

.l-article * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#breadcrumb {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #breadcrumb .cateList {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: initial;
  }
}

@media screen and (min-width: 768px) {
  .hidden-desktop {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .hidden-phone {
    display: none;
  }
}

/*//////////////////////////////////////////////////

Title : _main.css
For   : "celford LP" styles of the site

Created       : 2022-04-26
Last Modified : 2022-04-26

==========================================

Content

    common

//////////////////////////////////////////////////*/
/* ==============================================================================================
                                          common
============================================================================================== */
.l-article {
  color: var(--color-basis);
  font-family: var(--font-common);
  font-size: var(--default-fz, 2.6rem);
  letter-spacing: .025em;
  line-height: 2;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                      for mobile phone
//////////////////////////////////////////////////////////////////////////////////////////////
*/
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                        for desktop
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (min-width: 768px) {
  .l-article {
    --default-fz: 14px;
  }
}

/*//////////////////////////////////////////////////

Title : _contents.css
For   : "celford LP" styles of the site

Created       : 2022-04-26
Last Modified : 2022-04-26

==========================================

Content

    contents

//////////////////////////////////////////////////*/
/* ==============================================================================================
                                            contents
============================================================================================== */
.ie-content {
  display: none;
}

.c-firstview {
  text-align: center;
}

.c-firstview__visual {
  position: relative;
  max-width: 1060px;
  width: 100%;
  margin: auto;
}

.c-firstview__visual a {
  width: 100%;
  height: 100%;
}

.c-firstview__img {
  width: 100%;
}

.c-firstview__ttl {
  width: var(--fv-ttl-w, 49.4rem);
  position: absolute;
}

.c-msg {
  text-align: center;
}

.c-msg__ttl {
  line-height: 1;
}

.c-msg__ttl--major {
  display: inline-block;
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: var(--msg-ttl-fz, 5.6rem);
  letter-spacing: .075em;
}

.c-msg__ttl--minor {
  display: inline-block;
  font-family: var(--font-secondary);
  letter-spacing: .05em;
}

.c-msg__recommend {
  line-height: 1;
  font-size: var(--rcmd-fz, 3rem);
}

.c-msg__recommend li span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.c-msg__recommend li span::before {
  width: var(--chip-sz, 1.6rem);
  height: var(--chip-sz, 1.6rem);
  background: var(--chip-bg);
  margin-right: var(--chip-gap, 1.8rem);
  position: relative;
  content: "";
}

.c-msg__recommend li:nth-of-type(1) span::before {
  --chip-bg: var(--color-darker);
}

.c-msg__recommend li:nth-of-type(2) span::before {
  --chip-bg: var(--color-dark);
}

.c-msg__recommend li:nth-of-type(3) span::before {
  --chip-bg: var(--color-light);
}

.c-msg__recommend li:nth-of-type(4) span::before {
  --chip-bg: var(--color-lighter);
}

.c-msg__desc {
  --desc-gap: var(--gap-padding, 1rem);
  width: var(--desc-w, 71rem);
  margin: auto;
  position: relative;
}

.c-msg__desc::before, .c-msg__desc::after {
  display: block;
  width: var(--quot-w, 3.5rem);
  height: var(--quot-h, 3.2rem);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  z-index: 1;
}

.c-msg__desc::before {
  background-image: url(/Page/style/220506_press/src/assets/img/svg/quot-l.svg);
}

.c-msg__desc::after {
  background-image: url(/Page/style/220506_press/src/assets/img/svg/quot-r.svg);
}

.c-msg__desc--frame {
  width: calc(100% - var(--desc-gap));
  height: calc(100% - var(--desc-gap));
  border: 1px solid var(--color-dark);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.c-msg__desc--frame::before, .c-msg__desc--frame::after {
  position: absolute;
  top: -1px;
  right: -1px;
  content: "";
}

.c-msg__desc--frame::before {
  width: var(--deco-w, 29rem);
  height: 1px;
  background: #fff;
}

.c-msg__desc--frame::after {
  width: 1px;
  height: var(--deco-h, 4.5rem);
  background: var(--color-bg);
}

.c-msg__deco {
  font-size: var(--deco-fz, 3.6rem);
  font-family: var(--font-primary);
  letter-spacing: .05em;
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
  line-height: 1;
  position: absolute;
}

.c-msg__detail {
  background: var(--color-bg);
}

.c-heading {
  position: relative;
  text-align: right;
}

.c-heading__notes {
  font-family: var(--font-secondary);
  font-size: var(--hd-notes-fz, 3rem);
  letter-spacing: initial;
  line-height: 1;
  letter-spacing: .05em;
}

.c-heading__ttl {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: var(--hd-ttl-fz, 6.6rem);
  line-height: 1;
  letter-spacing: .05em;
  white-space: nowrap;
}

.c-heading__num {
  position: absolute;
  z-index: -1;
}

.c-heading::after {
  display: block;
  width: var(--hd-arrow-w, 7.2rem);
  height: var(--hd-arrow-h, 8.2rem);
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-image: url(/Page/style/220506_press/src/assets/img/svg/arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
}

.c-caption {
  font-family: var(--font-en);
  font-size: var(--capt-fz, 2.3rem);
  letter-spacing: .015em;
  line-height: 1;
}

.c-caption li {
  display: inline-block;
  margin-right: var(--capt-gap, 1.8rem);
  border-bottom: 1px solid #cbcbcb;
}

.c-statement {
  display: inline-block;
  position: relative;
  z-index: 0;
  line-height: 1;
}

.c-statement__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-statement__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-statement__icon {
  width: var(--icon-sz, 4.6rem);
  height: var(--icon-sz, 4.6rem);
}

.c-statement::before {
  width: 100%;
  height: var(--statement-bg-h, 20.6rem);
  background: var(--color-bg);
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  z-index: -1;
}

.c-contents__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-contents__img {
  position: relative;
  z-index: 1;
}

.c-contents__desc {
  text-align: justify;
}

.c-credit {
  font-size: var(--credit-fz, 2.3rem);
  line-height: var(--credit-lh, calc(40 / 23));
  text-align: center;
  font-family: var(--font-en);
  letter-spacing: .015em;
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                      for mobile phone
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (max-width: 767px) {
  .c-firstview__ttl {
    left: 2rem;
    bottom: 3.6rem;
  }
  .c-firstview__desc {
    -webkit-margin-before: 10.6rem;
            margin-block-start: 10.6rem;
  }
  .c-msg {
    -webkit-margin-before: 11.5rem;
            margin-block-start: 11.5rem;
  }
  .c-msg__ttl--minor {
    -webkit-padding-before: 2.6rem;
            padding-block-start: 2.6rem;
  }
  .c-msg__recommend {
    -webkit-margin-before: 6rem;
            margin-block-start: 6rem;
  }
  .c-msg__recommend li:not(:nth-of-type(1)) {
    -webkit-margin-before: 3.4rem;
            margin-block-start: 3.4rem;
  }
  .c-msg__desc {
    -webkit-margin-before: 12.5rem;
            margin-block-start: 12.5rem;
    -webkit-padding-before: var(--desc-gap);
            padding-block-start: var(--desc-gap);
    -webkit-padding-start: var(--desc-gap);
            padding-inline-start: var(--desc-gap);
  }
  .c-msg__desc::before {
    top: -1.5rem;
    left: 4rem;
  }
  .c-msg__desc::after {
    bottom: -.6rem;
    right: 5rem;
  }
  .c-msg__deco {
    top: -1rem;
    right: 1rem;
  }
  .c-msg__detail {
    -webkit-padding-before: 6.7rem;
            padding-block-start: 6.7rem;
    -webkit-padding-after: 8rem;
            padding-block-end: 8rem;
  }
  .c-heading {
    -webkit-padding-end: 4.2rem;
            padding-inline-end: 4.2rem;
    -webkit-margin-after: 5.4rem;
            margin-block-end: 5.4rem;
  }
  .c-heading__ttl {
    -webkit-padding-before: 2rem;
            padding-block-start: 2rem;
    -webkit-padding-end: 9.8rem;
            padding-inline-end: 9.8rem;
  }
  .c-heading__num--one {
    width: 13.2rem;
    right: -3.8rem;
    bottom: 0;
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
  .c-heading__num--two {
    width: 18.8rem;
    right: -3.4rem;
    bottom: 0;
    -webkit-transform: translate(0, 215%);
            transform: translate(0, 215%);
  }
  .c-heading__num--three {
    width: 18.4rem;
    left: -1.6rem;
    top: -11rem;
  }
  .c-caption {
    -webkit-margin-before: 4rem;
            margin-block-start: 4rem;
  }
  .c-statement {
    -webkit-margin-before: 4rem;
            margin-block-start: 4rem;
    padding-inline: 4rem;
    -webkit-padding-after: 4rem;
            padding-block-end: 4rem;
  }
  .c-statement__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-statement__list li:not(:nth-of-type(1)) {
    -webkit-margin-start: 1.4rem;
            margin-inline-start: 1.4rem;
  }
  .c-statement__icon {
    -webkit-margin-end: 1rem;
            margin-inline-end: 1rem;
  }
  .c-credit {
    -webkit-margin-before: 17.2rem;
            margin-block-start: 17.2rem;
  }
  .c-contents--sec01 {
    -webkit-margin-before: 15.5rem;
            margin-block-start: 15.5rem;
  }
  .c-contents--sec02, .c-contents--sec03 {
    -webkit-margin-before: 18rem;
            margin-block-start: 18rem;
  }
  .c-contents__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-contents__desc {
    -webkit-margin-before: 4.8rem;
            margin-block-start: 4.8rem;
  }
  .c-contents--sec01 .c-heading {
    -webkit-margin-end: 1.6rem;
            margin-inline-end: 1.6rem;
  }
  .c-contents--sec01 .c-contents__unit:nth-of-type(1) {
    padding-inline: 4rem;
  }
  .c-contents--sec01 .c-contents__unit:nth-of-type(1) .c-contents__img {
    -webkit-padding-end: 11rem;
            padding-inline-end: 11rem;
  }
  .c-contents--sec01 .c-contents__unit:nth-of-type(2) {
    -webkit-margin-before: 6rem;
            margin-block-start: 6rem;
    -webkit-padding-end: 4rem;
            padding-inline-end: 4rem;
  }
  .c-contents--sec01 .c-contents__unit:nth-of-type(2) .c-contents__img:nth-of-type(1) {
    -webkit-padding-start: 23.4rem;
            padding-inline-start: 23.4rem;
  }
  .c-contents--sec01 .c-contents__unit:nth-of-type(2) .c-contents__img:nth-of-type(2) {
    -webkit-margin-before: 3rem;
            margin-block-start: 3rem;
    padding-inline: 4rem;
  }
  .c-contents--sec02 {
    -webkit-padding-start: 6rem;
            padding-inline-start: 6rem;
  }
  .c-contents--sec02 .c-heading {
    -webkit-margin-before: 6rem;
            margin-block-start: 6rem;
    -webkit-margin-after: 0;
            margin-block-end: 0;
    -webkit-margin-end: 6.6rem;
            margin-inline-end: 6.6rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .c-contents--sec02 .c-contents__unit:nth-of-type(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-contents--sec02 .c-contents__unit:nth-of-type(1) .c-contents__img {
    -webkit-padding-start: 7rem;
            padding-inline-start: 7rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .c-contents--sec02 .c-contents__unit:nth-of-type(1) .c-contents__desc {
    -webkit-padding-end: 6rem;
            padding-inline-end: 6rem;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .c-contents--sec02 .c-contents__unit:nth-of-type(2) {
    -webkit-margin-before: 6rem;
            margin-block-start: 6rem;
    -webkit-padding-end: 27rem;
            padding-inline-end: 27rem;
  }
  .c-contents--sec03 {
    -webkit-padding-start: 4rem;
            padding-inline-start: 4rem;
  }
  .c-contents--sec03 .c-heading {
    -webkit-margin-before: 6rem;
            margin-block-start: 6rem;
    -webkit-margin-after: 0;
            margin-block-end: 0;
  }
  .c-contents--sec03 .c-heading__ttl {
    -webkit-padding-end: 5rem;
            padding-inline-end: 5rem;
  }
  .c-contents--sec03 .c-contents__unit {
    -webkit-padding-end: 4rem;
            padding-inline-end: 4rem;
  }
  .c-contents--sec03 .c-contents__unit:nth-of-type(1) .c-contents__img {
    -webkit-padding-start: 25rem;
            padding-inline-start: 25rem;
  }
  .c-contents--sec03 .c-contents__unit:nth-of-type(1) .c-contents__desc {
    -webkit-padding-start: 6rem;
            padding-inline-start: 6rem;
  }
  .c-contents--sec03 .c-contents__unit:nth-of-type(2) {
    -webkit-margin-before: 6rem;
            margin-block-start: 6rem;
    -webkit-padding-end: 15rem;
            padding-inline-end: 15rem;
  }
  .c-contents--sec03 .c-contents__unit:nth-of-type(3) {
    -webkit-margin-before: 3rem;
            margin-block-start: 3rem;
    -webkit-padding-start: 8rem;
            padding-inline-start: 8rem;
  }
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                        for desktop
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (min-width: 768px) {
  .c-firstview__ttl {
    --fv-ttl-w: 294px;
    right: calc(130 / 1060 * 100%);
    top: calc(190 / 600 * 100%);
  }
  .c-firstview__desc {
    margin-top: 90px;
  }
  .c-msg {
    margin-top: 84px;
  }
  .c-msg__ttl--major {
    --msg-ttl-fz: 36px;
  }
  .c-msg__ttl--minor {
    padding-top: 10px;
  }
  .c-msg__recommend {
    --rcmd-fz: 16px;
    margin-top: 30px;
  }
  .c-msg__recommend li:not(:nth-of-type(1)) {
    margin-top: 20px;
  }
  .c-msg__recommend li span::before {
    --chip-sz: 12px;
    --chip-gap: 10px;
  }
  .c-msg__desc {
    --gap-padding: 5px;
    --desc-w: 720px;
    margin-top: 70px;
    padding-top: var(--desc-gap);
    padding-left: var(--desc-gap);
  }
  .c-msg__desc::before, .c-msg__desc::after {
    --quot-w: 22px;
    --quot-h: 20px;
  }
  .c-msg__desc::before {
    top: -10px;
    left: 60px;
  }
  .c-msg__desc::after {
    bottom: -5px;
    right: 65px;
  }
  .c-msg__desc--frame::before {
    --deco-w: 170px;
  }
  .c-msg__desc--frame::after {
    --deco-h: 30px;
  }
  .c-msg__deco {
    --deco-fz: 22px;
    top: -3px;
    right: -18px;
  }
  .c-msg__detail {
    padding: 34px 0 42px;
  }
  .c-heading {
    padding-right: 32px;
  }
  .c-heading__notes {
    --hd-notes-fz: 16px;
  }
  .c-heading__ttl {
    --hd-ttl-fz: 48px;
    margin-top: 18px;
    padding-right: 40px;
  }
  .c-heading::after {
    --hd-arrow-w: 48px;
    --hd-arrow-h: 52px;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  .c-heading__num--one {
    width: 90px;
    right: -17px;
    bottom: 0;
    -webkit-transform: translate(0, 90%);
            transform: translate(0, 90%);
  }
  .c-heading__num--two {
    width: 127px;
    right: 0;
    bottom: 0;
    -webkit-transform: translate(0, 180%);
            transform: translate(0, 180%);
  }
  .c-heading__num--three {
    width: 123px;
    right: -5rem;
    bottom: 0;
    -webkit-transform: translate(0, 160%);
            transform: translate(0, 160%);
  }
  .c-caption {
    --capt-fz: 13px;
    margin-top: 20px;
  }
  .c-caption li {
    --capt-gap: 8px;
  }
  .c-statement {
    margin-top: 30px;
    padding: 0 40px 30px;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  .c-statement__list li:not(:nth-of-type(1)) {
    margin-left: 15px;
  }
  .c-statement__icon {
    --icon-sz: 24px;
    margin-right: 5px;
  }
  .c-statement::before {
    --statement-bg-h: 146px;
  }
  .c-credit {
    --credit-fz: 13px;
    --credit-lh: calc(22 / 13);
    margin-top: 115px;
  }
  .c-contents {
    max-width: 1060px;
    width: 95%;
    margin: auto;
  }
  .c-contents--sec01 {
    margin-top: 120px;
  }
  .c-contents--sec02, .c-contents--sec03 {
    margin-top: 150px;
  }
  .c-contents--sec01 .c-heading {
    margin-right: 17px;
  }
  .c-contents--sec01 .c-contents__unit:nth-of-type(1) {
    max-width: 560px;
    width: 52.83019vw;
    margin-top: 120px;
  }
  .c-contents--sec01 .c-contents__unit:nth-of-type(1) .c-contents__img {
    margin-top: 90px;
    padding-right: 22rem;
  }
  .c-contents--sec01 .c-contents__unit:nth-of-type(2) {
    max-width: 630px;
    width: 59.43396vw;
    margin-left: -13rem;
  }
  .c-contents--sec01 .c-contents__unit:nth-of-type(2) .c-contents__img:nth-of-type(1) {
    padding-left: 23rem;
  }
  .c-contents--sec01 .c-contents__unit:nth-of-type(2) .c-contents__img:nth-of-type(2) {
    margin-top: 32px;
    padding-right: 18rem;
  }
  .c-contents--sec01 .c-contents__unit:nth-of-type(2) .c-contents__desc {
    margin-top: 82px;
    padding-right: 18rem;
  }
  .c-contents--sec02 .c-contents__unit:nth-of-type(1) {
    max-width: 548px;
    width: 51.69811vw;
    margin-top: 120px;
    margin-left: 4rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .c-contents--sec02 .c-contents__unit:nth-of-type(1) .c-contents__img {
    margin-top: 82px;
    padding-right: 24.8rem;
  }
  .c-contents--sec02 .c-contents__unit:nth-of-type(1) .c-contents__desc {
    padding-left: 90px;
    padding-right: 70px;
  }
  .c-contents--sec02 .c-contents__unit:nth-of-type(2) {
    max-width: 440px;
    width: 41.50943vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .c-contents--sec03 .c-heading {
    margin-top: 120px;
    margin-right: 5rem;
  }
  .c-contents--sec03 .c-contents__block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-contents--sec03 .c-contents__unit:nth-of-type(1) {
    max-width: 494px;
    width: 46.60377vw;
    margin-left: 9rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .c-contents--sec03 .c-contents__unit:nth-of-type(1) .c-contents__img {
    padding-left: 19.4rem;
  }
  .c-contents--sec03 .c-contents__unit:nth-of-type(1) .c-contents__desc {
    padding-right: 5rem;
  }
  .c-contents--sec03 .c-contents__unit:nth-of-type(2) {
    max-width: 400px;
    width: 37.73585vw;
    margin-top: 345px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .c-contents--sec03 .c-contents__unit:nth-of-type(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: 60px;
    padding-left: 27rem;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .c-contents--sec03 .c-contents__unit:nth-of-type(3) .c-contents__img {
    max-width: 450px;
    width: 42.45283vw;
  }
  .c-contents--sec03 .c-contents__unit:nth-of-type(3) .c-caption {
    margin-left: 2rem;
  }
  .c-contents--sec03 .c-contents__unit:nth-of-type(3) .c-caption li {
    margin-right: 0;
  }
  .c-contents--sec03 .c-contents__unit:nth-of-type(3) .c-caption li:not(:nth-of-type(1)) {
    margin-top: 12px;
  }
  .c-contents__block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-contents__desc {
    margin-top: 30px;
  }
}

@media all and (-ms-high-contrast: none) {
  .c-msg {
    display: none;
  }
  .ie-content {
    display: block;
    width: 710px;
    margin: 60px auto 0;
  }
}

/*//////////////////////////////////////////////////

Title : _button.css
For   : "celford LP" styles of the site

Created       : 2022-04-26
Last Modified : 2022-04-26

==========================================

Content

    button

//////////////////////////////////////////////////*/
/* ==============================================================================================
                                            button
============================================================================================== */
.c-btn {
  width: var(--btn-w, 61.6rem);
  height: var(--btn-h, 12.5rem);
  margin: auto;
  border: 1px solid #000;
  font-size: var(--btn-fz, 2.2rem);
  line-height: var(--btn-lh, calc(34 / 22));
  font-family: var(--font-en);
  font-style: normal;
  font-weight: 400;
  letter-spacing: .002em;
  text-align: center;
}

.c-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                      for mobile phone
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (max-width: 767px) {
  .c-btn {
    -webkit-margin-before: 12rem;
            margin-block-start: 12rem;
  }
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                        for desktop
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (min-width: 768px) {
  .c-btn {
    --btn-w: 600px;
    --btn-h: 64px;
    --btn-fz: 11px;
    --btn-lh: calc(17 / 11);
    margin-top: 90px;
  }
}
