.sub_top {
  background-color: #F6F7FF;
}

.sub_top_title {
  padding: 90px 0 99px;
  max-width: 860px;
  margin: 0 auto;
}

.sub_top_title_main {
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 1px;
}

.sub_top_title_desc {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 1px;
  color: #8992D3;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .sub_top_title {
    padding: 60px 20px 60px;
  }
  .sub_top_title_main {
    font-size: 24px;
  }
  .sub_top_title_desc {
    font-size: 16px;
    margin-top: 5px;
  }
}

/* 固定ページ
  ================================================ */

.single-post .entry__content, .page .entry__content {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.container {
  width: 100%;
  max-width: 860px;
  padding: 0 45px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}

.page-template-page-menu .container {
  padding: 0 20px;
}

.container-25 {
  padding: 0 25px;
}

.archive .site-content, .single-post .site-content {
  width: 100%;
  max-width: #8992D3;
  margin-top: 0;
  padding-top: 0
}

.site-content {
  padding-bottom: 0;
  padding-top: 70px !important;
}

.page .entry__header {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  height: 330px;
  padding: 0;
  background-position: center bottom;
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.6);
  background-blend-mode: lighten;
}

#about.page .entry__header {
  background-image: url(images/about_header_bg.webp)
}

#flow.page .entry__header {
  background-image: url(images/flow_header_bg.webp)
}

#cells.page .entry__header {
  background-image: url(images/cells_header_bg.webp)
}

#price.page .entry__header {
  background-image: url("images/price_header_bg.webp")
}

#member.page .entry__header {
  background-image: url("images/member_header_bg.webp")
}

#menu.page .entry__header {
  background-image: url("images/menu_header_bg.webp")
}

#cell.page .entry__header {
  background-image: url("images/menu_cell_header_bg.webp")
}

#nmn.page .entry__header {
  background-image: url("images/menu_nmn_header_bg.webp")
}

#beauty-drip.page .entry__header {
  background-image: url("images/menu_beauty-drip_header_bg.webp")
}

#beauty.page .entry__header {
  background-image: url("images/menu_beauty_header_bg.webp")
}

#aga.page .entry__header {
  background-image: url("images/menu_aga_header_bg.webp")
}

.page .entry__info__img {}

.page .entry__info__ttl {
  text-align: left;
  color: #8992D3;
  font-size: 1.5rem;
  font-weight: 700
}

.page-ttl-block {
  max-width: 900px;
  padding: 0 20px;
  margin: 20px auto 0;
  position: relative;
  text-align: center;
}

.page-ttl-block .copy {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  color: #8992D3;
}

.sub_page.page-ttl-block {
  margin-top: 0;
}

#about .page-ttl-block {
  margin-top: 0;
}

#cells .page-ttl-block {
  margin-top: 0;
}

#price .page-ttl-block {
  margin-top: 0;
}

#flow .page-ttl-block {
  margin-top: 0;
}

.page-h1 {
  max-width: 900px;
  padding: 0;
  margin: 10px auto 0;
  color: #8992D3;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}

.page-h1__eng {
  font-size: #8992D3
}

.page-h1__h1 {
  padding: 0!important;
  margin: 0!important;
  font-size: #8992D3;
  line-height: #8992D3;
  color: #8992D3;
  text-align: center;
}

.page .entry__content section {
  padding: 50px 0 40px;
  position: relative;
}

.page .entry__content section:nth-child(odd) {
  background-color: #f2ffff;
}

.page .entry__content section:nth-child(odd)::before, .page .entry__content section:nth-child(odd)::after {
  background-repeat: no-repeat;
  content: '';
  height: 50vw;
  position: absolute;
  width: 100%;
  z-index: 1
}

.page .entry__content section:nth-child(odd)::before {
  background-image: url(images/wave_top.svg);
  background-position: center top;
  top: 0;
  margin-top: -12vw;
}

.page .entry__content section:nth-child(odd)::after {
  background-image: url(images/wave_bottom.svg);
  background-position: center bottom;
  bottom: 0;
  margin-bottom: -12vw
}

.page .entry__content section:last-child {
  margin-bottom: 0 !important;
  padding-top: 140px !important;
  padding-bottom: 200px !important;
}

.page .entry__content section:last-child::after {
  background-image: none;
  margin: 0;
}

.section-name {
  position: absolute;
  top: 35px;
  left: 10px;
  transform-origin: 0 100%;
  transform: rotate(90deg);
  color: #88d1d1;
  font-size: .8125rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  z-index: 5;
}

.section-name._right {
  top: 0px;
  left: auto;
  right: -20px;
}

#member .section-name {
  top: 116px;
  color: #88d1d1;
}

#price .section-name {
  top: 202px;
  color: #88d1d1;
}

#flow .section-name {
  top: 42px;
  right: -10px;
}

#flow .section-name._right {
  top: 112px;
  right: -10px;
}

