@charset "UTF-8";
img {
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%;
  height: auto;
}

figure {
  margin-bottom: 0;
}

a.c-undeline {
  text-decoration: underline;
}

/*-------------------------------
  anker
-------------------------------*/
.anker {
  padding-top: 30px;
  display: block;
  height: 1px;
  margin-top: -30px;
}

/*-------------------------------
  midashi
-------------------------------*/
.c-midashi1 {
  font-size: clamp(3.2rem, 1.836rem + 3.81vw, 6.4rem);
  line-height: 1.6;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.c-midashi1 span {
  font-size: clamp(1.6rem, 1.236rem + 1.81vw, 2.4rem);
  display: block;
  text-align: center;
  margin-top: 10px;
  letter-spacing: 0.05em;
}
.c-midashi1.medium {
  font-size: clamp(2rem, 1.836rem + 2.81vw, 3.6rem);
}

@media screen and (max-width: 1024px) {
  .c-midashi1 {
    font-size: clamp(2.8rem, 2.236rem + 6.81vw, 4.8rem);
  }
  .c-midashi1 span {
    font-size: clamp(1.6rem, 1.236rem + 4.81vw, 2.4rem);
  }
  .c-midashi1_sp1 span {
    font-size: clamp(1.4rem, 1.236rem + 3.81vw, 1.6rem);
  }
}
/*-------------------------------
  1-top
-------------------------------*/
.p-hero {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-size: cover;
  position: relative;
  width: 100vw;
  background: #116496;
  min-height: 100vh;
  height: 1380px;
}
.p-hero__inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 100vw;
  height: 100%;
  padding-top: 80px;
  margin: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.p-hero__inner h1 {
  text-align: center;
  margin-bottom: 20px;
  display: block;
  width: 70%;
  max-width: 880px;
}
.p-hero__inner .p-hero__catch {
  line-height: 1.6;
  text-align: center;
}
.p-hero__inner .p-hero__catch p:nth-of-type(1) {
  font-size: clamp(2.4rem, 1.836rem + 1.11vw, 4rem);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 40px;
}
.p-hero__inner .p-hero__catch p:nth-of-type(2) {
  font-size: clamp(1.4rem, 1.036rem + 1.01vw, 1.8rem);
  line-height: 1.6;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .p-hero {
    min-height: 100vh;
    height: auto;
    padding-bottom: 90px;
  }
  .p-hero__inner {
    padding-top: 64px;
  }
  .p-hero__inner h1 {
    margin-bottom: 15px;
    display: block;
    width: 90%;
    max-width: 100vw;
  }
  .p-hero__inner .p-hero__catch p:nth-of-type(1) {
    font-size: clamp(1.8rem, 1.236rem + 3.41vw, 2.4rem);
    margin-bottom: 30px;
    line-height: 1.4;
  }
  .p-hero__inner .p-hero__catch p:nth-of-type(2) {
    font-weight: 700;
    font-size: clamp(1.4rem, 1.036rem + 1.01vw, 1.6rem);
  }
}
.p-news {
  padding-top: 60px;
  margin-bottom: 30px;
}
.p-news__inner {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.p-news ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-news ul li {
  width: calc(33.3333333333% - 20px);
}
.p-news ul li figure {
  display: block;
  height: 210px;
  margin-bottom: 10px;
}
.p-news ul li figure picture {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-news ul li figure picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-news ul li h3 {
  font-size: clamp(1.4rem, 1.036rem + 0.81vw, 1.6rem);
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1.4;
}
.p-news ul li time {
  font-size: 1.2rem;
  font-weight: 400;
}
.p-news__more {
  margin-top: 30px;
  text-align: center;
  text-decoration: underline;
}
.p-news__more a {
  -webkit-transition: all 0.2s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
  transition: all 0.2s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
}
.p-news__more a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1024px) {
  .p-news {
    padding-top: 60px;
    margin-bottom: 30px;
  }
  .p-news__inner {
    width: 100%;
    margin: auto;
    position: relative;
    padding: 0 clamp(20px, 1.836rem + 3.81vw, 80px);
  }
  .p-news ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
  }
  .p-news ul.slick-initialized {
    opacity: 1;
  }
  .p-news ul {
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-news ul li {
    width: 100%;
  }
  .p-news ul li figure {
    display: block;
    height: 210px;
    margin-bottom: 10px;
  }
  .p-news ul li figure picture {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-news ul li figure picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-news ul li h3 {
    font-size: clamp(1.4rem, 1.036rem + 0.81vw, 1.6rem);
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 1.4;
  }
  .p-news ul li time {
    font-size: 1.2rem;
    font-weight: 400;
  }
  .p-news__more {
    margin-top: 30px;
    text-align: center;
    text-decoration: underline;
  }
  .p-news__more a {
    -webkit-transition: all 0.2s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
    transition: all 0.2s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
  }
  .p-news__more a:hover {
    opacity: 0.8;
  }
  .p-news__list__slick {
    position: relative;
  }
  .p-news__list__slick .slick-prev, .p-news__list__slick .slick-next {
    width: 56px !important;
    height: 56px !important;
    top: 38% !important;
  }
  .p-news__list__slick .slick-prev:before, .p-news__list__slick .slick-next:before {
    font-size: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    background-image: url(../images/top/img_arrow_l.svg) !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .p-news__list__slick .slick-prev {
    left: 0 !important;
    z-index: 3;
  }
  .p-news__list__slick .slick-next {
    right: 0 !important;
    z-index: 3;
  }
  .p-news__list__slick .slick-next:before {
    font-size: 0;
    content: "";
    background-image: url(../images/top/img_arrow_r.svg) !important;
    background-size: cover;
  }
}
.p-features {
  margin-bottom: 120px;
  padding-bottom: 80px;
  background: #A5A5A5;
  position: relative;
  margin-top: 200px;
  color: #fff;
}
.p-features:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 150px;
  -webkit-transform: translateY(-99.5%);
          transform: translateY(-99.5%);
  max-width: 100%;
  background-image: url(../images/top/img_features_sankaku.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.p-features__inner {
  width: 100%;
  max-width: 1200px;
  margin: auto auto;
  padding: 0 clamp(20px, 1.836rem + 3.81vw, 80px);
}
.p-features h2 {
  font-size: clamp(3.2rem, 1.836rem + 3.81vw, 6.4rem);
  line-height: 1.2;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 500;
}
.p-features__list {
  margin-top: 60px;
}
.p-features__list__pc {
  display: block;
}
.p-features__list__sp__wrapper {
  display: none;
}
.p-features__list__item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto clamp(40px, 1.236rem + 2.81vw, 70px) auto;
}
.p-features__list__item figure {
  width: 280px;
  max-width: 100%;
  display: block;
}
.p-features__list__item__txt {
  margin-top: -0.1em;
  max-width: calc(100% - 320px);
}
.p-features__list__item__txt h3 {
  font-size: clamp(1.6rem, 1.036rem + 1.01vw, 2.4rem);
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.4;
}
.p-features__list__item__txt p {
  font-size: clamp(1.2rem, 0.836rem + 0.81vw, 1.4rem);
  font-weight: 600;
}
.p-features__list__item__txt p:nth-of-type(2) {
  margin-top: 1em;
  font-size: clamp(1rem, 0.836rem + 0.71vw, 1.2rem);
}
.p-features__life {
  font-size: clamp(2rem, 2.0736rem + 2.151vw, 5.6rem);
  font-weight: 700;
  white-space: nowrap;
  line-height: 1.4;
  color: #ddd;
  text-align: center;
  letter-spacing: 0.08em;
  margin-top: 60px;
}

@media screen and (max-width: 1024px) {
  .p-features {
    margin-bottom: 60px;
    padding-bottom: 60px;
    margin-top: 120px;
  }
  .p-features:before {
    height: 16vw;
  }
  .p-features__inner {
    width: 100%;
    margin: auto auto;
    padding: 0;
  }
  .p-features h2 {
    font-size: clamp(2.8rem, 2.236rem + 6.81vw, 4.8rem);
    line-height: 1.2;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 500;
  }
  .p-features__list {
    margin-top: 60px;
  }
  .p-features__list__pc {
    display: none;
  }
  .p-features__list__sp__wrapper {
    display: block;
  }
  .p-features__list__item {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-transform: translateX(5%);
            transform: translateX(5%);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto clamp(40px, 1.236rem + 2.81vw, 70px) auto;
  }
  .p-features__list__item figure {
    width: 280px;
    max-width: 100%;
    display: block;
  }
  .p-features__list__item__txt {
    margin-top: 1.5em;
    max-width: 100%;
    width: 280px;
  }
  .p-features__list__item__txt h3 {
    font-size: clamp(1.6rem, 1.036rem + 3.21vw, 2.4rem);
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.4;
  }
  .p-features__list__item__txt p {
    font-size: clamp(1.2rem, 0.836rem + 1.81vw, 1.4rem);
    font-weight: 600;
  }
  .p-features__list__item__txt p:nth-of-type(2) {
    margin-top: 1em;
    font-size: clamp(1rem, 0.836rem + 0.91vw, 1.2rem);
  }
  .p-features__life {
    font-size: clamp(2rem, 2.0736rem + 5.151vw, 5.6rem);
    white-space: wrap;
    line-height: 1.4;
    letter-spacing: 0.1em;
    margin-top: 60px;
  }
  #p-features-list__sp {
    height: 100vh;
  }
  #p-features-list__sp.slick-initialized {
    height: auto;
  }
  .slick-prev, .slick-next {
    width: 56px !important;
    height: 56px !important;
    top: 20% !important;
  }
  .slick-prev:before, .slick-next:before {
    font-size: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    background-image: url(../images/top/img_arrow_l.svg) !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .slick-prev {
    left: 0 !important;
    z-index: 3;
  }
  .slick-next {
    right: 0 !important;
    z-index: 3;
  }
  .slick-next:before {
    font-size: 0;
    content: "";
    background-image: url(../images/top/img_arrow_r.svg) !important;
    background-size: cover;
  }
}
.p-products {
  padding-bottom: 120px;
}
.p-products__bottm {
  margin-bottom: 120px;
}
.p-products__inner {
  width: 100%;
  max-width: 1200px;
  margin: auto auto;
  padding: 0 clamp(20px, 1.836rem + 3.81vw, 80px);
}
.p-products__main {
  text-align: center;
  margin-bottom: 40px;
}
.p-products__main picture {
  display: block;
  text-align: center;
  width: 100%;
}
.p-products__list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-products__list__coya {
  width: 440px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: auto;
  max-width: 100%;
}
.p-products__list__item {
  margin: 0 auto clamp(30px, 1.036rem + 2.81vw, 40px) auto;
  text-align: center;
  width: 100%;
}
.p-products__list__item figure {
  width: 100%;
  max-width: 100%;
  display: block;
  margin-bottom: 10px;
}
.p-products__list__item figure figcaption {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  text-align: center;
  font-size: 1.6rem;
  padding: 5px;
  font-weight: 600;
  color: #fff;
  margin-top: 10px;
  line-height: 1.4;
  background: #116496;
}
.p-products__list__item:nth-of-type(2) figure figcaption {
  background: #A25016;
}
.p-products__list__item h3 {
  font-size: clamp(1.6rem, 1.036rem + 1.01vw, 2.4rem);
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-products__list__item h3 span {
  display: block;
  line-height: 1;
}
.p-products__list__item h3 span:nth-of-type(1) {
  font-size: clamp(1.2rem, 0.836rem + 1.51vw, 1.6rem);
}
.p-products__list__item h3 span:nth-of-type(2) {
  font-size: clamp(3.2rem, 1.836rem + 4.51vw, 4.8rem);
  margin-bottom: -0.1em;
}
.p-products__list__item h3 span:nth-of-type(3) {
  font-size: clamp(3.2rem, 1.836rem + 2.21vw, 3.4rem);
}
.p-products__list__item h3 span:nth-of-type(4) {
  font-size: clamp(1.2rem, 0.836rem + 1.61vw, 1.8rem);
}
.p-products__list__item h3.coya-kit__price span:nth-of-type(1) {
  font-size: clamp(2.8rem, 1.836rem + 3.51vw, 3.2rem);
  margin-bottom: -0.1em;
}
.p-products__list__item h3.coya-kit__price span:nth-of-type(2) {
  font-size: clamp(3.2rem, 1.836rem + 4.81vw, 5.6rem);
  margin-bottom: -0.1em;
}
.p-products__list__item h3.coya-kit__price span:nth-of-type(3) {
  font-size: clamp(3.2rem, 1.836rem + 2.21vw, 3.6rem);
}
.p-products__list__item h3.coya-kit__price span:nth-of-type(4) {
  font-size: clamp(2rem, 0.836rem + 1.61vw, 2.8rem);
}
.p-products__list__item__text {
  font-weight: 600;
  margin-top: 1em;
  font-size: clamp(1rem, 0.836rem + 0.91vw, 1.4rem);
}
.p-products__list__item__size {
  font-size: clamp(1.2rem, 0.836rem + 1.51vw, 1.8rem);
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.4;
}
.p-products__list__item ul {
  margin-top: 10px;
}
.p-products__list__item ul li {
  font-size: 1.2rem;
}
.p-products__list__item ul.coya-kit__list {
  margin-bottom: 40px;
}
.p-products__list__item ul.coya-kit__list li {
  font-size: 1.6rem;
}
.p-products__list__item__option {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}
.p-products__list__item__option span {
  font-size: 1.2rem;
  font-weight: 600;
  background: #fff;
  border: 1px solid #ddd;
  padding: 5px 10px;
  text-align: center;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  width: 33%;
  font-size: 1.8rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .p-products {
    padding-bottom: 60px;
  }
  .p-products__bottom {
    margin-bottom: 60px;
    display: none;
    visibility: hidden;
  }
  .p-products__inner {
    padding: 0 clamp(20px, 1.836rem + 2.81vw, 40px);
  }
  .p-products__main {
    margin-bottom: 80px;
  }
  .p-products__list {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 30px;
  }
  .p-products__list__item {
    margin: 0 auto clamp(30px, 1.036rem + 2.81vw, 40px) auto;
    width: 100%;
  }
  .p-products__list__item figure {
    margin-bottom: 10px;
  }
  .p-products__list__item figure figcaption {
    font-size: 1.4rem;
    padding: 2px 5px;
    margin-top: 10px;
  }
  .p-products__list__item:nth-of-type(2) figure figcaption {
    background: #A25016;
  }
  .p-products__list__item h3 {
    font-size: clamp(1.6rem, 1.036rem + 1.01vw, 2.4rem);
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 1;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-products__list__item h3 span {
    display: block;
    line-height: 1;
  }
  .p-products__list__item h3 span:nth-of-type(1) {
    font-size: clamp(1.2rem, 0.936rem + 1.71vw, 1.6rem);
  }
  .p-products__list__item h3 span:nth-of-type(2) {
    font-size: clamp(3.2rem, 2.836rem + 6.51vw, 4.8rem);
    margin-bottom: -0.1em;
  }
  .p-products__list__item h3 span:nth-of-type(3) {
    font-size: clamp(3.2rem, 1.836rem + 2.21vw, 3.6rem);
  }
  .p-products__list__item h3 span:nth-of-type(4) {
    font-size: clamp(1.2rem, 0.836rem + 1.61vw, 1.8rem);
  }
  .p-products__list__item h3.coya-kit__price span:nth-of-type(1) {
    font-size: clamp(1.4rem, 1.836rem + 1.51vw, 1.6rem);
    margin-bottom: -0.1em;
  }
  .p-products__list__item h3.coya-kit__price span:nth-of-type(2) {
    font-size: clamp(1.2rem, 1.836rem + 5.81vw, 4.8rem);
    margin-bottom: -0.15em;
  }
  .p-products__list__item h3.coya-kit__price span:nth-of-type(3) {
    font-size: clamp(1.2rem, 1.836rem + 2.51vw, 3.6rem);
    margin-bottom: -0.15em;
  }
  .p-products__list__item h3.coya-kit__price span:nth-of-type(4) {
    font-size: clamp(1rem, 0.836rem + 1.21vw, 1.2rem);
  }
  .p-products__list__item__text {
    font-weight: 600;
    margin-top: 1em;
    font-size: clamp(1rem, 0.836rem + 0.91vw, 1.4rem);
  }
  .p-products__list__item__size {
    font-size: clamp(1.2rem, 0.836rem + 2.51vw, 1.8rem);
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.4;
  }
  .p-products__list__item ul {
    margin-top: 10px;
  }
  .p-products__list__item ul li {
    font-size: 1.2rem;
  }
  .p-products__list__item ul.coya-kit__list {
    margin-bottom: 40px;
  }
  .p-products__list__item ul.coya-kit__list li {
    font-size: 1.2rem;
  }
  .p-products__list__item__option {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 10px;
    margin-bottom: -5px;
  }
  .p-products__list__item__option span {
    font-size: 1.2rem;
    padding: 5px 10px 3px 10px;
    margin-bottom: 20px;
  }
  .p-products__list__coya {
    width: 100%;
  }
}
.p-exhibition {
  padding-top: 120px;
  padding-bottom: 120px;
}
.p-exhibition__inner {
  width: 100%;
  max-width: 1200px;
  margin: auto auto;
  padding: 0 clamp(20px, 1.836rem + 3.81vw, 80px);
}
.p-exhibition__main {
  text-align: center;
  margin-bottom: 40px;
}
.p-exhibition__main picture {
  display: block;
  text-align: center;
  width: 100%;
}
.p-exhibition p {
  font-weight: 600;
  text-align: center;
  font-size: clamp(1.8rem, 1.236rem + 1.21vw, 2.4rem);
}

@media screen and (max-width: 1024px) {
  .p-exhibition {
    padding-top: 20px;
    padding-bottom: 80px;
  }
  .p-exhibition__inner {
    margin: auto auto;
    padding: 0;
  }
  .p-exhibition__main {
    text-align: center;
    margin-bottom: 40px;
    padding: 0 20px;
  }
  .p-exhibition__main picture {
    display: block;
    text-align: center;
    width: 100%;
  }
  .p-exhibition p {
    font-weight: 600;
    text-align: center;
    font-size: clamp(1.4rem, 1.036rem + 1.01vw, 1.6rem);
  }
}
/*
coya-kit
*/
.p-coya__main {
  text-align: center;
  max-width: 100%;
  padding-top: 100px;
  padding-bottom: 80px;
  font-weight: 600;
  margin: auto;
  font-size: clamp(1.4rem, 1.036rem + 1.81vw, 1.8rem);
}
.p-coya__main h1 span {
  font-size: clamp(2.4rem, 2.036rem + 2.81vw, 3.6rem);
  font-weight: 600;
  display: block;
  margin-top: 30px;
  letter-spacing: 0.05em;
}
.p-coya__main__logo {
  width: 100%;
  max-width: 100%;
  margin: auto auto 20px auto;
}
.p-coya__main__img {
  width: 100%;
  max-width: 100%;
  margin: auto auto 40px auto;
}
.p-coya__main__inner {
  width: 100%;
  max-width: 1200px;
  margin: auto auto;
  padding: 0 clamp(20px, 1.836rem + 3.81vw, 80px);
}
.p-coya__main__catch {
  font-size: 1.6rem;
  margin-bottom: 40px;
}
.p-coya__main__notice {
  background: #fff;
  border: 2px solid rgba(221, 221, 221, 0.5);
  padding: 20px 20px;
  width: 720px;
  max-width: 100%;
  margin: auto;
}
.p-coya__main__notice h3 {
  font-size: clamp(1.6rem, 1.036rem + 1.01vw, 2.4rem);
  font-weight: 600;
  width: 320px;
  line-height: 1;
  color: #fff;
  padding: 10px 0;
  font-size: 1.6rem;
  margin: auto;
  background: #116496;
  margin-bottom: 15px;
}
.p-coya__main__notice dl:not(:last-of-type) {
  margin-bottom: 20px;
}
.p-coya__main__notice dl dt {
  font-weight: 700;
  font-size: 1.6rem;
}
.p-coya__main__notice dl dd {
  font-size: 1.3rem;
}

@media screen and (max-width: 1024px) {
  .p-coya__main {
    padding-bottom: 80px;
    font-size: clamp(1.4rem, 1.036rem + 1.81vw, 1.8rem);
  }
  .p-coya__main h1 span {
    font-size: clamp(2.4rem, 2.036rem + 2.01vw, 2.4rem);
    margin-top: 20px;
  }
  .p-coya__main__img {
    margin: auto auto 10px auto;
  }
  .p-coya__main__inner {
    padding: 0 clamp(20px, 1.836rem + 2.81vw, 40px);
  }
  .p-coya__main__catch {
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
  .p-coya__main__notice {
    border: 2px solid rgba(221, 221, 221, 0.8);
    padding: 20px 20px;
    max-width: calc(100% - 40px);
  }
  .p-coya__main__notice h3 {
    font-size: clamp(1.4rem, 1.036rem + 1.01vw, 1.6rem);
    margin-bottom: 10px;
    width: 100%;
  }
  .p-coya__main__notice dl:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .p-coya__main__notice dl dt {
    font-weight: 700;
    font-size: 1.5rem;
  }
  .p-coya__main__notice dl dd {
    font-size: 1.2rem;
  }
}
.p-option {
  padding-bottom: 120px;
}
.p-option__wrapper {
  width: 100%;
  position: relative;
  margin: auto auto;
  padding: 0 clamp(20px, 1.836rem + 3.81vw, 80px);
}
.p-option__wrapper:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 13%;
  width: 200px;
  height: 886px;
  background-image: url(../images/top/img_option_l.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.p-option__wrapper:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 13%;
  width: 100%;
  height: 100%;
  width: 229px;
  height: 886px;
  background-image: url(../images/top/img_option_r.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.p-option__inner {
  width: 100%;
  margin: auto auto;
}
.p-option__list {
  background: #fff;
  padding: 35px 40px 60px 40px;
  position: relative;
  z-index: 3;
  border: 2px solid rgba(221, 221, 221, 0.5);
}
.p-option__list dl:not(:last-of-type) {
  margin-bottom: 20px;
}
.p-option__list dl dt {
  font-weight: 700;
  font-size: 1.8rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.p-option__list dl dt:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #5CAAD9;
  border-radius: 50%;
}
.p-option__list dl dd {
  font-size: 1.4rem;
  padding-left: 20px;
}
.p-option__list dl:last-of-type {
  margin-bottom: 60px;
}

@media screen and (max-width: 1024px) {
  .p-option {
    padding-bottom: /0px;
  }
  .p-option__wrapper {
    padding: 0 0;
  }
  .p-option__wrapper:before, .p-option__wrapper:after {
    content: "";
    display: none;
  }
  .p-option__inner {
    width: 100%;
    margin: auto auto;
  }
  .p-option__list {
    padding: 60px 40px;
    border: 2px solid rgba(221, 221, 221, 0.5);
    border-left: 0;
    border-right: 0;
  }
  .p-option__list dl:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .p-option__list dl dt {
    font-size: 1.8rem;
  }
  .p-option__list dl dd {
    font-size: 1.4rem;
    padding-left: 21px;
  }
  .p-option__list dl:last-of-type {
    margin-bottom: 30px;
  }
}
/*flow*/
.p-flow__main {
  text-align: center;
  max-width: 100%;
  padding-top: 100px;
  padding-bottom: 80px;
  font-weight: 600;
  margin: auto;
  font-size: clamp(1.4rem, 1.036rem + 1.81vw, 1.8rem);
}
.p-flow__main h1 span {
  font-size: clamp(2.4rem, 2.036rem + 2.81vw, 3.6rem);
  font-weight: 600;
  display: block;
  margin-top: 30px;
  margin-bottom: 50px;
  letter-spacing: 0.05em;
}
.p-flow__main__logo {
  width: 100%;
  max-width: 100%;
  margin: auto auto 20px auto;
}
.p-flow__main__img {
  width: 100%;
  max-width: 100%;
  margin: auto auto 40px auto;
}
.p-flow__main__inner {
  width: 100%;
  max-width: 1200px;
  margin: auto auto;
  padding: 0 clamp(20px, 1.836rem + 3.81vw, 80px);
}
.p-flow__main__catch {
  font-size: 1.6rem;
  margin-bottom: 40px;
}
.p-flow__main__notice {
  background: #fff;
  border: 2px solid rgba(221, 221, 221, 0.5);
  padding: 20px 20px;
  width: 720px;
  max-width: 100%;
  margin: auto;
}
.p-flow__main__notice h3 {
  font-size: clamp(1.6rem, 1.036rem + 1.01vw, 2.4rem);
  font-weight: 600;
  width: 320px;
  line-height: 1;
  color: #fff;
  padding: 10px 0;
  font-size: 1.6rem;
  margin: auto;
  background: #116496;
  margin-bottom: 15px;
}
.p-flow__main__notice dl:not(:last-of-type) {
  margin-bottom: 20px;
}
.p-flow__main__notice dl dt {
  font-weight: 700;
  font-size: 1.6rem;
}
.p-flow__main__notice dl dd {
  font-size: 1.3rem;
}

@media screen and (max-width: 1024px) {
  .p-flow__main {
    padding-top: 60px;
    padding-bottom: 0px;
    font-size: clamp(1.4rem, 1.036rem + 1.41vw, 1.6rem);
  }
  .p-flow__main h1 span {
    font-size: clamp(2.4rem, 2.036rem + 2.41vw, 2.4rem);
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .p-flow__main__logo {
    margin: auto auto 20px auto;
  }
  .p-flow__main__img {
    margin: auto auto 40px auto;
  }
  .p-flow__main__inner {
    padding: 0 clamp(20px, 1.836rem + 3.81vw, 40px);
  }
  .p-flow__main__catch {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
  .p-flow__main__notice {
    background: #fff;
    border: 2px solid rgba(221, 221, 221, 0.5);
    padding: 20px 20px;
    width: 720px;
    max-width: 100%;
    margin: auto;
  }
  .p-flow__main__notice h3 {
    font-size: clamp(1.6rem, 1.036rem + 1.01vw, 2.4rem);
    font-weight: 600;
    width: 320px;
    line-height: 1;
    color: #fff;
    padding: 10px 0;
    font-size: 1.6rem;
    margin: auto;
    background: #116496;
    margin-bottom: 15px;
  }
  .p-flow__main__notice dl:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .p-flow__main__notice dl dt {
    font-weight: 700;
    font-size: 1.6rem;
  }
  .p-flow__main__notice dl dd {
    font-size: 1.3rem;
  }
}
.p-flow__list {
  background: #fff;
  padding: 35px 40px 60px 40px;
  position: relative;
  margin-bottom: 120px;
  z-index: 3;
  border: 2px solid rgba(221, 221, 221, 0.5);
}
.p-flow__list h2 {
  font-size: clamp(2.4rem, 2.036rem + 2.81vw, 3.6rem);
  font-weight: 700;
}
.p-flow__list dl:not(:last-of-type) {
  margin-bottom: 40px;
}
.p-flow__list dl dt {
  font-weight: 500;
  line-height: 1.5;
  font-size: clamp(2.4rem, 2.036rem + 3.81vw, 4.8rem);
  color: #116496;
  margin-bottom: 15px;
}
.p-flow__list dl dt span {
  color: #2C2C2C;
  display: block;
  font-weight: 600;
  font-size: clamp(1.6rem, 1.036rem + 1.01vw, 2.4rem);
}
.p-flow__list dl dd {
  font-size: 1.6rem;
}
.p-flow__list dl dd p {
  font-size: 1.4rem;
  margin-top: 20px;
}
.p-flow__list dl dd a {
  color: #116496;
  text-decoration: underline;
}
.p-flow__list dl:last-of-type {
  margin-bottom: 60px;
}

@media screen and (max-width: 1024px) {
  .p-flow__list {
    background: #fff;
    padding: 50px 30px 30px 30px;
    margin-bottom: 80px;
  }
  .p-flow__list h2 {
    font-size: clamp(2rem, 1.636rem + 2.81vw, 2.4rem);
    margin-bottom: 40px;
  }
  .p-flow__list dl:not(:last-of-type) {
    margin-bottom: 40px;
  }
  .p-flow__list dl dt {
    font-size: clamp(2.4rem, 2.036rem + 5.81vw, 4.8rem);
    margin-bottom: 15px;
  }
  .p-flow__list dl dt span {
    font-size: clamp(1.6rem, 1.236rem + 2.81vw, 2.4rem);
  }
  .p-flow__list dl dd {
    font-size: 1.6rem;
  }
  .p-flow__list dl dd p {
    font-size: 1.4rem;
    margin-top: 20px;
  }
  .p-flow__list dl:last-of-type {
    margin-bottom: 50px;
  }
}
.p-flow__img {
  width: 100%;
  max-width: 100%;
  margin: 20px auto 0 auto;
}

.p-form {
  max-width: 100%;
  margin: auto;
  position: relative;
  color: #fff;
}
.p-form__radio {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.p-form__radio label {
  display: block;
  position: relative;
  padding-left: 30px;
}
.p-form__radio label:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 1;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 20px;
}
.p-form__radio label:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0px;
  z-index: 2;
  width: 20px;
  height: 20px;
  background: #116496;
  border-radius: 20px;
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.51, 0.11, 0.4, 0.9);
  transition: all 0.4s cubic-bezier(0.51, 0.11, 0.4, 0.9);
}
.p-form__radio input[type=radio] {
  display: none;
}
.p-form__radio input[type=radio]:checked + label:before {
  opacity: 1;
}
.p-form__radio p {
  font-size: 1.1rem;
}
.p-form {
  /* form */
}
.p-form .p-form {
  background: #fff;
}
.p-form .p-form__inner p {
  text-align: center;
  margin-bottom: 30px;
  color: #2C2C2C;
  font-weight: 600;
}
.p-form .p-form__inner p a {
  color: #116496;
  text-decoration: underline;
}
.p-form .p-form__inner .p-form__notice {
  text-align: center;
  margin-bottom: 30px;
  color: #D50000;
}
.p-form .p-form__inner dl {
  width: 600px;
  max-width: 100%;
  margin: auto;
  color: #2C2C2C;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
.p-form .p-form__inner dl:not(:last-of-type) {
  margin-bottom: 20px;
}
.p-form .p-form__inner dl dt {
  width: 150px;
  max-width: 35%;
  font-weight: 700;
  font-size: 1.6rem;
}
.p-form .p-form__inner dl dd {
  font-size: 1.4rem;
  width: calc(100% - 180px);
}
.p-form .p-form__inner dl dd input[type=text],
.p-form .p-form__inner dl dd input[type=email],
.p-form .p-form__inner dl dd input[type=tel] {
  width: 100%;
  max-width: 100%;
  padding: 10px;
  width: 100%;
  border: 1px solid #ddd;
  background: #fff;
}
.p-form .p-form__inner dl dd textarea {
  width: 100%;
  max-width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  background: #fff;
}
.p-form .p-form__inner dl dd select {
  max-width: 100%;
  padding: 10px;
  width: 130px;
  text-align: center;
  border: 1px solid #ddd;
  background: #fff;
}
.p-form .p-form__inner dl:last-of-type {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .p-form .p-form__inner p {
    text-align: left;
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
  .p-form .p-form__inner .p-form__notice {
    margin-bottom: 20px;
    text-align: left;
  }
  .p-form .p-form__inner dl {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .p-form .p-form__inner dl dt {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .p-form .p-form__inner dl:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .p-form .p-form__inner dl dd {
    font-size: 1.4rem;
    width: 100%;
    max-width: 100%;
  }
  .p-form .p-form__inner dl dd input[type=text],
  .p-form .p-form__inner dl dd input[type=email],
  .p-form .p-form__inner dl dd input[type=tel] {
    width: 100%;
    max-width: 100%;
    padding: 10px;
    width: 100%;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 1.6rem;
  }
  .p-form .p-form__inner dl dd input[type=text]:focus,
  .p-form .p-form__inner dl dd input[type=email]:focus,
  .p-form .p-form__inner dl dd input[type=tel]:focus {
    font-size: 1.6rem;
  }
  .p-form .p-form__inner dl dd textarea {
    width: 100%;
    max-width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    background: #fff;
  }
  .p-form .p-form__inner dl dd textarea:focus {
    font-size: 1.6rem;
  }
  .p-form .p-form__inner dl dd select {
    max-width: 100%;
    padding: 10px;
    width: 130px;
    text-align: center;
    border: 1px solid #ddd;
    background: #fff;
  }
  .p-form .p-form__inner dl dd select:focus {
    font-size: 1.6rem;
  }
  .p-form .p-form__inner dl:last-of-type {
    margin-bottom: 60px;
  }
}
.p-form .p-form__send {
  width: 420px;
  max-width: 100%;
  margin: 10px auto 100px auto;
  height: 74px;
  font-size: 2rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  -webkit-transition: all 0.4s cubic-bezier(0.51, 0.11, 0.4, 0.9);
  transition: all 0.4s cubic-bezier(0.51, 0.11, 0.4, 0.9);
}
.p-form .p-form__send input[type=submit] {
  width: 100%;
  color: #fff;
  height: 100%;
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  z-index: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.51, 0.11, 0.4, 0.9);
  transition: all 0.4s cubic-bezier(0.51, 0.11, 0.4, 0.9);
}
.p-form .p-form__send.back {
  width: 200px;
  max-width: 100%;
  margin: -50px auto 30px auto;
  height: 50px;
  font-size: 1.4rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  -webkit-transition: all 0.4s cubic-bezier(0.51, 0.11, 0.4, 0.9);
  transition: all 0.4s cubic-bezier(0.51, 0.11, 0.4, 0.9);
  background: none;
  color: #2C2C2C;
  border: 2px solid #2C2C2C;
}
.p-form .p-form__send {
  background: #2C2C2C;
  color: #fff;
  position: relative;
  -webkit-transition: all 0.4s cubic-bezier(0.51, 0.11, 0.4, 0.9);
  transition: all 0.4s cubic-bezier(0.51, 0.11, 0.4, 0.9);
}
.p-form .p-form__send:hover {
  -webkit-box-shadow: 0 5px 10px 5px rgba(44, 44, 44, 0.25);
          box-shadow: 0 5px 10px 5px rgba(44, 44, 44, 0.25);
}
.p-form .p-form__send:hover:after {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 1024px) {
  .p-form .p-form__send {
    width: 100%;
    max-width: 100%;
    margin: 40px auto 100px auto;
    height: 56px;
    font-size: 1.4rem;
  }
  .p-form .p-form__send input[type=submit] {
    font-size: 1.6rem;
  }
  .p-form .p-form__send.back {
    width: 200px;
    max-width: 100%;
    margin: -50px auto 30px auto;
    height: 50px;
    font-size: 1.4rem;
  }
}
.p-form .c-btn_back {
  margin-top: 60px;
  border-color: #2C2C2C;
  background: none;
  color: #fff;
}
.p-form .c-btn_back .u-linkbtn3__border {
  background-color: #116496;
}
.p-form .c-btn_back input[type=button] {
  color: #fff;
  width: 100%;
  height: 100%;
}

.p-faq {
  background: #D8E3EB;
  padding: 90px 0;
}
.p-faq__list {
  background: #fff;
  padding: 35px clamp(20px, 1.836rem + 4.81vw, 50px);
  position: relative;
  margin-bottom: 120px;
  width: 720px;
  max-width: 100%;
  margin: auto;
  z-index: 3;
  border: 2px solid rgba(221, 221, 221, 0.5);
}
.p-faq__item:not(:last-of-type) {
  margin-bottom: 35px;
}
.p-faq__item__title {
  font-weight: 700;
  line-height: 1;
  font-size: clamp(1.6rem, 1.636rem + 2.81vw, 2rem);
  margin-bottom: 10px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-faq__item__title:before {
  content: "Q";
  display: inline-block;
  font-size: clamp(1.8rem, 1.836rem + 2.81vw, 3rem);
  width: 1em;
  height: 1em;
  color: #116496;
  margin-right: 10px;
}
.p-faq__item__content {
  font-size: 1.6rem;
}
.p-faq__item__content p {
  font-size: 1.4rem;
  padding-left: 40px;
  font-weight: 400;
  letter-spacing: 0.04em;
}
.p-faq__item__content a {
  color: #116496;
  text-decoration: underline;
}
.p-faq__item__content__img {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  margin-top: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-faq__item__content__img figure {
  width: calc(33.3333333333% - 20px);
  max-width: 100%;
}
.p-faq__item__content__img figcaption {
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 10px;
}
.p-faq__item__content__img figcaption h4 {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0;
}
.p-faq__item__content__img figcaption p {
  font-size: 1rem;
  font-weight: 400;
  padding-left: 0;
  margin-top: 5px;
}

@media screen and (max-width: 1024px) {
  .p-faq {
    padding: 70px 0;
  }
  .p-faq__list {
    padding: 45px clamp(20px, 1.836rem + 4.81vw, 35px);
    border-left: 0;
    border-right: 0;
  }
  .p-faq__item:not(:last-of-type) {
    margin-bottom: 35px;
  }
  .p-faq__item__title {
    line-height: 1.4;
    font-size: clamp(1.6rem, 1.636rem + 2.81vw, 2rem);
    margin-bottom: 10px;
    white-space: nowrap;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .p-faq__item__title:before {
    line-height: 1;
    -webkit-transform: translateY(0.2em);
            transform: translateY(0.2em);
    font-size: clamp(1.8rem, 1.836rem + 2.81vw, 3.2rem);
    margin-right: 10px;
  }
  .p-faq__item__content {
    font-size: 1.4rem;
  }
  .p-faq__item__content p {
    padding-left: 0;
    font-size: 1.4rem;
    letter-spacing: 0.01em;
  }
  .p-faq__item__content__img {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 20px;
    margin-top: 20px;
  }
  .p-faq__item__content__img figure {
    width: calc(50% - 10px);
  }
  .p-faq__item__content__img figcaption {
    font-size: 1.4rem;
    font-weight: 400;
    margin-top: 10px;
  }
  .p-faq__item__content__img figcaption h4 {
    font-size: 1.4rem;
    margin-bottom: 0;
    letter-spacing: 0;
  }
  .p-faq__item__content__img figcaption p {
    font-size: 1rem;
    font-weight: 400;
    padding-left: 0;
    margin-top: 5px;
  }
}
/*-------------------------------
  会社概要
-------------------------------*/
.p-tokusho__inner {
  max-width: 100%;
  margin: auto;
  width: 720px;
  background: #fff;
  position: relative;
  margin-bottom: 60px;
  z-index: 2;
  border: 2px solid #ddd;
  border-bottom: 0;
}
.p-tokusho__inner table tr {
  border-bottom: 2px solid #ddd;
}
.p-tokusho__inner table th {
  background: #F7F7F7;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 10px;
  padding-left: 2em;
  width: 240px;
  border-right: 2px solid #ddd;
  text-align: left;
  max-width: 30%;
}
.p-tokusho__inner table td {
  background: #fff;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  padding: 10px 1em 10px 1.5em;
  width: calc(100% - 240px);
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .p-tokusho__inner {
    margin-bottom: 40px;
  }
  .p-tokusho__inner table tr {
    display: block;
    border-bottom: 2px solid #ddd;
  }
  .p-tokusho__inner table th {
    display: block;
    font-size: 1.4rem;
    padding: 10px;
    padding-left: 1.5em;
    width: 100%;
    border-right: 0;
    border-bottom: 2px solid #ddd;
    max-width: 100%;
  }
  .p-tokusho__inner table td {
    display: block;
    font-size: 1.4rem;
    width: 100%;
    padding: 10px 1em 10px 1.5;
  }
}
.p-about__inner {
  max-width: 100%;
  margin: auto;
  width: 720px;
  position: relative;
  margin-top: 80px;
  margin-bottom: 120px;
  z-index: 2;
  text-align: center;
}
.p-about__inner table {
  border-bottom: 0;
  width: 100%;
  border: 2px solid #ddd;
}
.p-about__inner table tr {
  border-bottom: 2px solid #ddd;
}
.p-about__inner table th {
  background: #F7F7F7;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 10px;
  padding-left: 2em;
  width: 240px;
  border-right: 2px solid #ddd;
  text-align: left;
  max-width: 30%;
}
.p-about__inner table td {
  background: #fff;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  padding: 10px 1em 10px 1.5em;
  width: calc(100% - 240px);
  text-align: left;
}
.p-about__img {
  margin-bottom: 40px;
}
.p-about__img img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-about__content p {
  text-align: center;
  line-height: 2;
  font-size: 1.6rem;
  margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  .p-about__inner {
    max-width: 100%;
    margin-top: 80px;
    margin-bottom: 60px;
  }
  .p-about__inner table {
    border: 2px solid #ddd;
    border-bottom: 0;
    display: block;
  }
  .p-about__inner table tbody {
    display: block;
    width: 100%;
  }
  .p-about__inner table tr {
    display: block;
    width: 100%;
    border-bottom: 2px solid #ddd;
  }
  .p-about__inner table th {
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 10px 10px 10px 1.5em;
    width: 100%;
    border-right: 0;
    border-bottom: 2px solid #ddd;
    text-align: left;
    max-width: 100%;
  }
  .p-about__inner table td {
    display: block;
    font-size: 1.4rem;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    padding: 10px 1em 10px 1.5em;
    width: 100%;
    max-width: 100%;
    text-align: left;
  }
  .p-about__img {
    margin-bottom: 40px;
  }
  .p-about__img img {
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-about__content p {
    text-align: center;
    line-height: 2;
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
}
/*-------------------------------
  footer
-------------------------------*/
.p-footer {
  width: 100%;
  position: relative;
  z-index: 1;
  background: #2C2C2C;
  padding-bottom: 80px;
  padding-top: 80px;
  color: #fff;
  position: relative;
}
.p-footer-inner {
  width: 880px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-footer__logo {
  max-width: 100%;
  margin-bottom: 40px;
  line-height: 2;
  font-size: 1.35rem;
  width: 385px;
  font-weight: 400;
  letter-spacing: 0.04em;
  max-width: 45%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-footer__logo figure {
  display: block;
  margin-bottom: 20px;
}
.p-footer__logo p span {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: inline-block;
}
.p-footer__logo p span:after {
  content: " /";
  display: inline-block;
  width: 1em;
  padding-left: 0.5em;
  height: 1em;
}
.p-footer__logo__sns {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-top: 30px;
}
.p-footer__logo__sns a {
  -webkit-transition: all 0.2s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
  transition: all 0.2s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
}
.p-footer__logo__sns a:hover {
  opacity: 0.8;
}
.p-footer__logo__tel {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
  margin-top: 10px;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}
.p-footer__logo__tel span {
  font-size: 1.4rem;
  font-weight: 400;
}
.p-footer__menu {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 120px;
}
.p-footer__menu ul {
  width: 50%;
}
.p-footer__menu ul li {
  font-size: 1.2rem;
  margin-bottom: 25px;
  line-height: 1;
}
.p-footer__menu ul li a {
  line-height: 1;
  color: #fff;
}
.p-footer__menu ul li a[target=_blank] {
  position: relative;
  padding-right: 20px;
}
.p-footer__menu ul li a[target=_blank]:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background-image: url("../images/top/ico_open_in_new.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-footer__copyright {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 40px;
}

@media screen and (max-width: 1024px) {
  .p-footer {
    padding-bottom: 70px;
    padding-top: 80px;
  }
  .p-footer-inner {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-footer__logo {
    max-width: 100%;
    margin-bottom: 0;
    line-height: 2;
    font-size: 1.35rem;
    width: 100%;
    letter-spacing: 0.04em;
    max-width: 100%;
  }
  .p-footer__logo figure {
    margin-bottom: 0px;
  }
  .p-footer__logo p span {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-footer__logo p span:before {
    content: "[";
    display: inline-block;
    padding-right: 0.5em;
  }
  .p-footer__logo p span:after {
    content: "]";
    display: inline-block;
    padding-left: 0.5em;
  }
  .p-footer__logo__sns {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    margin-top: 30px;
  }
  .p-footer__logo__tel {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 700;
    color: #fff;
  }
  .p-footer__logo__tel span {
    font-size: 1.4rem;
    font-weight: 400;
  }
  .p-footer__menu {
    width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-bottom: 0px;
  }
  .p-footer__menu ul {
    width: 50vw;
  }
  .p-footer__menu ul li {
    font-size: 1.4rem;
    margin-bottom: 30px;
    line-height: 1;
  }
  .p-footer__menu ul li a {
    line-height: 1;
    color: #fff;
  }
  .p-footer__menu ul li a[target=_blank] {
    position: relative;
    padding-right: 20px;
  }
  .p-footer__menu ul li a[target=_blank]:after {
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    background-image: url("../images/top/ico_open_in_new.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p-footer__copyright {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1;
    margin-top: 20px;
  }
}
.c-pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.51, 0.11, 0.4, 0.9);
  transition: all 0.4s cubic-bezier(0.51, 0.11, 0.4, 0.9);
}
.c-pagetop.active {
  visibility: visible;
  opacity: 1;
}
.c-pagetop a {
  display: block;
  width: 40px;
  height: 40px;
  background: #2C2C2C;
  border-radius: 50%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  position: relative;
}
.c-pagetop a span {
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

@media screen and (max-width: 1024px) {
  .c-pagetop {
    bottom: 18px;
    right: 18px;
  }
  .c-pagetop a {
    width: 30px;
    height: 30px;
  }
  .c-pagetop a span {
    width: 8px;
    height: 8px;
  }
}