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

* {
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
div {
  overflow-wrap: break-word;
}

img,
video,
canvas,
svg {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

ul,
ol {
  list-style: none;
}

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

input,
button,
textarea,
select {
  font: inherit;
  vertical-align: middle;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  outline: none;
  font: inherit;
  cursor: pointer;
}

html {
  font-size: 62.5%;
}

body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.75;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

* {
  letter-spacing: 0.06em;
}

a {
  color: #000;
  text-decoration: none;
}

span {
  letter-spacing: inherit;
}

/* CLEAR-FIX */
@-webkit-keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide--draggable > .splide__slider > .splide__track, .splide--draggable > .splide__track {
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide--fade > .splide__slider > .splide__track > .splide__list, .splide--fade > .splide__track > .splide__list {
  display: block;
}

.splide--fade > .splide__slider > .splide__track > .splide__list > .splide__slide, .splide--fade > .splide__track > .splide__list > .splide__slide {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}

.splide--fade > .splide__slider > .splide__track > .splide__list > .splide__slide.is-active, .splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
  opacity: 1;
  position: relative;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide--ttb.is-active > .splide__slider > .splide__track > .splide__list, .splide--ttb.is-active > .splide__track > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  transform-style: preserve-3d;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  outline: none;
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  outline: none;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__slider {
  position: relative;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
.sp-inline {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-inline {
    display: inline;
  }
}

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

.ib {
  display: inline-block;
}

.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}

.textBox p + p, .sec_read p + p {
  margin-top: 1.75em;
}

.font-mincho {
  font-family: "Shippori Mincho", serif;
}
.font-antique {
  font-family: "Shippori Antique", sans-serif;
}
.c-red {
  color: #b81c23;
}
.c-blue {
  color: #40468e;
}

.button-link, .form_submit input[type=submit] {
  display: inline-block;
  min-width: 150px;
  padding: 0 35px;
  background: #fcee21 url(../image/common/link_arrow.svg) right 15px top 20px/auto no-repeat;
  border-radius: 30px;
  line-height: 50px;
}
@media (hover: hover) {
  .button-link, .form_submit input[type=submit] {
    transition: opacity 0.3s;
  }
  .button-link:hover, .form_submit input[type=submit]:hover {
    opacity: 0.8;
  }
}

@media (hover: hover) {
  .hover-opacity a {
    transition: opacity 0.3s;
  }
  .hover-opacity a:hover {
    opacity: 0.8;
  }
}

.inner-1000, .inner-800 {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .inner-1000, .inner-800 {
    width: 90%;
  }
}

.inner-800 {
  max-width: 800px;
}
.inner-1000 {
  max-width: 1000px;
}

.obi::before {
  content: "";
  display: block;
  width: 100%;
  height: 96px;
  background: url(../image/common/obi_knot.svg), url(../image/common/obi_border.svg);
  background-position: center, center top 26px;
  background-size: auto, auto;
  background-repeat: no-repeat, repeat-x;
}

.sec_ttl {
  display: flex;
  justify-content: center;
  font-size: 21px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec_ttl {
    font-size: 20px;
  }
}
.sec_ttl > span {
  display: inline-block;
  padding: 0 40px;
  background: url(../image/common/ttl_boder.svg), url(../image/common/ttl_boder.svg);
  background-position: left center, right center;
  background-size: auto, auto;
  background-repeat: no-repeat, no-repeat;
}
.sec_ttl-pencil {
  font-size: 18px;
  line-height: 1.33;
  text-align: center;
}
.sec_ttl-pencil > span {
  display: inline-block;
  min-width: 230px;
  padding: 0 25px 5px;
  position: relative;
}
.sec_ttl-pencil > span::before {
  content: "";
  display: block;
  width: calc(100% - 20px);
  height: 1px;
  background-image: linear-gradient(to right, #000, #000 5px, transparent 5px, transparent 10px);
  background-size: 10px 1px;
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
  bottom: 0;
}
.sec_ttl-pencil > span::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../image/faq/ttl_pencil.svg);
  position: absolute;
  left: calc(100% - 20px);
  bottom: 0;
}
.sec_ttl-pencilSub {
  margin-top: 5px;
  font-size: 10px;
  text-align: center;
}
.sec_read {
  margin-top: 35px;
  font-size: 16px;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
}

.pagination ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 12px;
  margin-top: 60px;
}
.pagination li {
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  text-align: center;
  font-family: "Shippori Antique", sans-serif;
  line-height: 28px;
}
.pagination li a {
  display: block;
  height: 100%;
  line-height: 28px;
}
.pagination li a.prev {
  text-indent: -9999px;
  background: url(../image/common/pagination_prev.svg) left 45% center/auto no-repeat;
}
.pagination li a.next {
  text-indent: -9990px;
  background: url(../image/common/pagination_next.svg) right 45% center/auto no-repeat;
}
.pagination li .current {
  display: block;
  width: 100%;
  background: #000;
  color: #fff;
}

.clipPathImg {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
}

.graphBar {
  padding-top: 1em;
}
.graphBar_dataBox {
  border-bottom: 3px solid #4d4d4d;
  position: relative;
}
.graphBar_line > div {
  width: 100%;
  border-top: 1px solid #4d4d4d;
  text-align: left;
  position: relative;
}
.graphBar_line > div:last-child {
  height: 0 !important;
}
.graphBar_line > div span {
  display: block;
  transform: translateY(-100%);
}
.graphBar_bar {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.graphBar_bar > div {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
}
.graphBar_year {
  display: flex;
  justify-content: space-between;
}
.graphBar_year > div {
  text-align: center;
}

.profile {
  display: flex;
  align-items: flex-start;
  background: #e6e6e6;
  margin-top: 30px;
  padding: 20px 15px;
}
@media screen and (max-width: 767px) {
  .profile {
    display: block;
  }
}
.profile_img {
  width: 86px;
  border: 2px solid #4d4d4d;
  border-radius: 25px;
  overflow: hidden;
}
.profile_cont {
  flex: 1;
  padding-left: 15px;
  font-size: 13px;
  line-height: 1.3846;
}
@media screen and (max-width: 767px) {
  .profile_cont {
    width: 100%;
    margin-top: 5px;
    padding-left: 0;
  }
}
.profile_cont > * {
  letter-spacing: 0;
}
.profile_cont > * + * {
  margin-top: 1.3em;
}
.profile_name {
  font-size: 16px;
}
.profile_sns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 20px;
}

.anime-float {
  -webkit-animation: 3s float infinite;
          animation: 3s float infinite;
}

.anime-deray-04 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.anime-deray-08 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

@-webkit-keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-16px);
  }
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-16px);
  }
}
.header {
  overflow: hidden;
  position: relative;
}
.header_headlineBox {
  color: #fff;
  font-family: "Shippori Mincho", serif;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
}
.header_headlineBox a {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .header_headlineBox {
    top: 18px;
    left: 10px;
    line-height: 1.5;
  }
}
.header_headline1 {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .header_headline1 {
    font-size: 10px;
  }
}
@media screen and (max-width: 360px) {
  .header_headline1 {
    letter-spacing: 0;
  }
}
.header_headline2 {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .header_headline2 {
    font-size: 13px;
  }
}
@media screen and (max-width: 360px) {
  .header_headline2 {
    letter-spacing: 0;
  }
}
.header_no1 {
  width: min(10vw, 121px);
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .header_no1 {
    width: 106px;
  }
}
.header_feature {
  display: flex;
  gap: 5px 20px;
  position: absolute;
  right: 5.7%;
  bottom: max(14.453125vw, 185px);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .header_feature {
    flex-direction: column;
    left: 3%;
    bottom: auto;
    top: 182px;
  }
}
@media screen and (max-width: 767px) {
  .header_feature img {
    width: 99px;
  }
}
.header_contact {
  position: fixed;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  z-index: 9;
}
.header_contact a {
  display: block;
}
@media screen and (max-width: 767px) {
  .header_main {
    height: 100vh;
    height: 100svh;
    position: relative;
  }
}
.header_main img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .header_main img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media screen and (max-width: 767px) {
  .menuBtn {
    display: block;
    width: 28px;
    position: fixed;
    top: 26px;
    right: 3%;
    z-index: 11;
    cursor: pointer;
  }
  .menuBtn span {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: 0.3s;
  }
  .menuBtn span + span {
    margin-top: 6px;
  }
  .navOn .menuBtn span:nth-child(2) {
    width: 20px;
  }
  .navOn .menuBtn span:nth-child(3) {
    width: 11px;
  }
}