.about-sec-01 .section-name {
  top: 55px;
}

.about-sec-02 .section-name {
  top: 60px;
}

.about-sec-03 .section-name {
  top: 32px;
  left: auto;
  right: -20px;
}

.staff .section-name {
  top: 23px;
}

.facilities .section-name {
  top: 113px;
  left: auto;
  right: -20px;
}

.cells-01 .section-name {
  top: 24px;
}

.cells-03 .section-name {
  top: 112px;
}

.btn-more {
  width: 260px;
  margin: auto;
}

.pict-capsule {
  max-width: 920px;
  padding: 0 10px;
  margin: auto;
}

.pict-capsule img {}

.pict-capsule+.txt-copy {
  color: #8992D3;
  width: 80%;
  margin: auto;
  font-size: 1.375rem;
}

.element-block {
  margin: 90px auto 90px;
}

.element-block:first-child {
  margin-top: 0;
}

.element-block:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .site-content {
    padding-top: 100px !important;
  }
  .container, .container-25 {
    padding: 0
  }
  .page .entry__header {
    height: 300px;
    background-size: cover;
    background-position: center;
    background-color: rgba(255, 255, 255, 0.6);
    background-blend-mode: lighten;
  }
  #about.page .entry__header {
    background-image: url(images/about_header_bg_lg.webp)
  }
  #flow.page .entry__header {
    background-image: url(images/flow_header_bg_lg.webp)
  }
  #cells.page .entry__header {
    background-image: url(images/cells_header_bg_lg.webp)
  }
  #price.page .entry__header {
    background-image: url("images/price_header_bg_lg.webp")
  }
  #member.page .entry__header {
    background-image: url("images/member_header_bg_lg.webp")
  }
  #menu.page .entry__header {
    background-image: url("images/menu_header_bg_lg.webp")
  }
  #cell.page .entry__header {
    background-image: url("images/menu_cell_header_bg_lg.webp")
  }
  #nmn.page .entry__header {
    background-image: url("images/menu_nmn_header_bg_lg.webp")
  }
  #beauty-drip.page .entry__header {
    background-image: url("images/menu_beauty-drip_header_bg_lg.webp")
  }
  #beauty.page .entry__header {
    background-image: url("images/menu_beauty_header_bg_lg.webp")
  }
  #aga.page .entry__header {
    background-image: url("images/menu_aga_header_bg_lg.webp")
  }
  .page .entry__content section:last-child {
    padding-bottom: 350px !important;
  }
  .page .entry__info {}
  .page .entry__info__img {}
  .page .entry__info__ttl {
    font-size: 2rem
  }
  .page-ttl-block {}
  .page-ttl-block .copy {
    font-size: 30px;
    text-align: center;
  }
  #about .page-ttl-block {
    margin-top: -56px;
  }
  #cells .page-ttl-block {
    margin-top: -30px;
  }
  #price .page-ttl-block {
    margin-top: -83px;
  }
  #flow .page-ttl-block {
    margin-top: -110px;
  }
  .page-h1 {
    margin-top: 10px;
    font-size: 17px;
    text-align: center;
    display: block;
  }
  .page-h1__eng {}
  .page-h1__h1 {}
  .page .entry__content section {
    padding: 150px 0;
  }
  .section-name {
    top: 70px;
    left: 40px;
    font-size: .9375rem
  }
  .section-name._right {
    right: -10px;
  }
  #member .section-name {
    top: 113px;
  }
  #price .section-name {
    top: 413px;
  }
  #flow .section-name {
    top: 150px;
  }
  .about-sec-01 .section-name {
    top: 145px;
  }
  .about-sec-02 .section-name {
    top: 60px;
  }
  .about-sec-03 .section-name {
    top: -32px;
    left: auto;
    right: -10px;
  }
  .staff .section-name {
    top: 120px;
  }
  .facilities .section-name {
    top: 110px;
    left: auto;
    right: -10px;
  }
  .cells-01 .section-name {
    top: 120px;
  }
  .cells-03 .section-name {
    top: 50px;
  }
  .btn-more {}
  .pict-capsule {}
  .pict-capsule img {}
  .pict-capsule+.txt-copy {
    font-size: 1.75rem;
  }
  .element-block {
    margin: 90px auto 120px;
  }
}

@media (max-width: 767px) {
  .section-name {
    /* display: none; */
  }
}

.sub_container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

#home #main section.sub_main_section {
  padding: 60px 0;
  margin: 0;
  background-color: #f5f5f5;
}

#home #main section.sub_main_section:nth-child(2n+1) {
  background-color: #fff;
}

/* ------------------------------------------
  sub_mv
------------------------------------------ */

.sub_mv {
  position: relative;
  z-index: 0;
}

.sub_mv_img {
  position: relative;
  z-index: 0;
}

