@charset "UTF-8";
:root {
  --main-color: #813b89;
  --main-color-dark: #74427a;
  --main-color-light: #f8f5ff;
  --sub-color: #EB6D04;
  --sub-color-dark: #b65200;
  --sub-color-light: #e7f1df;
  --catch-color: #e40077;
}

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

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
  padding: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
*::before,
*::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html,
body {
  height: 100%;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  overflow-wrap: anywhere;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.7;
  color: #333;
  background: #fff;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.6rem;
  }
}
body .b-fixed {
  position: fixed;
  width: 100%;
}

ol,
li {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media (min-width: 1024px) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}
/*----------------------------------------------------
	LAYOUT
----------------------------------------------------*/
.column {
  padding: 0 0 80px 0;
  overflow: hidden;
  margin: 0;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .column {
    padding: 0 0 30px 0;
  }
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .inner {
    width: 100%;
    padding: 0 15px;
  }
  .inner.column {
    padding-bottom: 30px;
  }
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .mb30 {
    margin-bottom: 15px;
  }
}

.mb60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .mb60 {
    margin-bottom: 30px;
  }
}

.pt80 {
  padding-top: 80px;
}
@media screen and (max-width: 1024px) {
  .pt80 {
    padding-top: 40px;
  }
}

.pt30 {
  padding-top: 30px;
}
@media screen and (max-width: 1024px) {
  .pt30 {
    padding-top: 15px;
  }
}

.pb30 {
  padding-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .pb30 {
    padding-bottom: 15px;
  }
}

.flex {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .fix_cta {
    position: fixed;
    bottom: 0;
    left: 0;
    background: rgba(26, 26, 26, 0.6549019608);
    padding: 8px 5px;
    display: flex;
    gap: 10px;
    align-items: center;
    z-index: 999;
  }
  .fix_cta a {
    width: calc(50% - 5px);
    display: block;
  }
}

/*----------------------------------------------------
	使いまわし
----------------------------------------------------*/
.main_cta {
  background: #fff0f8;
  padding: 40px 0;
}
.main_cta .inner {
  max-width: 1000px;
}
.main_cta .lead {
  font-size: clamp(1.8rem, 4vw, 2rem);
  text-align: center;
  margin-bottom: 10px;
}
.main_cta .lead .bold {
  font-weight: bold;
}
.main_cta .flex {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .main_cta .flex {
    flex-direction: column;
    gap: 10px;
  }
}
.main_cta .flex a {
  display: block;
  width: calc(50% - 15px);
  text-align: center;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .main_cta .flex a {
    width: 100%;
  }
}
.main_cta .point {
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 0 4px #ccc);
}

.about {
  margin-bottom: 60px;
  border: 20px solid var(--main-color-light);
  border-radius: 20px;
  padding: 30px;
  align-items: center;
  gap: 50px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .about {
    flex-direction: column;
    gap: 10px;
    border-width: 10px;
    padding: 20px 10px;
    margin-bottom: 30px;
  }
}
.about .card {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .about .card {
    width: 100%;
  }
}
.about .card .catch {
  text-align: center;
  font-weight: bold;
  position: relative;
  color: var(--catch-color);
}
.about .card .catch span {
  position: relative;
}
.about .card .catch span:before, .about .card .catch span:after {
  content: "";
  background: var(--main-color);
  border-radius: 5px;
  width: 3px;
  height: 20px;
  transform: rotate(-20deg);
  position: absolute;
  left: -13px;
  bottom: 0;
}
.about .card .catch span:after {
  right: -13px;
  transform: rotate(20deg);
  left: unset;
}
@media screen and (max-width: 1024px) {
  .about .card .card_img {
    max-width: 250px;
    margin: 0 auto;
    display: block;
  }
}
.about .info {
  flex: 1;
}
.about .info .title {
  margin-bottom: 10px;
  color: #754c25;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .about .info .title {
    text-align: center;
  }
}
.about .info .title .mini {
  display: block;
  font-size: clamp(1.6rem, 4vw, 2rem);
}
@media screen and (max-width: 1024px) {
  .about .info .title .mini {
    margin-bottom: 10px;
  }
}
.about .info .title .kome {
  font-size: 1.3rem;
}
.about .info .title .color {
  color: var(--main-color);
}
.about .info .title .corp {
  color: var(--sub-color);
}
.about .info .lead {
  margin-bottom: 20px;
}
.about .info .function {
  font-size: 1.5rem;
}
.about .info .lady {
  position: absolute;
  right: -10px;
  bottom: -30px;
  height: 200px;
}
@media screen and (max-width: 767px) {
  .about .info .lady {
    display: none;
  }
}

