@import url(https://fonts.googleapis.com/css2?family=Bodoni+Moda:wght@500;600&display=swap);

@charset "UTF-8";
/* Mixin - Background
--------------------------- */
.display-block {
  display: block;
}
.mb-normal {
  margin-bottom: 2rem;
}
*:where(:not(iframe, canvas, img, svg, video):not(svg *)) {
  all: unset;
  display: revert;
}
/* Preferred box-sizing value */
*,
*::before,
*::after {
  box-sizing: border-box;
}
/* Remove list styles (bullets/numbers) */
ol, ul {
  list-style: none;
}
button {
  all: unset;
  display: revert;
}
figure {
  margin: 0;
}
/* For images to not be able to exceed their container */
/* removes spacing between cells in tables */
table {
  border-collapse: collapse;
}
/* revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}
h4 {
  margin: 0;
}
:root {
  --color-bg: rgba(65, 191, 237, 0.35);
  --color-text-white: #ffffff;
  --color-text-black: #000000;
  --color-blue: #bde9f9;
  --color-lblue: #11a7e6;
  --color-pblue: #d4ecf5;
  --color-green: #77c1b3;
  --color-lgreen: #7accbd;
  --color-red: #f77e62;
}
html {
  font-size: 62.5%;
}
body {
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  font-family: YakuHanJP, "Bodoni Moda", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", sans-serif;
  font-size: 1.6rem;
  color: #000000;
  color: var(--color-text-black);
  background-color: rgba(65, 191, 237, 0.35);
  background-color: var(--color-bg);
}
.l-frame {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  pointer-events: none;
}
.l-frame span:nth-child(1) {
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  width: calc(100% - 40px);
  height: 100%;
  border-left: 2px solid #ffffff;
  border-left: 2px solid var(--color-text-white);
  border-top: 2px solid #ffffff;
  border-top: 2px solid var(--color-text-white);
  border-right: 2px solid #ffffff;
  border-right: 2px solid var(--color-text-white);
}
.l-frame span:nth-child(2) {
  display: block;
  position: absolute;
  top: 30px;
  left: 30px;
  width: calc(100% - 60px);
  height: 100%;
  border-left: 1px solid #ffffff;
  border-left: 1px solid var(--color-text-white);
  border-top: 1px solid #ffffff;
  border-top: 1px solid var(--color-text-white);
  border-right: 1px solid #ffffff;
  border-right: 1px solid var(--color-text-white);
}
@media screen and (max-width: 900px) {
  .l-frame span:nth-child(1) {
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(100% - 8px);
    height: 100%;
    border-left: 2px solid #ffffff;
    border-left: 2px solid var(--color-text-white);
    border-top: 2px solid #ffffff;
    border-top: 2px solid var(--color-text-white);
    border-right: 2px solid #ffffff;
    border-right: 2px solid var(--color-text-white);
  }
  .l-frame span:nth-child(2) {
    display: none;
  }
}
a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
              -ms-user-select: none;
          user-select: none;
}
.l-header {
  position: fixed;
  top: 50px;
  left: 50px;
  width: calc(100% - 100px);
  padding-left: 60px;
}
@media screen and (max-width: 900px) {
  .l-header {
    top: 12px;
    left: 12px;
    width: calc(100% - 24px);
  }
}
.l-header::before {
  content: "";
  position: absolute;
  display: block;
  width: 42px;
  height: 40px;
  left: 0;
  top: 0;
  background: url("/unmei/images/img-deco-head-left.svg") left center no-repeat;
  background-size: cover;
}
.l-header::after {
  content: "";
  position: absolute;
  display: block;
  width: 42px;
  height: 40px;
  right: 0;
  top: 0;
  background: url("/unmei/images/img-deco-head-right.svg") left center no-repeat;
  background-size: cover;
}
.l-header h1 {
  width: 100%;
  max-width: 230px;
  padding-top: 8px;
}
.l-header h1 img {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .l-header {
    padding-left: 0;
  }
  .l-header h1 {
    margin: auto;
    max-width: 180px;
  }
}
footer .c-footer-logo {
  width: 132px;
  margin: 0 auto 10px;
  padding: 30px 0;
}
footer .c-footer-logo img {
  width: 100%;
}
footer ul li {
  text-align: center;
  color: #1d2088;
  text-decoration: underline;
  font-size: 1.6rem;
}
footer small {
  display: block;
  letter-spacing: 0rem;
  text-align: center;
  color: #000000;
  font-size: 1.4rem;
  margin: 20px auto 88px;
}
.p-main {
  position: relative;
  --main-marin: 190px;
  padding-top: var(--main-marin);
}
@media screen and (max-width: 900px) {
  .p-main {
    --main-marin: 29vw;
  }
}
@media screen and (max-width: 500px) {
  .p-main {
    --main-marin: 36vw;
  }
}
.p-main.page-entry {
  --main-marin: 115px;
}
@media screen and (max-width: 900px) {
  .p-main.page-entry {
    --main-marin: 13vw;
  }
}
@media screen and (max-width: 500px) {
  .p-main.page-entry {
    --main-marin: 15vw;
  }
}
.p-main.page-entry .title-frame h2 {
  font-size: 1.6rem;
}
.p-main::after {
  content: "";
  position: fixed;
  display: block;
  margin: auto;
  width: 1135px;
  height: 793.5px;
  min-width: 1135px;
  min-height: 793.5px;
  left: 50%;
  top: 40px;
  transform: translateX(-50%);
  background: url("/unmei/images/img-pc-mv-deco.svg") center top no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 900px) {
  .p-main::after {
    background: url("/unmei/images/img-sp-mv-deco.png") center top no-repeat;
    width: 100vw;
    height: calc(100vw * 1.225);
    background-size: contain;
    min-width: 100%;
    min-height: 100%;
    top: 60px;
  }
}
.p-main .c-mainvisual-wrap {
  position: relative;
}
.p-main .c-mainvisual-wrap::before {
  content: "";
  display: block;
  position: absolute;
  width: 678.5px;
  height: 494px;
  background: url(/unmei/images/img-deco-mv.svg) center top no-repeat;
  background-size: contain;
  left: 50%;
  transform: translateX(-50%);
  top: -93px;
  z-index: -1;
}
@media screen and (max-width: 900px) {
  .p-main .c-mainvisual-wrap::before {
    background: url(/unmei/images/img-deco-mv-sp.png) center top no-repeat;
    width: 86vw;
    height: calc(86vw * 0.294);
    top: -11vw;
    left: 48.7%;
    background-size: contain;
  }
}
.p-main .c-mainvisual {
  width: 100%;
  height: 100%;
  width: 540px;
  height: 530px;
  margin: auto;
  border-radius: 9000px 9000px 0 0;
  overflow: hidden;
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .p-main .c-mainvisual {
    width: 100%;
    height: calc(100vw * 0.88);
  }
}
.p-main .c-mainvisual span {
  position: absolute;
  border-radius: 9000px 9000px 0 0;
  z-index: 1;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border: 1px solid #bde9f9;
  border: 1px solid var(--color-blue);
}
.p-main .c-mainvisual span:nth-child(1) {
  padding: 20px;
  left: 10px;
  top: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
}
.p-main .c-mainvisual .c-mainvisual-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(397px / 2);
  height: calc(455px / 2);
  z-index: 1;
}
.p-main .c-mainvisual img {
  width: auto;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 900px) {
  .p-main .c-mainvisual img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.title-wrapper {
  text-align: center;
  margin-top: -53px;
}
.title-wrapper h2 {
  position: relative;
  z-index: 1;
  display: inline-block;
  height: 45px;
  line-height: 24px;
  padding: 1rem 2rem 1rem 2rem;
  font-size: 1.9rem;
  font-weight: 600;
  background: #bde9f9;
  margin: 0 auto 30px;
}
@media screen and (max-width: 900px) {
  .title-wrapper h2 {
    font-size: 1.6rem;
  }
}
.title-wrapper h2::before {
  position: absolute;
  top: 0;
  left: -20px;
  content: "";
  border-width: 22.5px 20px 22.5px 0;
  border-style: solid;
  border-color: transparent #bde9f9 transparent transparent;
}
.title-wrapper h2::after {
  position: absolute;
  top: 0;
  right: -20px;
  content: "";
  border-width: 22.5px 0 22.5px 20px;
  border-style: solid;
  border-color: transparent transparent transparent #bde9f9;
}
.title-frame {
  background-color: #9adcf4;
  padding: 10px;
  position: relative;
}
.title-frame::before {
  content: "";
  position: absolute;
  transform: rotate(45deg);
  background-color: #fff;
  left: 20px;
  top: 20px;
  width: 8px;
  height: 8px;
}
.title-frame::after {
  content: "";
  position: absolute;
  transform: rotate(45deg);
  background-color: #fff;
  left: 20px;
  bottom: 20px;
  width: 8px;
  height: 8px;
}
.title-frame h2 {
  width: 100%;
  height: 100%;
  border: 1px solid #f6fdff;
  text-align: center;
  padding: 20px 10px;
  font-size: 1.9rem;
  font-weight: 600;
}
.title-frame h2::before {
  content: "";
  position: absolute;
  transform: rotate(45deg);
  background-color: #fff;
  right: 20px;
  top: 20px;
  width: 8px;
  height: 8px;
}
.title-frame h2::after {
  content: "";
  position: absolute;
  transform: rotate(45deg);
  background-color: #fff;
  right: 20px;
  bottom: 20px;
  width: 8px;
  height: 8px;
}
.title-frame-entry h2 {
  font-size: 1.4rem;
}
.title-triangle {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.title-triangle h3 {
  font-size: 1.1rem;
  text-align: center;
  padding: 26px 0;
}
.title-triangle h3::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 2px;
  background: #bde9f9;
  z-index: -2;
}
.title-triangle h3 span {
  font-size: 2.3rem;
  line-height: 0.8;
  display: block;
}
.title-triangle h3 span::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 60px;
  height: 60px;
  background: #bde9f9;
  z-index: -1;
}
.title-triangle h3 span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 50px;
  height: 50px;
  background: #bde9f9;
  border: 1px solid #f6fdff;
  z-index: -1;
}
.entry-page .title-triangle {
  margin-bottom: 14px;
}
.subtitle {
  position: relative;
  text-align: center;
  margin-bottom: 16px;
}
.subtitle::before {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  left: 0;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-right: 12px solid #4599b8;
  border-bottom: 8px solid transparent;
}
.subtitle::after {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  right: 0;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 12px solid #4599b8;
  border-bottom: 8px solid transparent;
}
.subtitle .inner {
  position: relative;
}
.subtitle .inner::before {
  content: "";
  position: absolute;
  left: 1%;
  top: 50%;
  width: 98%;
  height: 2px;
  background: #4599b8;
  transform: translateY(-50%);
}
.subtitle .inner span {
  position: relative;
  padding: 0 60px;
  font-size: 2rem;
  display: inline-block;
  color: #4599b8;
  font-weight: 600;
  background-color: #f6fdff;
}
.subtitle .inner span::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  width: 10px;
  height: 10px;
  transform: rotate(45deg) skew(4deg, 4deg) translateY(-60%);
  border: 1px solid #4599b8;
}
.subtitle .inner span::after {
  content: "";
  position: absolute;
  right: 3px;
  top: 50%;
  width: 10px;
  height: 10px;
  transform: rotate(-45deg) skew(-4deg, -4deg) translateY(-60%);
  border: 1px solid #4599b8;
}
.ttl-primary {
  background-color: #bde9f9;
  padding: 20px;
  font-size: 1.9rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.text-sm {
  font-size: 1.4rem;
  line-height: 1.5;
}
.text-primary {
  font-size: 1.6rem;
  line-height: 1.6;
}
.text-md {
  font-size: 1.8rem;
  line-height: 1.8;
}
.text-lg {
  font-size: 2rem;
  line-height: 1.8;
}
.text-dblue {
  color: #1e2088;
}
.text-blue {
  color: #4599b8;
}
.text-link {
  color: #4599b8;
  text-decoration: underline;
}
.text-note {
  font-size: 1.5rem;
  color: #6f6f6f;
}
.text-indent {
  text-indent: -1.5rem;
  margin-left: 1.5rem;
}
.md-line {
  margin-bottom: 2rem;
}
.text-bold {
  font-weight: 600;
}
.text-center {
  text-align: center;
}
.spacing-thin {
  letter-spacing: 0.05rem;
}
.text-decoration {
  position: relative;
  padding: 0 60px;
  display: inline-block;
}
.text-decoration::before {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  left: 0;
  top: 50%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2285px%22%20height%3D%2218px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(246%2C%20253%2C%20255)%22%20d%3D%22M31.293%2C9.588%20L31.293%2C12.535%20L29.109%2C12.535%20L29.109%2C9.588%20L22.855%2C9.588%20L22.855%2C16.176%20C22.855%2C16.522%2022.648%2C16.841%2022.309%2C17.015%20C22.140%2C17.100%2021.952%2C17.143%2021.763%2C17.143%20C21.574%2C17.143%2021.386%2C17.100%2021.217%2C17.015%20L6.674%2C9.588%20L2.213%2C9.588%20L2.212%2C12.535%20L0.029%2C12.535%20L0.028%2C12.535%20L0.029%2C8.622%20L0.028%2C4.708%20L2.214%2C4.708%20L2.213%2C7.655%20L6.773%2C7.655%20L21.217%2C0.276%20C21.555%2C0.105%2021.970%2C0.105%2022.309%2C0.276%20C22.648%2C0.450%2022.855%2C0.770%2022.855%2C1.114%20L22.855%2C7.655%20L29.109%2C7.655%20L29.109%2C4.708%20L31.293%2C4.708%20L31.293%2C7.655%20L84.972%2C7.655%20L84.972%2C9.588%20L31.293%2C9.588%20ZM20.670%2C14.503%20L20.670%2C9.588%20L11.046%2C9.588%20L20.670%2C14.503%20ZM20.670%2C2.788%20L11.142%2C7.655%20L20.670%2C7.655%20L20.670%2C2.788%20Z%22%2F%3E%3C%2Fsvg%3E");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 42px;
  height: 8.5px;
}
.text-decoration::after {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  right: 0;
  top: 50%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2285px%22%20height%3D%2218px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(246%2C%20253%2C%20255)%22%20d%3D%22M84.972%2C12.535%20L84.971%2C12.535%20L82.788%2C12.535%20L82.787%2C9.588%20L78.326%2C9.588%20L63.783%2C17.015%20C63.614%2C17.100%2063.426%2C17.143%2063.237%2C17.143%20C63.048%2C17.143%2062.860%2C17.100%2062.691%2C17.015%20C62.352%2C16.841%2062.145%2C16.522%2062.145%2C16.176%20L62.145%2C9.588%20L55.891%2C9.588%20L55.891%2C12.535%20L53.707%2C12.535%20L53.707%2C9.588%20L0.028%2C9.588%20L0.028%2C7.655%20L53.707%2C7.655%20L53.707%2C4.708%20L55.891%2C4.708%20L55.891%2C7.655%20L62.145%2C7.655%20L62.145%2C1.114%20C62.145%2C0.770%2062.352%2C0.450%2062.691%2C0.276%20C63.030%2C0.105%2063.445%2C0.105%2063.783%2C0.276%20L78.227%2C7.655%20L82.787%2C7.655%20L82.786%2C4.708%20L84.972%2C4.708%20L84.971%2C8.622%20L84.972%2C12.535%20ZM64.330%2C14.503%20L73.954%2C9.588%20L64.330%2C9.588%20L64.330%2C14.503%20ZM64.330%2C2.788%20L64.330%2C7.655%20L73.858%2C7.655%20L64.330%2C2.788%20Z%22%2F%3E%3C%2Fsvg%3E");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 42px;
  height: 8.5px;
}
.summary-block {
  background-color: #e9e9e9;
  margin-top: 40px;
  padding: 40px;
}
@media screen and (max-width: 900px) {
  .summary-block {
    margin-top: 20px;
    padding: 20px 10px 20px;
  }
}
.p-text-slide {
  position: fixed;
  width: 100%;
  left: 0;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  z-index: -1;
}
@media screen and (max-width: 900px) {
  .p-text-slide {
    display: none;
  }
}
.p-text-slide p {
  --text-margin: 2rem;
  --text-size: 17rem;
  font-size: var(--text-size);
  display: block;
  -webkit-animation: marquee-horizontal 16s linear infinite;
          animation: marquee-horizontal 16s linear infinite;
  will-change: transform;
  display: flex;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
  color: #90cadf;
  opacity: 0.5;
  margin-right: var(--text-margin);
  width: calc(4 * 1732.66px);
  padding: 10px 0;
}
@-webkit-keyframes marquee-horizontal {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-25%);
  }
}
@keyframes marquee-horizontal {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-25%);
  }
}
#unmei-lp {
  overflow: hidden;
  padding: 0 10px;
  /* SNS Block
  --------------------------------- */
  /* SNS Block
  --------------------------------- */
}
#unmei-lp .bg-section {
  background-color: #f6fdff;
  max-width: 540px;
  margin: 0 auto 40px;
  padding: 0 20px 20px;
}
@media screen and (max-width: 900px) {
  #unmei-lp .bg-section {
    max-width: 100%;
    padding: 0 6px 20px;
  }
}
#unmei-lp .bg-section-inner {
  width: 100%;
  border-right: 1px solid #bde9f9;
  border-bottom: 1px solid #bde9f9;
  border-left: 1px solid #bde9f9;
}
#unmei-lp .bg-section-inner.border-none {
  border: none;
}
#unmei-lp .bg-section-full {
  background-color: #f6fdff;
  max-width: 540px;
  margin: 0 auto 40px;
  padding: 0 0 20px;
}
@media screen and (max-width: 900px) {
  #unmei-lp .bg-section-full {
    max-width: 100%;
  }
}
#unmei-lp .bg-section-full .bg-section {
  margin-bottom: 0;
}
#unmei-lp .section-block {
  position: relative;
  margin-bottom: 40px;
  padding: 20px 20px 0;
}
#unmei-lp .section-block.mb-large {
  margin-bottom: 60px;
}
#unmei-lp .article {
  margin-bottom: 32px;
}
#unmei-lp .article.mb-none {
  margin-bottom: 0;
}
#unmei-lp .section-block-full {
  margin-bottom: 50px;
  padding: 20px 0;
}
#unmei-lp .section-block-full.mb-none {
  margin-bottom: 0;
}
#unmei-lp .section-block-full.pb-none {
  padding-bottom: 0;
}
#unmei-lp .p-flow-block {
  margin-bottom: 50px;
}
#unmei-lp .p-flow-block.is-fin {
  margin-bottom: 20px;
}
#unmei-lp .p-flow-block:last-child {
  margin-bottom: 0;
}
#unmei-lp .c-summary-blue {
  background-color: #bde9f9;
  padding: 20px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 2;
}
#unmei-lp .list-item li {
  font-size: 1.8rem;
  text-indent: -1rem;
  margin-left: 1rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}