.sub_mv_img::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-image: url(../img/sub/sub_mv_main_back.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub_mv_main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sub_mv_main .container {
  height: 100%;
  display: flex;
  align-items: center;
}

.sub_mv_main_title {
  width: 50%;
  font-weight: bold;
  font-size: 50px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #8992D3;
}

.sub_mv_main_title::first-letter {
  color: #8992D3;
}

@media screen and (max-width: 767px) {
  .sub_mv {
    min-height: 150px;
  }
  .sub_mv_img {
    overflow: hidden;
  }
  .sub_mv_img::before {
    width: 170%;
  }
  .sub_mv_img img {
    min-height: 150px;
  }
  .sub_mv_img img {
    object-fit: cover;
    object-position: center;
  }
  .sub_mv_main_title {
    width: 50%;
    font-size: 22px;
  }
}

/* ------------------------------------------
    sub_breadcrumb
  ------------------------------------------ */

.sub_breadcrumb {
  margin-top: 10px;
}

.sub_breadcrumb_lists {
  display: flex;
  flex-wrap: wrap;
}

.sub_breadcrumb_lists_item {
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-align: left;
  color: #8992D3;
}

.sub_breadcrumb_lists_item a {
  display: block;
  text-decoration: underline;
}

.sub_breadcrumb_lists_item:first-child a {
  width: 19px;
  height: 17px;
  display: block;
  background-image: url(../img/sub/sub_breadcrumb_lists_item_home.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.sub_breadcrumb_lists_item+.sub_breadcrumb_lists_item {
  position: relative;
  z-index: 0;
  padding-left: 40px;
}

.sub_breadcrumb_lists_item+.sub_breadcrumb_lists_item::before {
  position: absolute;
  z-index: 0;
  left: 10px;
  content: "";
  top: 50%;
  height: 1px;
  width: 20px;
  background-color: #707070;
}

.sub_breadcrumb_lists_item:last-child {
  color: #000;
}

/* ------------------------------------------
    content
  ------------------------------------------ */

.content>*:first-child {
  margin-top: 0;
}

.content>*:last-child {
  margin-bottom: 0;
}

.content.margin {
  margin: 40px 0;
}

.content.margin_head {
  margin: 60px 0 40px;
}

.content+.content {
  margin-top: 40px;
}

.content * {
  line-height: 1.8;
}

.content h2 {
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.1em;
  text-align: left;
  position: relative;
  line-height: 1.3;
  margin: 60px 0 40px;
  display: table;
  padding-left: 10px;
  background-size: 26px 33px;
  padding-bottom: 10px;
  border-left: 4px #8992D3 solid;
}

.content h3 {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.03em;
  color: #8992D3;
  margin: 60px 0 40px;
  line-height: 1.3;
}

.content h2+h3 {
  margin-top: 40px;
}

.content h4 {
  font-weight: bold;
  font-size: 20px;
  margin: 40px 0;
  letter-spacing: 0.03em;
  line-height: 1.3;
  color: #8992D3;
}

.content ul {
  margin: 40px 0;
}

.content ul li {
  font-size: 16px;
  margin-top: 10px;
  padding-left: 18px;
  position: relative;
  list-style: none;
}

.content ul li::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 11px;
  border-color: transparent transparent transparent #8992D3;
  left: 0;
  top: 10px;
}

.content ol {
  counter-reset: number;
  list-style: none;
  margin: 40px 0;
}

.content ol li {
  font-size: 16px;
  margin-top: 10px;
  padding: 8px 0 8px 25px;
  position: relative;
  list-style: none;
}

.content ol li::before {
  align-items: center;
  box-sizing: border-box;
  color: #8992D3;
  content: counter(number)".";
  counter-increment: number;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  height: 30px;
  justify-content: flex-end;
  left: 0;
  line-height: 1.7;
  position: absolute;
  top: 7px;
  width: 20px;
}

.content a {
  color: #8992D3;
  margin: 40px 0;
  text-decoration: underline;
}

.content a.top_contact_main_btn {
  color: #8992D3;
  margin: 0;
  text-decoration: none;
}

.content a.top_contact_main_btn span {
  line-height: 48px;
}

.content p {
  font-size: 16px;
  margin: 40px 0;
}

.content p.strong {
  font-weight: bold;
}

.content p .red {
  color: red;
}

.content p+p {
  margin-top: -20px;
}

.content table {
  border-collapse: separate!important;
  border-left: 1px solid #8992D3;
  border-top: 1px solid #8992D3;
  margin: 40px 0;
  width: 100%;
}

.content tr {
  width: 100%;
}

.content tr th {
  background-color: #3e3f42;
  border-bottom: 1px solid #8992D3;
  border-right: 1px solid #8992D3;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  padding: 20px;
  text-align: center;
  vertical-align: middle;
  width: 200px!important;
}

.content tr th:nth-child(2n) {
  background-color: #3e3f42;
}

.content tr:nth-child(2n) th {
  background-color: #555555;
}

.content tr:nth-child(2n) th:nth-child(2n) {
  background-color: #3e3f42;
}

.content tr th *:first-child {
  margin-top: 0;
}

.content tr th *:last-child {
  margin-bottom: 0;
}

.content tr td {
  border-bottom: 1px solid #8992D3;
  font-size: 16px;
  margin: 0;
  padding: 22px 20px;
  vertical-align: top;
  width: calc(100% - 200px)!important;
}

.content tr td *:first-child {
  margin-top: 0;
}

.content tr td *:last-child {
  margin-bottom: 0;
}

.content .aligncenter {
  display: block;
  margin: 40px auto;
}

.content .alignright {
  float: right;
  margin: 0 0 0 40px;
}

.content .alignleft {
  float: left;
  margin: 0 40px 0 0;
}

.content .wp-caption-text {
  margin: 20px 0;
}

.clear {
  clear: both;
}

@media screen and (max-width: 767px) {
  #home #main section.sub_main_section {
    padding: 40px 0;
  }
  .content.margin_head {
    margin: 40px 0 20px;
  }
  .content h2 {
    font-size: 24px;
    margin: 40px 0 0;
    padding: 0 0 10px 0;
    padding-left: 30px;
    background-size: 20px 23px;
    line-height: 1.3;
  }
  .content h3 {
    font-size: 20px;
    margin: 20px auto;
  }
  .content h4 {
    font-size: 18px;
    margin: 20px 0;
  }
  .content ul {
    margin: 20px 0;
  }
  .content ol {
    margin: 20px 0;
  }
  .content a {
    margin: 20px 0;
  }
  .content p {
    font-size: 14px;
    margin: 20px 0;
  }
  .content ul {
    margin: 20px 0;
  }
  .content ul li {
    font-size: 14px;
    margin-top: 7px;
    padding-left: 15px;
  }
  .content ul li::before {
    border-width: 4px 0 4px 9px;
    top: 8px;
  }
  .content ol {
    margin: 20px 0;
  }
  .content ol li {
    font-size: 14px;
    margin-top: 7px;
    padding: 0 0 0 17px;
  }
  .content ol li::before {
    font-size: 14px;
    height: auto;
    top: 2px;
    width: 15px;
  }
  .content table {
    margin: 20px 0;
  }
  .content tr th {
    font-size: 14px;
    padding: 10px;
    text-align: left;
    width: 100px!important;
  }
  .content tr td {
    font-size: 12px;
    padding: 11px 10px;
    width: calc(100% - 100px)!important;
  }
  .content .aligncenter {
    margin: 20px auto;
  }
  .content .alignright {
    float: none;
    margin: 20px auto;
  }
  .content .alignleft {
    float: none;
    margin: 20px auto;
  }
  .content .wp-caption-text {
    margin: 20px 0;
  }
}

/* ------------------------------------------
    sub_main
  ------------------------------------------ */

.sub_main {
  padding: 0 0 100px;
}

.sub_main+.sub_main_section>.sub_power {
  margin-top: 0;
}

.sub_main.contact {
  padding: 100px 0;
}

.sub_main_col2 {
  display: flex;
  margin: 40px 0;
  align-items: center;
}

.sub_main_col2.right {
  flex-direction: row-reverse;
}

.sub_main_col2_item {
  width: 50%;
  padding-right: 20px;
}

.sub_main_col2_item:nth-child(2n) {
  padding-right: 0;
  padding-left: 20px;
}

/* 
body .sub_main_col2 .sub_main_col2_item.text {
  background-color: #f5f5f5;
  padding: 40px;
  margin-top: -40px;
} */

.sub_main_btn {
  margin: 40px 0 0;
}

.sub_main_btn_main {
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background: #8992D3;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3e3f42;
  margin: 0 auto;
  width: 300px;
}

.sub_main_btn_main span {
  display: block;
  width: 100%;
  background-color: #3e3f42;
  color: #fff;
  font-weight: 600;
  letter-spacing: .1em;
  transition: color .15s ease-in-out, background .15s ease-in-out;
  position: relative;
  color: #fff;
  font-weight: 700 !important;
  font-size: 16px;
  padding: 8px 0;
}

.sub_main_btn_main span::after {
  content: "";
  background-image: url(images/icon_arrow-right.png);
  background-position: center;
  background-size: 20px;
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
}

.content_image {
  margin: 40px 0;
}

.content_image img {
  display: block;
  margin: 0 auto;
}

.sub_main_col2.right .sub_main_col2_item {
  padding-right: 0;
  padding-left: 20px;
}

.sub_main_col2.right .sub_main_col2_item:nth-child(2n) {
  padding-right: 20px;
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  .sub_main {
    padding: 0 0 40px;
  }
  .sub_main.contact {
    padding: 40px 0;
  }
  .sub_main_col2 {
    flex-direction: column-reverse;
    margin: 20px 0;
  }
  .sub_main_col2_item {
    width: 100%;
    padding-right: 0;
    margin-top: 20px;
  }
  .sub_main_col2.right {
    flex-direction: column-reverse;
  }
  .sub_main_col2_item:nth-child(2n) {
    padding-right: 0;
    padding-left: 0;
    margin-top: 20px;
  }
  .sub_main_col2.right .sub_main_col2_item {
    margin-top: 20px;
    padding-right: 0;
    padding-left: 0;
  }
  .sub_main_col2.right .sub_main_col2_item:nth-child(2n) {
    padding-right: 0;
    padding-left: 0;
    margin-top: 0;
  }
  .sub_main_btn {
    margin: 20px 0;
  }
  .sub_main_btn_main {
    position: relative;
    color: #fff;
    font-size: 1rem !important;
    font-weight: 700 !important;
    background: #8992D3;
  }
  .content_image {
    margin: 20px 0;
  }
  /* body .sub_main_col2 .sub_main_col2_item.text {
    padding: 20px;
    margin-top: 0;
  } */
}

/* ------------------------------------------
    sub_story
  ------------------------------------------ */

.sub_story {
  padding: 100px 0 0;
}

.sub_story .container {
  padding: 0 100px;
}

.sub_story_title {
  font-weight: bold;
  font-size: 40px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #8992D3;
  padding-bottom: 20px;
  position: relative;
  line-height: 1.3;
}

.sub_story_title::after {
  width: 100px;
  height: 3px;
  background-color: #3e3f42;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
}

.sub_story_main {
  margin-top: 40px;
}

.sub_story_main_year {
  position: relative;
  z-index: 0;
  padding-left: 84px;
}

.sub_story_main_year:first-child {
  margin-top: 0;
}

.sub_story_main_year::before {
  top: 36px;
  left: 81px;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
  background-color: #3e3f42;
  z-index: 1;
}

.sub_story_main_year:first-child::before {
  top: 0;
  left: 78px;
  width: 15px;
  height: 15px;
}

.sub_story_main_year::after {
  top: 41px;
  left: 84px;
  position: absolute;
  width: 50px;
  height: 1px;
  content: "";
  background-color: #3e3f42;
  z-index: 0;
}

.sub_story_main_year:first-child::after {
  top: 7px;
}

.sub_story_main_year_title {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.03em;
  line-height: 1;
  text-align: left;
  color: #8992D3;
  position: absolute;
  left: 0;
  top: 30px;
}

.sub_story_main_year_content {
  border-left: 3px #3e3f42 solid;
  padding-left: 80px;
  padding-top: 30px;
  display: flex;
}

.sub_story_main_year:first-child .sub_story_main_year_content {
  padding-top: 0;
}

.sub_story_main_year:first-child .sub_story_main_year_title {
  top: -4px;
}

.sub_story_main_year_content_month {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.7;
  text-align: left;
  color: #8992D3;
  width: 30px;
}

.sub_story_main_year_content_lists {
  width: calc(100% - 30px);
  padding-left: 24px;
}

.sub_story_main_year:first-child .sub_story_main_year_content .sub_story_main_year_content_month {
  position: relative;
  top: -7px;
}

.sub_story_main_year:first-child .sub_story_main_year_content:first-of-type .sub_story_main_year_content_month {
  position: relative;
  top: -7px;
}

.sub_story_main_year:first-child .sub_story_main_year_content .sub_story_main_year_content_lists {
  position: relative;
  top: -10px;
}

.sub_story_main_year:first-child .sub_story_main_year_content:first-of-type .sub_story_main_year_content_lists {
  position: relative;
  top: -10px;
}

.sub_story_main_year_content_lists_item {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.03em;
  text-align: left;
  color: #8992D3;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .sub_story {
    padding: 40px 0 0;
  }
  .sub_story .container {
    padding: 0;
  }
  .sub_story_title {
    font-size: 24px;
    padding: 0 0 20px;
  }
  .sub_story_main {
    margin-top: 20px;
  }
  .sub_story_main_year {
    position: relative;
    z-index: 0;
    padding-left: 58px;
  }
  .sub_story_main_year::before {
    top: 25px;
    left: 56px;
    width: 7px;
    height: 7px;
  }
  .sub_story_main_year:first-child::before {
    top: 0;
    left: 54px;
    width: 10px;
    height: 10px;
  }
  .sub_story_main_year::after {
    top: 28px;
    left: 58px;
    width: 35px;
  }
  .sub_story_main_year:first-child::after {
    top: 5px;
  }
  .sub_story_main_year_title {
    font-size: 15px;
    left: 0;
    top: 21px;
  }
  .sub_story_main_year_content {
    border-left: 3px #3e3f42 solid;
    padding-left: 46px;
    padding-top: 21px;
    display: flex;
  }
  .sub_story_main_year:first-child .sub_story_main_year_title {
    top: -2px;
  }
  .sub_story_main_year_content_month {
    font-size: 13px;
    width: 24px;
  }
  .sub_story_main_year_content_lists {
    width: calc(100% - 24px);
    padding-left: 12px;
  }
  .sub_story_main_year:first-child .sub_story_main_year_content .sub_story_main_year_content_month {
    top: -5px;
  }
  .sub_story_main_year:first-child .sub_story_main_year_content:first-of-type .sub_story_main_year_content_month {
    top: -5px;
  }
  .sub_story_main_year:first-child .sub_story_main_year_content .sub_story_main_year_content_lists {
    top: -5px;
  }
  .sub_story_main_year:first-child .sub_story_main_year_content:first-of-type .sub_story_main_year_content_lists {
    top: -8px;
  }
  .sub_story_main_year_content_lists_item {
    font-size: 14px;
  }
}