.sec_title {
  font-size: clamp(2.5rem, 4vw, 3rem);
  text-align: center;
  margin-bottom: 20px;
}
.sec_title .catch {
  color: var(--main-color);
  font-size: clamp(3rem, 4vw, 3.8rem);
}

/*----------------------------------------------------
	レイアウト
----------------------------------------------------*/
.mv {
  background: url(/coop-aichi/entry/img/mv_bg.jpg);
  background-size: cover;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .mv {
    margin-bottom: 30px;
  }
}
.mv .inner {
  max-width: 1400px;
  position: relative;
  text-align: center;
}
.mv .inner .mv_link {
  position: absolute;
  left: 14vw;
  bottom: 2vh;
  display: block;
  max-width: 420px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .mv .inner .mv_link {
    left: 5%;
    bottom: 0%;
    max-width: 330px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .mv .inner .mv_link {
    position: unset;
  }
}
.mv .inner .mv_link .catch {
  font-size: clamp(2rem, 4vw, 2.4rem);
  font-weight: bold;
}
.mv .inner .mv_link .btn {
  background: var(--catch-color);
  color: #fff;
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: bold;
  line-height: 1.2;
  border-radius: 100px;
  box-shadow: 0 10px #b2005d;
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mv .inner .mv_link .btn {
    padding: 15px;
  }
}
.mv .inner .mv_link .btn:after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  width: 16px;
  height: 16px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  border-radius: 2px;
  transform: rotate(135deg);
}

.intro {
  position: relative;
}
.intro:before {
  content: "";
  width: 100%;
  height: 300px;
  background-image: url(/coop-aichi/entry/img/intro_bg.jpg);
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .intro:before {
    height: 95%;
  }
}
.intro .tokuten .tokuten_title {
  background: #fff;
  border: 2px solid var(--main-color);
  border-radius: 20px;
  margin-bottom: 40px;
  position: relative;
  max-width: 600px;
  margin: 0 auto 40px;
}
.intro .tokuten .tokuten_title:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  border-top: 20px solid var(--main-color);
  border-bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
}
.intro .tokuten .tokuten_title .sec_lead {
  background: var(--main-color);
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  color: #fff;
  padding: 5px;
  margin-bottom: 20px;
  border-radius: 18px 18px 0 0;
  line-height: 1.4;
}
.intro .tokuten .tokuten_title .sec_title {
  line-height: 1.2;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .intro .tokuten .tokuten_flex {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .intro .tokuten .tokuten_flex {
    flex-direction: column;
  }
}
.intro .tokuten .tokuten_flex .item {
  background: #fff;
  text-align: center;
  width: calc(33.3333333333% - 15px);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
  box-shadow: 0 10px 10px #f9f5e5;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .intro .tokuten .tokuten_flex .item {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .intro .tokuten .tokuten_flex .item {
    width: 100%;
  }
}
.intro .tokuten .tokuten_flex .item .img {
  max-width: 250px;
  margin: 0 auto;
}
.intro .tokuten .tokuten_flex .item .box {
  background: #fff;
  padding: 0.5em;
}
.intro .tokuten .tokuten_flex .item .box .title {
  font-size: 2.2rem;
  color: var(--main-color);
  line-height: 1.4;
  margin-bottom: 10px;
}

