/* reset */
main {
  display: block;
}

svg:not(:root) {
  overflow: hidden;
}

[hidden] {
  display: none;
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

*,
::before,
::after {
  border-width: 0;
  border-style: solid;
}

* {
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
}

:root {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: default;
}

a {
  text-decoration: none;
}

a,
[tabindex] {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

/* variables */
/* media query */
/* utility */
@media only screen and (max-width: 767px) {
  .u-pcOnly {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .u-spOnly {
    display: none;
  }
}

/* base */
html, body {
  height: 100%;
}

html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}

body {
  background-color: white;
  color: black;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: .06em;
  text-align: left;
}

a {
  cursor: pointer;
}

ul, ol, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

/* layout */
.l-main {
  overflow: hidden;
}

/* components */
.c-heading {
  color: #2A58AE;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.3;
}

.c-heading .sup,
.c-heading .main {
  display: block;
}

.c-heading .sup {
  font-size: 30px;
}

@media only screen and (max-width: 767px) {
  .c-heading .sup {
    font-size: 20px;
  }
}

.c-heading .main {
  font-size: 50px;
}

@media only screen and (max-width: 767px) {
  .c-heading .main {
    font-size: 28px;
    font-size: clamp(20px, 7.5vw, 28px);
  }
}

.c-heading .underline {
  padding: 0 .15em;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(35, 169, 234, 0)), color-stop(68%, rgba(35, 169, 234, 0)), color-stop(69%, #23a9ea), color-stop(95%, #23a9ea), color-stop(96%, rgba(35, 169, 234, 0)), to(rgba(35, 169, 234, 0)));
  background: linear-gradient(180deg, rgba(35, 169, 234, 0) 0%, rgba(35, 169, 234, 0) 68%, #23a9ea 69%, #23a9ea 95%, rgba(35, 169, 234, 0) 96%, rgba(35, 169, 234, 0) 100%);
}

.c-lead {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .c-lead {
    font-size: 15px;
  }
}

.c-lead .underline {
  padding: 0 .15em;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 210, 51, 0)), color-stop(64%, rgba(255, 210, 51, 0)), color-stop(65%, #ffd233), to(#ffd233));
  background: linear-gradient(180deg, rgba(255, 210, 51, 0) 0%, rgba(255, 210, 51, 0) 64%, #ffd233 65%, #ffd233 100%);
}

.c-btn {
  display: inline-block;
  letter-spacing: 0;
  text-align: center;
}

.c-btn > div {
  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;
  height: 100%;
}

.c-btn--small {
  padding: 0 26px;
  height: 40px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 700;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width: 767px) {
  .c-btn--small {
    padding: 0 10px;
    font-size: 12px;
  }
}

.c-btn--medium {
  height: 60px;
  width: 400px;
  max-width: 100%;
  border-radius: 100px;
  font-size: 20px;
  font-weight: 700;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width: 767px) {
  .c-btn--medium {
    width: 330px;
    height: 50px;
    font-size: 16px;
    -webkit-box-shadow: 0px 0.83723px 1.67446px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 0.83723px 1.67446px rgba(0, 0, 0, 0.25);
  }
}

.c-btn--large {
  padding: 0 42px;
  height: 76px;
  border-radius: 100px;
  font-size: 24px;
  font-weight: 700;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .c-btn--large {
    padding: 0 20px;
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .c-btn--large {
    height: 64px;
    width: 100%;
    max-width: 330px;
    padding: 0 12px;
    font-size: 16px;
  }
}

.c-btn--primary {
  border-style: solid;
  background-color: #DF9433;
  color: white;
}

.c-btn--secondary {
  border: solid 3px #DF9433;
  background-color: white;
  color: #DF9433;
}

/* projects */
.p-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 30px;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 10;
}

@media only screen and (max-width: 767px) {
  .p-header {
    top: -50px;
    padding: 12px 15px;
  }
}

.p-header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.p-header__logo {
  width: 170px;
}

@media only screen and (max-width: 767px) {
  .p-header__logo {
    width: 150px;
  }
}

.p-header__logo a,
.p-header__logo img {
  display: block;
}

.p-header__logo .logo-blue {
  display: none;
}

@media only screen and (max-width: 767px) {
  .p-header__btn {
    display: none;
  }
}

.p-header__btn .c-btn {
  margin-left: 11px;
}

.p-header.is-scrolled {
  background-color: rgba(255, 255, 255, 0.7);
}

@media only screen and (max-width: 767px) {
  .p-header.is-scrolled {
    top: 0;
  }
}

.p-header.is-scrolled .logo-white {
  display: none;
}

.p-header.is-scrolled .logo-blue {
  display: block;
}

.p-footer {
  padding: 50px 0 24px;
  background-color: #2A58AE;
  color: white;
}

@media only screen and (max-width: 767px) {
  .p-footer {
    padding: 24px 0 12px;
  }
}

.p-footer__wrap {
  padding: 0 30px;
}

@media only screen and (max-width: 767px) {
  .p-footer__wrap {
    padding: 0 15px;
  }
}

.p-footer__upper {
  border-bottom: solid 1px #2B62BE;
}

@media print, screen and (min-width: 768px) {
  .p-footer__upper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .p-footer__upper {
    padding-bottom: 24px;
  }
}

@media print, screen and (min-width: 768px) {
  .p-footer__lower {
    padding-top: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .p-footer__lower {
    padding-top: 12px;
  }
}

.p-footer__logo {
  width: 200px;
}

@media only screen and (max-width: 767px) {
  .p-footer__logo {
    width: 140px;
    margin: 0 auto 16px;
  }
}

.p-footer__logo a,
.p-footer__logo img {
  display: block;
}

.p-footer__nav {
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .p-footer__nav {
    font-size: 12px;
  }
}

@media print, screen and (min-width: 768px) {
  .p-footer__nav ul {
    text-align: right;
  }
}

@media only screen and (max-width: 767px) {
  .p-footer__nav ul {
    text-align: center;
  }
}

.p-footer__nav li {
  display: inline-block;
}

@media print, screen and (min-width: 768px) {
  .p-footer__nav li {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .p-footer__nav li {
    margin: 0 6px 6px;
  }
}

.p-footer__nav li a {
  color: white;
}

.p-footer__copyright {
  display: block;
  font-size: 12px;
}

@media print, screen and (min-width: 768px) {
  .p-footer__copyright {
    text-align: right;
  }
}

@media only screen and (max-width: 767px) {
  .p-footer__copyright {
    font-size: 10px;
    text-align: center;
  }
}

.p-sticky {
  position: fixed;
  bottom: -50px;
  left: 0;
  width: 100%;
  padding: 5px 0;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: bottom .3s;
  transition: bottom .3s;
  z-index: 10;
}

@media print, screen and (min-width: 768px) {
  .p-sticky {
    display: none;
  }
}

.p-sticky__wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-sticky .c-btn--small {
  margin: 0 2.5px;
  padding: 0 24px;
  font-size: clamp(10px, 4vw, 13px);
}

@media screen and (max-width: 359px) {
  .p-sticky .c-btn--small {
    padding: 0 10px;
  }
}

.p-sticky.is-scrolled {
  bottom: 0;
}

.p-keyvisual {
  position: relative;
  z-index: 0;
}

@media print, screen and (min-width: 768px) {
  .p-keyvisual {
    margin-bottom: 60px;
    padding: 160px 30px 210px;
    background: url(../img/bg-keyvisual_pc.jpg) center top no-repeat;
  }
}

@media screen and (min-width: 1501px) {
  .p-keyvisual {
    background-size: 100% 1450px;
  }
}

@media only screen and (max-width: 767px) {
  .p-keyvisual {
    padding: 26px 0 0 0;
    background: url(../img/bg-keyvisual_sp.jpg) center top no-repeat;
  }
}

.p-keyvisual__img {
  position: absolute;
}

@media print, screen and (min-width: 768px) {
  .p-keyvisual__img {
    top: 72px;
    left: calc(50% + 38px);
    width: 543px;
  }
}

@media only screen and (max-width: 767px) {
  .p-keyvisual__img {
    width: 400px;
    max-width: 107%;
    top: 145px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-left: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .p-keyvisual__btn {
    padding: 0 15px;
    text-align: center;
  }
  .p-keyvisual__btn .c-btn--medium {
    max-width: 100%;
  }
}

.p-keyvisual__wrap1 {
  position: relative;
  max-width: 1068px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .p-keyvisual__wrap1 {
    padding: 0 7.5px;
    z-index: 0;
  }
}

.p-keyvisual__wrap2 {
  position: relative;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .p-keyvisual__wrap2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    max-width: 1354px;
  }
}

@media only screen and (max-width: 767px) {
  .p-keyvisual__wrap2 {
    width: 104%;
    margin: 0 -2% 37px;
  }
}

.p-keyvisual__wrap3 {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .p-keyvisual__wrap3 {
    padding: 80px 15px 140px;
    z-index: 3;
  }
}

.p-keyvisual__wrap3Bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg-keyvisualWrap3.jpg) center top no-repeat;
  -webkit-transform: skewY(-5deg);
          transform: skewY(-5deg);
}

@media print, screen and (min-width: 768px) {
  .p-keyvisual__wrap3Bg {
    display: none;
  }
}

.p-keyvisual__titleGroup {
  display: inline-block;
  margin-bottom: 190px;
  text-align: center;
}

.p-keyvisual__title {
  margin-bottom: 52px;
}

@media only screen and (max-width: 767px) {
  .p-keyvisual__title {
    max-width: 360px;
    margin: 0 auto 150px;
  }
  .p-keyvisual__title img {
    display: block;
    width: 100%;
    height: auto;
  }
}

.p-keyvisual__catch {
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .p-keyvisual__catch {
    margin-bottom: 18px;
    text-align: center;
  }
}

.p-keyvisual__catch2 {
  position: relative;
  max-width: 343px;
  width: 100%;
  margin: 0 auto 47px;
}

.p-keyvisual__catch2 img {
  display: block;
  width: 100%;
  height: auto;
}

@media print, screen and (min-width: 768px) {
  .p-keyvisual__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .p-keyvisual__cards {
    position: relative;
  }
}

.p-keyvisual__cards dl {
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}

@media print, screen and (min-width: 768px) {
  .p-keyvisual__cards dl {
    width: 48.25%;
    padding: 50px 45px;
  }
}

@media only screen and (max-width: 767px) {
  .p-keyvisual__cards dl {
    margin-bottom: 30px;
    padding: 28px 8vw;
  }
}

.p-keyvisual__cards dt {
  margin-bottom: 14px;
  color: #23A9EA;
  font-size: 22px;
  font-weight: 900;
}

.p-keyvisual__cards dd {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.625;
}

.p-keyvisual__cards dd em {
  padding: 0 .15em;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 210, 51, 0)), color-stop(55%, rgba(255, 210, 51, 0)), color-stop(56%, #ffd233), to(#ffd233));
  background: linear-gradient(180deg, rgba(255, 210, 51, 0) 0%, rgba(255, 210, 51, 0) 55%, #ffd233 56%, #ffd233 100%);
  font-style: normal;
  font-weight: 700;
}

.p-usage {
  position: relative;
  padding: 0 30px 150px;
  background-color: white;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .p-usage {
    padding: 0 15px 80px;
  }
  .p-usage::before {
    content: "";
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: white;
  }
  .p-usage::after {
    content: "";
    position: absolute;
    top: -84px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 24px 0 24px 100vw;
    border-color: transparent transparent transparent white;
  }
}

.p-usage .c-heading {
  margin-bottom: 28px;
}

.p-usage .c-lead {
  margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .p-usage .c-lead {
    margin-bottom: 40px;
  }
}

.p-usage__wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.p-usage__item {
  position: relative;
}

@media screen and (min-width: 1024px) {
  .p-usage__item:nth-of-type(1) {
    margin-bottom: 100px;
  }
  .p-usage__item:nth-of-type(1) .p-usage__itemImg {
    text-align: left;
  }
  .p-usage__item:nth-of-type(1) .p-usage__itemText {
    top: 74px;
    right: 0;
    max-width: 573px;
    width: 50%;
  }
  .p-usage__item:nth-of-type(2) {
    margin-bottom: 180px;
  }
  .p-usage__item:nth-of-type(2) .p-usage__itemImg {
    text-align: right;
  }
  .p-usage__item:nth-of-type(2) .p-usage__itemText {
    bottom: 36px;
    left: 0;
    max-width: 505px;
    width: 50%;
  }
  .p-usage__item:nth-of-type(3) .p-usage__itemImg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-usage__item:nth-of-type(3) .p-usage__itemImg figure:nth-of-type(2) {
    margin: 78px 0 0 -207px;
  }
  .p-usage__item:nth-of-type(3) .p-usage__itemText {
    top: -36px;
    right: 0;
    max-width: 410px;
    width: 50%;
  }
}

@media screen and (max-width: 1023px) {
  .p-usage__item {
    margin-bottom: 10vw;
  }
  .p-usage__item:nth-of-type(3) {
    margin-bottom: 0;
  }
  .p-usage__item:nth-of-type(3) .p-usage__itemImg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 10%;
  }
  .p-usage__item:nth-of-type(3) .p-usage__itemImg figure:nth-of-type(2) {
    margin: 78px 0 0 -207px;
  }
}

.p-usage__itemImg {
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 1023px) {
  .p-usage__itemImg {
    text-align: right;
  }
}

.p-usage__itemImg figure {
  display: inline-block;
}

@media screen and (min-width: 1024px) {
  .p-usage__itemImg figure {
    max-width: 60%;
  }
}

@media screen and (max-width: 1023px) {
  .p-usage__itemImg figure {
    max-width: 90%;
  }
}

.p-usage__itemImg figure img {
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.25));
}