input {
  background-color: #fff;
  border: 1px solid #c8c8c8;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  padding: 0 20px;
  width: 100%;
}

textarea {
  background-color: #fff;
  border: 1px solid #c8c8c8;
  font-size: 14px;
  font-weight: 500;
  height: 200px;
  padding: 0 20px;
  width: 100%;
}

input[type='submit'] {
  background-color: #3e3f42;
  border: none;
  color: #fff;
  cursor: pointer;
  transition: .3s;
}

input[type='submit']:hover {
  opacity: .7;
}

.contact_main {
  max-width: 700px;
  margin: 0 auto;
}

.must {
  color: #dc3232;
  font-size: 14px;
  margin: 0 10px;
}

.wpcf7 form .wpcf7-response-output {
  font-size: 14px;
}

.contact_main_title {
  text-align: center;
}

/* ------------------------------------------
    sub_access
  ------------------------------------------ */

.sub_access {
  padding: 50px 0;
  background-image: url(../img/sub/sub_access_back.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub_access_main {
  max-width: 820px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.sub_access_main_text {
  width: calc(100% - 495px);
}

.sub_access_main_text_title {
  font-weight: bold;
  font-size: 40px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: left;
  color: #fff;
  padding-bottom: 20px;
  position: relative;
}

.sub_access_main_text_title::after {
  width: 100px;
  height: 3px;
  background-color: #3e3f42;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
}

.sub_access_main_text_desc {
  margin-top: 40px;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.03em;
  text-align: left;
  color: #fff;
}

.sub_access_main_text_desc+.sub_access_main_text_desc {
  margin-top: 20px;
}

.sub_access_main_text_btn {
  width: 200px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3e3f42;
  margin-top: 40px;
}

.sub_access_main_text_btn span {
  display: table;
  padding-right: 20px;
  background-image: url(../img/sub/sub_access_main_text_btn.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 10px 14px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.03em;
  text-align: left;
  margin: 0 auto;
  color: #fff;
}

.sub_access_main_map {
  padding-top: 291px;
  width: 495px;
  position: relative;
}

.sub_access_main_map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .sub_access {
    padding: 40px 0;
  }
  .sub_access_main {
    display: block;
  }
  .sub_access_main_text {
    width: 100%;
  }
  .sub_access_main_text_title {
    font-size: 24px;
    padding-bottom: 14px;
  }
  .sub_access_main_text_title::after {
    width: 80px;
  }
  .sub_access_main_text_desc {
    margin-top: 20px;
    font-size: 16px;
  }
  .sub_access_main_text_desc+.sub_access_main_text_desc {
    margin-top: 10px;
  }
  .sub_access_main_text_btn {
    width: 150px;
    height: 40px;
    margin-top: 20px;
  }
  .sub_access_main_text_btn {
    padding-right: 17px;
    background-size: 7px 12px;
    font-size: 13px;
  }
  .sub_access_main_map {
    padding-top: 300px;
    width: 100%;
    margin-top: 20px;
  }
}

/* ------------------------------------------
    sub_top_mv
  ------------------------------------------ */

.sub_top_mv {
  position: relative;
  width: 100%;
  background: url('../img/sub/sub_top_mv_back.jpg') center center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.sub_top_mv_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(24, 64, 131, 0.74);
  z-index: 1;
}

.sub_top_mv_inner {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 0;
}

.sub_top_mv_label {
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 12px;
  color: #fff;
  font-size: 28px;
  padding: 5px 64px;
  margin-bottom: 44px;
  margin-top: 34px;
  font-weight: 400;
  background: rgba(0, 0, 0, 0.12);
  letter-spacing: 0.12em;
}

.sub_top_mv_title {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.11em;
  margin-bottom: 40px;
  line-height: 1.22;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.12);
}

.sub_top_mv_features {
  width: 70vw;
  max-width: 1200px;
  background: rgba(182, 215, 255, 0.37);
  border-radius: 36px;
  margin: 0 auto;
  padding: 54px 38px 56px 68px;
  display: flex;
  justify-content: center;
}

.sub_top_mv_features_list {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #fff;
  font-size: 38px;
  font-weight: 500;
}

.sub_top_mv_features_list li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 1.3;
  letter-spacing: 0.12em;
  padding-left: 30px;
  background-image: url(../img/sub/sub_top_mv_features_list_icon.png);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 20px 18px;
}

.sub_top_mv_features_list li:last-child {
  margin-bottom: 0;
}

.sub_top_mv_features_icon {
  font-size: 44px;
  margin-right: 22px;
  display: flex;
  align-items: center;
}

.sub_top_mv_bottom {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.11em;
  margin-top: 20px;
  line-height: 1.22;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.12);
}

