@charset "UTF-8";
.u-desktop {
  display: block;
}
@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .u-sp {
    display: block;
  }
}

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

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body, html {
  margin: 0;
  padding: 0;
  font-size: 10px;
  font-size: 1rem;
}

body {
  font-family: "Source Sans Pro", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: normal;
  color: #000;
  overflow-x: hidden;
  background-color: #FFFDEE;
  min-width: 320px;
  min-width: 32rem;
}
body.is-nav-open, body.is-mv {
  overflow: hidden;
}

img, iframe {
  height: auto;
}

img {
  display: block;
}

.single img {
  height: auto !important;
  max-width: 100%;
}

p {
  margin: 0;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

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

h1, h2, h3, h4, h5, h6, figure {
  margin: 0;
}

.l-main {
  padding-top: 100px;
  padding-top: 10rem;
  overflow: hidden;
}

[class*=p-top][data-observable=false],
[class*=move-top][data-observable=false] {
  opacity: 0;
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
}
[class*=p-top][data-observable=true],
[class*=move-top][data-observable=true] {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

[class*=p-ttl][data-observable=false],
[class*=move-ttl][data-observable=false] {
  overflow: hidden;
}
[class*=p-ttl][data-observable=false] span,
[class*=move-ttl][data-observable=false] span {
  opacity: 0;
  display: block;
}
[class*=p-ttl][data-observable=true] span,
[class*=move-ttl][data-observable=true] span {
  -webkit-animation-name: slideTextX100;
          animation-name: slideTextX100;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
  display: block;
}

@-webkit-keyframes slideTextX100 {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}

@keyframes slideTextX100 {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}
/* fadeIn */
.fadeIn {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeInTrigger {
  opacity: 0;
}

.box {
  padding: 20px;
  margin: 20px;
  background: #666;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* リキッドレイアウト対応 */
html {
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 375px) {
  html {
    font-size: 10px;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template, [hidden] {
  display: none;
}

.c-button {
  margin: 0 auto;
  padding: 16px 0;
  padding: 1.6rem 0;
  display: block;
  position: relative;
  max-width: 184px;
  max-width: 18.4rem;
  background: #FFE900;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 2.7rem;
}

.c-download-button {
  display: inline-block;
  padding: 16px 25px;
  padding: 1.6rem 2.5rem;
  border-radius: 2.7rem;
  background-color: #000;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
}
.c-download-button span {
  padding-left: 17px;
  padding-left: 1.7rem;
  position: relative;
}
.c-download-button span::before {
  content: "";
  position: absolute;
  top: 1px;
  top: 0.1rem;
  left: -5px;
  left: -0.5rem;
  width: 12px;
  width: 1.2rem;
  height: 14px;
  height: 1.4rem;
  background-image: url(../images/common/icon_download.png);
  background-size: cover;
}

.p-top__button {
  display: inline-block;
  position: relative;
  padding: 16px 35px 16px 56px;
  padding: 1.6rem 3.5rem 1.6rem 5.6rem;
  border-radius: 2.7rem;
  background-color: #FFE900;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .p-top__button {
    font-size: 1.6rem;
  }
}
.p-top__button::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 35px;
  left: 3.5rem;
  width: 16.5px;
  width: 1.65rem;
  height: 13px;
  height: 1.3rem;
  background-image: url(../images/common/Icon_mail_white.png);
  background-size: cover;
}
.p-top__button::after {
  content: "";
  position: absolute;
  top: -30%;
  left: -140%;
  width: 40px;
  height: 100%;
  -webkit-transform: scale(2) rotate(20deg);
          transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
  -webkit-animation-name: shiny-page;
          animation-name: shiny-page;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.btn-download a, .btn-download p {
  position: relative;
  padding: 16px 25px 16px 30px;
  padding: 1.6rem 2.5rem 1.6rem 3rem;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  opacity: 1;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .btn-download a, .btn-download p {
    font-size: 1.6rem;
  }
}
.btn-download a:hover, .btn-download p:hover {
  opacity: 1;
}
.btn-download a::after, .btn-download p::after {
  content: "";
  position: absolute;
  top: -30%;
  left: -140%;
  width: 40px;
  height: 100%;
  -webkit-transform: scale(2) rotate(20deg);
          transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
  -webkit-animation-name: shiny-page;
          animation-name: shiny-page;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.btn-download p {
  border: none;
  color: #fff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.5;
  margin: 0;
  max-width: 100%;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  vertical-align: middle;
  white-space: nowrap;
  background-color: #000000;
  border-radius: 50px;
}
.btn-download span {
  padding-left: 20px;
  padding-left: 2rem;
  position: relative;
}
.btn-download span::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -5px;
  left: -0.5rem;
  width: 12px;
  width: 1.2rem;
  height: 14px;
  height: 1.4rem;
  background-image: url(../images/common/icon_download.png);
  background-size: cover;
}
.btn-download div {
  text-align: center;
}

.l-footer {
  background-color: #FFFDEE;
}

.p-footer {
  margin-top: -40px;
  margin-top: -4rem;
  padding-top: 100px;
  padding-top: 10rem;
  padding-bottom: 50px;
  padding-bottom: 5rem;
  max-width: 1378px;
  padding-right: 6%;
  padding-left: 6%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding-bottom: 10rem;
  }
}

.p-product-footer {
  background-color: #f1b300;
}

.p-footer__logo {
  width: 190px;
  width: 19rem;
  margin: 0 auto;
  text-align: center;
}
.p-footer__logo img {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .p-footer__logo {
    width: 13.3rem;
  }
}
.p-footer__logo-link {
  display: block;
}

.p-footer__box {
  margin-top: 20px;
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .p-footer__box {
    display: block;
    text-align: center;
  }
}

.p-footer__list {
  width: 33%;
}
@media screen and (max-width: 767px) {
  .p-footer__list {
    width: 100%;
    margin-top: 3rem;
  }
}

.p-footer__item-link {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  background: url(../images/common/icon_document.png) no-repeat 0% 50%;
  background-size: 14px 18px;
  min-height: 18px;
  line-height: 18px;
  padding-left: 20px;
  padding-left: 2rem;
}

.p-footer__item-link:hover {
  text-decoration: underline;
}

.p-footer__copy {
  width: 34%;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-footer__copy {
    margin-top: 1rem;
    margin-left: 0;
    width: 100%;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
  z-index: 3;
  background-color: rgba(255, 253, 238, 0);
}
.l-header .header-inner {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.l-header .header-inner .p-header {
  -webkit-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
  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;
  max-width: 1378px;
  width: 100%;
  padding: 55px 6% 18px;
  padding: 5.5rem 6% 1.8rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-header .header-inner .p-header {
    padding: 2rem 6% 1.8rem;
  }
}
.l-header .header-inner.is-top {
  opacity: 1;
}
.l-header .header-inner.is-scroll {
  left: 0;
  margin-top: -100px;
  margin-top: -10rem;
  opacity: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 101;
}
.l-header .header-inner.is-scroll .p-header__logo {
  width: clamp(160px, 13.1396957123vw, 240px);
  width: clamp(16rem, 13.1396957123vw, 24rem);
}
.l-header .header-inner.is-scroll .p-header__logo .p-header__logo-image {
  width: 51px;
  height: 51px;
}
@media screen and (max-width: 767px) {
  .l-header .header-inner.is-scroll .p-header__logo .p-header__logo-image {
    width: 3rem;
    height: 3rem;
  }
}
.l-header .p-header__logo {
  max-width: 190px;
  max-width: 19rem;
}
.l-header .p-header__logo-image {
  width: 14vw;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .l-header .p-header__logo-image {
    width: 19rem;
  }
}
.l-header.is-scrolled .header-inner {
  background: #f1b300;
  border-bottom: solid white 1px;
}
.l-header.is-scrolled .header-inner .p-header {
  padding: 20px 6% 18px;
  padding: 2rem 6% 1.8rem;
}
.l-header.is-scrolled .header-inner.is-top {
  opacity: 0;
}
.l-header.is-scrolled .header-inner.is-scroll {
  opacity: 1;
  margin-top: 0;
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
  visibility: visible;
}

.p-header__logo-link {
  display: block;
}

.p-header__corner {
  position: absolute;
  right: 0;
  top: 0;
  width: 117px;
  width: 11.7rem;
  height: 108.74px;
  height: 10.874rem;
  overflow: hidden;
  -webkit-clip-path: inset(0% 0% 0px 0px);
          clip-path: inset(0% 0% 0px 0px);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 0.5s cubic-bezier(0.65, 0.135, 0.35, 0.86);
  transition: all 0.5s cubic-bezier(0.65, 0.135, 0.35, 0.86);
}

.p-header__corner-link {
  width: 100%;
  height: 100%;
}

.p-follow {
  position: fixed;
  top: 28%;
  right: 10px;
  right: 1rem;
  z-index: 9998;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-follow {
    top: auto;
    top: initial;
    bottom: 0;
    right: auto;
    right: initial;
    left: 0;
    width: 100vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@-webkit-keyframes shiny {
  0% {
    left: -20%;
  }
  10% {
    left: 240%;
  }
  100% {
    left: 240%;
  }
}

@keyframes shiny {
  0% {
    left: -20%;
  }
  10% {
    left: 240%;
  }
  100% {
    left: 240%;
  }
}
@-webkit-keyframes shiny-page {
  0% {
    left: -20%;
  }
  30% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}
@keyframes shiny-page {
  0% {
    left: -20%;
  }
  30% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}
.p-follow-contact {
  position: relative;
  display: block;
  background-color: #000;
  padding: 15px 18px;
  padding: 1.5rem 1.8rem;
  cursor: pointer;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-follow-contact {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-follow-contact::after {
  content: "";
  position: absolute;
  top: -30%;
  left: -140%;
  width: 40px;
  height: 100%;
  -webkit-transform: scale(2) rotate(20deg);
          transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
  -webkit-animation-name: shiny;
          animation-name: shiny;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.p-follow-contact:hover {
  background-color: #fff;
  opacity: 1;
}

.p-follow-contact__icon {
  display: block;
  width: 22px;
  width: 2.2rem;
  height: 17px;
  height: 1.7rem;
  margin: 0 auto;
  background-image: url(../images/common/icon_mail.png);
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-follow-contact__icon {
    margin: 0 2.5rem 0 0;
  }
}

.p-follow-contact:hover .p-follow-contact__icon {
  background-image: url(../images/common/Icon_mail_white.png);
}

.p-follow-contact__link {
  margin-top: 40px;
  margin-top: 4rem;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-follow-contact__link {
    margin-top: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-writing-mode: initial;
            writing-mode: initial;
    -ms-writing-mode: initial;
  }
}

.p-follow-contact:hover .p-follow-contact__link {
  color: #000;
}

.p-follow-recruit {
  margin-top: 20px;
  margin-top: 2rem;
  background-color: #00CBD9;
  padding: 15px 18px;
  padding: 1.5rem 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-follow-recruit {
    width: 50%;
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-follow-recruit:hover {
  background-color: #000000;
  opacity: 1;
}

.p-follow-recruit__icon {
  display: block;
  width: 22px;
  width: 2.2rem;
  height: 18px;
  height: 1.8rem;
  margin: 0 auto;
  background-image: url(../images/common/icon_hands.png);
  background-size: 22px 18px;
}
@media screen and (max-width: 767px) {
  .p-follow-recruit__icon {
    margin: 0 2.5rem 0 0;
  }
}

.p-follow-recruit:hover .p-follow-recruit__icon {
  background-image: url(../images/common/icon_hands-white.png);
}

.p-follow-recruit__link {
  margin-top: 40px;
  margin-top: 4rem;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
}
@media screen and (max-width: 767px) {
  .p-follow-recruit__link {
    margin-top: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-writing-mode: initial;
            writing-mode: initial;
    -ms-writing-mode: initial;
  }
}

.p-follow-recruit:hover .p-follow-recruit__link {
  color: #fff;
}

.l-container {
  max-width: 1378px;
  padding-right: 6%;
  padding-left: 6%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .l-container {
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
  }
}

.p-header__nav {
  opacity: 1;
  visibility: visible;
  position: relative;
  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: auto;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0);
  padding: 0;
  margin-right: 150px;
  margin-right: 15rem;
  z-index: 4;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  text-align: center;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 1024px) {
  .p-header__nav {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-header__nav {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(#ffe81d), color-stop(25%, #fde219), color-stop(58%, #f9d110), color-stop(95%, #f2b602), to(#f1b300));
    background: linear-gradient(to right, #ffe81d, #fde219 25%, #f9d110 58%, #f2b602 95%, #f1b300);
    padding: 0.8rem 1rem;
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}

.p-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-header__nav-list {
    display: block;
  }
}

.p-header__nav-item + .p-header__nav-item {
  margin-top: 0;
  margin-left: 20px;
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .p-header__nav-item + .p-header__nav-item {
    margin-top: 2.3em;
    margin-left: 0;
  }
}

.p-header__nav-link {
  display: block;
  position: relative;
  font-weight: bold;
  letter-spacing: 0.072em;
  font-size: 15px;
  font-size: 1.5rem;
  color: #000;
}

.p-header__nav-link::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 2px;
  background: var(--gradient-bg);
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.p-header__nav-link:hover::after {
  width: 100%;
}

.l-main.p-news .c-news__title {
  margin-bottom: 80px;
  margin-bottom: 8rem;
}

.c-news__title {
  margin-top: 82px;
  margin-top: 8.2rem;
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: bold;
  text-align: left;
}

.p-news__blog-headline {
  margin-top: 30px;
  margin-top: 3rem;
  margin-bottom: 50px;
  margin-bottom: 5rem;
  font-weight: normal;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.67;
  letter-spacing: 0.072em;
}

.p-news__blog-date {
  font-size: 13px;
  font-size: 1.3rem;
}

.p-news__blog-share {
  position: fixed;
  right: 4.6%;
  bottom: 8.3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-news__blog-share-text {
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.048em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  margin: 0 40px 0 20px;
  margin: 0 4rem 0 2rem;
}

.p-news__blog-share-text::before {
  content: "";
  position: absolute;
  top: 9px;
  top: 0.9rem;
  left: -17px;
  left: -1.7rem;
  width: 14px;
  width: 1.4rem;
  height: 2px;
  height: 0.2rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #000;
}

.p-news__blog-share-text::after {
  content: "";
  position: absolute;
  top: 9px;
  top: 0.9rem;
  right: -16px;
  right: -1.6rem;
  width: 14px;
  width: 1.4rem;
  height: 2px;
  height: 0.2rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #000;
}

.p-news__blog-share-link {
  display: inline-block;
}
.p-news__blog-share-link + .p-news__blog-share-link {
  margin-left: 10px;
  margin-left: 1rem;
}

.p-news__blog-share-link:hover {
  opacity: 0.8;
}

.p-news__blog-share-link__fb {
  width: 12px;
  width: 1.2rem;
  height: 22px;
  height: 2.2rem;
}

.p-news__blog-share-link__tw {
  width: 27px;
  width: 2.7rem;
  height: 22px;
  height: 2.2rem;
}

.p-news__blog-section {
  line-height: 2;
  letter-spacing: 0.052em;
  margin-top: 45px;
  margin-top: 4.5rem;
  margin-bottom: 100px;
  margin-bottom: 10rem;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-news__blog-section {
    margin-top: 3rem;
    font-size: medium;
    font-size: initial;
    margin-top: 0;
  }
}
.p-news__blog-section p, .p-news__blog-section ul, .p-news__blog-section ol, .p-news__blog-section blockquote, .p-news__blog-section .wp-block-button, .p-news__blog-section .wp-block-buttons {
  margin-top: 20px;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-news__blog-section p, .p-news__blog-section ul, .p-news__blog-section ol, .p-news__blog-section blockquote, .p-news__blog-section .wp-block-button, .p-news__blog-section .wp-block-buttons {
    margin-top: 1rem;
  }
}
.p-news__blog-section h1, .p-news__blog-section h2 {
  margin-top: 55px;
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-news__blog-section h1, .p-news__blog-section h2 {
    margin-top: 4rem;
  }
}
.p-news__blog-section h3, .p-news__blog-section h4, .p-news__blog-section h5, .p-news__blog-section h6, .p-news__blog-section figure, .p-news__blog-section img {
  margin-top: 30px;
  margin-top: 3rem;
}
.p-news__blog-section h1, .p-news__blog-section h2 {
  font-size: 21px;
  font-size: 2.1rem;
}
@media screen and (max-width: 767px) {
  .p-news__blog-section h1, .p-news__blog-section h2 {
    font-size: 1.5rem;
  }
}
.p-news__blog-section h1 + p, .p-news__blog-section h1 + figure, .p-news__blog-section h1 + img, .p-news__blog-section h1 + ol, .p-news__blog-section h1 + ul, .p-news__blog-section h1 + blockquote, .p-news__blog-section h1 + .wp-block-button, .p-news__blog-section h1 + .wp-block-buttons {
  margin-top: 20px;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-news__blog-section h1 + p, .p-news__blog-section h1 + figure, .p-news__blog-section h1 + img, .p-news__blog-section h1 + ol, .p-news__blog-section h1 + ul, .p-news__blog-section h1 + blockquote, .p-news__blog-section h1 + .wp-block-button, .p-news__blog-section h1 + .wp-block-buttons {
    margin-top: 1rem;
  }
}
.p-news__blog-section h2 + p, .p-news__blog-section h2 + figure, .p-news__blog-section h2 + img, .p-news__blog-section h2 + ol, .p-news__blog-section h2 + ul, .p-news__blog-section h2 + blockquote, .p-news__blog-section h2 + .wp-block-button, .p-news__blog-section h2 + .wp-block-buttons {
  margin-top: 20px;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-news__blog-section h2 + p, .p-news__blog-section h2 + figure, .p-news__blog-section h2 + img, .p-news__blog-section h2 + ol, .p-news__blog-section h2 + ul, .p-news__blog-section h2 + blockquote, .p-news__blog-section h2 + .wp-block-button, .p-news__blog-section h2 + .wp-block-buttons {
    margin-top: 1rem;
  }
}
.p-news__blog-section h1 + h1, .p-news__blog-section h1 + h2, .p-news__blog-section h1 + h3, .p-news__blog-section h1 + h4, .p-news__blog-section h1 + h5, .p-news__blog-section h1 + h6 {
  margin-top: 20px;
  margin-top: 2rem;
}
.p-news__blog-section h2 + h1, .p-news__blog-section h2 + h2, .p-news__blog-section h2 + h3, .p-news__blog-section h2 + h4, .p-news__blog-section h2 + h5, .p-news__blog-section h2 + h6 {
  margin-top: 20px;
  margin-top: 2rem;
}
.p-news__blog-section h3, .p-news__blog-section h4, .p-news__blog-section h5, .p-news__blog-section h6 {
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-news__blog-section h3, .p-news__blog-section h4, .p-news__blog-section h5, .p-news__blog-section h6 {
    font-size: 1.3rem;
  }
}
.p-news__blog-section h3 + p, .p-news__blog-section h3 + ul, .p-news__blog-section h3 + ol, .p-news__blog-section h3 + blockquote {
  margin-top: 20px;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-news__blog-section h3 + p, .p-news__blog-section h3 + ul, .p-news__blog-section h3 + ol, .p-news__blog-section h3 + blockquote {
    margin-top: 1rem;
  }
}
.p-news__blog-section h4 + p, .p-news__blog-section h4 + ul, .p-news__blog-section h4 + ol, .p-news__blog-section h4 + blockquote {
  margin-top: 20px;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-news__blog-section h4 + p, .p-news__blog-section h4 + ul, .p-news__blog-section h4 + ol, .p-news__blog-section h4 + blockquote {
    margin-top: 1rem;
  }
}
.p-news__blog-section h5 + p, .p-news__blog-section h5 + ul, .p-news__blog-section h5 + ol, .p-news__blog-section h5 + blockquote {
  margin-top: 20px;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-news__blog-section h5 + p, .p-news__blog-section h5 + ul, .p-news__blog-section h5 + ol, .p-news__blog-section h5 + blockquote {
    margin-top: 1rem;
  }
}
.p-news__blog-section h6 + p, .p-news__blog-section h6 + ul, .p-news__blog-section h6 + ol, .p-news__blog-section h6 + blockquote {
  margin-top: 20px;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-news__blog-section h6 + p, .p-news__blog-section h6 + ul, .p-news__blog-section h6 + ol, .p-news__blog-section h6 + blockquote {
    margin-top: 1rem;
  }
}
.p-news__blog-section h3 + h1, .p-news__blog-section h3 + h2, .p-news__blog-section h3 + h3, .p-news__blog-section h3 + h4, .p-news__blog-section h3 + h5, .p-news__blog-section h3 + h6 {
  margin-top: 20px;
  margin-top: 2rem;
}
.p-news__blog-section h4 + h1, .p-news__blog-section h4 + h2, .p-news__blog-section h4 + h3, .p-news__blog-section h4 + h4, .p-news__blog-section h4 + h5, .p-news__blog-section h4 + h6 {
  margin-top: 20px;
  margin-top: 2rem;
}
.p-news__blog-section h5 + h1, .p-news__blog-section h5 + h2, .p-news__blog-section h5 + h3, .p-news__blog-section h5 + h4, .p-news__blog-section h5 + h5, .p-news__blog-section h5 + h6 {
  margin-top: 20px;
  margin-top: 2rem;
}
.p-news__blog-section h6 + h1, .p-news__blog-section h6 + h2, .p-news__blog-section h6 + h3, .p-news__blog-section h6 + h4, .p-news__blog-section h6 + h5, .p-news__blog-section h6 + h6 {
  margin-top: 20px;
  margin-top: 2rem;
}
.p-news__blog-section figure + p, .p-news__blog-section figure + figure, .p-news__blog-section figure + img, .p-news__blog-section figure + ul, .p-news__blog-section figure + ol, .p-news__blog-section figure + blockquote, .p-news__blog-section figure + .wp-block-button, .p-news__blog-section figure + .wp-block-buttons {
  margin-top: 20px;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-news__blog-section figure + p, .p-news__blog-section figure + figure, .p-news__blog-section figure + img, .p-news__blog-section figure + ul, .p-news__blog-section figure + ol, .p-news__blog-section figure + blockquote, .p-news__blog-section figure + .wp-block-button, .p-news__blog-section figure + .wp-block-buttons {
    margin-top: 1rem;
  }
}
.p-news__blog-section img + p, .p-news__blog-section img + figure, .p-news__blog-section img + img, .p-news__blog-section img + ul, .p-news__blog-section img + ol, .p-news__blog-section img + blockquote, .p-news__blog-section img + .wp-block-button, .p-news__blog-section img + .wp-block-buttons {
  margin-top: 20px;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-news__blog-section img + p, .p-news__blog-section img + figure, .p-news__blog-section img + img, .p-news__blog-section img + ul, .p-news__blog-section img + ol, .p-news__blog-section img + blockquote, .p-news__blog-section img + .wp-block-button, .p-news__blog-section img + .wp-block-buttons {
    margin-top: 1rem;
  }
}
.p-news__blog-section ul + p, .p-news__blog-section ul + figure, .p-news__blog-section ul + img, .p-news__blog-section ul + ul, .p-news__blog-section ul + ol, .p-news__blog-section ul + blockquote, .p-news__blog-section ul + .wp-block-button, .p-news__blog-section ul + .wp-block-buttons {
  margin-top: 20px;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-news__blog-section ul + p, .p-news__blog-section ul + figure, .p-news__blog-section ul + img, .p-news__blog-section ul + ul, .p-news__blog-section ul + ol, .p-news__blog-section ul + blockquote, .p-news__blog-section ul + .wp-block-button, .p-news__blog-section ul + .wp-block-buttons {
    margin-top: 1rem;
  }
}
.p-news__blog-section ol + p, .p-news__blog-section ol + figure, .p-news__blog-section ol + img, .p-news__blog-section ol + ul, .p-news__blog-section ol + ol, .p-news__blog-section ol + blockquote, .p-news__blog-section ol + .wp-block-button, .p-news__blog-section ol + .wp-block-buttons {
  margin-top: 20px;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-news__blog-section ol + p, .p-news__blog-section ol + figure, .p-news__blog-section ol + img, .p-news__blog-section ol + ul, .p-news__blog-section ol + ol, .p-news__blog-section ol + blockquote, .p-news__blog-section ol + .wp-block-button, .p-news__blog-section ol + .wp-block-buttons {
    margin-top: 1rem;
  }
}
.p-news__blog-section blockquote + p, .p-news__blog-section blockquote + figure, .p-news__blog-section blockquote + img, .p-news__blog-section blockquote + ul, .p-news__blog-section blockquote + ol, .p-news__blog-section blockquote + blockquote, .p-news__blog-section blockquote + .wp-block-button, .p-news__blog-section blockquote + .wp-block-buttons {
  margin-top: 20px;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-news__blog-section blockquote + p, .p-news__blog-section blockquote + figure, .p-news__blog-section blockquote + img, .p-news__blog-section blockquote + ul, .p-news__blog-section blockquote + ol, .p-news__blog-section blockquote + blockquote, .p-news__blog-section blockquote + .wp-block-button, .p-news__blog-section blockquote + .wp-block-buttons {
    margin-top: 1rem;
  }
}
.p-news__blog-section .wp-block-button + p, .p-news__blog-section .wp-block-button + figure, .p-news__blog-section .wp-block-button + img, .p-news__blog-section .wp-block-button + ul, .p-news__blog-section .wp-block-button + ol, .p-news__blog-section .wp-block-button + blockquote, .p-news__blog-section .wp-block-button + .wp-block-button, .p-news__blog-section .wp-block-button + .wp-block-buttons {
  margin-top: 20px;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-news__blog-section .wp-block-button + p, .p-news__blog-section .wp-block-button + figure, .p-news__blog-section .wp-block-button + img, .p-news__blog-section .wp-block-button + ul, .p-news__blog-section .wp-block-button + ol, .p-news__blog-section .wp-block-button + blockquote, .p-news__blog-section .wp-block-button + .wp-block-button, .p-news__blog-section .wp-block-button + .wp-block-buttons {
    margin-top: 1rem;
  }
}
.p-news__blog-section .wp-block-buttons + p, .p-news__blog-section .wp-block-buttons + figure, .p-news__blog-section .wp-block-buttons + img, .p-news__blog-section .wp-block-buttons + ul, .p-news__blog-section .wp-block-buttons + ol, .p-news__blog-section .wp-block-buttons + blockquote, .p-news__blog-section .wp-block-buttons + .wp-block-button, .p-news__blog-section .wp-block-buttons + .wp-block-buttons {
  margin-top: 20px;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-news__blog-section .wp-block-buttons + p, .p-news__blog-section .wp-block-buttons + figure, .p-news__blog-section .wp-block-buttons + img, .p-news__blog-section .wp-block-buttons + ul, .p-news__blog-section .wp-block-buttons + ol, .p-news__blog-section .wp-block-buttons + blockquote, .p-news__blog-section .wp-block-buttons + .wp-block-button, .p-news__blog-section .wp-block-buttons + .wp-block-buttons {
    margin-top: 1rem;
  }
}
.p-news__blog-section figure + h1, .p-news__blog-section figure + h2 {
  margin-top: 55px;
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-news__blog-section figure + h1, .p-news__blog-section figure + h2, .p-news__blog-section figure + h3, .p-news__blog-section figure + h4, .p-news__blog-section figure + h5, .p-news__blog-section figure + h6 {
    margin-top: 4rem;
  }
}
.p-news__blog-section img + h1, .p-news__blog-section img + h2 {
  margin-top: 55px;
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-news__blog-section img + h1, .p-news__blog-section img + h2, .p-news__blog-section img + h3, .p-news__blog-section img + h4, .p-news__blog-section img + h5, .p-news__blog-section img + h6 {
    margin-top: 4rem;
  }
}
.p-news__blog-section ul + h1, .p-news__blog-section ul + h2 {
  margin-top: 55px;
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-news__blog-section ul + h1, .p-news__blog-section ul + h2, .p-news__blog-section ul + h3, .p-news__blog-section ul + h4, .p-news__blog-section ul + h5, .p-news__blog-section ul + h6 {
    margin-top: 4rem;
  }
}
.p-news__blog-section ol + h1, .p-news__blog-section ol + h2 {
  margin-top: 55px;
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-news__blog-section ol + h1, .p-news__blog-section ol + h2, .p-news__blog-section ol + h3, .p-news__blog-section ol + h4, .p-news__blog-section ol + h5, .p-news__blog-section ol + h6 {
    margin-top: 4rem;
  }
}
.p-news__blog-section blockquote + h1, .p-news__blog-section blockquote + h2 {
  margin-top: 55px;
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-news__blog-section blockquote + h1, .p-news__blog-section blockquote + h2, .p-news__blog-section blockquote + h3, .p-news__blog-section blockquote + h4, .p-news__blog-section blockquote + h5, .p-news__blog-section blockquote + h6 {
    margin-top: 4rem;
  }
}
.p-news__blog-section .wp-block-button + h1, .p-news__blog-section .wp-block-button + h2 {
  margin-top: 55px;
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-news__blog-section .wp-block-button + h1, .p-news__blog-section .wp-block-button + h2, .p-news__blog-section .wp-block-button + h3, .p-news__blog-section .wp-block-button + h4, .p-news__blog-section .wp-block-button + h5, .p-news__blog-section .wp-block-button + h6 {
    margin-top: 4rem;
  }
}
.p-news__blog-section .wp-block-buttons + h1, .p-news__blog-section .wp-block-buttons + h2 {
  margin-top: 55px;
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-news__blog-section .wp-block-buttons + h1, .p-news__blog-section .wp-block-buttons + h2, .p-news__blog-section .wp-block-buttons + h3, .p-news__blog-section .wp-block-buttons + h4, .p-news__blog-section .wp-block-buttons + h5, .p-news__blog-section .wp-block-buttons + h6 {
    margin-top: 4rem;
  }
}
.p-news__blog-section figcaption {
  margin-top: 10px;
  margin-top: 1rem;
  font-size: 0.8em;
  text-align: center;
}
.p-news__blog-section a {
  color: #f1b300;
  text-decoration: underline;
}
.p-news__blog-section .p-news__blog-section a:hover {
  text-decoration: none;
}
.p-news__blog-section ul:not(.blocks-gallery-grid) li {
  padding-left: 1.3em;
  position: relative;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-news__blog-section ul:not(.blocks-gallery-grid) li {
    font-size: medium;
    font-size: initial;
  }
}
.p-news__blog-section ul:not(.blocks-gallery-grid) li::before {
  content: "";
  position: absolute;
  top: 10px;
  top: 1rem;
  left: 4px;
  left: 0.4rem;
  width: 5px;
  width: 0.5rem;
  height: 5px;
  height: 0.5rem;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#ffe81d), color-stop(25%, #fde219), color-stop(58%, #f9d110), color-stop(95%, #f2b602), to(#f1b300));
  background: linear-gradient(to right, #ffe81d, #fde219 25%, #f9d110 58%, #f2b602 95%, #f1b300);
  font-size: 24px;
  font-size: 2.4rem;
}
.p-news__blog-section ol {
  font-size: 15px;
  font-size: 1.5rem;
  counter-reset: item;
  margin-top: 5px;
  margin-top: 0.5rem;
}
.p-news__blog-section ol li {
  font-size: 15px;
  font-size: 1.5rem;
  padding-left: 2em;
  position: relative;
}
.p-news__blog-section ol li::before {
  content: counter(item) ".";
  position: absolute;
  left: 0;
  counter-increment: item;
  font-weight: bold;
}
.p-news__blog-section blockquote {
  margin: 0 0 0 10px;
  margin: 0 0 0 1rem;
  padding: 0 20px;
  padding: 0 2rem;
  border-left: solid 4px #ddd;
}
.p-news__blog-section blockquote cite {
  font-size: 0.8em;
}
.p-news__blog-section .wp-block-button .wp-block-button__link {
  background-size: 2.3rem;
  position: relative;
  font-weight: 500;
  text-decoration: none;
}
.p-news__blog-section .wp-block-button .wp-block-button__link:hover {
  text-decoration: underline;
}
.p-news__blog-section .wp-block-button .wp-block-button__link:hover:after {
  -webkit-animation: animationIconLoop 0.5s cubic-bezier(0.6, 0, 0.3, 1) forwards;
  animation: animationIconLoop 0.5s cubic-bezier(0.6, 0, 0.3, 1) forwards;
}
.p-news__blog-section .wp-block-button .wp-block-button__link::after {
  content: "";
  margin-left: 5px;
  margin-left: 0.5rem;
  display: inline-block;
  position: relative;
  top: 3px;
  top: 0.3rem;
  background: url("images/icon_arrow.svg") repeat-x center right;
  background-size: 2.3rem;
  width: 17px;
  width: 1.7rem;
  height: 17px;
  height: 1.7rem;
}
.p-news__blog-section .wp-block-button .wp-block-button__link[target=_blank]::after {
  background: url("images/icon_blank.svg") repeat-x center right;
  background-size: 1.7rem;
}

.p-news__blog-section .wp-block-button .wp-block-button__link[target=_blank]:hover:after {
  -webkit-animation: none;
  animation: none;
  -webkit-animation: animationBlankLoop 0.5s cubic-bezier(0.6, 0, 0.3, 1) forwards;
  animation: animationBlankLoop 0.5s cubic-bezier(0.6, 0, 0.3, 1) forwards;
}

.pagination {
  margin-top: 60px;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .pagination {
    margin-top: 3rem;
  }
}
.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination .nav-links .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  width: 45px;
  width: 4.5rem;
  height: 45px;
  height: 4.5rem;
  border-radius: 50%;
}
.pagination .nav-links .page-numbers:hover {
  background: -webkit-gradient(linear, left top, right top, from(#ffe81d), color-stop(25%, #fde219), color-stop(58%, #f9d110), color-stop(95%, #f2b602), to(#f1b300));
  background: linear-gradient(to right, #ffe81d, #fde219 25%, #f9d110 58%, #f2b602 95%, #f1b300);
}
.pagination .nav-links .page-numbers.dots:hover {
  background: none;
}
.pagination .nav-links .page-numbers.current {
  border: solid 2px #FDC239;
  border: solid 0.2rem #FDC239;
}
.pagination .nav-links .page-numbers.prev:hover, .pagination .nav-links .page-numbers.next:hover {
  text-decoration: underline;
  -webkit-animation: animationIconLoop 0.5s cubic-bezier(0.6, 0, 0.3, 1) forwards;
  animation: animationIconLoop 0.5s cubic-bezier(0.6, 0, 0.3, 1) forwards;
}
.pagination .nav-links .page-numbers + .page-numbers {
  margin-left: 15px;
  margin-left: 1.5rem;
}
.pagination .nav-links .page-numbers.dots {
  width: auto;
  background: none;
}
.pagination .nav-links .page-numbers.prev, .pagination .nav-links .page-numbers.next {
  display: none;
}

.p-scroll {
  position: absolute;
  left: 21px;
  left: 2.1rem;
  bottom: 100px;
  bottom: 10rem;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  .p-scroll {
    position: static;
    text-align: center;
    margin-top: 4rem;
  }
}
.p-scroll__top {
  position: relative;
}
.p-scroll a {
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 600px) {
  .p-scroll a {
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    -webkit-transform: none;
            transform: none;
    -webkit-transform: initial;
            transform: initial;
  }
}
@media screen and (min-width: 767px) {
  .p-scroll a:hover {
    color: #000;
  }
  .p-scroll a:hover span::before {
    border-top: 0.2rem solid #000;
    border-right: 0.2rem solid #000;
  }
}
.p-scroll span {
  position: relative;
  padding-top: 12px;
  padding-top: 1.2rem;
}
@media screen and (max-width: 600px) {
  .p-scroll span {
    padding-top: 0;
    padding-bottom: 1.6rem;
  }
}
.p-scroll span::before {
  content: "";
  position: absolute;
  top: 2px;
  top: 0.2rem;
  left: 5px;
  left: 0.5rem;
  width: 6px;
  width: 0.6rem;
  height: 6px;
  height: 0.6rem;
  border-top: 2px solid #fff;
  border-top: 0.2rem solid #fff;
  border-right: 2px solid #fff;
  border-right: 0.2rem solid #fff;
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}
@media screen and (max-width: 600px) {
  .p-scroll span::before {
    top: auto;
    top: initial;
    bottom: 0.8rem;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(135deg);
            transform: translateX(-50%) rotate(135deg);
  }
}

.p-scroll__black a {
  color: #000;
}
@media screen and (min-width: 767px) {
  .p-scroll__black a:hover {
    color: #f1b300;
  }
  .p-scroll__black a:hover span::before {
    border-top: 0.2rem solid #f1b300;
    border-right: 0.2rem solid #f1b300;
  }
}
.p-scroll__black span::before {
  border-top: 2px solid #000;
  border-top: 0.2rem solid #000;
  border-right: 2px solid #000;
  border-right: 0.2rem solid #000;
}

.p-header__nav-button {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-header__nav-button {
    outline: none;
    border: none;
    border-radius: 0;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    display: block;
    padding: 0;
    width: 2.4rem;
    height: 1.6rem;
    margin-left: var(--s-space);
    background: url("../images/common/icon_menu.svg") no-repeat center center;
    z-index: 9999;
  }
}

.is-nav-open .p-header__nav {
  opacity: 1;
  visibility: visible;
}

.is-nav-open .p-header__nav-button {
  width: 18px;
  width: 1.8rem;
  height: 18px;
  height: 1.8rem;
  margin-right: 3px;
  background: url("../images/common/icon_close.svg") no-repeat center center;
}

.c-headline {
  margin-top: 82px;
  margin-top: 8.2rem;
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: bold;
  text-align: left;
}

.p-news__cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
  margin-top: 6rem;
  font-size: 15px;
  font-size: 1.5rem;
  width: 100%;
  border-top: solid 1px #000;
  border-top: solid 0.1rem #000;
  border-bottom: solid 1px #000;
  border-bottom: solid 0.1rem #000;
}
@media screen and (max-width: 767px) {
  .p-news__cats {
    margin-top: 4.5rem;
  }
}
@media screen and (max-width: 600px) {
  .p-news__cats {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-news__cats-item {
  position: relative;
  width: 25%;
  border-right: solid 1px #000;
  border-right: solid 0.1rem #000;
}
@media screen and (max-width: 600px) {
  .p-news__cats-item {
    width: 50%;
  }
}
.p-news__cats-item a {
  padding: 20px;
  padding: 2rem;
}
.p-news__cats-item.is-current {
  background-color: #FDC239;
}
@media screen and (max-width: 600px) {
  .p-news__cats-item:nth-child(2) {
    border-right: none;
  }
}
@media screen and (max-width: 600px) {
  .p-news__cats-item:nth-child(3) {
    border-top: solid 0.1rem #000;
  }
}
.p-news__cats-item:last-child {
  border-right: none;
}
@media screen and (max-width: 600px) {
  .p-news__cats-item:last-child {
    border-top: solid 0.1rem #000;
  }
}
.p-news__cats-item + .p-news__cats-item {
  margin-left: 0;
}

.p-news__list {
  margin-top: 50px;
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1.4%;
     -moz-column-gap: 1.4%;
          column-gap: 1.4%;
  row-gap: 20px;
  row-gap: 2rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-news__list {
    margin-top: 3rem;
  }
}

.c-news-list__item {
  padding: 20px 16px 50px;
  padding: 2rem 1.6rem 5rem;
  width: 23.95%;
}
@media screen and (max-width: 1024px) {
  .c-news-list__item {
    width: 32%;
  }
}
@media screen and (max-width: 767px) {
  .c-news-list__item {
    width: 48%;
  }
}
.c-news-list__item:nth-child(2n+1) {
  background-color: #FFF5A5;
}
.c-news-list__item:nth-child(2n) {
  background-color: #B9EBE1;
}
@media screen and (max-width: 1024px) {
  .c-news-list__item:last-child {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .c-news-list__item:last-child {
    display: block;
  }
}

.p-news__cats-link {
  font-weight: bold;
  display: block;
  width: 100%;
}

.c-news-list__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 600px) {
  .c-news-list__item-link {
    display: block;
  }
}

.c-news-list__item-date {
  width: 40%;
  text-align: left;
  font-weight: bold;
  letter-spacing: 0.052em;
  font-size: 13px;
  font-size: 1.3rem;
}
@media screen and (max-width: 600px) {
  .c-news-list__item-date {
    margin-left: 1rem;
  }
}

.c-news-list__item-date span {
  display: inline-block;
}

.c-news-list__item-category {
  width: 60%;
  text-align: right;
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
  color: #000;
}
@media screen and (max-width: 600px) {
  .c-news-list__item-category {
    width: 100%;
    text-align: left;
  }
}

.c-news-list__item-category span {
  display: inline-block;
  padding: 9px;
  padding: 0.9rem;
  background-color: #fff;
}

.c-news-list__item-text {
  margin-top: 30px;
  margin-top: 3rem;
  height: 72px;
  line-height: 1.77;
  font-size: 15px;
  font-size: 1.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.p-top__mainvisual {
  position: relative;
  padding-top: 100px;
  padding-top: 10rem;
  background-color: #fdca41;
}
@media screen and (max-width: 767px) {
  .p-top__mainvisual {
    padding-top: 6.6rem;
  }
}
.p-top__mainvisual video {
  width: 100vw;
  height: calc(100vh - 10rem);
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-top__mainvisual video {
    height: calc(100vh - 6.6rem);
  }
}

.p-top__mainvisual-figure {
  position: absolute;
  top: 79%;
  right: 4.6%;
  width: 43%;
}
@media screen and (max-width: 600px) {
  .p-top__mainvisual-figure {
    top: 80%;
    width: 78%;
  }
}

.l-page {
  padding-top: 150px;
  padding-top: 15rem;
}
.l-page .l-page_inner {
  overflow: hidden;
}

.page-section .c-container {
  padding-left: 6%;
  padding-right: 6%;
}
@media screen and (max-width: 767px) {
  .page-section .c-container {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.page-section .smb-section__title {
  margin-bottom: 1.8em;
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: bold;
  text-align: left;
}
.page-section h3 {
  margin-bottom: 1.8em;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
}
.page-section h3 img {
  display: inline;
  vertical-align: middle;
  padding-left: 5px;
  padding-left: 0.5rem;
  padding-right: 5px;
  padding-right: 0.5rem;
}
.page-section .p-ttl__headline {
  position: relative;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 100px;
  margin-bottom: 10rem;
}
.page-section .p-ttl__headline::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -110px;
  right: -11rem;
  width: 100px;
  width: 10rem;
  height: 1px;
  height: 0.1rem;
  background-color: #000;
}
.page-section .secction-lead {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .page-section .secction-lead {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .page-section .product2-items {
    gap: 4em;
  }
}
.page-section .product2-item {
  position: relative;
}
.page-section .product2-item .product2-icon1 {
  position: absolute;
  top: -40px;
  top: -4rem;
  left: -40px;
  left: -4rem;
  width: 100%;
}
.page-section .product2-item .product2-icon1 img {
  width: 20%;
}
.page-section .product2-item .product2-icon2 {
  position: absolute;
  top: 27px;
  top: 2.7rem;
  left: 10px;
  left: 1rem;
  width: 100%;
}
.page-section .product2-item .product2-icon2 img {
  width: 13%;
}
.page-section .product2-item .product2-icon3 {
  position: absolute;
  top: -40px;
  top: -4rem;
  right: 13px;
  right: 1.3rem;
  width: 100%;
}
.page-section .product2-item .product2-icon3 img {
  width: 13%;
  margin: 0 0 0 auto;
}
.page-section .p-top__approach__dot {
  padding-top: 0.4em;
  background-position: top left -1px;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  background-image: radial-gradient(0.15em 0.15em at center center, white 0%, white 99%, rgba(255, 255, 255, 0) 100%, transparent);
}

.product1-popup .c-container {
  padding: 0 10%;
}

.p-privacy__container {
  margin: 0 auto;
  padding: 70px var(--m-space) 150px;
  padding: 7rem var(--m-space) 15rem;
  max-width: 780px;
  max-width: 78rem;
}

.p-privacy__headline {
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.012em;
}
@media screen and (min-width: 767px) {
  .p-privacy__headline {
    font-size: 5.4rem;
    letter-spacing: 0.0216em;
  }
}

.p-privacy__headline--jp {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
}

.p-privacy__leadtext {
  margin-top: 40px;
  margin-top: 4rem;
  padding-bottom: 45px;
  padding-bottom: 4.5rem;
  border-bottom: 1px solid #ddd;
}

.p-privacy__text {
  line-height: 2;
  font-size: 15px;
  font-size: 1.5rem;
}
.p-privacy__text .p-privacy__order-list {
  margin-top: 10px;
  margin-top: 1rem;
  line-height: 2;
}

.p-privacy__section {
  padding: 20px 0 45px;
  padding: 2rem 0 4.5rem;
}
@media screen and (min-width: 767px) {
  .p-privacy__section {
    padding: 3rem 0 6rem;
  }
}
.p-privacy__section + .p-privacy__section {
  border-top: 1px solid #ddd;
}
.p-privacy__section .p-privacy__text {
  margin-top: 15px;
  margin-top: 1.5rem;
}

.p-privacy__section-title {
  font-size: 15px;
  font-size: 1.5rem;
}
.p-privacy__section-title__sm {
  font-size: 13px;
  font-size: 1.3rem;
}
.p-privacy__section-title .p-privacy__list {
  margin-top: 10px;
  margin-top: 1rem;
}

.p-privacy__text + .p-privacy__section-title--sm, .p-privacy__order-list + .p-privacy__section-title--sm, .p-privacy__list + .p-privacy__section-title--sm {
  margin-top: 20px;
  margin-top: 2rem;
}

.p-privacy__order-list {
  counter-reset: item;
  margin-top: 5px;
  margin-top: 0.5rem;
  line-height: 2;
}

.p-privacy__order-list__item {
  padding-left: 2.5em;
  position: relative;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
}
.p-privacy__order-list__item .p-privacy__order-list__item {
  margin-top: 10px;
  margin-top: 1rem;
}
.p-privacy__order-list__item::before {
  content: "(" counter(item) ")";
  position: absolute;
  left: 0;
  counter-increment: item;
  font-weight: bold;
}

.p-privacy__list {
  margin-top: 5px;
  margin-top: 0.5rem;
  line-height: 2;
}

.p-privacy__list__item {
  padding-left: 1.3em;
  position: relative;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
}
.p-privacy__list__item::before {
  content: "";
  position: absolute;
  left: 4px;
  left: 0.4rem;
  width: 5px;
  width: 0.5rem;
  height: 5px;
  height: 0.5rem;
  border-radius: 50%;
  top: 12px;
  top: 1.2rem;
  background: -webkit-gradient(linear, left top, right top, from(#ffe81d), color-stop(25%, #fde219), color-stop(58%, #f9d110), color-stop(95%, #f2b602), to(#f1b300));
  background: linear-gradient(to right, #ffe81d, #fde219 25%, #f9d110 58%, #f2b602 95%, #f1b300);
}

.p-privacy__link {
  color: #f1b300;
  text-decoration: underline;
}

.p-privacy-sign {
  text-align: right;
}

.p-privacy__text + .p-privacy__section-title__sm, .p-privacy__order-list + .p-privacy__section-title__sm, .p-privacy__list + .p-privacy__section-title_sm {
  margin-top: 20px;
  margin-top: 2rem;
}

.p-product {
  padding-top: 100px;
  padding-top: 10rem;
  padding-bottom: 100px;
  padding-bottom: 10rem;
}

h2.p-product__title {
  margin-bottom: 1.8em;
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: bold;
}

h3.p-product__title {
  margin-bottom: 1.8em;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
}

.p-product__text {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .p-product__text {
    font-size: 3.2vw;
  }
}

.product1-about .wp-block-group__inner-container {
  position: relative;
}
.product1-about .p-scroll {
  left: calc(-6vw + 2.1rem);
}
@media screen and (min-width: 1280px) {
  .product1-about .p-scroll {
    left: calc(640px - 54vw);
  }
}
@media screen and (max-width: 767px) {
  .product1-about .p-scroll {
    left: calc(-5vw + 2.1rem);
  }
}

.p-product1__figure1 {
  margin-top: 60px;
  margin-top: 6rem;
}

.p-product1__image1 {
  width: 53%;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .p-product1__image1 {
    width: 100%;
  }
}

.p-product1__arrow1 {
  margin-top: 50px;
  margin-top: 5rem;
  text-align: center;
}
.p-product1__arrow1 img {
  width: 30px;
  height: 60px;
  margin: 0 auto;
}

.p-product1__figure2 {
  position: relative;
  margin-top: 50px;
  margin-top: 5rem;
}

.product1-position .wp-block-group__inner-container {
  position: relative;
}
.product1-position .p-scroll {
  left: calc(-6vw + 2.1rem);
}
@media screen and (min-width: 1280px) {
  .product1-position .p-scroll {
    left: calc(640px - 54vw);
  }
}
@media screen and (max-width: 767px) {
  .product1-position .p-scroll {
    left: calc(-5vw + 2.1rem);
  }
}

.p-product__imgs {
  width: 100%;
  margin: 0 auto;
}

.p-product__submit {
  margin-top: 100px;
  margin-top: 10rem;
  text-align: center;
}

.p-product1-position {
  margin-top: 200px;
  margin-top: 20rem;
}

.p-product1-position__title {
  position: relative;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 100px;
  margin-bottom: 10rem;
}
.p-product1-position__title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -110px;
  right: -11rem;
  width: 100px;
  width: 10rem;
  height: 1px;
  height: 0.1rem;
  background-color: #000;
}

.p-product1__figure3 {
  margin-top: 72px;
  margin-top: 7.2rem;
}

.p-product1__image3 {
  width: 66%;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .p-product1__image3 {
    width: 100%;
  }
}

.p-product2 {
  background-color: #FDC239;
}

.p-product-about .p-product2__text {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

.p-product2__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-product2__image1 {
  padding-top: 5px;
  padding-top: 0.5rem;
  display: inline;
  width: 247px;
  width: 24.7rem;
}
@media screen and (max-width: 600px) {
  .p-product2__image1 {
    width: 20rem;
  }
}

.p-product__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 2.6%;
     -moz-column-gap: 2.6%;
          column-gap: 2.6%;
  margin-top: 25px;
  margin-top: 2.5rem;
  margin-bottom: 137px;
  margin-bottom: 13.7rem;
}
@media screen and (max-width: 767px) {
  .p-product__box {
    display: block;
  }
}

.p-product2__figure1 {
  width: 45.5%;
}
@media screen and (max-width: 767px) {
  .p-product2__figure1 {
    width: 100%;
  }
}

.p-product2__figure2 {
  width: 41%;
}
@media screen and (max-width: 767px) {
  .p-product2__figure2 {
    width: 100%;
  }
}

.p-product2__dot {
  padding-top: 0.4em;
  background-position: top left -1px;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  background-image: radial-gradient(0.15em 0.15em at center center, white 0%, white 99%, rgba(255, 255, 255, 0) 100%, transparent);
}

.p-product2__figure3 {
  margin-top: 50px;
  margin-top: 5rem;
}

.p-product-footer {
  background-color: #FDC239;
  padding-top: 100px;
  padding-top: 10rem;
  margin-top: -35px;
  margin-top: -3.5rem;
}
.p-product-footer .p-footer {
  margin-top: 0;
}

#product1 .img-arrow img {
  width: 32px;
  height: 62px;
}

.product1-popup .p-top__contact-main {
  width: 600px;
  max-width: 100%;
}
.product1-popup .p-top__contact-main td input {
  background-color: #fff;
}

@media screen and (max-width: 600px) {
  .product1-popup .c-container {
    padding: 0;
  }
}

.page form.sent .p-top__contact-main {
  display: none;
}

.home {
  background-color: #f1b300;
}
.home .l-main {
  padding-top: 0;
}
.home img {
  width: 100%;
}

.p-top__container {
  max-width: 870px;
  max-width: 87rem;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .p-top__container {
    padding: 0 5%;
  }
}

.p-ttl__headline {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}

.p-ttl__headline span {
  position: relative;
}
.p-ttl__headline span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 100px;
  width: 10rem;
  height: 1px;
  height: 0.1rem;
  background-color: #000;
  margin-left: 10px;
  margin-left: 1rem;
}

.p-ttl__headline--sm {
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.05em;
}

.p-top__text {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 3;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .p-top__text {
    font-size: 4.7vw;
  }
}

.p-top__submit {
  margin-top: 80px;
  margin-top: 8rem;
  text-align: center;
}

.p-top__lead {
  padding-top: 100px;
  padding-top: 10rem;
  padding-bottom: 100px;
  padding-bottom: 10rem;
  text-align: center;
  background-color: #fcca45;
}

.p-top__lead-text {
  max-width: 855px;
  max-width: 85.5rem;
  margin: 0 auto;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  padding: 20px;
  padding: 2rem;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 3;
}
@media screen and (max-width: 600px) {
  .p-top__lead-text {
    font-size: 3.3vw;
    padding: 2rem 1rem;
  }
}

.p-top__vision {
  padding-top: 100px;
  padding-top: 10rem;
  padding-bottom: 215px;
  padding-bottom: 21.5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#fcca45), to(#f1b300));
  background: linear-gradient(to bottom, #fcca45 0%, #f1b300);
}

.p-top__vision-text {
  margin-top: 70px;
  margin-top: 7rem;
}

.p-top__vision-text__strong {
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 600px) {
  .p-top__vision-text__strong {
    font-size: 6.5vw;
  }
}

.p-top__base {
  background-color: #FFFDEE;
  padding: 116px 0 100px;
  padding: 11.6rem 0 10rem;
}

.p-top__base-content {
  max-width: 855px;
  max-width: 85.5rem;
  margin: 30px auto 0;
  margin: 3rem auto 0;
}

.p-top__base-text {
  line-height: 1;
  padding: 20px 0;
  padding: 2rem 0;
  border-top: solid 1px #000;
  border-top: solid 0.1rem #000;
  border-bottom: solid 1px #000;
  border-bottom: solid 0.1rem #000;
}

.p-top__base-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2%;
     -moz-column-gap: 2%;
          column-gap: 2%;
  width: 100%;
  margin-top: 50px;
  margin-top: 5rem;
}
@media screen and (max-width: 600px) {
  .p-top__base-items {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .p-top__base-items .p-top__text {
    font-size: 2vw;
  }
}
@media screen and (max-width: 600px) {
  .p-top__base-items .p-top__text {
    font-size: 4vw;
  }
}

.p-top__base-item {
  width: 32%;
  padding: 70px 20px 60px;
  padding: 7rem 2rem 6rem;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .p-top__base-item {
    width: 100%;
    margin-top: 2rem;
    padding: 3rem 2rem;
  }
}
.p-top__base-item:first-child {
  margin-top: 0;
}

.p-top__base-item:nth-child(n+1) {
  background-color: #FFF5A5;
}

.p-top__base-item:nth-child(2n) {
  background-color: #B9EBE1;
}

.p-top__base-item img {
  margin: 0 auto;
}

.p-top__base-item1 img {
  width: 26.5px;
  width: 2.65rem;
  height: 48px;
  height: 4.8rem;
  margin-bottom: 19px;
  margin-bottom: 1.9rem;
}

.p-top__base-item2 img {
  width: 54px;
  width: 5.4rem;
  height: 48px;
  height: 4.8rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

.p-top__base-item3 img {
  width: 64px;
  width: 6.4rem;
  height: 58px;
  height: 5.8rem;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}

.p-top__approach-a {
  padding-top: 100px;
  padding-top: 10rem;
  padding-bottom: 100px;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-top__approach-a {
    margin-top: 16rem;
  }
}
.p-top__approach-a .l-container {
  position: relative;
}
.p-top__approach-a .p-top__approach-headline {
  position: absolute;
  top: 0;
  left: 9%;
  font-size: 114px;
  font-size: 11.4rem;
  font-weight: bold;
  color: #fff;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-top__approach-a .p-top__approach-headline {
    top: -15rem;
  }
}
.p-top__approach-a .p-top__approach-text {
  max-width: 410px;
  max-width: 41rem;
  margin: 0 auto;
  text-align: left;
}
.p-top__approach-a .p-top__approach-text span {
  font-size: 30px;
  font-size: 3rem;
  background-color: #fff;
  padding: 10px;
  padding: 1rem;
}
@media screen and (max-width: 600px) {
  .p-top__approach-a .p-top__approach-text span {
    font-size: 6.5vw;
  }
}

.p-top__approach-b {
  padding: 100px 0;
  padding: 10rem 0;
  background-color: #FFFDEE;
}
.p-top__approach-b .p-top__approach__text {
  font-size: 30px;
  font-size: 3rem;
}
.p-top__approach-b .p-top__approach__dot {
  padding-top: 0.4em;
  background-position: top left -1px;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  background-image: radial-gradient(0.15em 0.15em at center center, #fdc239 0%, #fdc239 99%, rgba(253, 194, 57, 0) 100%, transparent);
}
.p-top__approach-b .p-top__approach__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}
@media screen and (max-width: 600px) {
  .p-top__approach-b .p-top__approach__box {
    margin-top: 2.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2.5rem;
  }
}
.p-top__approach-b .p-top__approach-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
.p-top__approach-b .p-top__approach-item {
  width: 68px;
  width: 6.8rem;
}
.p-top__approach-b .p-top__approach-item img {
  margin: 0 auto;
}
.p-top__approach-b .p-top__approach-item span {
  font-size: 12px;
  font-size: 1.2rem;
  background-color: #000;
  color: #fff;
  padding: 2px 10px 3px;
  padding: 0.2rem 1rem 0.3rem;
}
.p-top__approach-b .p-top__approach-item1 {
  padding-top: 10px;
  padding-top: 1rem;
}
.p-top__approach-b .p-top__approach-item1 img {
  width: 20px;
  width: 2rem;
  height: 36px;
  height: 3.6rem;
}
.p-top__approach-b .p-top__approach-item2 {
  padding-top: 10px;
  padding-top: 1rem;
}
.p-top__approach-b .p-top__approach-item2 img {
  width: 46px;
  width: 4.6rem;
  height: 36px;
  height: 3.6rem;
}
.p-top__approach-b .p-top__approach-item3 {
  width: 108px;
  width: 10.8rem;
}
.p-top__approach-b .p-top__approach-item3 img {
  width: 51px;
  width: 5.1rem;
  height: 46px;
  height: 4.6rem;
}
.p-top__approach-b .p-top__approach-figure {
  margin: 9rem calc(50% - 50vw) 0;
  background-color: #fff;
}
.p-top__approach-b .p-top__approach-figure img {
  width: 64%;
  margin: 0 auto;
  padding: 50px 0;
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  .p-top__approach-b .p-top__approach-figure img {
    width: 84%;
  }
}
@media screen and (max-width: 600px) {
  .p-top__approach-b .p-top__approach-figure img {
    width: 82%;
    padding: 6rem 0 6.5rem;
  }
}

.p-top__approach-c {
  padding: 236px 0 100px;
  padding: 23.6rem 0 10rem;
}
@media screen and (max-width: 767px) {
  .p-top__approach-c {
    padding: 10rem 0 10rem;
  }
}
.p-top__approach-c .p-top__approach-text span {
  padding: 10px;
  padding: 1rem;
  background-color: #fff;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 600px) {
  .p-top__approach-c .p-top__approach-text span {
    font-size: 6.5vw;
  }
}
.p-top__approach-c .p-top__approach-analysis {
  max-width: 450px;
  max-width: 45rem;
  margin: 60px auto 0;
  margin: 6rem auto 0;
  padding: 20px;
  padding: 2rem;
  text-align: center;
  border: solid 1px #000;
  border: solid 0.1rem #000;
}
@media screen and (max-width: 600px) {
  .p-top__approach-c .p-top__approach-analysis {
    padding: 1rem;
  }
}
.p-top__approach-c .p-top__approach-analysis_title {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}
.p-top__approach-c .p-top__approach-analysis_text {
  width: 50%;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: left;
}
.p-top__approach-c .p-top__approach-analysis_text:first-of-type {
  padding-right: 20px;
  padding-right: 2rem;
  border-right: solid 1px #000;
  border-right: solid 0.1rem #000;
  padding-top: 7px;
  padding-top: 0.7rem;
}
@media screen and (max-width: 600px) {
  .p-top__approach-c .p-top__approach-analysis_text:first-of-type {
    padding-right: 1rem;
  }
}
.p-top__approach-c .p-top__approach-analysis_text:first-of-type img {
  margin-bottom: 18px;
  margin-bottom: 1.8rem;
}
.p-top__approach-c .p-top__approach-analysis_text:last-of-type {
  padding-left: 25px;
  padding-left: 2.5rem;
}
@media screen and (max-width: 600px) {
  .p-top__approach-c .p-top__approach-analysis_text:last-of-type {
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .p-top__approach-c .p-top__approach-analysis_text {
    font-size: 2.6vw;
  }
}
.p-top__approach-c .p-top__approach-analysis_text img {
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
.p-top__approach-c .p-top__approach-analysis_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-top: 2rem;
}

.p-top__approach-d {
  padding: 100px 0;
  padding: 10rem 0;
  background-color: #FFFDEE;
}
.p-top__approach-d .p-top__approach-text {
  max-width: 360px;
  max-width: 36rem;
  text-align: left;
  margin: 0 auto;
}
.p-top__approach-d .p-top__approach__dot {
  padding-top: 0.4em;
  background-position: top left -1px;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  background-image: radial-gradient(0.15em 0.15em at center center, #fdc239 0%, #fdc239 99%, rgba(253, 194, 57, 0) 100%, transparent);
}
.p-top__approach-d .p-top__approach-text__strong {
  font-size: 30px;
  font-size: 3rem;
  padding: 10px;
  padding: 1rem;
  background-color: #f1b300;
}
@media screen and (max-width: 600px) {
  .p-top__approach-d .p-top__approach-text__strong {
    font-size: 6.5vw;
  }
}
.p-top__approach-d .p-top__approach-items {
  margin: 50px auto 0;
  margin: 5rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 855px;
  max-width: 85.5rem;
  padding: 0 1%;
  -webkit-column-gap: 2%;
     -moz-column-gap: 2%;
          column-gap: 2%;
}
@media screen and (max-width: 767px) {
  .p-top__approach-d .p-top__approach-items {
    display: block;
  }
}
.p-top__approach-d .p-top__approach-item {
  width: 31.333333%;
  padding: 55px 20px;
  padding: 5.5rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-top__approach-d .p-top__approach-item {
    width: 100%;
    margin-top: 2rem;
  }
  .p-top__approach-d .p-top__approach-item:first-child {
    margin-top: 0;
  }
}
.p-top__approach-d .p-top__approach-item .p-top__text {
  position: relative;
  line-height: 1;
}
.p-top__approach-d .p-top__approach-item .p-top__text::before {
  content: "";
  position: absolute;
  bottom: -20px;
  bottom: -2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 116px;
  width: 11.6rem;
  height: 2px;
  height: 0.2rem;
  background-color: #000;
}
.p-top__approach-d .p-top__approach-item p {
  margin-top: 85px;
  margin-top: 8.5rem;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .p-top__approach-d .p-top__approach-item p {
    margin-top: 4rem;
    font-size: 4vw;
  }
}
.p-top__approach-d .p-top__approach-item.p-top__approach-item1 p {
  margin-top: 70px;
  margin-top: 7rem;
}
@media screen and (max-width: 600px) {
  .p-top__approach-d .p-top__approach-item.p-top__approach-item1 p {
    margin-top: 4rem;
  }
}
.p-top__approach-d .p-top__approach-item:nth-child(n+1) {
  background-color: #FFF5A5;
}
.p-top__approach-d .p-top__approach-item:nth-child(2n) {
  background-color: #B9EBE1;
}

.p-top__data {
  padding: 100px 0;
  padding: 10rem 0;
}
@media screen and (max-width: 1024px) {
  .p-top__data {
    padding: 20rem 0 10rem;
  }
}
.p-top__data .l-container {
  position: relative;
}
.p-top__data .p-top__data-headline {
  position: absolute;
  top: -100px;
  top: -10rem;
  left: 9%;
  font-size: 114px;
  font-size: 11.4rem;
  font-weight: bold;
  color: #fff;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .p-top__data .p-top__data-headline {
    top: -16rem;
  }
}

.p-top__data-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1%;
     -moz-column-gap: 1%;
          column-gap: 1%;
}
@media screen and (max-width: 1024px) {
  .p-top__data-box {
    display: block;
  }
}
.p-top__data-box .p-top__data-text {
  max-width: 570px;
  max-width: 57rem;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .p-top__data-box .p-top__data-text {
    max-width: 100%;
  }
}
.p-top__data-box small {
  display: inline;
}

.p-top__data-text span {
  background-color: #fff;
  padding: 10px;
  padding: 1rem;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 600px) {
  .p-top__data-text span {
    font-size: 6.5vw;
  }
}

.p-top__data-figure {
  width: calc(99% - 57rem);
}
@media screen and (max-width: 1024px) {
  .p-top__data-figure {
    max-width: 57rem;
    width: 100%;
    margin: 8rem auto 0;
  }
}

.p-top__strengths {
  padding: 116px 0;
  padding: 11.6rem 0;
  background-color: #FFFDEE;
}

.p-top__strengths-text {
  width: 410px;
  width: 41rem;
  margin: 0 auto;
  text-align: left;
}
.p-top__strengths-text span {
  background-color: #f1b300;
  padding: 10px;
  padding: 1rem;
}
.p-top__strengths-text:nth-of-type(1) {
  margin-top: 70px;
  margin-top: 7rem;
  font-size: 30px;
  font-size: 3rem;
}
.p-top__strengths-text:nth-of-type(2) {
  margin-top: 150px;
  margin-top: 15rem;
  position: relative;
}
.p-top__strengths-text:nth-of-type(2)::before {
  content: "";
  position: absolute;
  top: -80px;
  top: -8rem;
  left: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 31px;
  width: 3.1rem;
  height: 80px;
  height: 8rem;
  background-image: url(../images/common/icon_arrow_bottom.png);
  background-size: cover;
}

.p-top__works-1 {
  padding: 116px 0;
  padding: 11.6rem 0;
}
.p-top__works-1 .p-top__works-bk {
  display: block;
  margin-top: 65px;
  margin-top: 6.5rem;
  color: #fff;
  font-size: 114px;
  font-size: 11.4rem;
  font-weight: bold;
  text-align: right;
}
.p-top__works-1 .p-top__works-figure img {
  width: 75%;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .p-top__works-1 .p-top__works-figure img {
    width: 100%;
  }
}
.p-top__works-1 .p-top__works-submit span {
  display: block;
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

.p-top__works-2 {
  padding: 116px 0;
  padding: 11.6rem 0;
  background-color: #FFFDEE;
}
.p-top__works-2 .p-top__works-figure {
  margin-top: 100px;
  margin-top: 10rem;
}
.p-top__works-2 .p-top__works-figure img {
  width: 100%;
  margin: 0 auto;
}

.p-top__clients {
  padding: 116px 0;
  padding: 11.6rem 0;
  display: none;
}
.p-top__clients figure {
  margin-top: 35px;
  margin-top: 3.5rem;
}

.p-top__news {
  padding: 100px 0;
  padding: 10rem 0;
  background-color: #FFFDEE;
}
.p-top__news .p-top__button {
  padding: 16px 35px 16px 62px;
  padding: 1.6rem 3.5rem 1.6rem 6.2rem;
}
.p-top__news .p-top__button::before {
  width: 21px;
  width: 2.1rem;
  height: 14px;
  height: 1.4rem;
  background-image: url(../images/common/icon_top_news.png);
}

.p-top__news-headline,
.p-ttl__news-headline {
  font-size: 34px;
  font-size: 3.4rem;
}

.p-top__news-items {
  margin-top: 50px;
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 2%;
     -moz-column-gap: 2%;
          column-gap: 2%;
}
@media screen and (max-width: 767px) {
  .p-top__news-items {
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
            column-gap: 4%;
    row-gap: 2rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-top__aboutus {
  padding: 100px 0;
  padding: 10rem 0;
  background-color: #fff;
}

.p-top__aboutus-profile {
  margin-top: 50px;
  margin-top: 5rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4%;
     -moz-column-gap: 4%;
          column-gap: 4%;
}
@media screen and (max-width: 600px) {
  .p-top__aboutus-profile {
    display: block;
  }
}
.p-top__aboutus-profile dl {
  width: 48%;
  margin-top: 0;
}
@media screen and (max-width: 600px) {
  .p-top__aboutus-profile dl {
    width: 100%;
  }
}
.p-top__aboutus-profile dt {
  margin-top: 30px;
  margin-top: 3rem;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
}
.p-top__aboutus-profile dt:first-child {
  margin-top: 0;
}
.p-top__aboutus-profile dd {
  margin-left: 0;
  padding: 10px 0;
  padding: 1rem 0;
  border-bottom: solid #000 1px;
  border-bottom: solid #000 0.1rem;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: medium;
  line-height: 1.75;
}

.p-top__aboutus-box {
  margin-top: 100px;
  margin-top: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-top__aboutus-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-top__aboutus-items {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFFDEE;
  padding: 105px 9% 105px 7.5%;
  padding: 10.5rem 9% 10.5rem 7.5%;
}
@media screen and (max-width: 767px) {
  .p-top__aboutus-items {
    width: 100%;
    padding: 6rem 9% 6rem 7.5%;
    row-gap: 2rem;
  }
}

.p-top__aboutus-item1 {
  width: 24%;
  margin-right: 10%;
}

.p-top__aboutus-item2 {
  width: 65%;
}

.p-top__aboutus-item3 {
  width: 40%;
  margin-right: 5%;
}

.p-top__aboutus-item4 {
  width: 55%;
}

.p-top__aboutus-text {
  width: 50%;
  background-color: #f1b300;
  padding: 105px 3.5%;
  padding: 10.5rem 3.5%;
  color: #000;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.9;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-top__aboutus-text {
    width: 100%;
    padding: 6rem 8%;
  }
}

.p-top__contact {
  padding: 100px 0 200px;
  padding: 10rem 0 20rem;
  background-color: #FFFDEE;
}

.p-top__contact-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-top__contact-box {
    display: block;
  }
}

.p-top__contact-top {
  width: 50%;
  padding-top: 33px;
  padding-top: 3.3rem;
  font-size: 13px;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .p-top__contact-top {
    width: 100%;
  }
}

.p-top__contact-main {
  width: 600px;
}
@media screen and (max-width: 767px) {
  .p-top__contact-main {
    width: 100%;
  }
}
.p-top__contact-main .p-top__contact-table {
  width: 100%;
}
.p-top__contact-main .p-top__contact-radio .wpcf7-list-item {
  margin-left: 0;
  display: block;
}
.p-top__contact-main .p-top__contact-radio label {
  cursor: pointer;
}
.p-top__contact-main .p-top__contact-radio input {
  display: none;
}
.p-top__contact-main .p-top__contact-radio .wpcf7-list-item-label {
  padding: 10px;
  padding: 1rem;
  display: inline-block;
  margin-top: 10px;
  margin-top: 1rem;
  border: #000 solid 1px;
  border: #000 solid 0.1rem;
}
.p-top__contact-main .p-top__contact-radio input[type=radio]:checked + .wpcf7-list-item-label {
  background-color: #000;
  color: #fff;
}
.p-top__contact-main th {
  font-weight: bold;
  text-align: left;
  margin-top: 20px;
  margin-top: 2rem;
}
.p-top__contact-main .p-top__radio-btn:first-child th {
  margin-top: 0;
}
.p-top__contact-main td {
  padding-top: 10px;
  padding-top: 1rem;
}
.p-top__contact-main td input {
  background-color: #FFFDEE;
  border: none;
  padding-bottom: 10px;
  padding-bottom: 1rem;
  border-bottom: solid 1px #000;
  border-bottom: solid 0.1rem #000;
  width: 100%;
}
.p-top__contact-main td span {
  display: block;
}
.p-top__contact-main th, .p-top__contact-main td {
  width: 100%;
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
}
.p-top__contact-main .contact-input textarea {
  background-color: #FFFDEE;
  border: solid 1px #000;
  border: solid 0.1rem #000;
  width: 100%;
  padding: 10px;
  padding: 1rem;
}
.p-top__contact-main .p-top__contact_check {
  margin-top: 15px;
  margin-top: 1.5rem;
  font-size: 13px;
  font-size: 1.3rem;
}
.p-top__contact-main .p-top__contact_check .wpcf7-list-item {
  margin-left: 0;
  line-height: 30px;
  line-height: 3rem;
}
.p-top__contact-main .p-top__contact_check label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.p-top__contact-main .p-top__contact_check label::before {
  content: "";
  display: inline-block;
  width: 27px;
  width: 2.7rem;
  height: 27px;
  height: 2.7rem;
  border: 1px solid #000;
  border: 0.1rem solid #000;
  background-color: #000;
  margin: 2px 5px -2px 2px;
  margin: 0.2rem 0.5rem -0.2rem 0.2rem;
}
.p-top__contact-main .p-top__contact_check input {
  display: none;
}
.p-top__contact-main .p-top__contact_check .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
}
.p-top__contact-main .p-top__contact_check input:checked + .wpcf7-list-item-label::before {
  content: "";
  display: block;
  height: 5px;
  height: 0.5rem;
  width: 100px;
  border-bottom: 4px solid #fff;
  border-bottom: 0.4rem solid #fff;
  border-left: 8px solid #fff;
  border-left: 0.8rem solid #fff;
  -webkit-transform: rotate(-45deg) perspective(30px) rotateY(60deg);
          transform: rotate(-45deg) perspective(30px) rotateY(60deg);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  position: absolute;
  left: -22px;
  left: -2.2rem;
  top: 20%;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .p-top__contact-main .p-top__contact_check input:checked + .wpcf7-list-item-label::before {
    left: -2.1rem;
  }
}
.p-top__contact-main .p-top__contact_check input:checked + .wpcf7-list-item-label::before {
  -webkit-animation: 0.5s contact;
          animation: 0.5s contact;
}
@media screen and (max-width: 767px) {
  .p-top__contact-main .p-top__contact_check input:checked + .wpcf7-list-item-label::before {
    -webkit-animation: 0.5s contact-sp;
            animation: 0.5s contact-sp;
  }
}
.p-top__contact-main .p-top__contact_check .wpcf7-list-item-label {
  width: calc(100% - 2.75rem);
}
.p-top__contact-main .p-top__contact_check a {
  border-bottom: solid 1px #000;
  border-bottom: solid 0.1rem #000;
}
.p-top__contact-main .p-top__contact_btn {
  margin-top: 50px;
  margin-top: 5rem;
}
.p-top__contact-main .p-top__contact_btn input {
  border-radius: 2.7rem;
  border: none;
  background-color: #FFE900;
  color: #000;
  padding: 16px 40px;
  padding: 1.6rem 4rem;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}

@-webkit-keyframes contact {
  0% {
    height: 0;
    width: 0;
    top: 20%;
    left: -2.2rem;
  }
  30% {
    height: 5px;
    width: 0;
    top: 19%;
    left: -2.5rem;
  }
  100% {
    height: 0.5rem;
    width: 10rem;
    top: 20%;
    left: -2.1rem;
  }
}

@keyframes contact {
  0% {
    height: 0;
    width: 0;
    top: 20%;
    left: -2.2rem;
  }
  30% {
    height: 5px;
    width: 0;
    top: 19%;
    left: -2.5rem;
  }
  100% {
    height: 0.5rem;
    width: 10rem;
    top: 20%;
    left: -2.1rem;
  }
}
@-webkit-keyframes contact-sp {
  0% {
    height: 0;
    width: 0;
    top: 1.2rem;
    left: -2.1rem;
  }
  30% {
    height: 0.5rem;
    width: 0;
    top: 0.8rem;
    left: -2rem;
  }
  100% {
    height: 0.5rem;
    width: 10rem;
    top: 1.2rem;
    left: -2.1rem;
  }
}
@keyframes contact-sp {
  0% {
    height: 0;
    width: 0;
    top: 1.2rem;
    left: -2.1rem;
  }
  30% {
    height: 0.5rem;
    width: 0;
    top: 0.8rem;
    left: -2rem;
  }
  100% {
    height: 0.5rem;
    width: 10rem;
    top: 1.2rem;
    left: -2.1rem;
  }
}
/*# sourceMappingURL=styles.css.map */