.feature {
  position: relative;
  background: #f9f7ff;
}
.feature:before {
  content: "";
  width: 1000px;
  aspect-ratio: 1/1;
  background: #fff;
  opacity: 0.8;
  position: absolute;
  left: -500px;
  top: 0;
  border-radius: 100%;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .feature:before {
    width: 500px;
    left: -350px;
  }
}
.feature:after {
  content: "";
  width: 1000px;
  aspect-ratio: 1/1;
  background: #fff;
  opacity: 0.8;
  position: absolute;
  right: -500px;
  bottom: 0;
  opacity: 0.6;
  border-radius: 100%;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .feature:after {
    width: 500px;
    right: -350px;
  }
}
.feature .feature_box {
  background: #fff;
  border-radius: 20px;
  padding: 40px 30px;
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
  box-shadow: 0 10px 10px #f4f1fc;
}
@media screen and (max-width: 767px) {
  .feature .feature_box {
    margin-bottom: 30px;
    padding: 18px;
  }
}
.feature .feature_box:last-of-type {
  margin-bottom: 0;
}
.feature .feature_box .feature_box_flex {
  align-items: center;
  gap: 50px;
}
@media screen and (max-width: 1024px) {
  .feature .feature_box .feature_box_flex {
    flex-direction: column;
    gap: 10px;
  }
}
.feature .feature_box .feature_box_flex img {
  width: 40%;
}
@media screen and (max-width: 1024px) {
  .feature .feature_box .feature_box_flex img {
    width: 100%;
  }
}
.feature .feature_box .feature_box_flex .info_wrap {
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .feature .feature_box .feature_box_flex .info_wrap {
    width: 100%;
  }
}
.feature .feature_box .label {
  color: var(--main-color);
  font-weight: bold;
}
.feature .feature_box .label:before {
  content: "●";
  padding-right: 10px;
}
.feature .feature_box .feature_title {
  border-left: 3px solid var(--main-color);
  padding: 10px 20px;
  margin-left: 7px;
  margin-bottom: 30px;
  font-size: clamp(2.2rem, 4vw, 2.8rem);
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .feature .feature_box .feature_title {
    border-left: 0;
    padding: 0;
    margin-left: 0;
    margin-bottom: 15px;
  }
}
.feature .feature_box .feature_title .color {
  color: var(--catch-color);
}
.feature .feature_box .feature_title .tear {
  background: #fdf5f6;
  background: linear-gradient(0deg, #e8caeb 0%, #e8caeb 50%, #ffffff 50%, #ffffff 100%);
}
.feature .feature_box.feature1 .morepoint {
  font-size: clamp(2.2rem, 4vw, 2.6rem);
  font-weight: bold;
  color: var(--main-color);
  margin-bottom: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .feature .feature_box.feature1 .morepoint {
    margin-bottom: 15px;
    text-align: center;
  }
}
.feature .feature_box.feature1 .morepoint .more {
  background: #ffee00;
  padding: 5px 10px;
  color: #1a1a1a;
}
.feature .feature_box.feature1 .morepoint .num {
  font-size: 1.2em;
  color: var(--catch-color);
}
.feature .feature_box.feature1 .howpoint .title {
  margin-bottom: 5px;
  border-bottom: 1px solid;
}
@media screen and (max-width: 767px) {
  .feature .feature_box.feature1 .howpoint .title {
    text-align: center;
  }
}
.feature .feature_box.feature1 .howpoint .big {
  font-weight: bold;
}
.feature .feature_box.feature2 .feature_box_flex {
  flex-direction: row;
}
@media screen and (max-width: 1024px) {
  .feature .feature_box.feature2 .feature_box_flex {
    flex-direction: column-reverse;
    gap: 10px;
  }
}
.feature .feature_box.feature2 .example_title {
  font-weight: bold;
  font-size: clamp(1.8rem, 4vw, 2rem);
  margin-bottom: 10px;
}
.feature .feature_box.feature2 .example_list {
  padding-left: 1em;
}
.feature .feature_box.feature2 .example_list li {
  font-size: 1.5rem;
  list-style: square;
  padding: 0 0 5px;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 5px;
}
.feature .feature_box.feature2 .example_list li span {
  font-weight: bold;
  color: var(--catch-color);
}

.plan {
  padding-top: 40px;
}
.plan .plan_flex {
  flex-wrap: wrap;
  border: 1px solid #eee;
  padding: 30px;
  box-shadow: 20px 20px #fafafa;
  border-radius: 10px;
  align-items: center;
  gap: 20px 50px;
}

.plan .plan_flex .small-label {
  font-size: 1.4rem;
}

@media screen and (max-width: 1024px) {
  .plan .plan_flex {
    padding: 20px;
    gap: 10px;
  }
}
.plan .plan_flex .img {
  width: 45%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .plan .plan_flex .img {
    width: 100%;
  }
}

.plan .plan_flex .img .label {
  position: absolute;
  background: #fff;
  border: 1px solid var(--main-color);
  aspect-ratio: 1/1;
  border-radius: 100px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 2rem;
  font-weight: bold;
  padding: 15px;
  line-height: 1.4;
  color: var(--main-color);
  top: -20px;
  left: -40px;
}
.plan .plan_flex .img .label .big {
  font-size: 2.6rem;
}
@media screen and (max-width: 1024px) {
  .plan .plan_flex .img .label {
    font-size: 1.6rem;
    padding: 10px;
    left: -30px;
    top: -30px;
  }
}
.plan .plan_flex .info {
  flex: 1;
}
.flex.plan_flex .info span.hall-type {
  padding-left: 8%;
  font-size: 2.8rem;
}
.plan .plan_flex .info .plan_name {
  text-align: center;
  font-size: clamp(3.5rem, 4vw, 5.5rem);
}
.plan .plan_flex .info .plan_name .mini {
  font-size: 0.8em;
}
.plan .plan_flex .info .ippan_price {
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .flex.plan_flex .info span.hall-type {
    padding-left: 0%;
    font-size: 2rem;
  }
  .plan .plan_flex .info .ippan_price {
    margin-bottom: 5px;
  }
}
.plan .plan_flex .info .ippan_price .num {
  font-size: 1.4em;
}
.plan .plan_flex .info .label {
  background: var(--sub-color);
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 50px;
  margin-bottom: 10px;
  font-size: 2rem;
}
.plan .plan_flex .info .club_price {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .plan .plan_flex .info .club_price {
    flex-direction: column;
    gap: 20px;
  }
}
.plan .plan_flex .info .club_price .num {
  font-size: 9rem;
  font-weight: bold;
  color: #eb0021;
}
@media screen and (max-width: 1024px) {
  .plan .plan_flex .info .club_price .num {
    font-size: 6rem;
  }
}
.plan .plan_flex .info .club_price .num .yen {
  font-size: clamp(3rem, 4vw, 5rem);
  position: relative;
}
.plan .plan_flex .info .club_price .num .yen .tax {
  font-size: clamp(1.6rem, 2vw, 2rem);
  position: absolute;
  top: -20px;
  right: 0;
}
.plan .plan_flex .info .club_price .discount {
  font-size: clamp(2rem, 4vw, 2.2rem);
  font-weight: bold;
  border: 1px solid var(--catch-color);
  color: var(--catch-color);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .plan .plan_flex .info .club_price .discount {
    padding: 10px 20px;
  }
}
.plan .plan_flex .info .club_price .discount:before, .plan .plan_flex .info .club_price .discount:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 20px solid var(--catch-color);
  border-left: 0;
  position: absolute;
  left: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .plan .plan_flex .info .club_price .discount:before, .plan .plan_flex .info .club_price .discount:after {
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 20px solid var(--catch-color);
    border-top: 0;
    left: 0;
    right: 0;
    bottom: unset;
    top: -20px;
  }
}
.plan .plan_flex .info .club_price .discount:after {
  border-right-color: #fff;
  left: -18px;
}
@media screen and (max-width: 1024px) {
  .plan .plan_flex .info .club_price .discount:after {
    border-right-color: transparent;
    border-bottom-color: #fff;
    left: 0;
    top: -18px;
  }
}
.plan .plan_flex .info .club_price .discount .num {
  font-size: 3rem;
  color: var(--catch-color);
}
.plan .plan_flex .include {
  width: 100%;
}
.plan .plan_flex .include .items {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.plan .plan_flex .other {
  font-size: 1.4rem;
  width: 100%;
}
.plan .plan_flex .other .title {
  background: #eee;
  padding: 0.5em 1em;
  font-size: 1.6rem;
  position: relative;
}
.plan .plan_flex .other .title:hover {
  cursor: pointer;
}
.plan .plan_flex .other .title:before {
  content: "";
  margin: auto;
  position: absolute;
  top: 20%;
  right: 30px;
  width: 16px;
  height: 16px;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  border-radius: 2px;
  transform: rotate(135deg);
  transition: all 0.3s;
}
.plan .plan_flex .other .title.show:before {
  transform: rotate(315deg);
  top: 40%;
}
.plan .plan_flex .other .wrap {
  display: none;
}
.plan .plan_flex .other .emp {
  color: var(--catch-color);
}
.plan .plan_flex .other .emp.big {
  font-size: 1.6rem;
  padding: 10px 0;
}

.merit {
  background: #ffffef;
  position: relative;
}
.merit:before {
  content: "";
  width: 100%;
  aspect-ratio: 1/1;
  background: #fff;
  opacity: 0.6;
  position: absolute;
  left: 0;
  right: 0;
  top: -80%;
  margin: auto;
  border-radius: 100%;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .merit .scroll {
    overflow-x: scroll;
  }
}
.merit .merit_table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  position: relative;
}
.merit .merit_table th,
.merit .merit_table td {
  border: 1px solid #ccc;
  padding: 1em;
  width: calc(33.3333333333% - 0px);
}
@media screen and (max-width: 767px) {
  .merit .merit_table th,
.merit .merit_table td {
    padding: 10px 5px;
  }
}
@media screen and (max-width: 767px) {
  .merit .merit_table .sp_hide {
    display: none;
  }
}
.merit .merit_table td {
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .merit .merit_table td {
    padding: 0 0 10px;
    font-size: 1.5rem;
  }
  .merit .merit_table td.notlabel {
    padding: 10px 3px;
  }
  .merit .merit_table td:not(.notlabel):before {
    content: attr(data-label);
    display: block;
    width: 100%;
    background: #eee;
    padding: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    white-space: pre-line;
    color: #333;
  }
}
.merit .merit_table caption {
  caption-side: bottom;
  font-size: 1.4rem;
  text-align: left;
  padding-top: 1em;
}
.merit .merit_table .circle {
  display: inline-block;
  overflow: hidden;
  width: 1.2em;
  height: 1.2em;
  line-height: 1;
  text-indent: 100%;
  vertical-align: middle;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url(../img/circle.svg);
          mask-image: url(../img/circle.svg);
  background: #333;
}
.merit .merit_table .cross {
  display: inline-block;
  overflow: hidden;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-indent: 100%;
  vertical-align: middle;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url(../img/cross.svg);
          mask-image: url(../img/cross.svg);
  background: #666;
}
.merit .merit_table .kome {
  font-size: 0.6em;
}
.merit .merit_table .highlight {
  color: var(--catch-color);
}
.merit .merit_table .highlight .circle {
  background: var(--catch-color);
}
.merit .merit_table .tear {
  background: var(--main-color-light);
  position: relative;
  border-right: 5px solid var(--main-color);
  border-left: 5px solid var(--main-color);
}
.merit .merit_table .tear.topline {
  border-top: 5px solid var(--main-color);
  background: var(--main-color);
  color: #fff;
}
.merit .merit_table .tear.bottomline {
  border-bottom: 5px solid var(--main-color);
}
.merit .merit_table .tear img {
  position: absolute;
  left: 10px;
  width: 80px;
  top: 0;
  bottom: 0;
  margin: auto;
  outline: 2px solid #fff;
}
@media screen and (max-width: 1100px) {
  .merit .merit_table .tear img {
    display: none;
  }
}
.merit .merit_table .corp {
  color: #666;
}
.merit .merit_table .corp .circle {
  background: #666;
}
.merit .merit_table .corp.title {
  background: var(--sub-color-light);
}
.merit .merit_table .tear_btn {
  display: block;
  background: var(--main-color);
  color: #fff;
  padding: 10px;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 50px;
  position: relative;
  border: 1px solid #ccc;
  box-shadow: 0 4px #ccc;
}
.merit .merit_table .tear_btn:after {
  content: "";
  margin: auto;
  position: absolute;
  top: 40%;
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  border-radius: 2px;
  transform: rotate(135deg);
}