@media screen and (max-width: 767px) {
  .sub_top_mv {
    padding: 40px 0 40px 0;
  }
  .sub_top_mv_inner {
    padding: 0;
  }
  .sub_top_mv_label {
    font-size: 18px;
    padding: 7px 28px;
    margin-bottom: 22px;
    margin-top: 10px;
  }
  .sub_top_mv_title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .sub_top_mv_features {
    width: calc(100% - 40px);
    padding: 18px 7vw 28px 7vw;
    border-radius: 18px;
  }
  .sub_top_mv_features_list li {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .sub_top_mv_features_icon {
    font-size: 22px;
    margin-right: 10px;
  }
  .sub_top_mv_bottom {
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
  }
}

/* ------------------------------------------
    big_power
  ------------------------------------------ */

body .big_power {
  background-image: url(../img/sub/big_power_back.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
  margin: 60px 0 40px;
}

body .big_power_text {
  max-width: 1000px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-align: left;
  color: #8992D3;
}

@media screen and (max-width: 767px) {
  body .big_power {
    padding: 20px;
  }
  body .big_power_text {
    font-size: 24px;
  }
}

/* ------------------------------------------
    sub_power
  ------------------------------------------ */

body .sub_power {
  background: linear-gradient(to right, #9eeeee 0%, #0c4a8b 100%);
  padding: 40px 0;
  margin: 60px 0 40px;
}

body .sub_power_text {
  max-width: 1000px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 767px) {
  body .sub_power {
    padding: 20px;
  }
  body .sub_power_text {
    font-size: 24px;
  }
}

/* ------------------------------------------
    simple_big
  ------------------------------------------ */

body .content .simple_big {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #8992D3;
  display: block;
}

body .content .simple_big .simple_big_main {
  font-size: 56px;
  font-weight: 700;
  text-align: center;
  color: #8992D3;
  display: block;
}

@media screen and (max-width: 767px) {
  body .content .simple_big {
    font-size: 18px;
    text-align: center;
    color: #8992D3;
    display: block;
  }
  body .content .simple_big_main {
    font-size: 27px;
  }
}

/* ------------------------------------------
    blue_big
  ------------------------------------------ */

body .content .blue_big {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  display: block;
  text-align: center;
}

body .content .blue_big_main {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.6;
  color: #88D1D1;
  display: block;
  text-align: center;
}

@media screen and (max-width: 767px) {
  body .content .blue_big {
    font-size: 18px;
  }
  body .content .blue_big_main {
    font-size: 27px;
  }
}

/* ------------------------------------------
    top_step
  ------------------------------------------ */

.top_step {
  background: #fff;
  padding: 32px 0 38px 0;
}

.top_step_main {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 0;
  max-width: 1000px;
  margin: 0 auto;
  background: linear-gradient(120deg, #9eeeee 0%, #0c4a8b 100%);
  border-radius: 25px;
}

.top_step_main_spacer {
  width: 24px;
  background-color: #fff;
}

.top_step_card {
  flex: 1 1 0;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  min-width: 0;
  position: relative;
}

.top_step_card_header {
  position: absolute;
  top: 27px;
  right: 36px;
  text-align: center;
  z-index: 2;
}

.top_step_card_step_label {
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1;
  margin: 0;
}

.top_step_card_step_num {
  font-size: 32px;
  color: #fff;
  margin: 0;
  font-weight: bold;
  line-height: 0.85;
}

.top_step_card_img {
  width: 100%;
  height: 150px;
  background: #eaeaea;
  border-radius: 15px;
  margin: 42px auto 0 auto;
}

.top_step_card_title {
  color: #fff;
  font-size: 20px;
  margin: 60px 0 0 0;
  padding-bottom: 10px;
  line-height: 1.7;
  padding: 0;
}

.top_step_card_text {
  color: #fff;
  font-size: 15px;
  margin: 20px 0 0 0;
  padding-bottom: 10px;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .top_step {
    padding: 0 20px;
  }
  .top_step_main {
    flex-direction: column;
    gap: 0;
  }
  .top_step_main_spacer {
    height: 20px;
    width: 100%;
  }
  .top_step_card {
    width: 100%;
    margin: 0 auto;
  }
  .top_step_card_header {
    position: static;
    text-align: right;
    margin-bottom: 10px;
  }
  .top_step_card_img {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .top_step_card_title {
    color: #fff;
    font-size: 18px;
    margin: 20px 0 0 0;
    padding-bottom: 10px;
    line-height: 1.2;
  }
  .top_step_card_text {
    font-size: 14px;
    margin: 10px 0 0 0;
    padding-bottom: 10px;
  }
}

/* ------------------------------------------
    sub_top_access_main
  ------------------------------------------ */

.sub_top_access_main {
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
}

/* ------------------------------------------
    footer_menu
  ------------------------------------------ */

.sub_main_section.footer_menu {
  padding: 0 0 10px;
  margin: 0 auto;
  background-image: url(../img/sub/footer_menu_back.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .content a.top_contact_main_btn+.top_contact_main_btn {
    margin-top: 10px;
  }
}

/* ------------------------------------------
    price_first
  ------------------------------------------ */

:root {
  --accent: #b61b4b;
  /* 濃いワインレッド */
  --accent-dark: #9a123e;
  --text: #333;
  --bg: #ffffff;
  --muted: #8a8a8a;
  --shadow: 0 8px 20px rgba(0, 0, 0, .08);
}

.price_first_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 600px;
  margin: 40px auto 0;
  position: relative;
}

.price-offer {
  font-family: "Noto Sans JP", system-ui, -apple-system, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(280px, 1fr));
  align-items: stretch;
  background: radial-gradient(1200px 300px at -100px -100px, #f7f5f6 0%, #fff 60%) no-repeat;
  padding: 24px;
}

.price-offer__card {
  position: relative;
  background: var(--bg);
  border: 1px solid #eee;
  border-radius: 14px;
  padding: 22px 22px 26px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.price-offer__label {
  margin: 0 0 8px;
  font-weight: 700;
  letter-spacing: .02em;
  color: var(--text);
  font-size: 20px;
}

.price-offer__toprow {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

/* .price-offer__normal {
position: relative;
} */

.price-offer__normal::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 30px solid #b61b4a;
  border-right: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.price-offer__normal-cap {
  font-size: 16px;
  color: var(--muted);
  margin-right: 6px;
}

.price-offer__normal-price {
  font-size: 26px;
  font-weight: 800;
  color: #111;
  line-height: 1;
}

.price-offer__normal-price s {
  position: relative;
  text-decoration: none;
  color: #111;
}

.price-offer__normal-price s::after {
  content: "";
  position: absolute;
  left: -4px;
  right: -4px;
  top: 55%;
  height: 2px;
  background: #777;
  transform: rotate(-4deg);
  opacity: .7;
}

.price-offer__normal small {
  font-size: 12px;
  color: var(--muted);
  margin-left: 6px;
}

/* 円形バッジ */

.price-offer__badge {
  flex: 0 0 auto;
  width: 92px;
  height: 92px;
  border: 2px solid var(--accent);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  text-align: center;
  line-height: 1.05;
  font-weight: 800;
}

.price-offer__badge-small {
  font-size: 14px;
  margin-bottom: 2px;
}

.price-offer__badge-big {
  font-size: 22px;
  letter-spacing: .02em;
}

/* リボン */

.price-offer__ribbon {
  margin-top: 14px;
  display: inline-block;
  background: var(--accent);
  color: #fff;
  font-weight: 800;
  padding: 6px 14px;
  border-radius: 6px;
  letter-spacing: .08em;
  font-size: 20px;
}

/* メイン価格 */

.price-offer__mainprice {
  margin-top: 8px;
  display: flex;
  align-items: baseline;
  gap: 6px;
  flex-wrap: wrap;
}

.price-offer__yen {
  font-size: 40px;
  font-weight: 900;
  color: var(--accent);
  letter-spacing: .02em;
  line-height: 1;
}

.price-offer__yen-unit {
  font-size: 30px;
  font-weight: 800;
  color: var(--accent);
  line-height: 1.1;
}

.price-offer__tax {
  font-size: 14px;
  color: #a23;
  transform: translateY(2px);
}

.price-offer__ship {
  margin-left: 8px;
  background: var(--accent);
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  padding: 6px 10px;
  border-radius: 6px;
}

/* レスポンシブ */

@media (max-width:767px) {
  .price-offer {
    grid-template-columns: 1fr;
  }
  .price-offer__yen {
    font-size: 36px;
  }
  .price-offer__badge {
    width: 86px;
    height: 86px;
  }
  .price_first_box {
    display: table;
    max-width: 600px;
    margin: 40px auto 0;
    position: relative;
  }
  .price_first_item {
    margin-top: 45px;
  }
  .price-offer__normal::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 25px solid #b61b4b;
    border-bottom: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .price-offer__ribbon {
    font-size: 15px;
  }
}

.contact.privacy {
  padding-top: 80px;
}

@media (max-width:767px) {
  .contact.privacy {
    padding-top: 0;
  }
}