.menu {
  width: 100%;
  height: 14.453125vw;
  background: url(../image/common/header_bg_pc.png) center top/100% auto no-repeat;
  margin-top: -4.5%;
  position: relative;
  z-index: 3;
  padding-top: 8.046875vw;
}
@media screen and (min-width: 768px) {
  .menu {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .menu {
    display: none;
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding: 80px 0 50px;
    background: #b81c23;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .menu::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .menu::before {
    content: "";
    display: block;
    height: 49px;
    background-image: url(../image/common/menu_sp_not.svg), url(../image/common/menu_sp_line.svg);
    background-position: center, center top 16px;
    background-size: auto, auto;
    background-repeat: no-repeat, repeat-x;
  }
}
@media screen and (max-width: 767px) {
  .menu_spTtl {
    margin-top: 15px;
    font-family: "Shippori Mincho", serif;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
  }
}
.menu_primary {
  display: flex;
  justify-content: space-between;
  width: 79%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .menu_primary {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 25px calc((100% - 252px) / 2);
    width: 80%;
    max-width: 480px;
    min-width: 270px;
    margin-top: 40px;
  }
}
.menu_primary li {
  min-width: 5.46875vw;
}
@media screen and (max-width: 767px) {
  .menu_primary li {
    width: 84px;
    min-width: 0;
    position: relative;
  }
  .menu_primary li::before {
    content: "";
    display: block;
    width: 84px;
    height: 84px;
    border-radius: 12px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
.menu_primary a {
  display: block;
  padding-top: 3.90625vw;
  background-position: center top;
  background-size: auto;
  background-repeat: no-repeat;
  text-align: center;
  font-size: 1.09375vw;
}
@media screen and (max-width: 767px) {
  .menu_primary a {
    padding: 92px 0 0;
    border-radius: 12px 12px 0 0;
    background-position: center top 13px;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1.2;
  }
}
.menu_primary ._about a {
  background-image: url(../image/common/header_icon_about.svg);
  background-size: 4.6875vw auto;
}
@media screen and (max-width: 767px) {
  .menu_primary ._about a {
    background-size: 68px auto;
  }
}
.menu_primary ._membership a {
  background-image: url(../image/common/header_icon_membership.svg);
  background-size: 3.28125vw auto;
}
@media screen and (max-width: 767px) {
  .menu_primary ._membership a {
    background-size: 48px auto;
  }
}
.menu_primary ._price a {
  background-image: url(../image/common/header_icon_price.svg);
  background-size: 3.984375vw auto;
}
@media screen and (max-width: 767px) {
  .menu_primary ._price a {
    background-size: 58px auto;
  }
}
.menu_primary ._party a {
  background-image: url(../image/common/header_icon_party.svg);
  background-size: 3.90625vw auto;
}
@media screen and (max-width: 767px) {
  .menu_primary ._party a {
    background-size: 57px auto;
  }
}
.menu_primary ._blog a {
  background-image: url(../image/common/header_icon_blog.svg);
  background-size: 3.90625vw auto;
}
@media screen and (max-width: 767px) {
  .menu_primary ._blog a {
    background-size: 57px auto;
  }
}
.menu_primary ._flow a {
  background-image: url(../image/common/header_icon_flow.svg);
  background-size: 2.734375vw auto;
}
@media screen and (max-width: 767px) {
  .menu_primary ._flow a {
    background-size: 40px auto;
  }
}
.menu_primary ._voice a {
  background-image: url(../image/common/header_icon_voice.svg);
  background-size: 4.609375vw auto;
}
@media screen and (max-width: 767px) {
  .menu_primary ._voice a {
    background-size: 67px auto;
  }
}
.menu_primary ._faq a {
  background-image: url(../image/common/header_icon_faq.svg);
  background-size: 2.421875vw auto;
}
@media screen and (max-width: 767px) {
  .menu_primary ._faq a {
    background-size: 34px auto;
  }
}
.menu_primary ._contact a {
  background-image: url(../image/common/header_icon_contact.svg);
}
.menu_closeBtn {
  line-height: 38px;
  background-position: right 15px top 13px;
  display: block;
  max-inline-size: -webkit-max-content;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  margin-top: 45px;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .spFixed {
    display: flex;
    width: 100%;
    background-color: #b81c23;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9;
  }
  .spFixed > li {
    width: 33.3333333333%;
    text-align: center;
  }
  .spFixed > li:nth-child(1) a::before {
    background-image: url(../image/common/fixed_sp_party.svg);
  }
  .spFixed > li:nth-child(2) {
    background: #fff;
  }
  .spFixed > li:nth-child(2) a {
    color: #b81c23;
    background-image: url(../image/common/fixed_sp_not.svg), url(../image/common/fixed_sp_line_red.svg);
    background-position: center top 4px, center top 9px;
    background-size: auto, auto;
    background-repeat: no-repeat, repeat-x;
  }
  .spFixed > li:nth-child(2) a::before {
    background-image: url(../image/common/fixed_sp_blog.svg);
  }
  .spFixed > li:nth-child(3) a::before {
    background-image: url(../image/common/fixed_sp_contact.svg);
  }
  .spFixed a {
    display: block;
    padding: 28px 0 2px;
    background: url(../image/common/fixed_sp_line_white.svg) center top 9px/auto repeat-x;
    font-family: "Shippori Mincho", serif;
    color: #fff;
    font-size: 12px;
    line-height: 1.7;
  }
  .spFixed a::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
  }
}

.wrap {
  background-image: url(../image/common/bg_white.svg), url(../image/common/bg_line.svg);
  background-position: center top, center top 160px;
  background-size: auto 160px, 100% auto;
  background-repeat: repeat-x, repeat-y;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .wrap {
    padding-top: 60px;
  }
}

.pointlayout {
  color: #fff;
  position: relative;
}
.pointlayout::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #40468e;
  -webkit-clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 125px), 50% 100%, 0 calc(100% - 125px));
          clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 125px), 50% 100%, 0 calc(100% - 125px));
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .pointlayout::before {
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 60px), 50% 100%, 0 calc(100% - 60px));
            clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 60px), 50% 100%, 0 calc(100% - 60px));
  }
}
.pointlayout_inner {
  padding: 100px 65px 125px;
  background-image: url(../assets/image/common/border5.svg), url(../assets/image/common/border5.svg);
  background-position: left top, right top;
  background-size: auto, auto;
  background-repeat: repeat-y, repeat-y;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .pointlayout_inner {
    padding: 30px 25px 100px;
    background-image: url(../assets/image/common/border5_sp.svg), url(../assets/image/common/border5_sp.svg);
    background-size: 8px auto, 8px auto;
  }
}
.pointlayout_mainTtl {
  width: 500px;
  position: absolute;
  left: 50%;
  top: -67px;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .pointlayout_mainTtl {
    width: 300px;
    max-width: 94%;
    top: -40px;
  }
}
.pointlayout_sec {
  max-width: 640px;
  margin: 95px auto 0;
}
@media screen and (max-width: 767px) {
  .pointlayout_sec {
    margin-top: 80px;
  }
}
.pointlayout_ttlBox {
  position: relative;
}
@media screen and (max-width: 767px) {
  .pointlayout_ttlBox {
    padding-left: 25px;
  }
}
.pointlayout_num {
  position: absolute;
  top: -60px;
  left: -40px;
}
@media screen and (max-width: 767px) {
  .pointlayout_num {
    width: 100px;
    top: -40px;
    left: -5px;
  }
}
.pointlayout_secTtl {
  margin-bottom: 12px;
  font-family: "Shippori Mincho", serif;
  font-size: 28px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .pointlayout_secTtl {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
.pointlayout_secTtl > span {
  background: linear-gradient(transparent 68%, rgba(252, 237, 33, 0.5) 68%, rgba(252, 237, 33, 0.5) 92%, transparent 92%);
}
.pointlayout_textBox p {
  font-size: 16px;
  line-height: 1.125;
}
@media screen and (max-width: 767px) {
  .pointlayout_textBox p {
    font-size: 15px;
  }
}
.pointlayout_textBox p + p {
  margin-top: 1.125em;
}
.pointlayout_emp {
  display: inline-block;
  margin: 0.3em 0;
  padding: 6px 15px;
  background: #fff;
  color: #40468e;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .pointlayout_emp {
    font-size: 18px;
  }
}
.pointlayout_imgBox {
  margin: 40px auto 20px;
}
@media screen and (max-width: 767px) {
  .pointlayout_imgBox {
    margin-top: 25px;
  }
}
.pointlayout_resultsList {
  display: flex;
  justify-content: space-between;
  max-width: 540px;
  margin: 40px auto 30px;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .pointlayout_resultsList {
    display: block;
    margin-top: 25px;
    padding-right: 0;
  }
}
.pointlayout_resultsList li {
  width: 150px;
  position: relative;
}
.pointlayout_resultsList li > div {
  width: 100%;
  height: 150px;
  padding-top: 37px;
  border-radius: 50%;
  background: #b81c23;
}
@media screen and (max-width: 767px) {
  .pointlayout_resultsList li {
    margin: 20px auto 0;
  }
}
.pointlayout_resultsList li::before {
  content: "";
  width: 78px;
  height: 13px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: -1;
  transform: translate(-50%, 50%);
}
.pointlayout_resultsList p {
  text-align: center;
  line-height: 1;
}
.pointlayout_resultsList p:nth-child(1) {
  font-size: 15px;
  letter-spacing: 0.02em;
  position: relative;
}
.pointlayout_resultsList p:nth-child(1)::after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background: #fff;
  margin: 8px auto 10px;
}
.pointlayout_resultsList p:nth-child(2) {
  color: #fcee21;
  font-size: 32px;
  font-weight: 700;
}
.pointlayout_resultsList p:nth-child(3) {
  margin-top: 12px;
  font-size: 12px;
}
.pointlayout_iconList {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .pointlayout_iconList {
    justify-content: space-between;
    max-width: 280px;
    margin: 40px auto 0;
  }
}
.pointlayout_iconList li {
  width: 180px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pointlayout_iconList li {
    width: 30%;
  }
}
.pointlayout_iconList li p {
  margin-top: 10px;
  font-size: 23px;
}
@media screen and (max-width: 767px) {
  .pointlayout_iconList li p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .pointlayout_iconList li img {
    height: 60px;
  }
}

.footer {
  margin-top: 100px;
}
.footer_bnrBox, .contactBnrBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 0;
}
@media screen and (max-width: 767px) {
  .footer_bnrBox, .contactBnrBox {
    gap: 10px 0;
  }
}
.footer_bnrBox > li, .contactBnrBox > li {
  width: 47.5%;
}
@media screen and (max-width: 580px) {
  .footer_bnrBox > li, .contactBnrBox > li {
    width: 100%;
  }
}
.footer_bnrBox > li img, .contactBnrBox > li img {
  width: 100%;
}
.footer_container {
  margin-top: 80px;
  padding: 50px 0 35px;
  background: #b81c23;
  color: #fff;
  font-size: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer_container {
    font-size: 13px;
  }
}
.footer_container::before {
  content: "";
  display: block;
  width: 100%;
  height: 21px;
  background: url(../image/common/footer_obi_border.svg) center/auto repeat-x;
  position: absolute;
  top: 80px;
  left: 0;
}
.footer_container .inner-1000 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .footer_container .inner-1000 {
    display: block;
  }
}
.footer_container .inner-1000::before {
  content: "";
  display: block;
  width: 100%;
  height: 105px;
  background: url(../image/common/footer_obi_knot.svg) left top/auto no-repeat;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .footer_container .inner-1000::before {
    margin-bottom: 20px;
  }
}
.footer_container a {
  color: #fff;
}
.footer_infoBox {
  width: 380px;
}
@media screen and (max-width: 767px) {
  .footer_infoBox {
    width: 100%;
  }
}
.footer_infoBox ._bnr {
  margin-top: 18px;
  max-width: 252px;
}
.footer_address {
  margin: 15px 0 10px;
  font-style: inherit;
  line-height: 1.5;
}
.footer_address span {
  font-family: "Shippori Antique", sans-serif;
}
.footer_snsBox {
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 0 18px;
}
.footer_ibj {
  display: inline-block;
  background: #40468e;
  margin: 15px 0;
  padding: 0 10px;
  line-height: 30px;
}
.footer_nav {
  flex: 1;
  max-width: 580px;
}
@media screen and (max-width: 767px) {
  .footer_nav {
    margin-top: 60px;
  }
}
@media (hover: hover) {
  .footer_nav a:not(.noLink) {
    transition: opacity 0.3s;
  }
  .footer_nav a:not(.noLink):hover {
    opacity: 0.8;
  }
}
.footer_nav > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 25px;
}
@media screen and (max-width: 767px) {
  .footer_nav > ul:nth-child(1) {
    flex-direction: column;
  }
}
.footer_nav > ul:nth-child(2) {
  margin-top: 20px;
}
.footer_nav > ul:nth-child(3) {
  margin-top: 40px;
  padding-right: 40px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer_nav > ul:nth-child(3) {
    flex-direction: column;
  }
}
.footer_nav > ul > li > a {
  font-size: 12px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .footer_nav > ul > li > a {
    font-size: 15px;
  }
}
.footer_nav > ul > li > a::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #fff;
}
.footer_nav > ul ul {
  margin-top: 5px;
  padding-left: 8px;
}
.footer_nav > ul ul a {
  padding-left: 10px;
  position: relative;
}
.footer_nav > ul ul a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 1px;
  margin-right: 2px;
  background: #fff;
  vertical-align: baseline;
}
.footer_nav > ul ._rowList {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(4, auto);
  grid-auto-flow: column;
  gap: 0 12px;
}
@media screen and (max-width: 767px) {
  .footer_nav > ul ._rowList {
    gap: 5px 12px;
  }
}
.footer_policy {
  width: 100%;
  margin-top: 60px;
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer_policy {
    margin-top: 40px;
    font-size: 15px;
  }
}
.footer_policy::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #fff;
  margin: 0 auto;
}
.footer_copyright {
  display: block;
  margin-top: 45px;
  width: 100%;
  line-height: 1;
  text-align: center;
}

.col2Container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 20px;
}
@media screen and (max-width: 767px) {
  .col2Container {
    display: block;
  }
}
.col2Container .sec_ttl {
  width: 100%;
  margin-bottom: 40px;
}
.col2Container .main {
  flex: 1;
}
.col2Container_link {
  width: 100%;
  margin-top: 60px;
  text-align: center;
}

.aside {
  width: 250px;
  margin-left: auto;
  padding: 40px 0;
  background: #9bc5e6;
}
@media screen and (max-width: 767px) {
  .aside {
    width: 100%;
    margin-top: 80px;
  }
}
.aside h2 {
  height: 56px;
  background: url(../image/sidebar/obi_knot.svg), url(../image/sidebar/obi_border.svg);
  background-position: center, center top 15px;
  background-size: auto, auto;
  background-repeat: no-repeat, repeat-x;
  position: relative;
}
.aside h2 img {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.aside_contBox {
  padding: 20px 25px 40px;
}
.aside_linkList {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 10px 20px;
}
.aside_linkList a {
  display: block;
}
@media (hover: hover) {
  .aside_linkList a {
    transition: opacity 0.3s;
  }
  .aside_linkList a:hover {
    opacity: 0.8;
  }
}
.aside_linkList img {
  width: 100%;
}
.aside .blog_tag a {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .aside .blog_tag a {
    font-size: 14px;
  }
}
.aside #ajax_ac_widget select {
  outline: none;
}
.aside #ajax_ac_widget th:nth-last-child(1),
.aside #ajax_ac_widget td:nth-last-child(1) {
  color: #ed1c24;
}
.aside #ajax_ac_widget th:nth-last-child(2),
.aside #ajax_ac_widget td:nth-last-child(2) {
  color: #2e3192;
}
.aside #ajax_ac_widget th {
  background: none;
  color: #000;
  font-size: 14px;
  padding: 0;
}
.aside #ajax_ac_widget td {
  border: 0;
}
.aside #my-calendar a,
.aside #my_calender span {
  padding: 0;
}
.aside #today span {
  background: none !important;
  color: #000;
}
.aside #my-calendar a,
.aside #today a {
  background: #000 !important;
  border-radius: 50%;
}

