@charset "UTF-8";
/* ====================
 SIZE SET
==================== */
/* ===================
 MIXIN
==================== */
.c-jost {
  font-family: "Jost", sans-serif;
}

.c-zenmaru {
  font-family: "Zen Maru Gothic", serif;
}

/*----------------------------------------
	RESET
-----------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul, li {
  list-style: none !important;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.pc {
  display: block;
}
@media only screen and (max-width: 1090px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media only screen and (max-width: 1090px) {
  .sp {
    display: block !important;
  }
}

html {
  font-size: 62.5%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
}
@media only screen and (max-width: 1090px) {
  html {
    overflow-x: hidden;
  }
}

body {
  font-family: YuGothic, "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #000;
  background: #fff;
  width: 100%;
  word-wrap: break-word;
  line-height: 1.55;
  letter-spacing: 0em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  position: relative;
  hanging-punctuation: allow-end;
  margin: 0 auto;
}
@media only screen and (max-width: 1090px) {
  body {
    width: 100%;
    font-size: 1.8rem;
    min-width: 0;
    line-height: 1.55;
  }
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #000;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (min-width: 1091px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
input[type=text], input[type=password], textarea, select {
  outline: none;
}

img,
video {
  max-width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: top;
}

.iv, .ivo {
  visibility: hidden;
}

/*===================================
オリジナル
===================================*/
/*===================================
ふわっ
===================================*/
.fadeIn {
  opacity: 0;
  -webkit-animation: animate-fadeIn 0.8s forwards;
          animation: animate-fadeIn 0.8s forwards;
}

.fadeUp {
  opacity: 0;
  -webkit-animation: animate-fadeInUp 0.8s forwards;
          animation: animate-fadeInUp 0.8s forwards;
}

.fadeInLft {
  opacity: 0;
  -webkit-animation: animate-fadeInLft 0.8s forwards;
          animation: animate-fadeInLft 0.8s forwards;
}

.fadeInRgt {
  opacity: 0;
  -webkit-animation: animate-fadeInRgt 0.8s forwards;
          animation: animate-fadeInRgt 0.8s forwards;
}

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