#unmei-lp .c-tw-example {
  background-color: #e6f3f8;
  padding: 12px 14px 20px;
  margin-bottom: 30px;
}
#unmei-lp .c-tw-example dt {
  text-align: center;
  margin-bottom: 10px;
  font-size: 1.8rem;
}
#unmei-lp .c-tw-example dd {
  background-color: #fff;
  padding: 16px;
  display: flex;
  align-items: flex-start;
}
#unmei-lp .c-tw-example dd figure {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}
#unmei-lp .c-tw-example dd figure img {
  width: 100%;
}
#unmei-lp .c-tw-example dd p {
  padding-left: 16px;
  width: calc(100% - 50px);
  font-size: 1.8rem;
  line-height: 1.8;
  overflow-wrap: break-word;
}
#unmei-lp .c-button-cv {
  background-color: #bde9f9;
  padding: 16px 16px 21px;
  box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  #unmei-lp .c-button-cv {
    padding: 11px 11px 16px;
  }
}
#unmei-lp .c-button-cv button {
  box-sizing: border-box;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2252px%22%20height%3D%2242px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(255%2C%20255%2C%20255)%22%20d%3D%22M51.739%2C4.911%20C49.859%2C5.745%2047.839%2C6.309%2045.717%2C6.562%20C47.882%2C5.264%2049.545%2C3.210%2050.328%2C0.762%20C48.302%2C1.963%2046.058%2C2.835%2043.670%2C3.306%20C41.757%2C1.268%2039.032%2C-0.005%2036.017%2C-0.005%20C30.226%2C-0.005%2025.532%2C4.689%2025.532%2C10.480%20C25.532%2C11.301%2025.625%2C12.100%2025.804%2C12.868%20C17.090%2C12.431%209.365%2C8.257%204.194%2C1.914%20C3.291%2C3.462%202.774%2C5.264%202.774%2C7.185%20C2.774%2C10.823%204.625%2C14.031%207.439%2C15.912%20C5.720%2C15.856%204.103%2C15.386%202.690%2C14.600%20C2.689%2C14.644%202.689%2C14.687%202.689%2C14.732%20C2.689%2C19.812%206.303%2C24.049%2011.099%2C25.013%20C10.219%2C25.251%209.293%2C25.380%208.337%2C25.380%20C7.661%2C25.380%207.004%2C25.315%206.364%2C25.191%20C7.698%2C29.358%2011.570%2C32.388%2016.158%2C32.473%20C12.570%2C35.286%208.049%2C36.961%203.138%2C36.961%20C2.291%2C36.961%201.456%2C36.911%200.636%2C36.814%20C5.276%2C39.789%2010.787%2C41.525%2016.708%2C41.525%20C35.993%2C41.525%2046.538%2C25.549%2046.538%2C11.695%20C46.538%2C11.240%2046.528%2C10.788%2046.508%2C10.338%20C48.556%2C8.860%2050.333%2C7.014%2051.739%2C4.911%20Z%22%2F%3E%3C%2Fsvg%3E") 24px center no-repeat, #1d9bf0;
  background-size: 26px 21px;
  box-shadow: 0 5px 0 #1086d6;
  padding: 32px 10px;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  width: 100%;
  cursor: pointer;
  transition: all ease 0.4s;
}
@media screen and (max-width: 900px) {
  #unmei-lp .c-button-cv button {
    font-size: 1.5rem;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2252px%22%20height%3D%2242px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(255%2C%20255%2C%20255)%22%20d%3D%22M51.739%2C4.911%20C49.859%2C5.745%2047.839%2C6.309%2045.717%2C6.562%20C47.882%2C5.264%2049.545%2C3.210%2050.328%2C0.762%20C48.302%2C1.963%2046.058%2C2.835%2043.670%2C3.306%20C41.757%2C1.268%2039.032%2C-0.005%2036.017%2C-0.005%20C30.226%2C-0.005%2025.532%2C4.689%2025.532%2C10.480%20C25.532%2C11.301%2025.625%2C12.100%2025.804%2C12.868%20C17.090%2C12.431%209.365%2C8.257%204.194%2C1.914%20C3.291%2C3.462%202.774%2C5.264%202.774%2C7.185%20C2.774%2C10.823%204.625%2C14.031%207.439%2C15.912%20C5.720%2C15.856%204.103%2C15.386%202.690%2C14.600%20C2.689%2C14.644%202.689%2C14.687%202.689%2C14.732%20C2.689%2C19.812%206.303%2C24.049%2011.099%2C25.013%20C10.219%2C25.251%209.293%2C25.380%208.337%2C25.380%20C7.661%2C25.380%207.004%2C25.315%206.364%2C25.191%20C7.698%2C29.358%2011.570%2C32.388%2016.158%2C32.473%20C12.570%2C35.286%208.049%2C36.961%203.138%2C36.961%20C2.291%2C36.961%201.456%2C36.911%200.636%2C36.814%20C5.276%2C39.789%2010.787%2C41.525%2016.708%2C41.525%20C35.993%2C41.525%2046.538%2C25.549%2046.538%2C11.695%20C46.538%2C11.240%2046.528%2C10.788%2046.508%2C10.338%20C48.556%2C8.860%2050.333%2C7.014%2051.739%2C4.911%20Z%22%2F%3E%3C%2Fsvg%3E") 14px center no-repeat, #1d9bf0;
    background-size: 26px 21px;
  }
}
#unmei-lp .c-button-cv button:hover {
  background-color: #118ee2;
  box-shadow: 0 0px 0 #1086d6;
  transform: translateY(5px);
}
#unmei-lp .c-button-cv button:hover {
  transition: all ease 0.4s;
}
#unmei-lp .c-button-cv .c-cv-note {
  font-size: 1.6rem;
  margin-bottom: 20px;
  background: #f6fdff;
  padding: 16px;
  position: relative;
}
#unmei-lp .c-button-cv .c-cv-note::after {
  content: "";
  position: absolute;
  --size-triangle: 10px;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  border-right: var(--size-triangle) solid transparent;
  border-top: var(--size-triangle) solid #f6fdff;
  border-left: var(--size-triangle) solid transparent;
}
#unmei-lp .c-button-cv.is-black {
  background: #e7e7e7;
  margin-bottom: 24px;
}
#unmei-lp .c-button-cv.is-black a {
  background-color: #222b2e;
  box-shadow: 0 5px 0 #000000;
  box-sizing: border-box;
  padding: 32px 10px;
  display: block;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  width: 100%;
  cursor: pointer;
  transition: all ease 0.4s;
}
#unmei-lp .c-button-cv.is-black a:hover {
  background-color: #111111;
  box-shadow: 0 0px 0 #000000;
  transform: translateY(5px);
}
#unmei-lp .c-button-cv.is-black a:hover {
  transition: all ease 0.4s;
}
#unmei-lp .c-button-cv.is-disabled {
  background-color: none;
  padding: 0;
}
#unmei-lp .c-button-cv.is-disabled button {
  cursor: auto;
  background-color: #e7e7e7;
  color: #000;
  box-shadow: none;
  padding: 12px 10px;
  font-size: 1.4rem;
  font-weight: 600;
}
#unmei-lp .c-button-cv.is-disabled button:hover {
  background-color: #e7e7e7;
  box-shadow: none;
  transform: translateY(0);
}
#unmei-lp label.form-text-hidden-label {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  /*グラデーションで隠す高さ*/
  cursor: pointer;
  text-align: center;
  background: linear-gradient(to bottom, rgba(246, 253, 255, 0.7) 0%, #f6fdff 100%);
}
#unmei-lp input.form-text-hidden:checked + label {
  background: inherit;
}
#unmei-lp label.form-text-hidden-label:after {
  line-height: 2.5rem;
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 50%;
  font-size: 1.5rem;
  padding: 4px 12px;
  content: "続きを読む";
  transform: translate(-50%, 0);
  color: #ffffff;
  background: #4599b8;
  border-radius: 100px;
}
#unmei-lp input.form-text-hidden {
  display: none;
}
#unmei-lp .text-hidden-block {
  overflow: hidden;
  position: relative;
  transition: all 0.5s;
  height: 200px;
}
#unmei-lp .text-hidden-block.block01 {
  height: 200px;
}
#unmei-lp .text-hidden-block.block02 {
  height: 300px;
}
#unmei-lp input.form-text-hidden:checked + label::after {
  bottom: -40px;
  content: "元に戻す";
  background: #000000;
}
#unmei-lp input.form-text-hidden:checked ~ .text-hidden-block {
  height: auto;
  transition: all 0.5s;
}
#unmei-lp .entry-back-text {
  margin-bottom: 30px;
}
#unmei-lp .c-caution-text {
  margin: 40px auto 4px;
}
@media screen and (max-width: 900px) {
  #unmei-lp #section03 {
    padding-bottom: 0;
  }
}
#unmei-lp .p-sns-block {
  position: fixed;
  left: 3vw;
  bottom: 6%;
  width: 20.33333vw;
}
@media screen and (max-width: 980px) {
  #unmei-lp .p-sns-block {
    left: 2.4vw;
  }
}
@media screen and (max-width: 900px) {
  #unmei-lp .p-sns-block {
    position: static;
    width: 100%;
  }
}
#unmei-lp .p-sns-block dl {
  text-align: center;
}
#unmei-lp .p-sns-block dl dt {
  font-size: 1.6rem;
  letter-spacing: -0.05rem;
  margin-bottom: 30px;
  position: relative;
}
#unmei-lp .p-sns-block dl dt::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, calc(100% + 4px));
  width: 1px;
  height: 20px;
  background: #000;
}
#unmei-lp .p-sns-block dl dd ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 980px) {
  #unmei-lp .p-sns-block dl dd ul {
    flex-wrap: wrap;
  }
}
#unmei-lp .p-sns-block dl dd ul li {
  width: 42px;
  height: 42px;
  margin: 0 4px 10px;
}
@media screen and (max-width: 980px) {
  #unmei-lp .p-sns-block dl dd ul li {
    width: 3.333vw;
    height: 3.333vw;
  }
}
@media screen and (max-width: 900px) {
  #unmei-lp .p-sns-block dl dd ul li {
    position: static;
    width: 42px;
    height: 42px;
  }
}
#unmei-lp .p-sns-block dl dd ul li img {
  width: 100%;
}
#unmei-lp .activeChange-nav {
  position: fixed;
  right: 3vw;
  bottom: 6%;
  width: 17vw;
}
@media screen and (max-width: 980px) {
  #unmei-lp .activeChange-nav {
    right: 2.4vw;
  }
}
@media screen and (max-width: 900px) {
  #unmei-lp .activeChange-nav {
    display: none;
  }
}
#unmei-lp .activeChange-nav li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  font-size: 1.6rem;
}
#unmei-lp .activeChange-nav li::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  width: 12px;
  height: 12px;
  transform: rotate(45deg) translateY(-70%);
  border: 1px solid #000;
}
#unmei-lp .activeChange-nav li.active::before {
  background-color: #000;
}