.form dl {
  display: flex;
}
@media screen and (max-width: 767px) {
  .form dl {
    display: block;
  }
}
.form dl + dl {
  border-top: 1px dashed #333;
}
.form dl:nth-child(odd) dt {
  background: #f48c93;
}
.form dl:nth-child(even) dt {
  background: #c9e3f4;
}
.form dt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 200px;
  padding: 20px 70px 20px 10px;
  font-size: 18px;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .form dt {
    width: 100%;
    padding: 15px;
    font-size: 16px;
  }
}
.form dt._recBottom {
  padding-right: 10px;
}
.form dt._recBottom .rec {
  margin-top: 12px;
  position: static;
}
@media screen and (max-width: 767px) {
  .form dt._recBottom .rec {
    margin-top: 0;
    position: absolute;
  }
}
.form dd {
  flex: 1;
  padding: 20px 35px;
  background: #e6e6e6;
}
@media screen and (max-width: 767px) {
  .form dd {
    padding: 15px;
  }
}
.form .rec {
  display: block;
  width: 45px;
  background: #fff;
  border-radius: 8px;
  color: #b81c23;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  position: absolute;
  top: calc(50% - 12px);
  right: 15px;
}
.form input,
.form textarea,
.form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 0 10px;
  background: #fff;
  box-shadow: 0;
  border: 0;
  border-radius: 10px;
  color: inherit;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  outline: none;
}
.form input::-moz-placeholder, .form textarea::-moz-placeholder, .form select::-moz-placeholder {
  color: #C9CACA;
}
.form input:-ms-input-placeholder, .form textarea:-ms-input-placeholder, .form select:-ms-input-placeholder {
  color: #C9CACA;
}
.form input::placeholder,
.form textarea::placeholder,
.form select::placeholder {
  color: #C9CACA;
}
.form textarea {
  height: 225px;
  padding: 5px 10px;
}
.form_checkBox .wpcf7-radio {
  display: flex;
  flex-direction: column;
  gap: 5px 0;
}
@media screen and (max-width: 767px) {
  .form_checkBox .wpcf7-radio {
    gap: 10px 0;
  }
}
.form_checkBox input[type=radio],
.form_checkBox input[type=checkbox] {
  display: none;
}
.form_checkBox label {
  display: inline-block;
  cursor: pointer;
}
.form_checkBox label > span {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  line-height: 1.5;
}
.form_checkBox label > span::before, .form_checkBox label > span::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
}
.form_checkBox label > span::before {
  border: 1px solid #000;
  width: 9px;
  height: 9px;
  top: 7px;
  left: 0;
}
.form_checkBox label > span::after {
  width: 5px;
  height: 5px;
  top: 9px;
  left: 2px;
}
.form_checkBox label > span span {
  font-size: 10px;
}
.form_checkBox input:checked + span::after {
  background: #000;
}
.form_addressBox p {
  font-size: 11px;
}
.form_addressBox_numberBox {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin-bottom: 10px;
}
.form_addressBox_numberBox input {
  width: 110px;
}
.form_addressBox_numberBox p {
  margin-top: 2px;
  line-height: 1.3;
}
.form_addressBox_autoBtn {
  padding: 0 10px 2px;
  background: #000;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}
.form_mailBox {
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .form_mailBox {
    padding-bottom: 0;
  }
}
.form_mailBox > div + div {
  margin-top: 20px;
}
.form_mailBox p {
  font-size: 10px;
  line-height: 1.3;
}
.form_birthBox {
  display: flex;
}
.form_birthBox ._cont {
  width: 33.3333333333%;
  max-width: 120px;
  padding-right: 5px;
  padding-bottom: 10px;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .form_birthBox ._cont {
    padding-bottom: 0;
  }
}
.form_birthBox ._cont p {
  width: 80px;
  font-size: 11px;
  margin-bottom: 4px;
}
.form_birthBox ._cont span {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  vertical-align: bottom;
}
.form_birthBox ._cont ._unit {
  position: absolute;
  top: 40px;
  left: 84px;
}
.form_birthBox ._cont .wpcf7-not-valid-tip {
  margin-top: 2px;
  white-space: nowrap;
  font-size: 11px;
}
.form_birthBox select {
  width: 80px;
  background: #fff url(../image/contact/select_arrow.svg) right 8px center/auto no-repeat;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .form_birthBox select {
    width: 75px;
  }
}
.form_dateBox ._cont {
  width: 200px;
  padding-bottom: 10px;
}
.form_dateBox ._cont + ._cont {
  margin-top: 10px;
}
.form_dateBox p {
  font-size: 11px;
}
.form_policyBox {
  padding: 10px 0 15px;
}
.form_policyBox input[type=checkbox] {
  display: none;
}
.form_policyBox label {
  display: block;
  cursor: pointer;
}
.form_policyBox label span {
  display: inline-block;
  position: relative;
  padding-left: 22px;
}
.form_policyBox label span::before, .form_policyBox label span::after {
  content: "";
  display: block;
  position: absolute;
}
.form_policyBox label span::before {
  border: 1px solid #000;
  width: 15px;
  height: 15px;
  background: #fff;
  border: 0;
  border-radius: 4px;
  top: 5px;
  left: 0;
}
.form_policyBox label span::after {
  display: none;
  width: 10px;
  height: 7px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  top: 8px;
  left: 2px;
  transform: rotate(-45deg);
}
.form_policyBox input:checked + span::after {
  display: block;
}
.form_policyBox p {
  margin-top: 10px;
  padding-left: 22px;
}
@media screen and (max-width: 767px) {
  .form_policyBox p {
    margin-top: 20px;
  }
}
@media (hover: hover) {
  .form_policyBox a:hover {
    text-decoration: underline;
  }
}
.form_submit {
  margin-top: 40px;
  text-align: center;
  position: relative;
}
.form_submit input[type=submit] {
  width: auto;
  height: 50px;
  padding: 0 40px;
  line-height: 1;
}
.form_submit .wpcf7-spinner {
  margin: 0;
  position: absolute;
  left: 50%;
  top: calc(100% + 2px);
  transform: translateX(-50%);
}
.form .wpcf7-list-item {
  margin: 0;
}
.form .wpcf7-not-valid-tip {
  font-size: 12px;
}

.home {
  padding-top: 90px;
}
.home .pointlayout {
  margin-top: 160px;
}
.home .pointlayout::before {
  background: #b81c23;
}
.home .pointlayout_resultsList li > div {
  background: #40468e;
}
.home .pointlayout_emp {
  color: #b81c23;
}
.home_secTtl {
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  text-align: center;
  line-height: 1;
}
.home_readBox {
  margin-top: 20px;
  font-size: 16px;
  text-align: center;
}

.homeMainTtl {
  height: 150px;
  padding-top: 24px;
  background: url(../image/home/band.svg) center/auto no-repeat;
  background-image: url(../image/home/obi_ttlbg01.svg), url(../image/home/obi_ttlbg02.svg);
  background-position: center, center top 40px;
  background-size: auto, auto;
  background-repeat: no-repeat, repeat-x;
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .homeMainTtl {
    font-size: 22px;
    padding: 30px 5% 0;
  }
}

.homeParty {
  margin-top: 60px;
}
.homeParty_readBox {
  font-size: 16px;
  text-align: center;
}
.homeParty_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 60px 0;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .homeParty_list {
    flex-direction: column;
    gap: 40px 0;
  }
}
.homeParty_list > li {
  width: 46%;
  max-width: 350px;
}
@media screen and (max-width: 767px) {
  .homeParty_list > li {
    width: 100%;
    max-width: 100%;
  }
}
.homeParty_list a {
  display: block;
}
.homeParty_list ._imgBox {
  position: relative;
  padding-top: 57.142%;
}
.homeParty_list ._imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.homeParty ._linkBtn {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .homeParty ._linkBtn {
    margin-top: 60px;
  }
}

.homeBlog {
  margin-top: 75px;
}
.homeBlog .inner-800 {
  margin-top: 50px;
}
.homeBlog_list {
  display: grid;
  grid-template-columns: repeat(3, minmax(200px, 1fr));
  gap: 60px 10px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .homeBlog_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
  }
}
.homeBlog_list > li {
  max-width: 200px;
}
@media screen and (max-width: 767px) {
  .homeBlog_list > li {
    max-width: none;
  }
}
.homeBlog_list a {
  display: block;
}
.homeBlog_list ._imgBox {
  position: relative;
  padding-top: 100%;
}
.homeBlog_list ._imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.homeBlog_list ._time {
  font-family: "Shippori Antique", sans-serif;
  font-size: 16px;
}
.homeBlog_list ._ttl {
  line-height: 1.3;
}
.homeBlog_list ._tag {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 5px;
}
.homeBlog_list ._tag a {
  display: block;
  padding: 0 6px 1px;
  background: #198b7f;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  line-height: 19px;
  white-space: nowrap;
}
.homeBlog_list ._tag a::before {
  content: "#";
  margin-right: 2px;
}
.homeBlog ._linkBtn {
  margin-top: 50px;
}