.p-usage__itemText {
  position: relative;
  padding: 4vw;
  background-color: #2A58AE;
  color: white;
  z-index: 1;
}

@media screen and (min-width: 1024px) {
  .p-usage__itemText {
    position: absolute;
  }
}

@media screen and (min-width: 1260px) {
  .p-usage__itemText {
    padding: 50px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-usage__itemText {
    width: 60%;
    margin-bottom: -80px;
  }
}

@media only screen and (max-width: 767px) {
  .p-usage__itemText {
    width: 90%;
    margin-bottom: -20px;
    padding: 24px 15px;
  }
}

.p-usage__itemText dt {
  margin-bottom: 27px;
  font-size: 28px;
  font-size: clamp(18px, 2.3vw, 28px);
  font-weight: 900;
}

@media only screen and (max-width: 767px) {
  .p-usage__itemText dt {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 700;
  }
}

.p-usage__itemText dd {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  color: #D7EFFF;
}

@media only screen and (max-width: 767px) {
  .p-usage__itemText dd {
    font-size: 13px;
    font-weight: 400;
  }
}

.p-feature {
  margin-bottom: 150px;
  padding: 0 30px;
}

@media only screen and (max-width: 767px) {
  .p-feature {
    margin-bottom: 80px;
    padding: 0 15px;
  }
}

.p-feature__wrap {
  max-width: 1196px;
  margin: 0 auto;
}

.p-feature__title {
  margin-bottom: 54px;
  color: #2A58AE;
  font-size: 30px;
  font-weight: 900;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .p-feature__title {
    margin-bottom: 16px;
    font-size: 18px;
  }
}

@media print, screen and (min-width: 768px) {
  .p-feature__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .p-feature__list {
    max-width: 500px;
    margin: 0 auto;
  }
}

.p-feature__listItem {
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

@media print, screen and (min-width: 768px) {
  .p-feature__listItem {
    margin-bottom: 20px;
    padding: 24px 28px 16px;
    width: calc((100% - 48px) / 4);
  }
}

@media only screen and (max-width: 767px) {
  .p-feature__listItem {
    margin-bottom: 16px;
    padding: 24px 16px 16px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .p-feature__listItem {
    width: calc((100% - 16px) / 2);
  }
}

.p-feature__listItem figure {
  display: block;
  width: 90px;
  margin: 0 auto 6px;
}

.p-feature__listItem dl {
  line-height: 1.45;
}

.p-feature__listItem dt {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.p-feature__listItem dd {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}

.p-feature__closing {
  margin-bottom: 48px;
  padding: 28px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  line-height: 1.45;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .p-feature__closing {
    max-width: 500px;
    margin: 0 auto 42px;
    padding: 24px 16px;
  }
}

.p-feature__closingTitle {
  margin-bottom: 16px;
}

@media print, screen and (min-width: 768px) {
  .p-feature__closingTitle {
    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;
  }
}

.p-feature__closingTitle .icon {
  display: block;
  width: 65px;
  margin-right: 24px;
}

@media only screen and (max-width: 767px) {
  .p-feature__closingTitle .icon {
    margin: 0 auto 16px;
  }
}

.p-feature__closingTitle .text {
  font-weight: 700;
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .p-feature__closingTitle .text {
    display: block;
    text-align: center;
  }
}

@media only screen and (max-width: 359px) {
  .p-feature__closingTitle .text {
    font-size: 16px;
  }
}

.p-feature__closingTitle .text small {
  color: #2872E5;
  font-size: 16px;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .p-feature__closingTitle .text small {
    margin-bottom: 4px;
  }
}

.p-feature__closingText {
  width: 100%;
  max-width: 848px;
  margin: 0 auto;
  font-size: 14px;
}

.p-contact {
  padding: 0 30px;
}

@media only screen and (max-width: 767px) {
  .p-contact {
    padding: 0 15px;
  }
}

.p-contact .c-heading {
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .p-contact .c-heading {
    margin-bottom: 48px;
  }
}

.p-contact__wrap {
  position: relative;
  max-width: 650px;
  margin: 0 auto;
  padding-bottom: 164px;
}

@media only screen and (max-width: 767px) {
  .p-contact__wrap {
    padding-bottom: 0;
  }
}

.p-contact__decoPC {
  position: absolute;
  bottom: 0;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .p-contact__decoPC {
    display: none;
  }
}

.p-contact__decoPC:nth-of-type(1) {
  width: 312px;
  right: 50%;
}

.p-contact__decoPC:nth-of-type(2) {
  width: 251px;
  left: 50%;
}

@media screen and (min-width: 1340px) {
  .p-contact__decoPC:nth-of-type(1) {
    margin-right: calc(225px + 123px);
  }
  .p-contact__decoPC:nth-of-type(2) {
    margin-left: calc(225px + 193px);
  }
}

@media screen and (max-width: 1399px) and (min-width: 1024px) {
  .p-contact__decoPC:nth-of-type(1) {
    margin-right: calc(225px + 20px);
  }
  .p-contact__decoPC:nth-of-type(2) {
    margin-left: calc(225px + 20px);
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-contact__decoPC:nth-of-type(1) {
    width: calc((312px / 5) * 4);
    margin-right: calc(173px + 10px);
  }
  .p-contact__decoPC:nth-of-type(2) {
    width: calc((251px / 5) * 4);
    margin-left: calc(173px + 10px);
  }
}

.p-contact__decoSP {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media print, screen and (min-width: 768px) {
  .p-contact__decoSP {
    display: none;
  }
}

.p-contact__decoSP figure {
  margin: 0 8px;
}

.p-contact__lead {
  margin-bottom: 80px;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: -.02em;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .p-contact__lead {
    margin-bottom: 50px;
    text-align: left;
  }
}

.p-contact__btn {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .p-contact__btn {
    margin-bottom: 30px;
  }
}

.p-contact__btn .c-btn ~ .c-btn {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .p-contact__btn .c-btn ~ .c-btn {
    margin-top: 12px;
  }
}

.is-pc .c-btn--primary:hover {
  background-color: #F8BF2D;
}

.is-pc .c-btn--secondary:hover {
  border-color: #F8BF2D;
  background-color: #FFFBF1;
  color: #F8BF2D;
}

.is-pc .p-footer__nav a:hover {
  opacity: .7;
}
/*# sourceMappingURL=style.css.map */