.last .last_feature_flex {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .last .last_feature_flex {
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 auto 30px;
  }
}
.last .last_feature_flex .item {
  color: var(--main-color);
  width: calc(25% - 15px);
  aspect-ratio: 1/1;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid;
  border-radius: 100%;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .last .last_feature_flex .item {
    width: 100%;
    border-radius: 10px;
    padding: 15px;
    flex-direction: row;
    aspect-ratio: unset;
    gap: 10px;
  }
  .last .last_feature_flex .item .title {
    width: 80%;
    line-height: 1.4;
  }
}
.last .last_feature_flex .item .title {
  font-size: clamp(1.8rem, 4vw, 2.2rem);
}

.form {
  background: var(--sub-color-light);
}
.form:before {
  content: "";
  position: absolute;
  height: 60px;
  width: 100%;
  -webkit-clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
  clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
  background: #fff;
  left: 0;
  top: -1px;
}
@media screen and (max-width: 1024px) {
  .form:before {
    height: 30px;
  }
}
.form .lead_catch {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .form .lead_catch {
    margin-bottom: 20px;
  }
}
.form .h-adr {
  background: #fff;
  padding: 40px;
}
@media screen and (max-width: 1024px) {
  .form .h-adr {
    padding: 20px;
  }
}
.form select {
  padding: 8px;
}
.form input {
  padding: 5px;
}
.form .error {
  font-size: 1.3rem;
  line-height: 1;
  color: #fff;
  background: var(--catch-color);
  padding: 5px;
  position: absolute;
  right: 10px;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .form .error {
    position: unset;
    margin-left: 1em;
  }
}
.form .form_table {
  margin-bottom: 40px;
}
.form .form_table th {
  width: 33%;
  border-bottom: 1px solid #ccc;
  padding: 20px 20px 20px 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .form .form_table th {
    width: 35%;
    padding: 15px 5px;
    font-size: 1.6rem;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .form .form_table th {
    width: 100%;
    display: block;
    background: #fafafa;
  }
}
.form .form_table td {
  width: 67%;
  border-bottom: 1px solid #ccc;
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .form .form_table td {
    width: 65%;
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .form .form_table td {
    width: 100%;
    display: block;
  }
}
.form .form_table .w100 {
  width: 100%;
}
.form .form_table .function {
  width: 100%;
  color: #666;
  font-size: 1.5rem;
}
.form .form_table .name_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 10px;
}
.form .form_table .name_wrap .name_label {
  width: calc(50% - 5px);
}
.form .form_table .name_wrap input {
  width: calc(50% - 5px);
  position: relative;
}
.form .form_table .level {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .form .form_table .level {
    flex: auto;
  }
}
.form .form_table .adrs {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
}
.form .form_table .adrs .title {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .form .form_table .adrs .title {
    width: 100%;
  }
}
.form .form_table .adrs select,
.form .form_table .adrs input {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .form .form_table .adrs select,
.form .form_table .adrs input {
    width: 100%;
  }
}
.form .form_table .adrs .yubin {
  width: 100%;
}
.form .form_table .adrs .yubin .yubin_input {
  width: auto;
}
@media screen and (max-width: 767px) {
  .form .form_table .other {
    width: 100%;
    margin: 0;
  }
}
.form .form_table .gender_flex {
  gap: 10px;
  justify-content: flex-start;
}
.form .form_table .birth_flex {
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .form .form_table .birth_flex .spacer {
    width: 100%;
  }
}
.form .form_table .other_flex {
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
}
.form .form_table .other_flex .question {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .form .form_table .other_flex .level {
    margin: 0;
  }
  .form .form_table .other_flex .other_1 {
    order: 1;
  }
  .form .form_table .other_flex .other_2 {
    order: 2;
  }
  .form .form_table .other_flex .other_3 {
    order: 3;
  }
}
.form .privacy_box .sec_title {
  font-size: clamp(2.4rem, 4vw, 2.6rem);
}
.form .privacy_box .pp_catch {
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  font-size: 1.5rem;
}
.form .privacy_box .pp_catch .mark_p {
  max-width: 50px;
  width: 100%;
}
.form .privacy_box .pp_box {
  width: 100%;
  height: 300px;
  overflow: scroll;
  padding: 30px;
  border: 1px solid #eee;
  background: #fff;
  font-size: 1.5rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .form .privacy_box .pp_box {
    padding: 20px;
  }
}
.form .privacy_box .pp_box .title {
  margin: 30px 0 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.form .privacy_box .pp_box .title:first-of-type {
  margin-top: 0;
}
.form .privacy_box .pp_box .sub_title {
  font-weight: bold;
}
.form .privacy_box .pp_box .lead {
  margin-bottom: 20px;
}
.form .privacy_box .pp_box .lead .bold {
  font-weight: bold;
}
.form .privacy_box .pp_box .mark {
  background: #ffee00;
}
.form .privacy_box .pp_box .adds {
  padding-left: 1em;
  display: inline-block;
}
.form .privacy_box .pp_box .adds .bold {
  font-weight: bold;
}
.form .privacy_box .pp_box .function_mini {
  font-size: 1.3rem;
  color: #ccc;
}
.form .privacy_box .pp_box .pp_list {
  counter-reset: pp_list_num 0;
  margin-bottom: 20px;
}
.form .privacy_box .pp_box .pp_list .pp_list_item {
  padding-left: 20px;
  position: relative;
  margin-bottom: 1em;
}
.form .privacy_box .pp_box .pp_list .pp_list_item:last-of-type {
  margin-bottom: 0;
}
.form .privacy_box .pp_box .pp_list .pp_list_item:before {
  content: counter(pp_list_num) " ";
  counter-increment: pp_list_num 1;
  position: absolute;
  left: 0;
  top: -2px;
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--main-color);
}
.form .privacy_box .pp_box .pp_list .pp_list_num span {
  font-weight: bold;
  color: var(--main-color);
}
.form .privacy_box .pp_box .pp_list .pp_list_dot {
  padding-left: 20px;
  margin-bottom: 20px;
  position: relative;
}
.form .privacy_box .pp_box .pp_list .pp_list_dot:before {
  content: "●";
  font-family: Arial, sans-serif;
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 1.4rem;
}
.form .privacy_box .pp_box .pp_list .pp_list_en {
  counter-reset: pp_list_en;
}
.form .privacy_box .pp_box .pp_list .pp_list_en li:before {
  content: counter(pp_list_en, lower-alpha) " ";
  counter-increment: pp_list_en 1;
  color: var(--main-color);
}
.form .privacy_check {
  text-align: center;
}
.form .privacy_check .error {
  position: unset;
}
.form .btn_wrap {
  text-align: center;
  padding: 30px;
}
.form .btn_wrap .contact_btn {
  background: var(--main-color);
  color: #fff;
  border: 0;
  padding: 10px 30px;
  border-radius: 50px;
  font-size: 2rem;
  box-shadow: 0 5px var(--main-color-dark);
}

footer {
  text-align: center;
  background: #333;
  color: #fff;
  font-size: 1.2rem;
  padding: 4px;
}
@media screen and (max-width: 767px) {
  footer {
    padding-bottom: 64px;
  }
}

/*----------------------------------------------------
	改行
----------------------------------------------------*/
@media screen and (min-width: 1100px) {
  .pc_hide {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .tab_hide {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .smart_hide {
    display: none !important;
  }
}
/*# sourceMappingURL=style.css.map */