.homeLinkArea {
  margin-top: 75px;
  position: relative;
  overflow: hidden;
}
.homeLinkArea::after {
  content: "";
  display: block;
  width: 759px;
  height: 131px;
  background: url(../image/home/link_light.svg) center top/auto no-repeat;
  position: absolute;
  top: 58px;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
}
.homeLinkArea_pageList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 55px;
  margin-top: 82px;
}
.homeLinkArea_pageList > li {
  width: 230px;
}
.homeLinkArea_pageList a {
  display: block;
}
@media (hover: hover) {
  .homeLinkArea_pageList a ._imgbox p {
    transition: 0.4s;
    opacity: 0;
  }
  .homeLinkArea_pageList a:hover ._imgbox p {
    opacity: 1;
  }
}
.homeLinkArea_pageList ._contBox {
  height: 205px;
  padding: 10px 13px 0;
  background: url(../image/home/link_bg.svg) center top/100% auto no-repeat;
  position: relative;
}
.homeLinkArea_pageList ._imgbox {
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.homeLinkArea_pageList ._imgbox p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(35, 24, 21, 0.4);
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.homeLinkArea_pageList ._ttl {
  margin-top: 30px;
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  position: relative;
}
.homeLinkArea_pageList ._ttl::before {
  content: "";
  display: block;
  width: 137px;
  height: 27px;
  background: url(../image/home/link_shadow.svg) center/auto no-repeat;
  position: absolute;
  left: 50%;
  bottom: 40px;
  z-index: -1;
  transform: translateX(-50%);
}

.party_thumbnail {
  position: relative;
  padding-top: 47.62%;
}
.party_thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.party_info * {
  letter-spacing: 0;
}
.party_info dl {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .party_info dl {
    margin-top: 10px;
  }
}
.party_info dt {
  margin-bottom: 8px;
  font-family: "Shippori Antique", sans-serif;
  font-size: 18px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .party_info dt {
    margin-bottom: 5px;
    font-size: 16px;
  }
}
.party_info dd {
  line-height: 1.3;
}
.party_info h1 {
  font: inherit;
}
.party_description {
  margin-top: 25px;
  font-size: 16px;
}
.party_map {
  margin-top: 40px;
}
.party_map iframe {
  width: 100%;
  height: 280px;
}
.party_mapLink {
  text-align: right;
  line-height: 1.5;
}
.party_appBox {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 15px;
  margin-top: 30px;
}
.party_appBox ._form {
  background-image: url(../image/common/link_arrow_bottom.svg);
}
.party_form {
  margin-top: 60px;
}
.party_form .sec_ttl {
  margin-bottom: 30px;
}
.party_form_read {
  line-height: 1.3;
  text-align: center;
}
.party_form .form {
  margin-top: 25px;
}
.party_form .form ._hidden {
  display: none;
}
.party_form .form dt {
  padding: 15px 10px;
  width: 125px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .party_form .form dt {
    align-items: flex-start;
    width: 100%;
    padding: 15px;
  }
}
.party_form .form dd {
  padding: 20px min(1.3020833333vw, 35px);
}
@media screen and (max-width: 767px) {
  .party_form .form dd {
    padding: 15px;
  }
}
.party_form_notes {
  margin-top: 20px;
}

.partyList_cont > a {
  display: block;
}
@media (hover: hover) {
  .partyList_cont > a {
    transition: opacity 0.3s;
  }
  .partyList_cont > a:hover {
    opacity: 0.8;
  }
}
.partyList_cont + .partyList_cont {
  margin-top: 40px;
}
.partyList_link {
  margin-top: 20px;
  text-align: center;
}

.blog_thumbnail {
  position: relative;
  padding-top: 47.62%;
}
.blog_thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.blog_time {
  display: block;
  margin: 10px 0 5px;
  color: #808080;
  line-height: 1;
}
.blog_ttl {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .blog_ttl {
    font-size: 18px;
  }
}
.blog_tag {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 10px;
}
.blog_tag a {
  display: block;
  padding: 3px 4px 5px;
  background: #22b573;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
}
@media (hover: hover) {
  .blog_tag a {
    transition: opacity 0.3s;
  }
  .blog_tag a:hover {
    opacity: 0.8;
  }
}
.blog_tag a::before {
  content: "#";
  margin-right: 4px;
}
.blog_post {
  margin-top: 40px;
}
.blog_post h2 {
  padding: 10px 0 10px 20px;
  border-left: 8px solid #b81c23;
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .blog_post h2 {
    padding: 5px 0 5px 10px;
    border-width: 4px;
    font-size: 20px;
  }
}
.blog_post h3 {
  font-size: 21px;
  line-height: 1.5;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .blog_post h3 {
    font-size: 18px;
  }
}
.blog_post > * {
  margin-bottom: 20px;
}
.blog_post > * + h2 {
  margin-top: 60px;
}
.blog_post .vk_faq .vk_faq_title:before,
.blog_post .vk_faq .vk_faq_content:before {
  font-family: inherit;
}

.blogList_cont > a {
  display: block;
}
@media (hover: hover) {
  .blogList_cont > a {
    transition: opacity 0.3s;
  }
  .blogList_cont > a:hover {
    opacity: 0.8;
  }
}
.blogList_cont + .blogList_cont {
  margin-top: 60px;
}
.blogList_link {
  margin-top: 40px;
  text-align: center;
}

.aboutConcept {
  margin-top: 60px;
}

.aboutReason {
  margin-top: 150px;
}

.aboutSuch {
  margin-top: 80px;
}
.aboutSuch_secTtl {
  text-align: center;
  background: url(../image/about/ttl_dotted.svg) center/auto repeat-x;
}
.aboutSuch_secTtl > span {
  padding: 2px 50px;
  background: #b81c23;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .aboutSuch_secTtl > span {
    padding: 4px 5px;
    font-size: 20px;
    letter-spacing: 0.02em;
  }
}
.aboutSuch_list {
  max-width: 800px;
  margin: 70px auto 0;
}
.aboutSuch_list li {
  display: flex;
  align-items: flex-end;
  padding-bottom: 82px;
}
.aboutSuch_list li + li {
  margin-top: 38px;
}
.aboutSuch_list ._textBox {
  flex: 1;
  padding: 16px 20px;
  background: #29abe2;
  position: relative;
}
.aboutSuch_list ._textBox::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 36px 12px 0 12px;
  border-color: #29abe2 transparent transparent transparent;
  position: absolute;
  left: -12px;
  bottom: -18px;
  transform: rotate(55deg);
}
@media screen and (max-width: 767px) {
  .aboutSuch_list ._textBox::before {
    left: -8px;
  }
}
.aboutSuch_list ._textBox p {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.33;
}
@media screen and (max-width: 767px) {
  .aboutSuch_list ._textBox p {
    font-size: 16px;
    line-height: 1.5;
  }
}
.aboutSuch_list ._textBox p:first-child span {
  background: linear-gradient(transparent 62%, #181d56 62%, #181d56 100%);
}
.aboutSuch_list ._textBox p._info {
  margin-top: 10px;
  text-align: right;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .aboutSuch_list ._textBox p._info {
    font-size: 14px;
  }
}
.aboutSuch_list ._textBox p._info:first-letter {
  color: #fcee21;
}
.aboutSuch_list ._imgBox {
  width: 116px;
  transform: translateY(82px);
}
@media screen and (max-width: 767px) {
  .aboutSuch_list ._imgBox {
    width: 50px;
  }
  .aboutSuch_list ._imgBox._large {
    width: 60px;
  }
}
.aboutSuch_list li:nth-child(odd) {
  flex-direction: row-reverse;
}
.aboutSuch_list li:nth-child(even) ._textBox {
  background: #b81c23;
}
.aboutSuch_list li:nth-child(even) ._textBox::before {
  border-color: #b81c23 transparent transparent transparent;
  left: auto;
  right: -12px;
  transform: rotate(-55deg);
}
@media screen and (max-width: 767px) {
  .aboutSuch_list li:nth-child(even) ._textBox::before {
    right: -8px;
  }
}
.aboutSuch_list li:nth-child(even) ._textBox p:first-child span {
  background: linear-gradient(transparent 62%, #8e101a 62%, #8e101a 100%);
}
.aboutSuch_list li:nth-child(even) ._imgBox {
  text-align: right;
}

.aboutWorries {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .aboutWorries {
    margin-top: 80px;
  }
}
.aboutWorries_secTtl {
  text-align: center;
}
.aboutWorries_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  font-family: "Shippori Mincho", serif;
  font-size: 21px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .aboutWorries_container {
    margin-top: 40px;
    font-size: 16px;
  }
}
.aboutWorries_container p._etc {
  font-size: 14px;
  text-align: right;
}
.aboutWorries_container p._emp {
  padding: 0 20px;
  background: #b81c23;
  color: #fff;
}
.aboutWorries_container p._emp span {
  display: inline-block;
  position: relative;
}
.aboutWorries_container p._emp span::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: calc(50% - 2px);
}
@media screen and (max-width: 767px) {
  .aboutWorries_container p._emp span::before {
    top: 0;
  }
}
.aboutWorries_container ._etcBox {
  margin: 30px 0 60px;
}
.aboutWorries_container ul {
  text-align: left;
}
.aboutWorries_container ul li {
  padding-left: 24px;
  background: url(../image/about/check.svg) left top 11px/auto no-repeat;
}
@media screen and (max-width: 767px) {
  .aboutWorries_container ul li {
    background-position: left top 7px;
  }
}
.aboutWorries_container ul li + li {
  margin-top: 5px;
}
.aboutWorries_container ul._list01 li > span {
  background: linear-gradient(transparent 62%, rgba(180, 180, 181, 0.5) 62%, rgba(180, 180, 181, 0.5) 100%);
}
.aboutWorries_container ul._list02 {
  margin: 10px 0 12px;
}
.aboutWorries_container ul._list02 li > span {
  background: linear-gradient(transparent 62%, rgba(252, 237, 33, 0.5) 62%, rgba(252, 237, 33, 0.5) 100%);
}