@keyframes animate-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes animate-fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes animate-fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@-webkit-keyframes animate-fadeInLft {
  from {
    opacity: 0;
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes animate-fadeInLft {
  from {
    opacity: 0;
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@-webkit-keyframes animate-fadeInRgt {
  from {
    opacity: 0;
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes animate-fadeInRgt {
  from {
    opacity: 0;
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
/*===================================
回転
===================================*/
.rotateX {
  -webkit-animation: animate-rotateX 8s forwards;
          animation: animate-rotateX 8s forwards;
}

.rotateXcenter {
  -webkit-animation: animate-rotateX 8s forwards;
          animation: animate-rotateX 8s forwards;
}

@-webkit-keyframes animate-rotateX {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes animate-rotateX {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes animate-rotateXcenter {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes animate-rotateXcenter {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
/*==================================================
スーッ
===================================*/
.slideIn {
  -webkit-animation: animate-slideIn 0.4s linear forwards;
          animation: animate-slideIn 0.4s linear forwards;
}

@-webkit-keyframes animate-slideIn {
  from {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes animate-slideIn {
  from {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
/*==================================================
animate__pulse
===================================*/
.pulse {
  -webkit-animation: animate-pulse 1s forwards;
          animation: animate-pulse 1s forwards;
  -webkit-transform-origin: center;
          transform-origin: center;
  opacity: 0;
}

@-webkit-keyframes animate-pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}

@keyframes animate-pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
.c-btn {
  font-size: 2.4rem;
  font-weight: bold;
  width: 450px;
  height: 80px;
  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;
  color: #000;
  background-color: #fff;
  border-radius: 100px;
  margin: 0 auto;
  position: relative;
  border: 1px solid #d7d7d7;
  letter-spacing: -0.02em;
  -webkit-box-shadow: 7px 7px 0px 0px #d7d7d7;
          box-shadow: 7px 7px 0px 0px #d7d7d7;
}
@media only screen and (min-width: 1091px) {
  .c-btn:hover {
    background-color: #d7d7d7;
    -webkit-box-shadow: 0px 0px 0px 0px #d7d7d7;
            box-shadow: 0px 0px 0px 0px #d7d7d7;
  }
  .c-btn:hover .icon {
    -webkit-filter: brightness(0) saturate(100%);
            filter: brightness(0) saturate(100%);
  }
}
.c-btn:has(> span) {
  padding-left: 60px;
}
.c-btn .icon {
  width: 35px;
  height: 35px;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  left: 40px;
  top: calc(50% - 16.5px);
  background-image: url(../img/common/icon_arw_btn.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.c-btn--white {
  background-color: #fff;
  border: 1px solid #00a0e9;
  color: #00a0e9;
}
@media only screen and (min-width: 1091px) {
  .c-btn--white:hover {
    border: 1px solid #fff;
    background-color: #00a0e9;
    color: #fff;
  }
}
.c-btn--small {
  width: 250px;
  height: 60px;
}
.c-btn--small:has(> span) {
  padding-left: 0px;
}
.c-btn--small .icon {
  width: 25px;
  height: 25px;
  left: 22px;
  top: calc(50% - 12.5px);
}
.c-btn--tel {
  background-color: #E6FAFF;
  border-color: #E6FAFF;
  color: #000;
  font-size: 16px;
}
.c-btn--tel img {
  width: 19px;
  margin-left: -9px;
  margin-right: 20px;
}

@media only screen and (max-width: 1090px) {
  .c-btn {
    font-size: 1.3rem;
    width: 200px;
    height: 40px;
    -webkit-box-shadow: 4px 4px 0px 0px #d7d7d7;
            box-shadow: 4px 4px 0px 0px #d7d7d7;
  }
  .c-btn:has(> span) {
    padding-left: 20px;
  }
  .c-btn .icon {
    left: 20px;
    width: 25px;
    height: 25px;
    top: calc(50% - 12.5px);
  }
}
/*===================================
画面サイズ 
===================================*/
.c-inner {
  width: 1090px;
  margin-right: auto;
  margin-left: auto;
}

.c-outer {
  width: 1300px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1400px) {
  .fullWidth {
    width: 100%;
  }
}
@media screen and (max-width: 1300px) {
  .c-outer {
    width: 95%;
  }
}
@media screen and (max-width: 1090px) {
  .c-inner {
    width: 85%;
  }
}
@media screen and (max-width: 1090px) {
  .c-inner {
    width: 85%;
  }
  .c-outer {
    width: 90%;
  }
}
.c-page-bread {
  width: 100%;
  padding: 8px 0 14px;
  background-color: #fcbe00;
  margin-bottom: 25px;
}
.c-page-bread ul {
  max-width: 1360px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.c-page-bread ul li {
  display: inline;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
}
.c-page-bread ul li a {
  position: relative;
}
.c-page-bread ul li a::before {
  content: "";
  display: inline-block;
  background-color: #000;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -3px;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.c-page-bread ul li a:hover::before {
  opacity: 1;
}
.c-page-bread ul li + li:before {
  content: ">";
  margin: 0 0.3em;
  font-size: 1.6rem;
  top: 0;
  position: relative;
  display: inline-block;
}
.c-page-anker {
  max-width: 1100px;
  margin: 0 auto 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-page-anker__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #007bc7;
  color: #007bc7;
  border-radius: 8px;
  -webkit-box-shadow: 2px 2px 0px 0px #007bc7;
          box-shadow: 2px 2px 0px 0px #007bc7;
  padding: 10px 46px 10px 10px;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 10px 20px;
  position: relative;
  min-width: 220px;
}
.c-page-anker__btn.--otherPage {
  background-color: #ccefff;
  border: 1px solid #ccefff;
  -webkit-box-shadow: 2px 2px 0px 0px #ccefff;
          box-shadow: 2px 2px 0px 0px #ccefff;
  color: #fff;
}
.c-page-anker__btn.--otherPage:hover {
  background: #fff;
  color: #ccefff;
  border: 1px solid #ccefff;
}
.c-page-anker__btn.--otherPage:hover .-span {
  background: #ccefff;
}
.c-page-anker__btn.--otherPage .-span {
  width: 16px;
  height: 16px;
  background: #fff;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  right: 12px;
  top: calc(50% - 8px);
  -webkit-mask: url(../img/common/icon_arw_circle.svg) no-repeat center center/contain;
          mask: url(../img/common/icon_arw_circle.svg) no-repeat center center/contain;
}
.c-page-anker__btn .-txtspan {
  width: 100%;
  white-space: nowrap;
}
.c-page-anker__btn .-span {
  width: 15px;
  height: 15px;
  background: #007bc7;
  border-radius: 50%;
  position: absolute;
  right: 10px;
  top: calc(50% - 7.5px);
}
.c-page-anker__btn .-span::after {
  content: "";
  display: block;
  width: 6.5px;
  height: 5px;
  background: #fff;
  -webkit-mask-image: url(../img/common/icon_arwbold_btm.svg);
          mask-image: url(../img/common/icon_arwbold_btm.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (min-width: 1091px) {
  .c-page-anker__btn:hover {
    background: #007bc7;
    color: #fff;
    border-color: #fff;
    -webkit-box-shadow: 2px 2px 0px 0px #007bc7;
            box-shadow: 2px 2px 0px 0px #007bc7;
  }
  .c-page-anker__btn:hover .-span {
    background: #fff;
  }
  .c-page-anker__btn:hover .-span::after {
    content: "";
    background: #007bc7;
  }
}
.c-page-ttl {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  font-style: italic;
}
.c-page-h2 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #007bc7;
  letter-spacing: 0.1em;
  position: relative;
  line-height: 1.3;
  margin: 50px 0 20px;
}
.c-page-h2::after {
  display: inline-block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #007bc7;
  top: calc(50% + 1px);
  left: 0;
  position: absolute;
}
.c-page-h2 span {
  background-color: #fff;
  position: relative;
  z-index: 2;
  display: inline-block;
  padding-right: 15px;
}
.c-page-h3 {
  font-size: 2rem;
  font-weight: bold;
  color: #414141;
  letter-spacing: 0.1em;
  line-height: 1.2;
  margin: 30px 0 20px;
}
.c-page-h3::before {
  content: "●";
  font-size: 1.4rem;
  padding-right: 5px;
  position: relative;
  top: -3px;
  color: #007bc7;
}
.c-page-fzm {
  font-size: 1.6rem;
}
.c-page-triBlk_ttl {
  font-size: 1.8rem;
  font-weight: bold;
  color: #007bc7;
}
.c-page-triBlk_ttl::before {
  content: "▼";
  font-size: 80%;
  position: relative;
  top: -1px;
  margin-right: 8px;
}
.c-page-triBlk_txt {
  margin-top: 4px;
  padding-left: 1.6em;
}
.c-page-ol li {
  list-style-type: none;
  counter-increment: cnt;
  text-indent: -2em;
  padding-left: 2em;
}
.c-page-ol li:nth-of-type(n + 2) {
  margin-top: 2px;
}
.c-page-ol li::before {
  color: #007bc7;
  content: "" counter(cnt) ".　";
}
.c-page-ul.--dotdBlue li::before {
  color: #007bc7;
}
.c-page-ul.--dotBlack li::before, .c-page-ul.--dotBlk li::before {
  color: #000;
}
.c-page-ul li {
  text-indent: -0.8em;
  padding-left: 0.8em;
}
.c-page-ul li:nth-of-type(n + 2) {
  margin-top: 2px;
}
.c-page-ul li::before {
  color: #007bc7;
  content: "・ ";
}
.c-page-ul.--squere li {
  position: relative;
  text-indent: initial;
  padding-left: 0;
  text-indent: initial;
  margin-left: 15px;
}
.c-page-ul.--squere li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid #000;
  position: absolute;
  left: -15px;
  top: 7px;
}
.c-page-ann {
  padding-left: 1.4em;
  text-indent: -1.4em;
}
.c-page-ann::before {
  content: "※";
  margin-right: 5px;
  color: #cf0b19;
}
.c-page-txtAnn {
  color: #cf0b19;
  font-size: 1rem;
  vertical-align: super;
}
.c-page-txtLink {
  color: #007bc7;
  text-decoration: underline;
  position: relative;
}
.c-page-txtLink.--pdf::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 18px;
  background-image: url(../img/common/icon_pdf.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 5px;
  position: relative;
  top: 3px;
}
.c-page-table table,
.c-page-table td,
.c-page-table th {
  border: 1px solid #CCCCCC;
  border-collapse: collapse;
}
.c-page-table table {
  width: 100%;
}
.c-page-table td,
.c-page-table th {
  padding: 7px 12px;
}
.c-page-table th {
  background-color: #E6FAFF;
  font-weight: bold;
  font-size: 1.6rem;
}
.c-page-table td {
  text-align: left;
}
.c-page-tab {
  display: block;
}
.c-page-tab .tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 35px;
}
.c-page-tab .tab-list .tab-btn {
  text-align: center;
  cursor: pointer;
  font-size: 1.8rem;
  margin: 0 25px;
  position: relative;
}
.c-page-tab .tab-list .tab-btn.show {
  font-weight: bold;
}
.c-page-tab .tab-list .tab-btn.show::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: -5px;
  bottom: -8px;
  height: 3px;
  width: calc(100% + 10px);
  background-color: #007bc7;
}
.c-page-tab .tab-contents {
  display: none;
}
.c-page-tab .tab-contents.show {
  display: block;
}
.c-page-cardArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-page-cardArea.--pc3sp1Column .c-page-cardArea_items {
  margin-right: 2.75%;
  width: 31.5%;
}
.c-page-cardArea.--pc3sp1Column .c-page-cardArea_items:nth-of-type(3n) {
  margin-right: 0;
}
.c-page-cardArea.--pc3sp1Column .c-page-cardArea_items:nth-of-type(n + 4) {
  margin-top: 30px;
}
.c-page-cardArea_items {
  width: 23.1%;
  margin-right: 2.5333333333%;
}
.c-page-cardArea_items:nth-of-type(4n) {
  margin-right: 0;
}
.c-page-cardArea_items:nth-of-type(n + 5) {
  margin-top: 35px;
}
.c-page-cardArea_items a {
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-page-cardArea_items a:hover .-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.c-page-cardArea_items .-img {
  width: 100%;
  height: 0;
  padding-bottom: 66.66%;
  overflow: hidden;
  position: relative;
  margin-bottom: 13px;
}
.c-page-cardArea_items .-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.c-page-cardArea_items .-tagArea span {
  background-color: #00a0e9;
  color: #fff;
  line-height: 1;
  display: inline-block;
  font-size: 1.6rem;
  padding: 1px 2px 3px;
}
.c-page-cardArea_items .-ttl {
  margin-top: 10px;
  font-weight: bold;
}
.c-page-cardArea_items .-company {
  font-size: 1.6rem;
  color: #333;
  margin-top: 15px;
}

@media only screen and (max-width: 1090px) {
  .c-page-bread {
    width: 100%;
    padding: 17px 0 8px;
  }
  .c-page-bread ul {
    width: calc(100% - 30px);
  }
  .c-page-bread ul li {
    font-size: 1.3rem;
  }
  .c-page-bread ul li + li:before {
    top: 1px;
  }
  .c-page-anker {
    margin: 0 auto 35px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 88%;
  }
  .c-page-anker__btn {
    min-width: unset;
    width: 48%;
    border-radius: 10px;
    padding: 10px 24px 10px 10px;
    font-size: 1.4rem;
    margin: 0 0 15px;
    max-height: 40px;
  }
  .c-page-anker__btn .-txtspan {
    width: auto;
    line-height: 1.2;
  }
  .c-page-anker__btn .-txtspan.--spFzs {
    font-size: 1.2rem;
  }
  .c-page-anker__btn .-span {
    right: 6px;
  }
  .c-page-anker__btn .-span::after {
    width: 7px;
    height: 4px;
  }
  .c-page-ttl {
    font-size: 2.3rem;
    line-height: 1.5;
    font-style: italic;
  }
  .c-page-h2 {
    font-size: 2rem;
    margin: 50px 0 20px;
  }
  .c-page-h3 {
    font-size: 1.8rem;
    margin: 30px 0 20px;
  }
  .c-page-h3::before {
    top: -2px;
  }
  .c-page-triBlk_ttl {
    font-size: 1.6rem;
  }
  .c-page-triBlk_ttl::before {
    font-size: 60%;
    top: -2px;
  }
  .c-page-triBlk_txt {
    margin-top: 0;
    padding-left: 1.2em;
  }
  .c-page-table td,
  .c-page-table th {
    padding: 7px 8px;
  }
  .c-page-table th {
    font-size: 1.4rem;
  }
  .c-page-tab .tab-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto 35px;
    max-width: 440px;
  }
  .c-page-tab .tab-list .tab-btn {
    font-size: 1.5rem;
    margin: 0 0;
  }
  .c-page-tab .tab-list .tab-btn.show::after {
    left: -2px;
    bottom: -6px;
    height: 2px;
    width: calc(100% + 4px);
  }
  .c-page-cardArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-page-cardArea.--sp1Column .c-page-cardArea_items {
    display: block;
    margin-right: 0;
    width: 100%;
  }
  .c-page-cardArea.--sp1Column .c-page-cardArea_items:nth-of-type(n + 2) {
    margin-top: 50px;
  }
  .c-page-cardArea.--pc3sp1Column .c-page-cardArea_items {
    display: block;
    margin-right: 0;
    width: 100%;
  }
  .c-page-cardArea.--pc3sp1Column .c-page-cardArea_items:nth-of-type(n + 2) {
    margin-top: 50px;
  }
  .c-page-cardArea_items {
    width: 48%;
    margin-right: 4%;
  }
  .c-page-cardArea_items:nth-of-type(2n) {
    margin-right: 0;
  }
  .c-page-cardArea_items:nth-of-type(n + 3) {
    margin-top: 30px;
  }
  .c-page-cardArea_items .-tagArea span {
    font-size: 1.6rem;
    padding: 1px 2px 3px;
  }
  .c-page-cardArea_items .-ttl {
    margin-top: 10px;
    font-weight: bold;
  }
  .c-page-cardArea_items .-company {
    font-size: 1.6rem;
    color: #333;
    margin-top: 15px;
  }
}
.c-pages-nav {
  max-width: 940px;
  margin: 0 auto 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
  /* プルダウンメニューのボタンスタイル */
  /* プルダウンメニューの内容（初期状態は非表示） */
}
.c-pages-nav .dropdown {
  width: 250px;
  position: relative;
  cursor: pointer;
}
.c-pages-nav .dropdown:hover .dropdown-content {
  display: block;
}
.c-pages-nav .dropdown-btn {
  width: 100%;
}
.c-pages-nav .dropdown-content {
  cursor: pointer;
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  width: 100%;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 5px;
  overflow: hidden;
}
.c-pages-nav .dropdown-content a {
  /* プルダウンメニュー内のリンクスタイル */
  color: #000;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.c-pages-nav .dropdown-content a:hover {
  /* プルダウンメニュー内のリンク：ホバー時 */
  background-color: #e5e5e5;
}
.c-pages-nav__btn {
  font-size: 2.2rem;
  font-weight: bold;
  height: 50px;
  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;
  color: #000;
  background-color: #fff;
  border-radius: 100px;
  margin: 0 auto;
  position: relative;
  border: 1px solid #d7d7d7;
  letter-spacing: -0.02em;
  -webkit-box-shadow: 7px 7px 0px 0px #d7d7d7;
          box-shadow: 7px 7px 0px 0px #d7d7d7;
  padding-right: 40px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.c-pages-nav__btn:nth-of-type(4n) {
  margin-right: 0;
}
.c-pages-nav__btn .-span {
  width: 25px;
  height: 25px;
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  right: 14px;
  top: calc(50% - 12.5px);
  background-image: url(../img/common/icon_arw_btn.png);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media only screen and (min-width: 1091px) {
  .c-pages-nav__btn:hover {
    -webkit-box-shadow: 0px 0px 0px 0px #d7d7d7;
            box-shadow: 0px 0px 0px 0px #d7d7d7;
  }
}
@media only screen and (max-width: 1090px) {
  .c-pages-nav {
    margin: 0 auto 45px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
  .c-pages-nav .dropdown-btn {
    width: 100%;
  }
  .c-pages-nav .dropdown-content a {
    padding: 6px 8px;
    font-size: 1.6rem;
  }
  .c-pages-nav__btn {
    font-size: 1.6rem;
    width: 275px;
    height: 50px;
    -webkit-box-shadow: 4px 4px 0px 0px #d7d7d7;
            box-shadow: 4px 4px 0px 0px #d7d7d7;
  }
  .c-pages-nav__btn .-span {
    right: 20px;
    width: 23px;
    height: 23px;
    top: calc(50% - 11.5px);
  }
}

.c-txt-front_ttl {
  text-align: center;
  position: relative;
}
.c-txt-front_ttl-icon {
  background-color: #fff;
  width: 61px;
  height: 61px;
  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;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}
.c-txt-front_ttl-icon img {
  width: 33px;
}
.c-txt-front_ttl-main {
  font-size: 3rem;
  font-weight: bold;
  font-family: "Zen Maru Gothic", serif;
  line-height: 1;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 18px auto 0;
  letter-spacing: 0.1em;
}
.c-txt-front_ttl-main::after {
  content: "";
  display: inline-block;
  background-color: #05a5f0;
  height: 3px;
  width: 100%;
  border-radius: 2px;
  position: absolute;
  bottom: -18px;
  left: 0;
}
.c-txt-front_ttl-sub {
  font-family: "Jost", sans-serif;
  font-size: 1.5rem;
  color: #d7d7d7;
  margin-top: 26px;
}
@media only screen and (max-width: 1090px) {
  .c-txt-front_ttl-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
  }
  .c-txt-front_ttl-icon img {
    width: 28px;
  }
  .c-txt-front_ttl-main {
    font-size: 2.7rem;
    margin: 14px auto 0;
  }
  .c-txt-front_ttl-main::after {
    content: "";
    display: inline-block;
    background-color: #05a5f0;
    height: 3px;
    width: 100%;
    border-radius: 2px;
    position: absolute;
    bottom: -14px;
    left: 0;
  }
  .c-txt-front_ttl-sub {
    font-size: 1.4rem;
    margin-top: 22px;
  }
}
.c-txt-marker {
  font-weight: bold;
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fccb00));
  background: linear-gradient(transparent 50%, #fccb00 50%);
  line-height: 1.4;
}

.c-txt-indent {
  text-indent: -1em;
  padding-left: 1em;
}

.c-txt-red {
  color: #ff2300;
}

.c-txt-fw {
  font-weight: bold;
}

.wp-pagenavi {
  width: 90%;
  margin: 0 auto;
  font-weight: bold;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink, .wp-pagenavi .current, .wp-pagenavi .page {
  margin: 6px;
  width: 40px;
  height: 40px;
  border-radius: 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;
  font-size: 2rem;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  font-size: 1.4rem;
  color: #000;
  line-height: 40px;
  border: 1px solid #d7d7d7;
}
@media only screen and (min-width: 1091px) {
  .wp-pagenavi .previouspostslink:hover, .wp-pagenavi .nextpostslink:hover {
    background: #000;
    color: #fff;
  }
}
.wp-pagenavi .previouspostslink {
  margin-right: 12px;
}
.wp-pagenavi .nextpostslink {
  margin-left: 12px;
}
.wp-pagenavi .current {
  background: #000;
  color: #fff;
}
.wp-pagenavi .page {
  background: #fff;
  color: #000;
}
@media only screen and (min-width: 1091px) {
  .wp-pagenavi .page:hover {
    background: #000;
    color: #fff;
  }
}
@media only screen and (max-width: 1090px) {
  .wp-pagenavi {
    width: 100%;
  }
  .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
    font-size: 1.6rem;
    line-height: 38px;
  }
  .wp-pagenavi .previouspostslink {
    margin-right: 10px;
  }
  .wp-pagenavi .nextpostslink {
    margin-left: 10px;
  }
  .wp-pagenavi .current, .wp-pagenavi .page {
    margin: 0;
    width: 38px;
    height: 38px;
    font-size: 1.8rem;
  }
}

#toc_container.no_bullets {
  margin: 50px 0;
  border: 1px solid #007bc7;
  border-radius: 15px;
  padding: 40px 50px;
  position: relative;
  display: block;
  background-color: #fff;
}
#toc_container.no_bullets .toc_title {
  width: 90px;
  height: 32px;
  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;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  background: #007bc7;
  border-radius: 30px;
  position: absolute;
  top: -32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 15px;
}
#toc_container.no_bullets .toc_list {
  font-size: 1.6rem;
}
#toc_container.no_bullets .toc_list li {
  padding-left: 20px;
  position: relative;
  list-style: none !important;
}
#toc_container.no_bullets .toc_list li:not(:first-of-type) {
  margin-top: 10px;
}
#toc_container.no_bullets .toc_list li a {
  color: #007bc7;
  text-decoration: underline;
}
@media only screen and (max-width: 1090px) {
  #toc_container.no_bullets {
    margin: 40px 0;
    border: 1px solid #007bc7;
    border-radius: 15px;
    padding: 30px 20px 20px;
  }
  #toc_container.no_bullets .toc_title {
    width: 90px;
    height: 30px;
    font-size: 18px;
    border-radius: 30px;
    top: -30px;
  }
  #toc_container.no_bullets .toc_list {
    font-size: 14px;
  }
  #toc_container.no_bullets .toc_list li {
    padding-left: 15px;
  }
  #toc_container.no_bullets .toc_list li:not(:first-of-type) {
    margin-top: 10px;
  }
  #toc_container.no_bullets .toc_list li::before {
    top: 1px;
  }
}

.c-wp-detail.--magazine h2 {
  font-size: 2.4rem;
  font-weight: bold;
}
.c-wp-detail.--magazine h2::after {
  display: none;
}
.c-wp-detail.--magazine h3 {
  padding-left: 0;
}
.c-wp-detail.--magazine h3::before {
  display: none;
}
.c-wp-detail h2, .c-wp-detail h3, .c-wp-detail h4 {
  word-break: auto-phrase;
  line-height: 1.5;
}
.c-wp-detail h2 {
  position: relative;
  margin-top: 30px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #007bc7;
}
.c-wp-detail h2:has(> span) span {
  display: inline-block;
  background: #fff;
  padding-right: 15px;
  position: relative;
  z-index: 1;
}
.c-wp-detail h2:not(:has(> span)) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-wp-detail h2:not(:has(> span))::after {
  width: 100%;
  left: auto;
  right: 0;
  position: relative;
  margin-left: 15px;
}
.c-wp-detail h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #007bc7;
  position: absolute;
  top: calc(50% - 0.5px);
  left: 0;
  z-index: 0;
}
.c-wp-detail h3 {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 20px;
  padding-left: 20px;
  position: relative;
}
.c-wp-detail h3::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #007bc7;
  position: absolute;
  top: calc(50% - 6px);
  left: 0;
}
.c-wp-detail h4 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 20px;
}
.c-wp-detail ol, .c-wp-detail ul, .c-wp-detail p, .c-wp-detail dl, .c-wp-detail form {
  margin-top: 1em;
  margin-bottom: 1em;
  line-height: 1.8;
}
.c-wp-detail ol img, .c-wp-detail ul img, .c-wp-detail p img, .c-wp-detail dl img, .c-wp-detail form img {
  border-radius: 20px;
}
.c-wp-detail ol a, .c-wp-detail ul a, .c-wp-detail p a, .c-wp-detail dl a, .c-wp-detail form a {
  color: #007bc7;
}
@media only screen and (max-width: 1090px) {
  .c-wp-detail ol, .c-wp-detail ul, .c-wp-detail p, .c-wp-detail dl, .c-wp-detail form {
    font-size: 1.4rem;
  }
  .c-wp-detail ol img, .c-wp-detail ul img, .c-wp-detail p img, .c-wp-detail dl img, .c-wp-detail form img {
    border-radius: 15px;
  }
}
.c-wp-detail ol, .c-wp-detail ul, .c-wp-detail li {
  list-style: auto !important;
}
.c-wp-detail li {
  margin-left: 2rem;
}
.c-wp-detail strong {
  font-weight: bold;
}
.c-wp-detail table th, .c-wp-detail table td {
  border: 1px solid #CCCCCC;
  border-collapse: collapse;
  padding: 7px 12px;
}
.c-wp-detail table th {
  background-color: #E6FAFF;
  font-weight: bold;
  font-size: 1.6rem;
}
.c-wp-detail table td {
  text-align: left;
}
.c-wp-detail .c-wp-detail_contTtl {
  margin-top: 50px;
}
.c-wp-detail .c-wp-detail_contTtl:has(+ h2) {
  margin-bottom: -30px;
}
.c-wp-detail .wp-block-image {
  margin-top: 15px;
}
.c-wp-detail .wp-block-group {
  padding: 30px 20px;
  margin: 15px 0;
  border: 2px solid #604c3f;
  border-radius: 10px;
}
.c-wp-detail .wp-block-group h2.wp-block-heading {
  margin-top: 0;
}
.c-wp-detail .wp-block-group.surveyBlk {
  padding: 25px 20px 25px;
  border: none;
  background-color: #e6faff;
}
.c-wp-detail .wp-block-group.surveyBlk .has-text-align-center {
  background: #fff;
  display: block;
  padding: 2px 10px;
  position: relative;
  border-radius: 20px;
  width: 400px;
  margin: auto;
}
.c-wp-detail .wp-block-group.surveyBlk .has-text-align-center::after {
  content: "";
  display: inline-block;
  background-image: url(../img/magazine/icon_survey.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -24px;
  top: -10px;
  width: 60px;
  height: 60px;
  -webkit-transform: rotate(13deg);
          transform: rotate(13deg);
}
.c-wp-detail .wp-block-group.surveyBlk a {
  text-decoration: none;
}
.c-wp-detail .wp-element-caption {
  text-align: center;
}
.c-wp-detail p.c-wp-detail__vol {
  margin-top: 0;
  display: inline-block;
  letter-spacing: 0;
  color: #fff;
  background: #A2A45A;
  border-radius: 3px;
  padding: 5px 18px;
  line-height: 1;
}
.c-wp-detail__pdf {
  width: 220px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background: #007bc7;
  border: 1px solid #007bc7;
  border-radius: 8px;
  padding: 10px;
  position: relative;
}
.c-wp-detail__pdf span {
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-wp-detail__pdf span::after {
  content: "";
  display: block;
  width: 13px;
  height: 15px;
  background: #007bc7;
  -webkit-mask-image: url(../img/common/icon_pdf.svg);
          mask-image: url(../img/common/icon_pdf.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (min-width: 1091px) {
  .c-wp-detail__pdf:hover {
    background: #fff;
    color: #007bc7;
  }
  .c-wp-detail__pdf:hover span {
    background: #007bc7;
  }
  .c-wp-detail__pdf:hover span::after {
    background: #fff;
  }
}
.c-wp-detail p.c-wp-detail__ctg {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  padding: 3px 20px;
  background: #F7931E;
  border-radius: 30px;
  margin-top: 5px;
}
.c-wp-detail p.c-wp-detail__ctg:nth-of-type(n+2) {
  margin-left: 10px;
}
.c-wp-detail__doctor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-wp-detail__doctor__prof {
  width: 90px;
  height: 23px;
  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;
  font-size: 1.4rem;
  background: #E6E6E6;
  margin-right: 10px;
}
.c-wp-detail__doctor__name {
  font-size: 1.6rem;
  font-weight: bold;
}
.c-wp-detail__dateblk {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
}
.c-wp-detail__dateblk__date {
  margin-right: 25px;
}
.c-wp-detail__dateblk__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-wp-detail__dateblk__sns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20px;
  margin-right: 20px;
}
.c-wp-detail__hr {
  margin: 25px 0 35px;
  border-color: 1px solid #CCCCCC;
}
.c-wp-detail__h1 {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-top: 15px;
}
@media only screen and (max-width: 1090px) {
  .c-wp-detail h2 {
    position: relative;
    margin-top: 30px;
    font-size: 2rem;
  }
  .c-wp-detail h2:has(> span) span {
    padding-right: 15px;
  }
  .c-wp-detail h2:not(:has(> span)) {
    white-space: unset;
  }
  .c-wp-detail h2:not(:has(> span))::after {
    max-width: 40px;
  }
  .c-wp-detail h2::after {
    height: 1px;
  }
  .c-wp-detail h3 {
    font-size: 1.8rem;
    margin-top: 20px;
    padding-left: 18px;
  }
  .c-wp-detail h3::before {
    width: 10px;
    height: 10px;
    top: 8px;
  }
  .c-wp-detail table th, .c-wp-detail table td {
    padding: 7px 8px;
  }
  .c-wp-detail table th {
    font-size: 1.4rem;
  }
  .c-wp-detail table td {
    text-align: left;
  }
  .c-wp-detail .wp-block-group {
    padding: 10px 10px;
    margin: 15px 0;
    border: 1px solid #604c3f;
  }
  .c-wp-detail .wp-block-group h3.wp-block-heading {
    margin-bottom: -10px;
  }
  .c-wp-detail .wp-block-group.surveyBlk {
    padding: 20px 20px 20px;
  }
  .c-wp-detail .wp-block-group.surveyBlk .has-text-align-center {
    font-size: 1.5rem !important;
    width: auto;
  }
  .c-wp-detail .wp-block-group.surveyBlk .has-text-align-center::after {
    right: -24px;
    top: -17px;
    width: 40px;
    height: 40px;
  }
  .c-wp-detail .wp-block-group.surveyBlk .c-page-txtLink {
    margin-top: 15px;
  }
  .c-wp-detail p.c-wp-detail__vol {
    margin-top: 8px;
    font-size: 1.2rem;
    border-radius: 5px;
    padding: 3px 10px;
  }
  .c-wp-detail__pdf {
    width: 150px;
    height: 30px;
    font-size: 12px;
    border: none;
    border-radius: 5px;
    padding: 10px;
  }
  .c-wp-detail__pdf span {
    width: 22px;
    height: 22px;
    right: 10px;
  }
  .c-wp-detail__pdf span::after {
    width: 13px;
    height: 15px;
  }
  .c-wp-detail p.c-wp-detail__ctg {
    font-size: 1.2rem;
    padding: 3px 10px;
    background: #F7931E;
    border-radius: 30px;
    margin-top: 0;
  }
  .c-wp-detail p.c-wp-detail__doctor {
    margin-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-wp-detail p.c-wp-detail__doctor__prof {
    width: 80px;
    height: 20px;
    font-size: 1.2rem;
    margin-right: 15px;
  }
  .c-wp-detail p.c-wp-detail__doctor__name {
    font-size: 1.2rem;
  }
  .c-wp-detail__dateblk {
    margin-top: 15px;
    font-size: 12px;
  }
  .c-wp-detail__dateblk__date {
    margin-right: 20px;
  }
  .c-wp-detail__dateblk__sns a {
    width: 15px;
    margin-right: 15px;
  }
  .c-wp-detail__hr {
    margin: 25px 0 35px;
    border-color: 1px solid #CCCCCC;
  }
  .c-wp-detail__h1 {
    font-size: 2rem;
    letter-spacing: 0.1em;
    font-weight: bold;
    margin-top: 20px;
  }
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mt100 {
  margin-top: 100px;
}

.u-tal {
  text-align: left;
}

.u-tac {
  text-align: center;
}

.u-tac {
  text-align: center;
}

.u-tal {
  text-align: left;
}

.u-tar {
  text-align: right;
}

.u-taj {
  text-align: justify;
}

.u-tdu {
  text-decoration: underline;
}

.u-indent {
  text-indent: -1em;
  padding-left: 1em;
}

.u-fwb {
  font-weight: bold;
}

.u-redCol {
  color: #ff2300;
}

@media only screen and (max-width: 1090px) {
  .u-mt10 {
    margin-top: 0.6em;
  }
  .u-mt20 {
    margin-top: 1.2em;
  }
  .u-mt30 {
    margin-top: 1.8em;
  }
  .u-mt40 {
    margin-top: 2.4em;
  }
  .u-mt50 {
    margin-top: 3em;
  }
  .u-mt60 {
    margin-top: 3.6em;
  }
  .u-mt70 {
    margin-top: 4.2em;
  }
  .u-mt80 {
    margin-top: 4.8em;
  }
  .u-mt90 {
    margin-top: 5.4em;
  }
  .u-mt100 {
    margin-top: 6em;
  }
}
.l-ft {
  margin-top: -14px;
}
.l-ft-totop {
  position: fixed;
  width: 50px;
  height: 50px;
  right: 30px;
  bottom: -100px;
  z-index: 9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-ft-totop.change {
  pointer-events: none;
  opacity: 0;
}
@media only screen and (min-width: 1091px) {
  .l-ft-totop:hover {
    opacity: 0.8;
  }
}
.l-ft-totop img {
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
  border-radius: 50px;
}
.l-ft_main {
  height: 283px;
  padding-top: 93px;
  padding-right: 60px;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  background: -webkit-gradient(linear, left top, right top, from(rgb(229, 0, 90)), to(rgb(234, 85, 72)));
  background: linear-gradient(90deg, rgb(229, 0, 90) 0%, rgb(234, 85, 72) 100%);
  clip-path: polygon(0% 100%, 0% 283px, 100% 0%, 100% 100%);
}
@media only screen and (min-width: 1091px) {
  .l-ft_main a:hover {
    opacity: 0.8;
  }
}
.l-ft_main-img01 {
  width: 278px;
  display: block;
  margin-left: auto;
}
.l-ft_main-copy {
  color: #fff;
  text-align: right;
  font-size: 1rem;
  margin-top: -18px;
}

@media only screen and (max-width: 1090px) {
  .l-ft {
    margin-top: 0;
  }
  .l-ft-totop {
    position: fixed;
    width: calc(38 / 375 * 100vw);
    height: calc(38 / 375 * 100vw);
    right: calc(10 / 375 * 100vw);
    bottom: calc(-100 / 375 * 100vw);
    z-index: 9;
  }
  .l-ft-totop img {
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
    border-radius: calc(50 / 375 * 100vw);
  }
  .l-ft_main {
    height: calc(235 / 375 * 100vw);
    padding-top: calc(77 / 375 * 100vw);
    padding-right: 0;
    width: 100%;
    clip-path: polygon(0% 100%, 0% calc(98 / 375 * 100vw), 100% 0%, 100% 100%);
  }
  .l-ft_main-img01 {
    width: 55%;
    display: block;
    margin: 0 10% 0 auto;
  }
  .l-ft_main-copy {
    text-align: center;
    font-size: calc(9 / 375 * 100vw);
    margin-top: calc(15 / 375 * 100vw);
    margin-right: 10%;
    text-align: right;
  }
}
.l-hd {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  height: 112px;
  line-height: 1.5;
}
@media only screen and (min-width: 1091px) {
  .l-hd a:hover {
    opacity: 0.8;
  }
}
.l-hd_wrap {
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 1000px;
  margin: 0 auto;
  z-index: 1001;
  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;
}
.l-hd_wrap-nav {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: calc(100% - 100px);
  max-width: 1245px;
  padding: 0;
  opacity: 1 !important;
}
.l-hd_logo {
  width: 296px;
  position: absolute;
  left: 20px;
  top: 8px;
}
.l-hd_subList {
  display: none;
}
.l-hd_nav {
  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: 1.6rem;
}
.l-hd_nav-list {
  width: auto;
  position: relative;
  margin-left: 52px;
  font-style: italic;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.l-hd_nav-list.--btn01 {
  width: 220px;
}
.l-hd_nav-list.--btn02 {
  width: 297px;
  margin-left: 0px;
}
.l-hd_nav-list:nth-of-type(1) {
  margin-left: 0;
}
.l-hd_nav-list a {
  width: 100%;
  height: 100%;
  padding: 0;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: block;
  color: #fff;
}
@media only screen and (max-width: 1090px) {
  .l-hd {
    height: 58px;
  }
  .l-hd_wrap {
    width: 100%;
    max-width: none;
    min-width: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .l-hd_wrap-nav {
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 0;
    width: calc(100% - 0px);
    height: calc(100% - 0px);
    background: -webkit-gradient(linear, left top, right top, from(rgb(229, 0, 90)), to(rgb(234, 85, 72)));
    background: linear-gradient(90deg, rgb(229, 0, 90) 0%, rgb(234, 85, 72) 100%);
    margin: 0 auto;
    z-index: 100;
    pointer-events: none;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transition: all 0.25s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: all 0.25s cubic-bezier(0.65, 0.05, 0.36, 1);
    -webkit-transition-property: opacity, width, -webkit-transform;
    transition-property: opacity, width, -webkit-transform;
    transition-property: transform, opacity, width;
    transition-property: transform, opacity, width, -webkit-transform;
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
    background-color: #fff;
    display: block;
    overflow: scroll;
    padding-bottom: calc(20 / 375 * 100vw);
  }
  .l-hd_wrap-nav.open {
    pointer-events: auto;
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0);
  }
  .l-hd_wrap-nav-logo {
    position: absolute;
    width: 268px;
    bottom: 3px;
    right: 3px;
  }
  .l-hd_nav {
    display: block;
    margin: 0 auto;
    width: calc(100% - 70 / 375 * 100vw);
    max-width: calc(400 / 375 * 100vw);
    padding-top: calc(0 / 375 * 100vw);
  }
  .l-hd_nav .l-hd_nav-list {
    width: 100%;
    text-align: left;
    margin-bottom: calc(40 / 375 * 100vw);
    margin-left: 0;
    height: auto;
    font-size: calc(17 / 375 * 100vw);
    text-shadow: unset;
  }
  .l-hd_nav .l-hd_nav-list.--btn01 {
    width: calc(280 / 375 * 100vw);
    margin-left: auto;
    margin-right: auto;
    margin-top: 110px;
  }
  .l-hd_nav .l-hd_nav-list.--btn02 {
    width: calc(280 / 375 * 100vw);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }
  .l-hd_nav .l-hd_nav-list::before {
    display: none;
  }
  .l-hd_subList {
    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;
    list-style: none;
    height: 100%;
    z-index: 999;
    position: relative;
  }
  .l-hd_subList::after {
    content: "";
    display: inline-block;
    width: 65vw;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgb(229, 0, 90)), to(rgb(234, 85, 72)));
    background: linear-gradient(90deg, rgb(229, 0, 90) 0%, rgb(234, 85, 72) 100%);
    clip-path: polygon(0% 100%, 0% 0, 100% 0%, 100% calc(100% - 58px));
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .l-hd_subList-item {
    width: 68px;
    height: 50px;
    top: -7px;
    font-weight: bold;
    position: relative;
  }
  .l-hd_subList-item.js-hum {
    padding-bottom: 5px;
  }
  .l-hd_subList-item.js-hum.open .menu-button .icon {
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
    background-color: transparent;
  }
  .l-hd_subList-item.js-hum.open .menu-button .icon .menu-button__icon {
    left: -10px;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  .l-hd_subList-item.js-hum.open .menu-button .icon .menu-button__icon::before, .l-hd_subList-item.js-hum.open .menu-button .icon .menu-button__icon::after {
    left: 0px;
  }
  .l-hd_subList-item.js-hum.open .menu-button .icon .menu-button__icon::before {
    -webkit-transform: rotate(45deg) translate(6.5px, 2.5px);
            transform: rotate(45deg) translate(6.5px, 2.5px);
    width: 28px;
    top: 0px;
  }
  .l-hd_subList-item.js-hum.open .menu-button .icon .menu-button__icon::after {
    -webkit-transform: rotate(-45deg) translate(6px, -2px);
            transform: rotate(-45deg) translate(6px, -2px);
    width: 28px;
    top: 12px;
  }
  .l-hd_subList-item a,
  .l-hd_subList-item p {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: inherit;
    transition: inherit;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.17, 0.84, 0.44, 1);
            transition-timing-function: cubic-bezier(0.17, 0.84, 0.44, 1);
    -webkit-transition-property: opacity, color, -webkit-transform;
    transition-property: opacity, color, -webkit-transform;
    transition-property: opacity, color, transform;
    transition-property: opacity, color, transform, -webkit-transform;
    cursor: pointer;
    height: 100%;
  }
  .l-hd_subList-item a .icon,
  .l-hd_subList-item p .icon {
    width: 24px;
  }
  .l-hd_subList-item a .icon .menu-button__icon,
  .l-hd_subList-item p .icon .menu-button__icon {
    -webkit-transition: background-color 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: background-color 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
    display: block;
    height: 2px;
    width: 20px;
    padding: 0;
    background: currentColor;
    text-indent: -200px;
    position: relative;
    top: calc(50% - 1px);
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform-origin: center 15px;
            transform-origin: center 15px;
    background-color: transparent;
  }
  .l-hd_subList-item a .icon .menu-button__icon::before, .l-hd_subList-item a .icon .menu-button__icon::after,
  .l-hd_subList-item p .icon .menu-button__icon::before,
  .l-hd_subList-item p .icon .menu-button__icon::after {
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
            transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
    -webkit-transition-property: background-color, top, left, width, -webkit-transform;
    transition-property: background-color, top, left, width, -webkit-transform;
    transition-property: background-color, top, left, width, transform;
    transition-property: background-color, top, left, width, transform, -webkit-transform;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    display: block;
    height: 2px;
    width: 30px;
    padding: 0;
    text-indent: -200px;
    background-color: #fff;
  }
  .l-hd_subList-item a .icon .menu-button__icon::before,
  .l-hd_subList-item p .icon .menu-button__icon::before {
    top: 0px;
    content: "";
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  .l-hd_subList-item a .icon .menu-button__icon::after,
  .l-hd_subList-item p .icon .menu-button__icon::after {
    top: 10px;
    content: "";
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  .l-hd_subList-item a .lbl,
  .l-hd_subList-item p .lbl {
    display: inline-block;
    font-size: 1rem;
    -webkit-transition: inherit;
    transition: inherit;
    margin-bottom: 7px;
    white-space: nowrap;
  }
}
.l-main {
  margin: 0 auto 0;
}
.l-main .js-acd-btn {
  position: relative;
}
.l-main .js-acd-btn::before, .l-main .js-acd-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 12px;
  height: 1px;
  background: #fff;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-main .js-acd-btn::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.l-main .js-acd-btn.open::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

@media only screen and (max-width: 1090px) {
  .l-main {
    margin: 0 auto 0;
  }
}
.p-project-ind {
  margin-top: 40px;
}

@media only screen and (max-width: 1090px) {
  .p-project-ind {
    margin-top: 20px;
  }
}
.p-project-single {
  margin-top: 72px;
}
.p-project-single_inr {
  width: 800px;
  margin: 0 auto;
}
.p-project-single_tagarea span {
  background-color: #00a0e9;
  color: #fff;
  line-height: 1;
  display: inline-block;
  font-size: 1.6rem;
  padding: 1px 2px 3px;
}
.p-project-single_ttl {
  font-size: 2.2rem;
  line-height: 1.3;
  margin-top: 10px;
}
.p-project-single_company {
  margin-top: 18px;
  margin-bottom: 48px;
  font-size: 1.6rem;
}
.p-project-single_company a {
  text-decoration: underline;
}
.p-project-single_movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.p-project-single_movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.p-project-single_thum {
  text-align: center;
  margin-top: 48px;
}
.p-project-single_content {
  margin-top: 40px;
}
.p-project-single_salespartners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  border-radius: 10px;
  overflow: hidden;
}
.p-project-single_salespartners-box {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 22px 0 20px;
}
.p-project-single_salespartners-box.--sales {
  background-color: #fff1b7;
}
.p-project-single_salespartners-box.--sales .ttl {
  background-color: #fcbe00;
}
.p-project-single_salespartners-box.--sales .ttl::after {
  border-top: 39px solid #fcbe00;
}
.p-project-single_salespartners-box.--partners {
  background-color: #ccefff;
}
.p-project-single_salespartners-box.--partners .ttl {
  background-color: #05a5f0;
  color: #fff;
}
.p-project-single_salespartners-box.--partners .ttl::after {
  border-top: 39px solid #05a5f0;
}
.p-project-single_salespartners-box .ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2rem;
  line-height: 1;
  padding: 9px 0 10px 9px;
  position: relative;
}
.p-project-single_salespartners-box .ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -20px;
  border-top: 39px solid #fff;
  border-right: 20px solid transparent;
}
.p-project-single_salespartners-box ul {
  margin: 6px auto 0;
  width: calc(100% - 40px);
}
.p-project-single_salespartners-box ul li {
  font-size: 1.6rem;
  text-indent: -0.5em;
  padding-left: 0.5em;
}
.p-project-single_salespartners-box ul li:nth-of-type(n+2) {
  margin-top: 5px;
}
.p-project-single_company-area {
  text-align: center;
  margin: 70px auto 0;
  border: 2px solid #05a5f0;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px 20px 50px;
  max-width: 1000px;
  position: relative;
}
.p-project-single_company-area::after {
  content: "";
  display: inline-block;
  background-image: url(../img/project/icon_company.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 37px;
  height: 37px;
  position: absolute;
  left: 60px;
  top: 0;
}
.p-project-single_company-area .company-name {
  font-weight: bold;
  font-size: 2.8rem;
}
.p-project-single_company-area .company-lead {
  font-size: 2.2rem;
  margin-top: 11px;
}
.p-project-single_company-area .company-btn {
  font-size: 1.6rem;
  line-height: 1;
  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;
  background-color: #05a5f0;
  border: 1px solid #05a5f0;
  color: #fff;
  margin: 17px auto 0;
  width: 220px;
  height: 40px;
  border-radius: 40px;
}
@media only screen and (min-width: 1091px) {
  .p-project-single_company-area .company-btn:hover {
    background-color: #fff;
    color: #05a5f0;
  }
}
.p-project-single_link-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
  margin-top: 50px;
}
.p-project-single_link-area a {
  margin: 0;
}
.p-project-single_other {
  margin-top: 90px;
}
@media only screen and (max-width: 1090px) {
  .p-project-single {
    margin-top: 50px;
  }
  .p-project-single_inr {
    width: 100%;
  }
  .p-project-single_tagarea span {
    font-size: 1.6rem;
  }
  .p-project-single_ttl {
    font-size: 1.9rem;
    line-height: 1.3;
    margin-top: 15px;
  }
  .p-project-single_company {
    margin-top: 22px;
    margin-bottom: 33px;
    font-size: 1.6rem;
  }
  .p-project-single_thum {
    margin-top: 20px;
  }
  .p-project-single_content {
    margin-top: 25px;
  }
  .p-project-single_salespartners {
    display: block;
    margin-top: 32px;
    border-radius: 15px;
  }
  .p-project-single_salespartners-box {
    width: 100%;
    padding: 22px 0 20px;
  }
  .p-project-single_salespartners-box.--sales .ttl::after {
    border-top: 35px solid #fcbe00;
  }
  .p-project-single_salespartners-box.--partners .ttl {
    line-height: 1.2;
  }
  .p-project-single_salespartners-box.--partners .ttl::after {
    border-top: 57.38px solid #05a5f0;
  }
  .p-project-single_salespartners-box .ttl {
    font-size: 1.6rem;
    padding: 9px 0 10px 9px;
  }
  .p-project-single_salespartners-box .ttl::after {
    right: -20px;
    border-top: 39px solid #fff;
    border-right: 20px solid transparent;
  }
  .p-project-single_salespartners-box ul {
    margin: 6px auto 0;
    width: calc(100% - 40px);
  }
  .p-project-single_salespartners-box ul li {
    font-size: 1.5rem;
  }
  .p-project-single_salespartners-box ul li:nth-of-type(n+2) {
    margin-top: 5px;
  }
  .p-project-single_company-area {
    margin: 40px auto 0;
    border: 1px solid #05a5f0;
    border-radius: 5px;
    padding: 30px 30px 30px;
    max-width: 500px;
  }
  .p-project-single_company-area::after {
    left: 30px;
  }
  .p-project-single_company-area .company-name {
    font-size: 2.4rem;
  }
  .p-project-single_company-area .company-lead {
    font-size: 1.4rem;
    margin-top: 12px;
    text-align: left;
  }
  .p-project-single_company-area .company-btn {
    margin: 20px auto 0;
  }
  .p-project-single_link-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
    margin-top: 30px;
  }
  .p-project-single_link-area a {
    margin: 0;
    width: 270px;
    height: 50px;
  }
  .p-project-single_other {
    margin-top: 45px;
  }
  .p-project-single_cardArea {
    margin-top: 20px;
  }
  .p-project-single_cardArea .slick-next, .p-project-single_cardArea .slick-prev {
    width: 24px;
    height: 37px;
  }
  .p-project-single_cardArea .slick-next::before, .p-project-single_cardArea .slick-prev::before {
    content: "";
    opacity: 1;
    background-image: url(../img/top/project_arw.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .p-project-single_cardArea .slick-prev {
    left: -10px;
    z-index: 2;
  }
  .p-project-single_cardArea .slick-next {
    right: -10px;
  }
  .p-project-single_cardArea .slick-next::before {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  .p-project-single_cardArea .c-page-cardArea_items:nth-of-type(n+2) {
    margin-top: 0 !important;
  }
  .p-project-single_backbtn {
    width: 200px;
  }
}
.p-top {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.p-top-mainbg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgb(229, 0, 90)), to(rgb(234, 85, 72)));
  background: linear-gradient(90deg, rgb(229, 0, 90) 0%, rgb(234, 85, 72) 100%);
  pointer-events: none;
}
.p-top-mainbg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.p-top-mainbg video {
  min-height: 100%;
  min-height: 100vh;
  min-width: 100%;
  min-width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-fv {
  position: relative;
  margin: 0 auto;
  max-width: 1400px;
  overflow: hidden;
  z-index: 3;
  height: 966px;
}
.p-top-fv_txt01 {
  position: absolute;
  width: 625px;
  top: 150px;
  left: calc(50% - 540px);
}
.p-top-fv_scroll {
  display: block;
  width: 12px;
  position: absolute;
  bottom: 50px;
  left: 100px;
}
.p-top-fv_closeText {
  font-size: 3rem;
  font-weight: bold;
  color: #000;
  background: rgba(255, 255, 255, 0.8);
  height: auto;
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  width: 100%;
  text-align: center;
  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-top-about {
  margin-top: -306px;
  position: relative;
  z-index: 2;
}
.p-top-about_date {
  position: absolute;
  top: 67px;
  left: calc(50% - 206px);
  width: 573px;
  z-index: 2;
}
.p-top-about_outer {
  padding-top: calc(428 / 1400 * 100vw);
  padding-bottom: calc(358 / 1400 * 100vw);
  background: -webkit-gradient(linear, left top, right top, from(rgb(229, 0, 90)), to(rgb(234, 85, 72)));
  background: linear-gradient(90deg, rgb(229, 0, 90) 0%, rgb(234, 85, 72) 100%);
  clip-path: polygon(0% 100%, 0% calc(365 / 1400 * 100vw), 100% 0%, 100% calc(100% - 365 / 1400 * 100vw));
}
.p-top-about_inr {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -120px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-top-about_left {
  margin-left: calc(50% - 50vw);
  width: 50.4vw;
  overflow: hidden;
  position: relative;
}
.p-top-about_right {
  width: calc(100% - 540px);
  margin-left: 34px;
  max-width: 460px;
}
.p-top-about_right .ttl {
  max-width: 292px;
}
.p-top-about_right .txt {
  font-weight: bold;
  font-size: 1.6rem;
  margin-top: 23px;
  line-height: 2.5;
  color: #fff;
}
.p-top-about_right .presented {
  width: 100%;
  margin-top: 34px;
  position: relative;
}
.p-top-about_right .presented .link {
  height: 70%;
  position: absolute;
}
.p-top-about_right .presented .link.--01 {
  left: 37%;
  top: 29%;
  width: 30%;
}
.p-top-about_right .presented .link.--02 {
  right: 0%;
  top: 29%;
  width: 32%;
}
.p-top-about_right .detail {
  font-weight: bold;
  font-size: 1.8rem;
  margin-top: 23px;
  line-height: 1.8;
  color: #fff;
}
.p-top-about_right .detail li {
  text-indent: -2.4em;
  padding-left: 2.4em;
}
.p-top-about_right .date {
  max-width: 323px;
  margin-top: 35px;
}
.p-top-about_right .cont {
  margin-top: 34px;
  position: relative;
  width: 100%;
  padding-top: 45%;
  height: 0;
}
.p-top-about_right .cont iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-top-about_movie {
  margin: 40px auto 0;
  max-width: 800px;
  width: 100%;
}
.p-top-about_movie-inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.p-top-about_movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.p-top-about_salons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 100px;
  margin: 132px auto 0;
  max-width: 1000px;
}
.p-top-about_salons-left {
  width: 35%;
  padding-bottom: 30px;
}
.p-top-about_salons-right {
  width: 62.3%;
}
.p-top-contents {
  margin-top: calc(-400 / 1400 * 100vw);
  position: relative;
}
.p-top-contents_inr {
  padding: calc(340 / 1400 * 100vw) 65px calc(400 / 1400 * 100vw);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 700px;
  background-color: #fff;
}
.p-top-contents_ttl {
  margin: 0 auto;
  width: 403px;
}
.p-top-contents_lead {
  margin-top: 41px;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 2.3;
  font-weight: 600;
}
.p-top-contents_subTtl {
  text-align: center;
  font-weight: bold;
  margin-top: 65px;
  font-size: 3rem;
  font-style: italic;
  letter-spacing: 0.05em;
}
.p-top-contents_img01 {
  position: relative;
  margin-top: 30px;
}
.p-top-contents_img01-deco {
  position: absolute;
  right: -13px;
  bottom: -62px;
  width: 147px;
}
.p-top-contents_guidance {
  margin-top: 120px;
}
.p-top-contents_guidance-ttl {
  text-align: center;
  font-weight: bold;
  font-size: 3rem;
  font-style: italic;
  letter-spacing: 0.05em;
}
.p-top-contents_guidance-thum {
  margin-top: 28px;
}
.p-top-contents_photo {
  margin-top: 120px;
}
.p-top-contents_photo-ttl {
  text-align: center;
  font-weight: bold;
  font-size: 3rem;
  font-style: italic;
  letter-spacing: 0.05em;
}
.p-top-contents_photo-thum {
  margin-top: 28px;
  position: relative;
}
.p-top-contents_photo-thum span {
  display: block;
  position: absolute;
  top: -98px;
  left: -90px;
  width: 196px;
}
.p-top-contents_photo-btn {
  position: relative;
  display: block;
  width: 522px;
  margin: -60px auto 0;
}
.p-top-contents_photo-btn.--soon {
  pointer-events: none;
}
.p-top-contents_photo-btn.--soon::after {
  position: absolute;
  content: "COMING SOON";
  top: -10px;
  left: 0px;
  width: calc(100% + 0px);
  height: calc(100% + 20px);
  background-color: rgba(0, 0, 0, 0.85);
  color: #fff;
  font-size: 3rem;
  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;
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
}
.p-top-contents_endArea {
  position: relative;
}
.p-top-contents_endArea::after {
  position: absolute;
  content: "募集は終了しました";
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  color: #fff;
  font-size: 4rem;
  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-top-contents_img02 {
  width: 532px;
  margin-top: 8px;
}
.p-top-contents_txt01 {
  font-weight: bold;
  margin-top: 22px;
  font-size: 2.3rem;
}
.p-top-contents_img03 {
  margin-top: 20px;
}
.p-top-contents_btn01 {
  display: block;
  margin: 58px auto 0;
  width: 511px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (min-width: 1091px) {
  .p-top-contents_btn01:hover {
    opacity: 0.7;
  }
}
.p-top-contents_btn02 {
  display: block;
  margin: 18px auto 0;
  width: 511px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (min-width: 1091px) {
  .p-top-contents_btn02:hover {
    opacity: 0.7;
  }
}
.p-top-contents #SALONS {
  margin-top: -100px;
  padding-top: 100px;
}
.p-top-contents_img04 {
  margin: 164px auto 0;
  width: 400px;
}
.p-top-contents_txt02 {
  text-align: center;
  font-weight: bold;
  margin-top: 54px;
  font-size: 3rem;
  font-style: italic;
  letter-spacing: 0.05em;
}
.p-top-sponsor {
  margin-top: calc(-413 / 1400 * 100vw);
  position: relative;
  z-index: 2;
}
.p-top-sponsor_outer {
  padding-top: calc(280 / 1400 * 100vw);
  padding-bottom: calc(258 / 1400 * 100vw);
  background: -webkit-gradient(linear, left top, right top, from(rgb(229, 0, 90)), to(rgb(234, 85, 72)));
  background: linear-gradient(90deg, rgb(229, 0, 90) 0%, rgb(234, 85, 72) 100%);
  clip-path: polygon(0% 100%, 0% calc(365 / 1400 * 100vw), 100% 0%, 100% calc(100% - 365 / 1400 * 100vw));
}
.p-top-sponsor_inr {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -120px;
}
.p-top-sponsor_left {
  width: calc(100% - 365px);
  margin-right: 34px;
  padding-top: 255px;
  max-width: 625px;
}
.p-top-sponsor_left .ttl {
  max-width: 364px;
}
.p-top-sponsor_left-logo {
  margin: 62px 0 0;
  max-width: 613px;
  position: relative;
}
.p-top-sponsor_left-logo .link {
  position: absolute;
}
.p-top-sponsor_left-logo .link.--01 {
  width: 39%;
  height: 14%;
  left: 29%;
  top: 11%;
}
.p-top-sponsor_left-logo .link.--02 {
  width: 39%;
  height: 14%;
  left: 29%;
  top: 28%;
}
.p-top-sponsor_left-logo .link.--03 {
  width: 13%;
  height: 20%;
  left: 22%;
  top: 70%;
}
.p-top-sponsor_left-logo .link.--04 {
  width: 20%;
  height: 20%;
  left: 39%;
  top: 70%;
}
.p-top-sponsor_left-logo .link.--05 {
  width: 20%;
  height: 20%;
  left: 61%;
  top: 70%;
}
.p-top-sponsor_left-logo .link.--06 {
  width: 39%;
  height: 20%;
  left: 29%;
  top: 44%;
}
.p-top-sponsor_left .txt {
  font-weight: bold;
  font-size: 1.6rem;
  margin-top: 45px;
  color: #fff;
  letter-spacing: 0.04em;
}
.p-top-sponsor_left ul {
  margin-top: 50px;
}
.p-top-sponsor_left ul li {
  padding-left: 54px;
  position: relative;
}
.p-top-sponsor_left ul li:nth-of-type(n + 2) {
  margin-top: 62px;
}
.p-top-sponsor_left ul li .num {
  position: absolute;
  top: -10px;
  left: 0;
  width: 30px;
}
.p-top-sponsor_left ul li .num.--02 {
  width: 37px;
}
.p-top-sponsor_left ul li .num.--03 {
  width: 36px;
}
.p-top-sponsor_left ul li .num.--04 {
  width: 34px;
  top: -10px;
}
.p-top-sponsor_left ul li .num.--05 {
  width: 37px;
  top: -10px;
}
.p-top-sponsor_left ul li .txtBlk {
  position: relative;
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: 0.04em;
  font-weight: bold;
}
.p-top-sponsor_left ul li .txtBlk span {
  font-size: 1.3rem;
  display: inline-block;
  font-weight: 400;
}
.p-top-sponsor_left ul li .txtBlk::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -12px;
}
.p-top-sponsor_left .btn {
  margin-top: 67px;
  margin-left: 13px;
  width: 520px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (min-width: 1091px) {
  .p-top-sponsor_left .btn:hover {
    opacity: 0.8;
  }
}
.p-top-sponsor_right {
  margin-right: calc(50% - 50vw);
  width: 42.6vw;
  margin-left: auto;
  overflow: hidden;
  position: relative;
}
.p-top-booth {
  margin: calc(-58 / 1400 * 100vw) auto 0;
}
.p-top-booth_inr {
  width: 700px;
  clip-path: polygon(0% 100%, 0% 183px, 100% 0%, 100% calc(100% - 183px));
  padding: 232px 0 246px;
  background-color: #fff;
}
.p-top-booth_ttl {
  width: 285px;
  margin: 0 auto;
}
.p-top-booth_btn {
  display: block;
  margin: 65px auto 0;
  width: 330px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (min-width: 1091px) {
  .p-top-booth_btn:hover {
    opacity: 0.7;
  }
}
.p-top-amyu {
  margin: calc(30 / 1400 * 100vw) auto 0;
}
.p-top-amyu_inr {
  width: 800px;
  clip-path: polygon(0% 100%, 0% 208px, 100% 0%, 100% calc(100% - 208px));
  padding: 207px 0 224px;
  background-color: #fff;
}
.p-top-amyu_ttl {
  width: 425px;
  margin: 0 auto;
  position: relative;
  left: 61px;
}
.p-top-amyu_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
}
.p-top-amyu_flex a {
  display: block;
  width: 215px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-top-amyu_flex a:nth-of-type(2) {
  width: 260px;
}
@media only screen and (min-width: 1091px) {
  .p-top-amyu_flex a:hover {
    opacity: 0.7;
  }
}
.p-top-amyu_img01 {
  margin: 41px auto 0;
  width: 575px;
  position: relative;
  left: -6px;
}

@media only screen and (max-width: 1090px) {
  .p-top-fv {
    overflow: visible;
    height: calc(630 / 375 * 100vw);
  }
  .p-top-fv_txt01 {
    width: calc(320 / 375 * 100vw);
    top: calc(90 / 375 * 100vw);
    left: calc(37.5 / 375 * 100vw);
  }
  .p-top-fv_scroll {
    width: calc(12 / 375 * 100vw);
    bottom: calc(-56 / 375 * 100vw);
    left: calc(22 / 375 * 100vw);
  }
  .p-top-fv_closeText {
    font-size: calc(18 / 375 * 100vw);
    height: auto;
    padding: calc(20 / 375 * 100vw) 0;
  }
  .p-top-about {
    margin-top: calc(-50 / 375 * 100vw);
    position: relative;
    z-index: 2;
  }
  .p-top-about_date {
    top: calc(-26 / 375 * 100vw);
    left: auto;
    right: 0px;
    width: calc(260 / 375 * 100vw);
  }
  .p-top-about_outer {
    padding-top: calc(200 / 375 * 100vw);
    padding-bottom: calc(177 / 375 * 100vw);
    clip-path: polygon(0% 100%, 0% calc(105 / 375 * 100vw), 100% 0%, 100% calc(100% - 105 / 375 * 100vw));
  }
  .p-top-about_inr {
    display: block;
    margin-top: calc(-95 / 375 * 100vw);
    width: 100%;
  }
  .p-top-about_left {
    margin-left: 0;
    width: 100%;
  }
  .p-top-about_left img {
    width: 100%;
  }
  .p-top-about_right {
    width: 85%;
    margin: calc(22 / 375 * 100vw) auto 0;
    max-width: unset;
  }
  .p-top-about_right .ttl {
    max-width: calc(200 / 375 * 100vw);
  }
  .p-top-about_right .txt {
    font-size: calc(15 / 375 * 100vw);
    margin-top: calc(17 / 375 * 100vw);
    line-height: 2;
  }
  .p-top-about_right .presented {
    margin-top: calc(24 / 375 * 100vw);
  }
  .p-top-about_right .presented .link.--01 {
    left: 0;
    top: calc(87 / 375 * 100vw);
    width: 100%;
    height: calc(60 / 375 * 100vw);
  }
  .p-top-about_right .presented .link.--02 {
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: calc(43 / 375 * 100vw);
  }
  .p-top-about_right .detail {
    font-size: calc(18 / 375 * 100vw);
    margin-top: calc(23 / 375 * 100vw);
  }
  .p-top-about_right .date {
    max-width: calc(309 / 375 * 100vw);
    margin-top: calc(31 / 375 * 100vw);
  }
  .p-top-about_right .txt {
    font-size: calc(13 / 375 * 100vw);
  }
  .p-top-about_right .cont {
    margin-top: calc(34 / 375 * 100vw);
    padding-top: 60%;
  }
  .p-top-about_movie {
    margin: calc(34 / 375 * 100vw) auto 0;
    max-width: 600px;
    width: 85%;
  }
  .p-top-about_salons {
    width: 85%;
    margin: calc(80 / 375 * 100vw) auto 0;
    max-width: unset;
    display: block;
  }
  .p-top-about_salons-left {
    width: calc(242 / 375 * 100vw);
    padding-bottom: 0;
  }
  .p-top-about_salons-right {
    width: 100%;
    margin-top: calc(16 / 375 * 100vw);
  }
  .p-top-contents {
    margin-top: calc(-120 / 375 * 100vw);
  }
  .p-top-contents_inr {
    padding: calc(120 / 375 * 100vw) calc(19 / 375 * 100vw) calc(150 / 375 * 100vw);
  }
  .p-top-contents_ttl {
    width: 100%;
  }
  .p-top-contents_lead {
    margin-top: calc(20 / 375 * 100vw);
    font-size: calc(15 / 375 * 100vw);
    line-height: 1.9;
  }
  .p-top-contents_subTtl {
    margin-top: calc(33 / 375 * 100vw);
    font-size: calc(20 / 375 * 100vw);
  }
  .p-top-contents_img01 {
    min-width: unset;
    width: 100%;
    margin-top: calc(15 / 375 * 100vw);
  }
  .p-top-contents_img01-deco {
    right: calc(-10 / 375 * 100vw);
    bottom: calc(-22 / 375 * 100vw);
    width: calc(76 / 375 * 100vw);
  }
  .p-top-contents_guidance {
    margin-top: calc(42 / 375 * 100vw);
  }
  .p-top-contents_guidance-ttl {
    font-size: calc(20 / 375 * 100vw);
  }
  .p-top-contents_guidance-thum {
    margin-top: calc(16 / 375 * 100vw);
  }
  .p-top-contents_photo {
    margin-top: calc(37 / 375 * 100vw);
  }
  .p-top-contents_photo-ttl {
    font-size: calc(20 / 375 * 100vw);
  }
  .p-top-contents_photo-thum {
    margin-top: calc(16 / 375 * 100vw);
  }
  .p-top-contents_photo-thum span {
    top: calc(-72 / 375 * 100vw);
    left: calc(-60 / 375 * 100vw);
    width: calc(130 / 375 * 100vw);
  }
  .p-top-contents_photo-btn {
    width: calc(272 / 375 * 100vw);
    margin: calc(-34 / 375 * 100vw) auto 0;
  }
  .p-top-contents_photo-btn.--soon::after {
    top: calc(-7 / 375 * 100vw);
    height: calc(100% + 14 / 375 * 100vw);
    font-size: calc(26 / 375 * 100vw);
  }
  .p-top-contents_endArea::after {
    top: -5px;
    left: -5px;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    font-size: 7vw;
  }
  .p-top-contents_img02 {
    width: 100%;
    margin-top: calc(6 / 375 * 100vw);
  }
  .p-top-contents_txt01 {
    margin-top: calc(11 / 375 * 100vw);
    font-size: calc(18 / 375 * 100vw);
  }
  .p-top-contents_img03 {
    margin-top: calc(24 / 375 * 100vw);
  }
  .p-top-contents_btn01 {
    margin: calc(41 / 375 * 100vw) auto 0;
    width: 100%;
  }
  .p-top-contents_btn02 {
    margin: calc(15 / 375 * 100vw) auto 0;
    width: 100%;
  }
  .p-top-contents_img04 {
    margin: calc(59 / 375 * 100vw) auto 0;
    width: 100%;
  }
  .p-top-contents_txt02 {
    margin-top: calc(34 / 375 * 100vw);
    font-size: calc(22 / 375 * 100vw);
  }
  .p-top-sponsor {
    margin-top: calc(-120 / 375 * 100vw);
  }
  .p-top-sponsor_outer {
    padding-top: calc(138 / 375 * 100vw);
    padding-bottom: calc(130 / 375 * 100vw);
    clip-path: polygon(0% 100%, 0% calc(105 / 375 * 100vw), 100% 0%, 100% calc(100% - 105 / 375 * 100vw));
  }
  .p-top-sponsor_inr {
    display: block;
    margin-top: 0;
    width: 100%;
  }
  .p-top-sponsor_left {
    width: 85%;
    margin: 0 auto;
    padding-top: 0;
    max-width: unset;
  }
  .p-top-sponsor_left .ttl {
    max-width: calc(254 / 375 * 100vw);
  }
  .p-top-sponsor_left-logo {
    margin: calc(34 / 375 * 100vw) 0 0;
    max-width: unset;
  }
  .p-top-sponsor_left-logo .link.--01 {
    width: 51%;
    height: 14%;
    left: 23%;
    top: 7%;
  }
  .p-top-sponsor_left-logo .link.--02 {
    width: 51%;
    height: 16%;
    left: 23%;
    top: 23%;
  }
  .p-top-sponsor_left-logo .link.--03 {
    width: 17%;
    height: 21%;
    left: 13%;
    top: 71%;
  }
  .p-top-sponsor_left-logo .link.--04 {
    width: 27%;
    height: 21%;
    left: 36%;
    top: 71%;
  }
  .p-top-sponsor_left-logo .link.--05 {
    width: 27%;
    height: 21%;
    left: 66%;
    top: 71%;
  }
  .p-top-sponsor_left-logo .link.--06 {
    width: 51%;
    height: 21%;
    left: 23%;
    top: 42%;
  }
  .p-top-sponsor_left .txt {
    margin-top: calc(25 / 375 * 100vw);
  }
  .p-top-sponsor_left ul {
    margin-top: calc(38 / 375 * 100vw);
  }
  .p-top-sponsor_left ul li {
    padding-left: calc(33 / 375 * 100vw);
  }
  .p-top-sponsor_left ul li:nth-of-type(n + 2) {
    margin-top: calc(28 / 375 * 100vw);
  }
  .p-top-sponsor_left ul li:nth-of-type(4) {
    margin-top: calc(40 / 375 * 100vw);
  }
  .p-top-sponsor_left ul li:nth-of-type(5) {
    margin-top: calc(40 / 375 * 100vw);
  }
  .p-top-sponsor_left ul li .num {
    top: calc(-10 / 375 * 100vw);
    left: calc(-14 / 375 * 100vw);
    width: calc(29 / 375 * 100vw);
  }
  .p-top-sponsor_left ul li .num.--02 {
    width: calc(37 / 375 * 100vw);
    top: calc(5 / 375 * 100vw);
    left: calc(-16 / 375 * 100vw);
  }
  .p-top-sponsor_left ul li .num.--03 {
    width: calc(37 / 375 * 100vw);
    top: calc(-6 / 375 * 100vw);
    left: calc(-16 / 375 * 100vw);
  }
  .p-top-sponsor_left ul li .num.--04 {
    width: calc(37 / 375 * 100vw);
    top: calc(-18 / 375 * 100vw);
    left: calc(-16 / 375 * 100vw);
  }
  .p-top-sponsor_left ul li .num.--05 {
    width: calc(37 / 375 * 100vw);
    top: calc(-14 / 375 * 100vw);
    left: calc(-16 / 375 * 100vw);
  }
  .p-top-sponsor_left ul li .txtBlk {
    font-size: calc(17 / 375 * 100vw);
    letter-spacing: 0.07em;
    min-height: calc(40 / 375 * 100vw);
  }
  .p-top-sponsor_left ul li .txtBlk span {
    font-size: calc(12 / 375 * 100vw);
    text-indent: -1em;
    padding-left: 1em;
  }
  .p-top-sponsor_left ul li .txtBlk::after {
    bottom: calc(-10 / 375 * 100vw);
  }
  .p-top-sponsor_right {
    margin: calc(42 / 375 * 100vw) auto 0;
    width: 85%;
  }
  .p-top-sponsor_right .btn {
    margin: calc(42 / 375 * 100vw) auto 0;
    width: calc(280 / 375 * 100vw);
  }
  .p-top-booth {
    margin: calc(25 / 375 * 100vw) auto 0;
  }
  .p-top-booth_inr {
    width: 85%;
    clip-path: polygon(0% 100%, 0% calc(83 / 375 * 100vw), 100% 0%, 100% calc(100% - 83 / 375 * 100vw));
    padding: calc(108 / 375 * 100vw) 0 calc(122 / 375 * 100vw);
  }
  .p-top-booth_ttl {
    width: calc(200 / 375 * 100vw);
    margin: 0 auto;
  }
  .p-top-booth_btn {
    display: block;
    margin: calc(52 / 375 * 100vw) auto 0;
    width: calc(280 / 375 * 100vw);
  }
  .p-top-amyu {
    margin: calc(30 / 375 * 100vw) auto 0;
  }
  .p-top-amyu_inr {
    width: 85%;
    clip-path: polygon(0% 100%, 0% calc(85 / 375 * 100vw), 100% 0%, 100% calc(100% - 85 / 375 * 100vw));
    padding: calc(122 / 375 * 100vw) 0 calc(128 / 375 * 100vw);
  }
  .p-top-amyu_ttl {
    width: calc(247 / 375 * 100vw);
    left: 0;
  }
  .p-top-amyu_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(13 / 375 * 100vw);
    margin-top: calc(36 / 375 * 100vw);
  }
  .p-top-amyu_flex a {
    display: block;
    width: calc(135 / 375 * 100vw);
  }
  .p-top-amyu_flex a:nth-of-type(2) {
    width: calc(160 / 375 * 100vw);
  }
  .p-top-amyu_img01 {
    margin: calc(26 / 375 * 100vw) auto 0;
    width: calc(287 / 375 * 100vw);
    position: relative;
    left: 0px;
  }
  .p-top-fixedNav {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 5;
  }
  .p-top-fixedNav_inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(343 / 375 * 100vw);
    margin: 0 auto;
    padding-bottom: calc(10 / 375 * 100vw);
    pointer-events: none;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .p-top-fixedNav_inr.active {
    opacity: 1;
    pointer-events: all;
  }
  .p-top-fixedNav_inr a {
    display: block;
    width: 50%;
  }
}
/*# sourceMappingURL=style.css.map */