.membership {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
}
.membership * {
  letter-spacing: 0.02em;
}
.membership .sec_ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.membership .textBox, .membership .sec_read {
  margin-top: 20px;
}
.membership_numberCont {
  margin-top: 30px;
}
.membership_numberCont ._catch {
  font-size: 28px;
}
.membership_numberCont ._maker {
  display: inline-block;
  padding: 0 5px;
  background: linear-gradient(transparent 75%, #fcee21 75%, #fcee21 98%, transparent 98%);
  line-height: 1.2;
}
.membership_numberCont ._number {
  display: inline-block;
  margin: 0 2px;
  color: #b81c23;
  font-size: 36px;
}
.membership_graphCircle {
  width: 300px;
  height: 300px;
  margin: 0 auto;
  padding: 50px;
  border-radius: 50%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .membership_graphCircle {
    width: 280px;
    height: 280px;
  }
}
.membership_graphCircle ._inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
}
.membership_graphCircle p {
  font-size: 24px;
  letter-spacing: 0.4em;
  padding-left: 0.4em;
}
.membership_graphBar {
  margin: 0 auto;
  overflow: hidden;
}
.membership_graphBar_inner {
  position: relative;
}
.membership_graphBar_line {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.membership_graphBar_line span {
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #4d4d4d;
  line-height: 1;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .membership_graphBar_line span {
    font-size: 12px;
  }
}
.membership_graphBar_cont {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.membership_graphBar_cont li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 100%;
  color: #fff;
  font-size: 18px;
}

.membershipIntro_notes {
  margin-top: 5px;
  font-size: 12px;
}
.membershipIntro_no1 {
  margin-top: 40px;
}
.membershipIntro_no1 img {
  width: 200px;
}

.membershipData {
  margin-top: 60px;
}
.membershipData_linkList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 60px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.membershipData_linkList a {
  display: block;
  padding: 0 10px 8px;
  position: relative;
}
@media (hover: hover) {
  .membershipData_linkList a {
    transition: opacity 0.3s;
  }
  .membershipData_linkList a:hover {
    opacity: 0.8;
  }
}
.membershipData_linkList a::after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background: #ea2f4e;
  position: absolute;
  left: 0;
  bottom: 0;
}
.membershipData_linkList li:nth-child(even) a::after {
  background: #29abe2;
}
.membershipData section {
  margin-top: 60px;
}
.membershipData_cont {
  margin-top: 35px;
}
.membershipData_flexBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
}
.membershipData_graphList {
  display: inline-flex;
  flex-direction: column;
  gap: 15px 30px;
  margin: 30px 0 20px;
}
.membershipData_graphList-col3 {
  display: inline-grid;
  grid-template-rows: repeat(3, auto);
  grid-template-columns: repeat(2, auto);
  grid-auto-flow: column;
}
.membershipData_graphList li {
  min-height: 29px;
  padding-top: 4px;
  padding-left: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
  position: relative;
}
.membershipData_graphList span {
  display: inline-block;
  width: 29px;
  height: 29px;
  margin-right: 10px;
  position: absolute;
  top: 0;
  left: 0;
}
.membershipData_gender .membershipData_cont {
  position: relative;
}
.membershipData_gender .membership_graphCircle p {
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0;
  padding-left: 0;
}
.membershipData_gender .membership_graphCircle ._inner {
  position: relative;
}
.membershipData_gender .membership_graphCircle ._inner ._catch {
  font-size: 18px;
}
.membershipData_gender .membership_graphCircle ._inner ._maker {
  display: inline-block;
  padding: 0 5px;
  background: linear-gradient(transparent 65%, #fcee21 65%, #fcee21 98%, transparent 98%);
  line-height: 1.2;
}
.membershipData_gender .membership_graphCircle ._inner ._number {
  display: inline-block;
  margin: 0 2px;
  color: #b81c23;
  font-size: 23px;
}
.membershipData_gender .membership_graphCircle ._inner p + p {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .membershipData_gender_genderBox {
    display: flex;
    justify-content: space-between;
    max-width: 300px;
    margin: 40px auto 0;
  }
}
.membershipData_gender_genderBox ._men,
.membershipData_gender_genderBox ._women {
  width: 108px;
  font-size: 21px;
  border-top: 3px solid #000;
  line-height: 1;
  position: absolute;
  top: 76px;
}
@media screen and (max-width: 767px) {
  .membershipData_gender_genderBox ._men,
.membershipData_gender_genderBox ._women {
    position: relative;
    top: 0;
  }
}
.membershipData_gender_genderBox ._men span,
.membershipData_gender_genderBox ._women span {
  font-size: 40px;
}
.membershipData_gender_genderBox ._men::before,
.membershipData_gender_genderBox ._women::before {
  content: "";
  display: block;
  width: 100%;
  height: 54px;
  background-size: auto 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 100%;
}
.membershipData_gender_genderBox ._men::after,
.membershipData_gender_genderBox ._women::after {
  content: "";
  display: block;
  width: 55px;
  height: 3px;
  background: #000;
  position: absolute;
  top: -3px;
}
@media screen and (max-width: 767px) {
  .membershipData_gender_genderBox ._men::after,
.membershipData_gender_genderBox ._women::after {
    display: none;
  }
}
.membershipData_gender_genderBox ._men {
  border-color: #40468e;
  right: calc(50% + 154px);
}
@media screen and (max-width: 767px) {
  .membershipData_gender_genderBox ._men {
    right: 0;
  }
}
.membershipData_gender_genderBox ._men::before {
  background-image: url(../image/membership/icon_man.svg);
  background-position: left bottom;
}
.membershipData_gender_genderBox ._men::after {
  background: #40468e;
  left: calc(100% - 1px);
  transform: rotate(45deg);
  transform-origin: left top;
}
.membershipData_gender_genderBox ._women {
  left: calc(50% + 154px);
  border-color: #c1272d;
}
@media screen and (max-width: 767px) {
  .membershipData_gender_genderBox ._women {
    left: 0;
  }
}
.membershipData_gender_genderBox ._women::before {
  background-image: url(../image/membership/icon_woman.svg);
  background-position: right bottom;
}
.membershipData_gender_genderBox ._women::after {
  background: #c1272d;
  right: calc(100% - 1px);
  transform: rotate(-45deg);
  transform-origin: right top;
}
.membershipData_new_text {
  margin-top: 20px;
  font-size: 18px;
}
.membershipData_record .membership_graphBar {
  max-width: 420px;
  height: 350px;
}
@media screen and (max-width: 767px) {
  .membershipData_record .membership_graphBar {
    max-width: 360px;
  }
}
.membershipData_record .membership_graphBar_inner {
  height: 400px;
}
.membershipData_record .membership_graphBar_cont {
  padding: 0 65px;
}
@media screen and (max-width: 767px) {
  .membershipData_record .membership_graphBar_cont {
    justify-content: space-around;
    padding: 0 40px;
  }
}
.membershipData_record .membership_graphBar_cont li:nth-child(1) {
  height: calc(71.25% - 50px);
  background: #af8969;
}
.membershipData_record .membership_graphBar_cont li:nth-child(2) {
  height: calc(77.5% - 50px);
  background: #eccc43;
}
.membershipData_record .membership_graphBar_cont li:nth-child(3) {
  height: calc(98.75% - 50px);
  background: #18414c;
}
.membershipData_record_year {
  display: flex;
  justify-content: space-between;
  max-width: 420px;
  margin: 0 auto 20px;
  padding: 5px 65px 0;
  border-top: 3px solid #4d4d4d;
}
@media screen and (max-width: 767px) {
  .membershipData_record_year {
    justify-content: space-around;
    max-width: 360px;
    padding: 0 40px;
  }
}
.membershipData_record_year li {
  width: 60px;
  font-size: 18px;
  line-height: 1;
  text-align: center;
}

.membershipEasy {
  margin-top: 80px;
}
.membershipEasy .membership_graphBar {
  max-width: 420px;
  height: 350px;
}
.membershipEasy .membership_graphBar_inner {
  height: 640px;
}
.membershipEasy .membership_graphBar_cont {
  padding: 0 65px;
}
@media screen and (max-width: 767px) {
  .membershipEasy .membership_graphBar_cont {
    justify-content: space-around;
    padding: 0 40px;
  }
}
.membershipEasy .membership_graphBar_cont li {
  padding-bottom: 290px;
}
.membershipEasy .membership_graphBar_cont li:nth-child(1) {
  height: calc(71.25% - 50px);
  background: #af8969;
}
.membershipEasy .membership_graphBar_cont li:nth-child(2) {
  height: calc(77.5% - 50px);
  background: #eccc43;
}
.membershipEasy .membership_graphBar_cont li:nth-child(3) {
  height: calc(98.75% - 50px);
  background: #18414c;
}
.membershipEasy_result {
  margin-top: 100px;
  padding-bottom: 50px;
  background: url(../image/common/obi_border.svg) center bottom/auto 11px repeat-x;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .membershipEasy_result {
    margin-top: 40px;
    font-size: 16px;
  }
}
.membershipEasy_result.obi::before {
  height: 52px;
  background-position: center, center top 14px;
  background-size: auto 52px, auto 11px;
}
.membershipEasy_result h3 {
  margin-top: 20px;
  font-size: 21px;
  line-height: 1;
}
.membershipEasy_result h3 span {
  display: inline-block;
  padding: 0 40px;
  position: relative;
}
.membershipEasy_result h3 span::before, .membershipEasy_result h3 span::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 12px;
}
.membershipEasy_result h3 span::before {
  transform: rotate(65deg);
  left: 0;
}
.membershipEasy_result h3 span::after {
  transform: rotate(-65deg);
  right: 0;
}
.membershipEasy_result_large {
  font-size: 21px;
}
@media screen and (max-width: 767px) {
  .membershipEasy_result_large {
    margin: 40px 0 20px;
    font-size: 18px;
    line-height: 1.5;
  }
}
.membershipEasy_result ._num {
  color: #b81c23;
  font-size: 48px;
}
@media screen and (max-width: 767px) {
  .membershipEasy_result ._num {
    font-size: 40px;
  }
}
.membershipEasy_result ._maker {
  background: linear-gradient(transparent 65%, #fcee21 65%, #fcee21 98%, transparent 98%);
}

.priceCourse {
  padding-top: 20px;
}
.priceCourse_sec {
  margin-top: 60px;
  padding: 40px 70px 0;
  font-family: "Shippori Mincho", serif;
  position: relative;
}
@media screen and (max-width: 767px) {
  .priceCourse_sec {
    padding: 40px 0 0;
  }
}
.priceCourse_ttlBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 82px;
  border-radius: 9px;
  background: #000;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.priceCourse_ttlBox ._ttl {
  margin-top: 2px;
  font-size: 18px;
  line-height: 1;
}
.priceCourse_container {
  min-height: 60px;
  padding: 70px 60px 40px;
  background: #fff;
  border: 6px solid #000;
  font-size: 16px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .priceCourse_container {
    padding: 70px 15px 70px;
    border-width: 4px;
  }
}
.priceCourse_container p {
  letter-spacing: 0.02em;
}
.priceCourse_container ._maker {
  background: #000;
  color: #fff;
}
.priceCourse_container ._option {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .priceCourse_container ._option {
    margin-top: 10px;
  }
}
.priceCourse_container ._option::before {
  content: "";
  width: 30px;
  height: 23px;
  background: url(../image/price/course_link.svg) center/auto no-repeat;
  display: inline-block;
  vertical-align: middle;
}
.priceCourse_container ._option a {
  text-decoration: underline;
}
@media (hover: hover) {
  .priceCourse_container ._option a {
    transition: opacity 0.3s;
  }
  .priceCourse_container ._option a:hover {
    opacity: 0.8;
  }
}
.priceCourse_recommend {
  margin-top: 50px;
  text-align: center;
}
.priceCourse_recommend dt {
  padding: 7px 0;
  background: #000;
  color: #fff;
  line-height: 1.33;
}
.priceCourse_recommend dt span {
  display: inline-block;
  padding: 0 10px;
  position: relative;
}
.priceCourse_recommend dt span::before, .priceCourse_recommend dt span::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 22px;
  border-radius: 2px;
  background: #fff;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 767px) {
  .priceCourse_recommend dt span::before, .priceCourse_recommend dt span::after {
    display: none;
  }
}
.priceCourse_recommend dt span::before {
  left: 0;
  transform: rotate(-20deg);
}
.priceCourse_recommend dt span::after {
  right: 0;
  transform: rotate(20deg);
}
.priceCourse_recommend dd {
  margin-top: 30px;
  display: inline-block;
  text-align: left;
}
.priceCourse_recommend ._checkList li {
  padding: 1px 0 1px 32px;
  background-position: left top 2px;
  background-size: auto;
  background-repeat: no-repeat;
  font-size: 14px;
  line-height: 1.5;
}
.priceCourse_recommend ._checkList li + li {
  margin-top: 15px;
}
.priceCourse_name {
  position: absolute;
  right: 0;
  bottom: -25px;
  transition: opacity 0.1s 0.2s;
}
.close .priceCourse_name {
  opacity: 0;
  transition: opacity 0.1s;
}
.priceCourse_toggle {
  width: 15px;
  height: 15px;
  background-image: url(../image/price/course_toggle.svg);
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  border-radius: 3px;
  position: absolute;
  top: 56px;
  right: 86px;
  z-index: 2;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .priceCourse_toggle {
    top: 54px;
    right: 14px;
  }
}
.close .priceCourse_toggle {
  transform: rotate(180deg);
}
.priceCourse-trial .priceCourse_ttlBox,
.priceCourse-trial ._maker,
.priceCourse-trial .priceCourse_recommend dt,
.priceCourse-trial .priceCourse_toggle {
  background-color: #ff96b2;
}
.priceCourse-trial .priceCourse_container {
  border-color: #ff96b2;
}
.priceCourse-trial ._checkList li {
  background-image: url(../image/price/check_pink.svg);
}
.priceCourse-basic .priceCourse_ttlBox,
.priceCourse-basic ._maker,
.priceCourse-basic .priceCourse_recommend dt,
.priceCourse-basic .priceCourse_toggle {
  background-color: #5aa0d8;
}
.priceCourse-basic .priceCourse_container {
  border-color: #5aa0d8;
}
.priceCourse-basic ._checkList li {
  background-image: url(../image/price/check_blue.svg);
}
.priceCourse-basic .priceCourse_name {
  right: 10px;
}
@media screen and (max-width: 767px) {
  .priceCourse-basic .priceCourse_name {
    right: 0;
  }
}
.priceCourse-pro .priceCourse_ttlBox,
.priceCourse-pro ._maker,
.priceCourse-pro .priceCourse_recommend dt,
.priceCourse-pro .priceCourse_toggle {
  background-color: #c19ac7;
}
.priceCourse-pro .priceCourse_container {
  border-color: #c19ac7;
}
.priceCourse-pro ._checkList li {
  background-image: url(../image/price/check_purple.svg);
}
.priceCourse-pro .priceCourse_name {
  right: 35px;
}
@media screen and (max-width: 767px) {
  .priceCourse-pro .priceCourse_name {
    right: 0;
  }
}

.priceTableSection {
  position: relative;
}
@media screen and (max-width: 767px) {
  .priceTableSection {
    padding-top: 40px;
  }
}
.priceTableSection h2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.priceTableSection_tableWrap {
  padding: 0 6px;
}
.priceTableSection_table {
  width: calc(100% + 12px);
  text-align: center;
  border-collapse: separate;
  border-spacing: 6px 2px;
  margin-left: -6px;
}
@media screen and (max-width: 767px) {
  .priceTableSection_table {
    border-spacing: 2px;
  }
}
.priceTableSection_table tr:first-child th {
  width: 25%;
  height: 60px;
  padding-bottom: 5px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .priceTableSection_table tr:first-child th {
    font-size: 14px;
  }
}
.priceTableSection_table tr:first-child th ._star {
  display: block;
  margin-bottom: 4px;
}
.priceTableSection_table tr:first-child th:nth-child(1) {
  background: none;
}
.priceTableSection_table tr:first-child th:nth-child(2) {
  background: #ff96b2;
}
.priceTableSection_table tr:first-child th:nth-child(3) {
  background: #5aa0d8;
}
.priceTableSection_table tr:first-child th:nth-child(4) {
  background: #c19ac7;
}
.priceTableSection_table th,
.priceTableSection_table td {
  height: 46px;
  padding: 2px;
  line-height: 1.3;
  vertical-align: middle;
}
.priceTableSection_table th {
  background: #ccc;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .priceTableSection_table th {
    font-size: 13px;
  }
}
.priceTableSection_table td {
  background: #edeae2;
  font-size: 12px;
  letter-spacing: 0;
}
.priceTableSection_table td ._large {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .priceTableSection_table td ._large {
    font-size: 18px;
  }
}
.priceTableSection_table td ._middle {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .priceTableSection_table td ._middle {
    font-size: 13px;
  }
}
.priceTableSection_table td ._free {
  font-size: 20px;
  letter-spacing: 0.4em;
}
@media screen and (max-width: 767px) {
  .priceTableSection_table td ._free {
    font-size: 15px;
  }
}
.priceTableSection_notesBox {
  margin-top: 10px;
  font-family: "Shippori Mincho", serif;
}
.priceTableSection_notesBox p {
  letter-spacing: 0.02em;
}
.priceTableSection_notesBox ._indent {
  padding-left: 1em;
  text-indent: -1em;
}
.priceTableSection-price {
  margin-top: 100px;
}
.priceTableSection-support {
  margin-top: 80px;
}
.priceTableSection-support h2 {
  top: -21px;
}

.priceBenefit_container {
  margin-top: 70px;
  padding: 56px 25px;
  background: #edeae2;
  position: relative;
}
@media screen and (max-width: 767px) {
  .priceBenefit_container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.priceBenefit_mainTtl {
  position: absolute;
  top: -20px;
  left: 0;
  z-index: 3;
}
.priceBenefit_introBox {
  padding: 30px;
  background: url(../image/price/benefit_intro.jpg) center/cover no-repeat;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .priceBenefit_introBox {
    padding: 16px;
  }
}
.priceBenefit_introBox::before {
  content: "";
  display: block;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  background: rgba(255, 255, 255, 0.6) url(../image/price/benefit_knot.svg) right 10px bottom 8px/auto no-repeat;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .priceBenefit_introBox::before {
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    top: 8px;
    left: 8px;
  }
}
.priceBenefit_introBox ._inner {
  display: inline-block;
  font-family: "Shippori Mincho", serif;
  font-size: 21px;
  text-align: left;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .priceBenefit_introBox ._inner {
    font-size: 16px;
  }
}
.priceBenefit_introBox ._inner p {
  letter-spacing: 0.02em;
}
.priceBenefit_introBox ._maker {
  background: #b81c23;
  color: #fff;
}
.priceBenefit_sumally {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  line-height: 1.25;
}
.priceBenefit_sumally * {
  letter-spacing: 0.02rem;
}
.priceBenefit_sumally h3 {
  margin-top: 55px;
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .priceBenefit_sumally h3 {
    font-size: 22px;
  }
}
.priceBenefit_sumally h3 span {
  display: inline-block;
  padding: 10px 75px;
  background-image: url(../image/price/benefit_present.svg), url(../image/price/benefit_present.svg);
  background-position: left center, right center;
  background-size: auto, auto;
  background-repeat: no-repeat, no-repeat;
}
@media screen and (max-width: 767px) {
  .priceBenefit_sumally h3 span {
    padding: 0 50px;
    background-size: 30px auto;
  }
}
.priceBenefit_sumally ul {
  display: grid;
  grid-template: "item1 ..... item2 item2 item2 item2" "item1 ..... item3 item3 ..... item4" "item5 item5 item5 ..... item7 item7" "item6 item6 item6 ..... item7 item7"/48.3333333333% 3.3333333333% 19.1666666667% 3.3333333333% 3.3333333333% 22.5%;
  gap: 25px 0;
  width: 100%;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .priceBenefit_sumally ul {
    display: flex;
    flex-direction: column;
    gap: 10px 0;
    margin-top: 20px;
  }
}
.priceBenefit_sumally a {
  display: block;
  padding: 5px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .priceBenefit_sumally a {
    padding: 15px 15px 20px;
  }
}
.priceBenefit_sumally a::after {
  content: "";
  display: block;
  height: 17px;
  margin-top: 5px;
  background: url(../image/price/benefit_arrow.svg) center/auto no-repeat;
}
@media screen and (max-width: 767px) {
  .priceBenefit_sumally a::after {
    margin-top: 15px;
  }
}
.priceBenefit_sumally ._numBox {
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .priceBenefit_sumally ._numBox {
    text-align: center;
  }
}
.priceBenefit_sumally ._numBox::after {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  background: #000;
  margin: 3px auto 0;
}
.priceBenefit_sumally ._numBox ._num {
  font-size: 35px;
  font-weight: 700;
  display: block;
  line-height: 1;
}
.priceBenefit_sumally ._contTtl {
  font-size: 24px;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .priceBenefit_sumally ._contTtl {
    margin: 10px 0 15px;
    font-size: 20px;
    text-align: center;
  }
}
.priceBenefit_sumally ._textBox {
  font-size: 12px;
}
.priceBenefit_sumally ._textBox p + p {
  margin-top: 1.25em;
}
.priceBenefit_sumally li {
  position: relative;
}
.priceBenefit_sumally li::before {
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 5px;
  left: 5px;
}
.priceBenefit_sumally li:nth-child(1) {
  grid-area: item1;
  background: url(../image/price/benefit_01.jpg) center/cover;
}
@media screen and (min-width: 768px) {
  .priceBenefit_sumally li:nth-child(1) a {
    padding: 25px;
    text-align: center;
  }
  .priceBenefit_sumally li:nth-child(1) a::after {
    margin-top: 20px;
  }
  .priceBenefit_sumally li:nth-child(1) ._contTtl {
    margin: 24px 0 28px;
  }
}
.priceBenefit_sumally li:nth-child(2) {
  grid-area: item2;
  background: url(../image/price/benefit_02.jpg) center/cover;
}
@media screen and (min-width: 768px) {
  .priceBenefit_sumally li:nth-child(2) a {
    display: grid;
    grid-template: "num   ttl" "text  text" "arrow arrow"/75px 1fr;
    align-items: center;
    padding: 15px 12px;
  }
  .priceBenefit_sumally li:nth-child(2) a::after {
    grid-area: arrow;
  }
  .priceBenefit_sumally li:nth-child(2) ._numBox {
    grid-area: num;
  }
  .priceBenefit_sumally li:nth-child(2) ._contTtl {
    grid-area: ttl;
    font-size: 21px;
  }
  .priceBenefit_sumally li:nth-child(2) ._textBox {
    padding-top: 10px;
    grid-area: text;
  }
}
.priceBenefit_sumally li:nth-child(3) {
  grid-area: item3;
  background: url(../image/price/benefit_03.jpg) center/cover;
}
@media screen and (min-width: 768px) {
  .priceBenefit_sumally li:nth-child(3) a {
    padding: 12px;
    text-align: center;
  }
  .priceBenefit_sumally li:nth-child(3) ._contTtl {
    margin: 15px 0;
    font-size: 21px;
  }
}
.priceBenefit_sumally li:nth-child(4) {
  grid-area: item4;
  background: url(../image/price/benefit_04.jpg) center/cover;
}
@media screen and (min-width: 768px) {
  .priceBenefit_sumally li:nth-child(4) a {
    padding: 12px;
    text-align: center;
  }
  .priceBenefit_sumally li:nth-child(4) ._contTtl {
    margin: 6px 0;
    font-size: 19px;
  }
}
.priceBenefit_sumally li:nth-child(5) {
  grid-area: item5;
  background: url(../image/price/benefit_05.jpg) center/cover;
}
.priceBenefit_sumally li:nth-child(6) {
  grid-area: item6;
  background: url(../image/price/benefit_06.jpg) center/cover;
}
@media screen and (min-width: 768px) {
  .priceBenefit_sumally li:nth-child(5) a, .priceBenefit_sumally li:nth-child(6) a {
    display: grid;
    grid-template: "num  ttl" "num  text" "arrow arrow"/75px 1fr;
    padding: 25px 20px;
  }
  .priceBenefit_sumally li:nth-child(5) a::after, .priceBenefit_sumally li:nth-child(6) a::after {
    grid-area: arrow;
  }
  .priceBenefit_sumally li:nth-child(5) ._numBox, .priceBenefit_sumally li:nth-child(6) ._numBox {
    grid-area: num;
  }
  .priceBenefit_sumally li:nth-child(5) ._contTtl, .priceBenefit_sumally li:nth-child(6) ._contTtl {
    padding: 15px 0;
    grid-area: ttl;
  }
  .priceBenefit_sumally li:nth-child(5) ._textBox, .priceBenefit_sumally li:nth-child(6) ._textBox {
    grid-area: text;
    padding-bottom: 5px;
  }
}
.priceBenefit_sumally li:nth-child(7) {
  grid-area: item7;
  background: url(../image/price/benefit_07.jpg) center/cover;
}
@media screen and (min-width: 768px) {
  .priceBenefit_sumally li:nth-child(7) a {
    padding: 28px 10px;
    text-align: center;
  }
  .priceBenefit_sumally li:nth-child(7) a::after {
    margin-top: 35px;
  }
  .priceBenefit_sumally li:nth-child(7) ._contTtl {
    padding: 30px 0 35px;
    font-size: 21px;
  }
}
.priceBenefit_detail {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
}
.priceBenefit_detail_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .priceBenefit_detail_inner {
    align-items: flex-start;
    padding: 60px 0;
  }
}
.priceBenefit_detail_inner ._overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.priceBenefit_detail_container {
  max-width: 500px;
  max-height: 92%;
  padding: 20px 0 30px;
  background: #fff;
  position: relative;
  z-index: 2;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.priceBenefit_detail_container::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 767px) {
  .priceBenefit_detail_container {
    max-height: 100%;
    padding: 10px 0 20px;
  }
}
.priceBenefit_detail_container.obi::before {
  height: 52px;
  background-position: center, center top 14px;
  background-size: auto 52px, auto 11px;
}
@media screen and (max-width: 767px) {
  .priceBenefit_detail_container.obi::before {
    height: 40px;
    background-position: center, center top 10px;
    background-size: auto 40px, auto 8px;
  }
}
.priceBenefit_detail_slider > li {
  padding: 15px 60px 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  position: relative;
  z-index: 2;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media screen and (max-width: 767px) {
  .priceBenefit_detail_slider > li {
    padding: 10px 15px 0;
  }
}
.priceBenefit_detail_slider > li::-webkit-scrollbar {
  display: none;
}
.priceBenefit_detail_slider * {
  letter-spacing: 0.02em;
}
.priceBenefit_detail_slider ._header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .priceBenefit_detail_slider ._header {
    margin: 15px 0;
  }
}
.priceBenefit_detail_slider ._pick {
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
}
.priceBenefit_detail_slider ._num {
  margin-left: 5px;
  font-size: 28px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .priceBenefit_detail_slider ._num {
    font-size: 22px;
  }
}
.priceBenefit_detail_slider ._contTtl {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #000;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .priceBenefit_detail_slider ._contTtl {
    margin-left: 5px;
    padding-left: 7px;
    font-size: 16px;
  }
}
.priceBenefit_detail_slider ._textBox p {
  font-size: 12px;
}
.priceBenefit_detail_slider ._textBox p + p {
  margin-top: 1.75em;
}
.priceBenefit_detail_slider ._maker {
  color: #fff;
  background: #b81c23;
}
.priceBenefit_detail_slider ._otherBox {
  margin-top: 15px;
  padding-top: 15px;
  position: relative;
}
.priceBenefit_detail_slider ._otherBox::before {
  content: "";
  display: block;
  width: calc(100% + 50px);
  height: 1px;
  background-image: linear-gradient(to right, #000, #000 5px, transparent 5px, transparent 10px);
  background-size: 10px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  left: -25px;
}
.priceBenefit_detail_slider ._list li {
  padding-left: 25px;
  background: url(../image/price/check_mono.svg) left top/auto no-repeat;
  font-size: 12px;
  line-height: 1.5;
}
.priceBenefit_detail_slider ._list li + li {
  margin-top: 6px;
}
.priceBenefit_detail_slider ._list span {
  background: linear-gradient(transparent 70%, rgba(252, 237, 33, 0.3) 70%, rgba(252, 237, 33, 0.3) 98%, transparent 98%);
}
.priceBenefit_detail_slider ._partners dt {
  font-size: 14px;
  text-align: center;
}
.priceBenefit_detail_slider ._partners dd {
  font-size: 10px;
  line-height: 1.5;
}
.priceBenefit_detail_slider ._partners dd li * li {
  margin-top: 6px;
}
.priceBenefit_detail_slider ._partners dd span {
  display: block;
  padding-left: 1em;
}
@media (hover: hover) {
  .priceBenefit_detail_slider ._partners dd a:hover {
    text-decoration: underline;
  }
}
.priceBenefit_detail_slider ._fortunetelling {
  margin-top: 15px;
  background: url(../image/price/benefit_07_houka.png) right top/164px auto no-repeat;
}
@media screen and (max-width: 767px) {
  .priceBenefit_detail_slider ._fortunetelling {
    background-size: 120px auto;
  }
}
.priceBenefit_detail_slider ._fortunetelling dt {
  font-size: 12px;
}
.priceBenefit_detail_slider ._fortunetelling dt span {
  display: block;
  font-size: 10px;
  line-height: 1;
}
.priceBenefit_detail_slider ._fortunetelling dd {
  margin-top: 15px;
}
.priceBenefit_detail_slider ._fortunetelling dd p {
  font-size: 11px;
  line-height: 1.27;
}
.priceBenefit_detail_slider ._fortunetelling dd p + p {
  margin-top: 1.27em;
}
.priceBenefit_detail_slider ._linkBtn {
  margin-top: 15px;
  text-align: center;
}
.priceBenefit_detail_slider ._linkBtn .button-link, .priceBenefit_detail_slider ._linkBtn .form_submit input[type=submit], .form_submit .priceBenefit_detail_slider ._linkBtn input[type=submit] {
  padding: 0 20px;
  background-image: none;
  font-size: 14px;
  line-height: 32px;
}
.priceBenefit_detail_slider ._linkBtn .button-link::after, .priceBenefit_detail_slider ._linkBtn .form_submit input[type=submit]::after, .form_submit .priceBenefit_detail_slider ._linkBtn input[type=submit]::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 12px;
  margin-left: 8px;
  background: url(../image/price/benefit_link.svg);
  vertical-align: middle;
}
.priceBenefit_detail .splide__arrow {
  padding: 20px 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .priceBenefit_detail .splide__arrow {
    display: none;
  }
}
.priceBenefit_detail .splide__arrow:disabled {
  display: none;
}
.priceBenefit_detail .splide__arrow--prev {
  left: 0;
}
.priceBenefit_detail .splide__arrow--next {
  right: 0;
}

.priceWelfare {
  margin-top: 70px;
  text-align: center;
}
.priceWelfare_cont {
  margin: 30px 0 50px;
}

.priceJoin {
  margin-top: 80px;
  position: relative;
}
.priceJoin::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #b81c23;
  -webkit-clip-path: url(#clip-path-pc);
          clip-path: url(#clip-path-pc);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .priceJoin::before {
    -webkit-clip-path: url(#clip-path-sp);
            clip-path: url(#clip-path-sp);
  }
}
.priceJoin_inner {
  padding: 70px 65px 140px;
  background-image: url(../image/common/border5.svg), url(../image/common/border5.svg);
  background-position: left top, right top;
  background-size: auto, auto;
  background-repeat: repeat-y, repeat-y;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .priceJoin_inner {
    padding: 60px 20px 55px;
    background-image: url(../image/common/border5_sp.svg), url(../image/common/border5_sp.svg);
    background-size: 8px auto, 8px auto;
  }
}
.priceJoin_binder {
  padding: 50px 40px 60px;
  background: #c69c6d;
  border-radius: 35px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .priceJoin_binder {
    padding: 20px 10px 25px;
    border-radius: 14px;
  }
}
.priceJoin_binder::before {
  content: "";
  width: 100%;
  height: 109px;
  background: url(../image/price/binder.png) center top/auto 100% no-repeat;
  position: absolute;
  top: -5px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .priceJoin_binder::before {
    background-size: auto 42px;
  }
}
.priceJoin_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px 15px 40px;
  background: #fff;
  box-shadow: 2px 2px 0 #7f5e3b;
  font-family: "Hina Mincho", serif;
}
@media screen and (max-width: 767px) {
  .priceJoin_container {
    padding: 40px 10px;
  }
}
.priceJoin_container * {
  letter-spacing: 0;
}
.priceJoin_container ._ttl {
  padding-bottom: 10px;
  font-size: 28px;
  line-height: 1.3;
  text-align: center;
  background: url(../image/price/border_01.svg) center bottom/auto no-repeat;
}
@media screen and (max-width: 767px) {
  .priceJoin_container ._ttl {
    padding-bottom: 5px;
    background-image: url(../image/price/border_03.svg);
    font-size: 18px;
  }
}
.priceJoin_read {
  margin-top: 10px;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .priceJoin_read {
    font-size: 12px;
  }
}
.priceJoin_list {
  margin-top: 22px;
}
.priceJoin_list li {
  font-size: 21px;
  line-height: 1.142;
  padding-left: 32px;
  background: url(../image/price/check_red.svg) left top 2px/auto no-repeat;
}
@media screen and (max-width: 767px) {
  .priceJoin_list li {
    padding-left: 18px;
    background-position: left top 3px;
    background-size: 12px auto;
    font-size: 15px;
  }
}
.priceJoin_list li:nth-child(even) {
  background-image: url(../image/price/check_blue.svg);
}
.priceJoin_list li + li {
  margin-top: 18px;
}
.priceJoin_list li span {
  display: block;
  margin-top: 5px;
  padding-left: 10px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .priceJoin_list li span {
    font-size: 12px;
  }
}
.priceJoin_conditions {
  margin-top: 40px;
}
.priceJoin_conditions ._ttl {
  background-image: url(../image/price/border_02.svg);
}
@media screen and (max-width: 767px) {
  .priceJoin_conditions ._ttl {
    background-image: url(../image/price/border_03.svg);
  }
}
.priceJoin_conditions ul {
  margin-top: 20px;
  counter-reset: number 0;
}
.priceJoin_conditions li {
  font-size: 21px;
  line-height: 1.3;
  padding-left: 25px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .priceJoin_conditions li {
    font-size: 14px;
  }
}
.priceJoin_conditions li::before {
  counter-increment: number 1;
  content: counter(number) ".";
  position: absolute;
  top: 0;
  left: 0;
}
.priceJoin_conditions li + li {
  margin-top: 5px;
}
.priceJoin_conditions li span {
  display: block;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .priceJoin_conditions li span {
    font-size: 12px;
  }
}

.flowList {
  margin-top: 60px;
}
.flowList > li {
  display: flex;
  align-items: flex-start;
  padding-bottom: 45px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .flowList > li {
    padding-bottom: 35px;
  }
}
.flowList > li::before {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 60px;
  transform: translateX(-50%);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .flowList > li::before {
    width: 2px;
    left: 25px;
  }
}
.flowList > li:last-child {
  padding-bottom: 0;
}
.flowList > li:last-child::before {
  display: none;
}
.flowList_iconBox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  background: #fff;
  border: 3px solid #000;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .flowList_iconBox {
    width: 50px;
    height: 50px;
    border-width: 2px;
  }
}
.flowList_iconBox ._num {
  color: #b81c23;
  font-family: "Shippori Antique", sans-serif;
  font-size: 45px;
  line-height: 1;
  text-shadow: 3px 3px 0px #fff, -3px -3px 0px #fff, -3px 3px 0px #fff, 3px -3px 0px #fff, 3px 0px 0px #fff, -3px 0px 0px #fff, 0px 3px 0px #fff, 0px -3px 0px #fff;
  position: absolute;
  top: -20px;
  left: -20px;
}
@media screen and (max-width: 767px) {
  .flowList_iconBox ._num {
    font-size: 20px;
    top: -10px;
    left: -10px;
  }
}
@media screen and (max-width: 767px) {
  .flowList_iconBox img {
    width: 150%;
    max-width: 150%;
    transform: scale(0.4);
  }
}
.flowList_contBox {
  flex: 1;
  padding-top: 36px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .flowList_contBox {
    padding-top: 8px;
    padding-left: 10px;
  }
}
.flowList_contBox h2 {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .flowList_contBox h2 {
    font-size: 18px;
  }
}
.flowList_contBox h2 span {
  background: linear-gradient(transparent 70%, #fcee21 70%, #fcee21 98%, transparent 98%);
}
.flowList_contBox .textBox, .flowList_contBox .sec_read {
  margin-top: 5px;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .flowList_contBox .textBox, .flowList_contBox .sec_read {
    margin-top: 15px;
    padding-left: 0;
  }
}
.flowList_contBox ._link {
  margin-top: 5px;
}
.flowList_contBox ._link + p {
  margin-top: 5px;
}
.flowList_contBox ._link a {
  display: inline-block;
  padding: 1px 22px;
  background: #b81c23;
  border-radius: 10px;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  letter-spacing: 0.02em;
}
@media (hover: hover) {
  .flowList_contBox ._link a {
    transition: opacity 0.3s;
  }
  .flowList_contBox ._link a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .flowList_contBox ._link a {
    padding: 5px 15px;
    font-size: 14px;
  }
}
.flowList_contBox ._link img {
  margin-right: 8px;
  transform: translateY(-3px);
}

.flowContact {
  margin-top: 70px;
  text-align: center;
}

.voiceSearch {
  max-width: 640px;
  margin: 50px auto 0;
}
.voiceSearch_ttl {
  margin-bottom: 50px;
  font-family: "Shippori Mincho", serif;
  text-align: center;
  position: relative;
}
.voiceSearch_ttl::before, .voiceSearch_ttl::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 18px;
  background: #000;
  vertical-align: middle;
}
.voiceSearch_ttl::before {
  margin-right: 12px;
  transform: rotate(-20deg);
}
.voiceSearch_ttl::after {
  margin-left: 12px;
  transform: rotate(20deg);
}
.voiceSearch .searchandfilter ul {
  display: block;
}
.voiceSearch .searchandfilter li {
  display: block;
  padding-right: 0;
}
.voiceSearch .searchandfilter > div > ul > li ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 20px;
}
.voiceSearch .searchandfilter > div > ul > li label {
  display: block;
  cursor: pointer;
}
.voiceSearch .searchandfilter > div > ul > li label input {
  display: none;
}
.voiceSearch .searchandfilter > div > ul > li label input:checked + span {
  background: #fcee21;
}
.voiceSearch .searchandfilter > div > ul > li:nth-child(1) {
  gap: 0 36px;
  padding: 30px 0 10px;
}
.voiceSearch .searchandfilter > div > ul > li:nth-child(1) span {
  display: block;
  width: 96px;
  height: 128px;
  border-radius: 6px;
  text-indent: -9999px;
  position: relative;
}
.voiceSearch .searchandfilter > div > ul > li:nth-child(1) span::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.voiceSearch .searchandfilter > div > ul > li:nth-child(1) li:nth-child(2) span::after {
  background: url(../image/voice/search_women.svg) center/auto no-repeat;
}
.voiceSearch .searchandfilter > div > ul > li:nth-child(1) li:nth-child(1) span::after {
  background: url(../image/voice/search_men.svg) center/auto no-repeat;
}
.voiceSearch .searchandfilter > div > ul > li:nth-child(2), .voiceSearch .searchandfilter > div > ul > li:nth-child(3) {
  gap: 10px 20px;
  padding: 40px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .voiceSearch .searchandfilter > div > ul > li:nth-child(2), .voiceSearch .searchandfilter > div > ul > li:nth-child(3) {
    padding: 20px 0;
    gap: 10px;
  }
}
.voiceSearch .searchandfilter > div > ul > li:nth-child(2)::before, .voiceSearch .searchandfilter > div > ul > li:nth-child(3)::before {
  content: "";
  display: block;
  width: 100%;
  max-width: 345px;
  border-top: 1px dashed #000;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.voiceSearch .searchandfilter > div > ul > li:nth-child(2) span, .voiceSearch .searchandfilter > div > ul > li:nth-child(3) span {
  display: block;
  min-width: 74px;
  padding: 10px 15px;
  border: 1px solid #999;
  border-radius: 6px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}
.voiceSearch .searchandfilter > div > ul > li input[type=submit] {
  width: 152px;
  display: block;
  margin: 0 auto;
  min-width: 150px;
  padding: 0 35px;
  border: 0;
  background: #fcee21 url(../image/common/link_arrow.svg) right 15px top 20px/auto no-repeat;
  border-radius: 30px;
  line-height: 50px;
  cursor: pointer;
}
@media (hover: hover) {
  .voiceSearch .searchandfilter > div > ul > li input[type=submit] {
    transition: opacity 0.3s;
  }
  .voiceSearch .searchandfilter > div > ul > li input[type=submit]:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .voiceSearch .searchandfilter > div > ul > li input[type=submit] {
    margin-top: 20px;
  }
}
.voiceSearch_gender {
  gap: 0 36px;
  padding: 30px 0 10px;
}
.voiceSearch_gender span {
  display: block;
  padding: 5px 0;
  border-radius: 6px;
}

.voiceList {
  margin-top: 70px;
}
.voiceList > li + li {
  margin-top: 45px;
}
.voiceList > li.men {
  padding-left: 114px;
}
@media screen and (max-width: 767px) {
  .voiceList > li.men {
    padding-left: 0;
  }
}
.voiceList > li.women {
  padding-right: 114px;
}
@media screen and (max-width: 767px) {
  .voiceList > li.women {
    padding-right: 0;
  }
}
.voiceList_readBox {
  display: flex;
  align-items: center;
  padding: 15px 5px 15px 25px;
  border-radius: 15px;
  position: relative;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .voiceList_readBox {
    width: calc(100% - 50px);
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 14px;
    border-radius: 10px;
  }
}
.men .voiceList_readBox {
  background: #29abe2;
}
@media screen and (max-width: 767px) {
  .men .voiceList_readBox {
    margin-left: auto;
  }
}
.women .voiceList_readBox {
  background: #b81c23;
}
.voiceList_readBox::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 36px 12px 0 12px;
  border-color: #29abe2 transparent transparent transparent;
  position: absolute;
  bottom: -18px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .voiceList_readBox::before {
    bottom: 36px;
  }
}
.men .voiceList_readBox::before {
  border-color: #29abe2 transparent transparent transparent;
  left: -12px;
  transform: rotate(55deg);
}
@media screen and (max-width: 767px) {
  .men .voiceList_readBox::before {
    left: -10px;
    transform: rotate(60deg);
  }
}
.women .voiceList_readBox::before {
  border-color: #b81c23 transparent transparent transparent;
  right: -12px;
  transform: rotate(-55deg);
}
@media screen and (max-width: 767px) {
  .women .voiceList_readBox::before {
    right: -10px;
    transform: rotate(-60deg);
  }
}
.voiceList_readBox p {
  flex: 1;
  padding-right: 15px;
  font-size: 24px;
  line-height: 1.33;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .voiceList_readBox p {
    padding-right: 0;
    font-size: 16px;
    line-height: 1.5;
  }
}
.men .voiceList_readBox p span {
  background: linear-gradient(transparent 70%, #fbb03b 70%, #fbb03b 98%, transparent 98%);
}
.women .voiceList_readBox p span {
  background: linear-gradient(transparent 70%, rgba(139, 198, 63, 0.8) 70%, rgba(139, 198, 63, 0.8) 98%, transparent 98%);
}
.voiceList_tag {
  width: 90px;
}
@media screen and (max-width: 767px) {
  .voiceList_tag {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
    width: auto;
    margin-top: 10px;
    margin-left: auto;
  }
}
.voiceList_tag li {
  line-height: 1.28;
  letter-spacing: 0;
}
.voiceList_tag li::before {
  content: "#";
  margin-right: 2px;
}
.voiceList_cont {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 120px;
  padding-top: 10px;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .voiceList_cont {
    padding-top: 12px;
  }
}
.men .voiceList_cont {
  padding-left: 32px;
}
@media screen and (max-width: 767px) {
  .men .voiceList_cont {
    padding-left: 0;
  }
}
.women .voiceList_cont {
  padding-right: 32px;
}
@media screen and (max-width: 767px) {
  .women .voiceList_cont {
    padding-right: 0;
  }
}
.voiceList_cont > p {
  letter-spacing: 0;
  font-weight: 500;
}
.women .voiceList_cont > p {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .women .voiceList_cont > p {
    text-align: left;
  }
}
.voiceList_cont::before {
  content: "";
  display: block;
  width: 133px;
  height: 133px;
  position: absolute;
  top: -12px;
}
@media screen and (max-width: 767px) {
  .voiceList_cont::before {
    width: 50px;
    height: 50px;
    top: -50px;
  }
}
.men .voiceList_cont::before {
  background: url(../image/voice/voice_man.svg) left top/auto 100% no-repeat;
  left: -114px;
}
@media screen and (max-width: 767px) {
  .men .voiceList_cont::before {
    left: 0;
  }
}
.women .voiceList_cont::before {
  background: url(../image/voice/voice_woman.svg) right top/auto 100% no-repeat;
  right: -114px;
}
@media screen and (max-width: 767px) {
  .women .voiceList_cont::before {
    right: 0;
  }
}
.voiceList_infoBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .voiceList_infoBox {
    display: block;
    margin-top: 5px;
    text-align: right;
  }
}
.men .voiceList_infoBox {
  flex-direction: row-reverse;
}
.voiceList_link a {
  display: block;
  width: 140px;
  background: url(../image/voice/link_arrow.svg) right 8px center/auto no-repeat;
  border-radius: 8px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .voiceList_link a {
    margin-top: 4px;
    margin-left: auto;
  }
}
.men .voiceList_link a {
  background-color: #29abe2;
}
.women .voiceList_link a {
  background-color: #dd8087;
}
.voiceList_link a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 15px;
  margin-left: 5px;
  background: url(../image/voice/link_pdf.svg) center/auto no-repeat;
  vertical-align: middle;
  transform: translateY(-1px);
}
.voiceList_sumally {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .voiceList_sumally {
    font-size: 16px;
  }
}

.voiceContact {
  margin-top: 60px;
  text-align: center;
}

.faqLink {
  margin-top: 128px;
}
.faqLink.pointlayout::before {
  background: #b81c23;
}
@media screen and (max-width: 767px) {
  .faqLink .pointlayout_inner {
    padding-top: 60px;
  }
}
.faqLink_list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 20px 18px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .faqLink_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.faqLink_list a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 18px;
  background: #ddcebf;
  font-size: 12px;
  line-height: 1.16;
}
@media screen and (max-width: 767px) {
  .faqLink_list a {
    padding: 5px 10px 15px;
  }
}
.faqLink_list ._imgBox {
  display: grid;
  justify-content: center;
  align-items: center;
  height: 65px;
}
@media screen and (max-width: 767px) {
  .faqLink_list ._imgBox {
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .faqLink_list ._imgBox img {
    transform: scale(0.7);
  }
}
.faqLink_list ._ttl {
  margin-bottom: 6px;
  padding: 6px 0;
  border-bottom: 1px solid #000;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .faqLink_list ._ttl {
    padding-top: 10px;
  }
}

.faqList_sec {
  margin-top: 60px;
}
.faqList_cont {
  margin-top: 30px;
}
.faqList_cont dl {
  border-bottom: 1px solid #000;
  position: relative;
  cursor: pointer;
}
.faqList_cont dl:first-child {
  border-top: 1px solid #000;
}
.faqList_cont dl::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background: #b81c23;
  position: absolute;
  top: 20px;
  right: 30px;
}
@media screen and (max-width: 767px) {
  .faqList_cont dl::before {
    right: 0;
  }
}
.faqList_cont dl::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 3.5px 0 3.5px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 30px;
  right: 40px;
  transform: translate(50%, -50%);
}
@media screen and (max-width: 767px) {
  .faqList_cont dl::after {
    right: 10px;
  }
}
.faqList_cont dl.active::before {
  background: #29abe2;
}
.faqList_cont dl.active::after {
  transform: translate(50%, -50%) rotate(180deg);
}
.faqList_cont dt,
.faqList_cont dd {
  position: relative;
}
.faqList_cont dt::before,
.faqList_cont dd::before {
  font-family: "Shippori Antique", sans-serif;
  font-size: 21px;
  line-height: 1;
  position: absolute;
  left: 25px;
}
@media screen and (max-width: 767px) {
  .faqList_cont dt::before,
.faqList_cont dd::before {
    left: 0px;
  }
}
.faqList_cont dt {
  padding: 14px 80px 14px 55px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .faqList_cont dt {
    padding-left: 35px;
    padding-right: 35px;
    font-size: 16px;
  }
}
.faqList_cont dt::before {
  content: "Q.";
  color: #b81c23;
  top: 20px;
}
@media screen and (max-width: 767px) {
  .faqList_cont dt::before {
    top: 17px;
  }
}
.faqList_cont dd {
  margin-top: -5px;
  padding: 0 30px 14px 55px;
}
@media screen and (max-width: 767px) {
  .faqList_cont dd {
    padding-left: 35px;
    padding-right: 5px;
  }
}
.faqList_cont dd::before {
  content: "A.";
  color: #29abe2;
  top: 3px;
}

.contact_pageTtl {
  margin-bottom: 20px;
  font-family: "Shippori Mincho", serif;
  font-size: 36px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact_pageTtl {
    font-size: 24px;
  }
}

.contactIntro {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.contactIntro_contBox {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (max-width: 767px) {
  .contactIntro_contBox {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0 5px;
  }
}
.contactIntro_message {
  width: 526px;
  height: 171px;
  padding-top: 30px;
  padding-left: 55px;
  background: url(../image/contact/balloon.svg) center/cover;
  font-size: 18px;
  line-height: 1.333;
}
@media screen and (max-width: 767px) {
  .contactIntro_message {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 10px 0 30px;
    height: auto;
    background: none;
    font-size: 12px;
    line-height: 1.166;
  }
}
@media screen and (max-width: 767px) {
  .contactIntro_spBox {
    width: min(100% - 109px - 5px, 240px);
  }
}
.contactIntro_tel {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .contactIntro_tel {
    margin-top: 0;
  }
}
.contactIntro_infoBox {
  display: flex;
  align-items: center;
  margin-top: 5px;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .contactIntro_infoBox {
    display: block;
    margin-top: 0;
    padding-bottom: 0;
  }
}
.contactIntro_infoBox ._info {
  font-size: 28px;
  margin-right: 10px;
  letter-spacing: 0;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .contactIntro_infoBox ._info {
    font-size: 12px;
  }
}
.contactIntro_infoBox ._info span {
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.contactIntro_infoBox .button-link, .contactIntro_infoBox .form_submit input[type=submit], .form_submit .contactIntro_infoBox input[type=submit] {
  padding: 0 30px;
  line-height: 36px;
  background-position: right 15px top 13px;
}
@media screen and (max-width: 767px) {
  .contactIntro_infoBox .button-link, .contactIntro_infoBox .form_submit input[type=submit], .form_submit .contactIntro_infoBox input[type=submit] {
    margin-top: 10px;
  }
}
.contactIntro_avatar {
  flex: 1;
  max-width: 271px;
}
@media screen and (max-width: 767px) {
  .contactIntro_avatar {
    flex: none;
    width: 109px;
    border: 2px solid #b81c23;
    border-radius: 50%;
  }
}

.contactForm {
  margin-top: 70px;
}
.contactForm .form {
  margin-top: 40px;
}

.policy {
  font-size: 16px;
}
.policy *:not(h2) {
  letter-spacing: 0;
}
.policy_mainTtl {
  margin-bottom: 40px;
  font-family: "Shippori Mincho", serif;
  font-size: 36px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .policy_mainTtl {
    font-size: 24px;
  }
}
.policy p,
.policy ul {
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  .policy p,
.policy ul {
    padding: 0 10px;
  }
}
.policy p + p,
.policy p + ul,
.policy ul + p,
.policy ul + ul {
  margin-top: 1.75em;
}
.policy ul li {
  padding-left: 30px;
  position: relative;
}
.policy ul li + li {
  margin-top: 1.75em;
}
.policy ul li ._indent {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.policy h2 {
  margin: 40px 0 15px;
  background: #e6e6e6;
  padding: 14px 25px 15px;
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  line-height: 1.33;
}
@media screen and (max-width: 767px) {
  .policy h2 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
  }
}
.policy ._read {
  padding-left: 0;
}/*# sourceMappingURL=style.css.map */