@charset "UTF-8";

/******************************************************
base */

html {
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
}

.l-page * {
  margin-block-start: 0;
  margin-block-end: 0;
  min-height: 0;
}
body {
  font-family: 'Satoshi', Verdana, 'Noto Sans JP', '游ゴシック', YuGothic,
    'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

/******************************************************
page */

/* l-page-header
*************/
.l-page-header {
  margin-top: 111px;
  padding: 0 0 88px 0;
  background: #fff;
}
.l-page-header__vessel {
  margin: 0 auto;
  max-width: 1180px;
  width: 90vw;
}
@media only screen and (max-width: 1199px) {
  .l-page-header {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-page-header {
    margin-top: 0;
    padding: 0 2rem 7.5rem 2rem;
  }
}

/* l-page
*************/
.l-page {
  padding: 0 5vw;
  background: #eef2f6;
  margin-top: 10vw;
}
.l-page__vessel {
  position: relative;
  top: -10vw;
  margin: 0 auto;
  max-width: 118rem;
  width: 90vw;
  padding: 1px 0 min(15.15vw, 15rem) 0;
}
@media screen and (max-width: 980px) {
  .l-page {
    padding: 0 5vw;
  }
  .l-page__vessel {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .l-page {
    padding: 0 2rem;
  }
  .l-page__vessel {
    padding-bottom: 5.2rem;
  }
}

/* l-breadcrumbs
*************/
.l-breadcrumbs {
  padding: 3rem 0 0 0;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.2rem;
  line-height: 1.5;
}
.l-breadcrumbs__items {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
}
.l-breadcrumbs__item {
  position: relative;
  padding-right: 44px;
}
.l-breadcrumbs__items .l-breadcrumbs__item:last-child {
  padding-right: 0;
}
.l-breadcrumbs__item::after {
  content: '';
  position: absolute;
  top: 3px;
  right: 20px;
  display: block;
  width: 6px;
  height: 10px;
  background: url(/wp-content/themes/invalance/assets/images/common/icn_breadcrumbs_01.svg)
    no-repeat;
  background-size: 6px 10px;
}
.l-breadcrumbs__items .l-breadcrumbs__item:last-child::after {
  display: none;
}
.l-breadcrumbs__a {
  color: rgba(0, 0, 0, 0.5);

  transition: opacity 0.3s ease;
}
.l-breadcrumbs__a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .l-breadcrumbs {
    padding-top: 1.6rem;
  }
  .l-breadcrumbs__a {
    transition: none;
  }
  .l-breadcrumbs__a:hover {
    opacity: 0;
  }
}

/* l-page-h-sub
*************/
.l-page-h-sub {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;

  margin-top: min(4.64vw, 6.5rem);
  color: #00D3AB;
  font-size: 1.6rem;
  line-height: 1.5;
}
.l-page-h-sub__no {
  padding: 0.1rem 0.5rem 0 0;
  font-family:'Satoshi Bold';
  font-weight: normal;
}
.l-page-h-sub__text {
  flex: 1;

  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .l-page-h-sub {
    margin-top: 2.9rem;
    font-size: 1.2rem;
  }
}

/* c-page-lower-h-lv2
*************/
.c-page-lower-h-lv2 {
  position: relative;
  padding: 0 0 0 1.4rem;
  color: #131839;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
}
.l-page-mat > .c-page-lower-h-lv2:first-child {
  margin-top: 0.6rem;
}
.c-page-text + .c-page-lower-h-lv2 {
  margin-top: min(2.57vw, 3.6rem);
}
.c-page-lower-h-lv2::before {
  content: '';
  position: absolute;
  top: 0.9rem;
  left: 0;
  display: block;
  width: 0.2rem;
  height: 1.8rem;
  background: #131839;
}
@media screen and (max-width: 767px) {
  .c-page-lower-h-lv2 {
    padding: 0 0 0 1rem;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .l-page-mat > .c-page-lower-h-lv2:first-child {
    margin-top: 0.1rem;
  }
  .c-page-text + .c-page-lower-h-lv2 {
    margin-top: 3.6rem;
  }
  .c-page-lower-h-lv2::before {
    content: '';
    position: absolute;
    top: 0.6rem;
    height: 1.6rem;
  }
}

/* l-page-h-lv1
*************/
.l-page-h-lv1 {
  color: #121838;
  font-size: clamp(2.4rem, 3.63vw, 3.6rem);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0;
}
.l-page-h-lv1 {
  margin-top: min(6.16vw, 6.1rem);
}
.l-page-h-sub + .l-page-h-lv1 {
  margin-top: min(0.64rem, 0.9rem);
}
@media screen and (max-width: 767px) {
  .l-page-h-lv1 {
    font-size: 2rem;
    line-height: 1.45;
  }
  .l-page-h-lv1 {
    margin-top: 2.9rem;
  }
  .l-page-h-sub + .l-page-h-lv1 {
    margin-top: 1rem;
  }
}

/* l-page-h-lo
*************/
.l-page-h-lo {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;

  margin-top: min(4.07vw, 5.7rem);
}
.l-page-h-lo .l-page-h-sub {
  margin-top: 0;
}
.l-page-h-lo__main {
  flex: 1;

  padding-right: 45px;
}
.l-page-h-lo__sub {
  color: #07D3AB;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.l-page-h-lo__head {
  color: #121838;
  font-size: clamp(2.4rem, 2.42vw, 3.4rem);
  font-weight: 700;
  line-height: 1.64;
}
.l-page-h-lo__sub + .l-page-h-lo__head {
  margin-top: 1.1rem;
}
.l-page-h-lo__side {
  padding: 3.4rem 0 0 0;

  width: 24.07%;
  min-width: 250px;
}
.l-page-h-lo__date {
  color: #121838;
  font-size: 1.6rem;
  font-family:'Satoshi Medium';
  font-weight: normal;
}
@media screen and (max-width: 990px) {
  .l-page-h-lo {
    display: block;
  }
  .l-page-h-lo__main {
    width: auto;
    padding-right: 0;
  }
  .l-page-h-lo__head {
    margin-bottom: 0;
  }
  .l-page-h-lo__side {
    padding: 2.8rem 0 0 0;
    width: auto;
    min-width: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-page-h-lo {
    margin-top: 3.0rem;
  }
  .l-page-h-lo__side {
    padding-bottom: 0.3rem;
  }
  .l-page-h-lo__sub {
    font-size: 1.2rem;
  }
  .l-page-h-lo__head {
    font-size: 2.0rem;
    line-height: 1.6;
  }
  .l-page-h-lo__sub + .l-page-h-lo__head {
    margin-top: 1.0rem;
  }
}

/* l-page-h-tag
*************/
.l-page-h-tag {
  margin-top: 1.3rem;
}
.l-page-h-tag__items {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;

  margin: -0.6rem 0 0 -0.6rem;
}
.l-page-h-tag__item {
  margin: 0.6rem 0 0 0.6rem;
}
.l-page-h-tag__box {
  display: flex;
  justify-content: center;
  align-items: center;

  padding: 0 0.5rem;
  border: 1px solid #B3B7C9;
  height: 22px;
  color: rgba(15, 25, 66, 0.62);
  font-size: 1.4rem;
  text-indent: 0.05em;
  letter-spacing: 0.05em;
}
a.l-page-h-tag__box {
  transition: opacity 0.3s ease;
}
@media (any-hover: hover){
  a.l-page-h-tag__box:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  a.l-page-h-tag__box {
    transition: none;
  }
  a.l-page-h-tag__box:hover {
    opacity: 1;
  }
}

/* l-page-mv
*************/
.l-page-mv {
  position: relative;
  z-index: 2;
}
.l-page-mv__img-sp {
  display: none;
}
.l-page-mv__img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .l-page-mv {
    margin-top: -6.8rem;
  }
  .l-page-mv__img-pc {
    display: none;
  }
  .l-page-mv__img-sp {
    display: inline-block;
  }
}

/* l-page-layout
*************/
.l-page-layout {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;

  /* margin-top: min(7.07vw, 7rem); */
}
@media screen and (max-width: 990px) {
  .l-page-layout {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .l-page-layout {
    margin-top: 1.7rem;
  }
}

/* l-page-main
*************/
.l-page-main {
  /* width: 72.22%; */
  flex: 1;
  /* padding-right: 3.214vw; */
  padding-right: 45px;
}
@media screen and (max-width: 990px) {
  .l-page-main {
    width: auto;
    padding-right: 0;
  }
}

/* l-page-side
*************/
.l-page-side {
  width: 24.07%;
  min-width: 250px;
}
@media screen and (max-width: 990px) {
  .l-page-side {
    width: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .l-page-side {
    padding: 6.36vw 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .l-page-side {
    padding: 4.3rem 0 0 0;
  }
}

/* l-page-share
*************/
.l-page-share {
  position: absolute;
  top: 3px;
  left: -94px;
  width: 32px;
  text-align: center;

  transform: translate3d(0, 0, 0);
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 2;
}
body.is-page-block-hidden .l-page-share {
  opacity: 0;
}
body.is-page-block-fixed-pre .l-page-share {
  transform: translate3d(0, -50%, 0);
  opacity: 0;
}
body.is-page-block-fixed .l-page-share {
  position: fixed;
  top: 142px;
  left: calc((100% - 1180px) / 2 - 94px);
}
.l-page-share__dt {
  font-size: 1.6rem;
}
.l-page-share__dd {
  padding-top: 27px;
}
.l-page-share__title {
  display: inline-block;
  letter-spacing: 0.2em;
  font-size: 15px;
  writing-mode: vertical-rl;
  font-weight: 700;
}
.l-page-share__item {
  position: relative;
}
.l-page-share__item + .l-page-share__item {
  margin-top: 13px;
}
.l-page-share__a {
  display: block;
  border-radius: 16px;
  width: 32px;
  height: 32px;
  cursor: pointer;

  transition: opacity 0.3s ease;
}
.l-page-share__item.is-facebook .l-page-share__a {
  background: url(/wp-content/themes/invalance/assets/images/common/icn_share_facebook_01.svg)
    no-repeat;
  background-size: 32px 32px;
}
.l-page-share__item.is-twitter .l-page-share__a {
  background: url(/wp-content/themes/invalance/assets/images/common/icn_share_twitter_01.svg)
    no-repeat;
  background-size: 32px 32px;
}
.l-page-share__item.is-line .l-page-share__a {
  background: url(/wp-content/themes/invalance/assets/images/common/icn_share_line_01.svg) no-repeat;
  background-size: 32px 32px;
}
.l-page-share__item.is-hatena .l-page-share__a {
  background: url(/wp-content/themes/invalance/assets/images/common/icn_share_hatena_01.svg)
    no-repeat;
  background-size: 32px 32px;
}
.l-page-share__item.is-link .l-page-share__a {
  background: url(/wp-content/themes/invalance/assets/images/common/icn_share_link_01.svg) no-repeat;
  background-size: 32px 32px;
}
.l-page-share__a:hover {
  opacity: 0.7;
}
.l-page-share__text {
  display: block;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
}
.l-page-share__item__copyStatus {
  background-color: #000;
  color: #fff;
  font-size: 14px;
  border-radius: 2px;
  position: absolute;
  top: 4px;
  left: 42px;
  white-space: nowrap;
  padding: 5px 8px;
  opacity: 0;
  transition: 0.3s ease opacity;
  pointer-events: none;
}
.is-copied + .l-page-share__item__copyStatus {
  opacity: 1;
  pointer-events: all;
  transition: 0.2s ease opacity;
}

@media screen and (min-width: 1373px) and (max-width: 1400px) {
  .l-page-share {
    position: absolute;
    left: -56px;
  }
  body.is-page-block-fixed .l-page-share {
    position: fixed;
    left: calc((100% - 1180px) / 2);
    margin-left: -56px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1372px) {
  .l-page-share {
    position: absolute;
    left: -3.8vw;
  }
  body.is-page-block-fixed .l-page-share {
    position: fixed;
    left: 1.4vw;
  }
}
/* @media screen and (max-width: 990px) {

} */

@media screen and (max-width: 990px) {
  .l-page-share {
    position: relative;
    top: auto;
    left: auto;
    width: auto;

    transition: none;
  }
  body.is-page-block-hidden .l-page-share {
    opacity: 1;
  }
  body.is-page-block-fixed-pre .l-page-share {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  body.is-page-block-fixed .l-page-share {
    position: relative;
    top: auto;
    left: auto;
  }
  .l-page-share__dt {
    font-size: 1.4rem;
  }
  .l-page-share__dd {
    padding-top: 1.4rem;
  }
  .l-page-share__title {
    letter-spacing: 0;
    writing-mode: horizontal-tb;
  }
  .l-page-share__items {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: row;

    margin: 0 -1rem;
  }
  .l-page-share__item + .l-page-share__item {
    margin: 0 0 0 2rem;
  }
  .l-page-share__a {
    transition: none;
  }
  .l-page-share__a:hover {
    opacity: 1;
  }
  .l-page-share__item__copyStatus {
    font-size: 12px;
    top: -30px;
    left: auto;
    transform: translateX(-34%);
    padding: 5px 8px;
  }
}

/* l-page-others
*************/
.l-page-others {
  position: relative;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 2;
}
body.is-page-block-hidden .l-page-others {
  opacity: 0;
}
body.is-page-block-fixed-pre .l-page-others {
  transform: translate3d(0, -50%, 0);
  opacity: 0;
}
body.is-page-block-fixed .l-page-others {
  position: fixed;
  top: 142px;
  right: calc((100% - 1180px) / 2);
  width: calc(1180px * 0.2407);
  min-width: 250px;
}
.l-page-others__vessel {
  padding: 24px 0 0 0;
  padding: min(2.42vw, 2.4rem) 0 0 0;
  background: url(/wp-content/themes/invalance/assets/images/common/line_dot_01.svg) repeat-x;
}
.l-page-others__head {
  color: #131839;
  font-size: min(1.81vw, 1.8rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.l-page-others__a {
  display: block;

  transition: opacity 0.3s ease;
}
.l-page-others__a:hover {
  opacity: 0.7;
}
.l-page-others__image {
  display: block;
  margin-top: min(3.03vw, 3rem);
}
.l-page-others__img {
  width: 100%;
  height: auto;
}
.l-page-others__title {
  display: block;
  margin-top: min(1.21vw, 1.2rem);
  color: #131839;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 991px) and (max-width: 1340px) {
  body.is-page-block-fixed .l-page-others {
    position: fixed;
    right: auto;
    left: calc(((100% - 160px) * 0.7593) + 80px);
    width: calc((100% - 160px) * 0.2407);
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .l-page-others__vessel {
    padding: 3.13vw 0 0 0;
  }
  .l-page-others__head {
    font-size: min(2.02vw, 2rem);
  }
  .l-page-others__items {
    margin-top: 3.93vw;
  }
  .l-page-others__item + .l-page-others__item {
    margin-top: 3.0rem;
  }
  .l-page-others__a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
  }
  .l-page-others__image {
    margin-top: 0;
    width: min(48.19%, 400px);
  }
  .l-page-others__title {
    margin-top: 0;
    padding: 0 0 0 4.04vw;
    font-size: min(2.02vw, 2rem);
  }
}
@media screen and (max-width: 990px) {
  .l-page-others {
    margin-top: 3.9rem;
  }
  body.is-page-block-fixed .l-page-others {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
  }
  body.is-page-block-hidden .l-page-others {
    opacity: 1;
  }
  body.is-page-block-fixed-pre .l-page-others {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .l-page-others {
    margin-top: 3.9rem;
    transition: none;
  }
  .l-page-others__vessel {
    padding: 2.6rem 0 0 0;
  }
  .l-page-others__head {
    font-size: 1.6rem;
  }
  .l-page-others__item + .l-page-others__item {
    margin-top: 2.0rem;
  }
  .l-page-others__a {
    transition: none;
  }
  .l-page-others__a:hover {
    opacity: 1;
  }
  .l-page-others__image {
    margin-top: 1.5rem;
  }
  .l-page-others__title {
    margin-top: 0.8rem;
  }
}

/* l-page-mat
*************/
.l-page-mat {
  padding: min(5.85vw, 5.8rem) min(4.55vw, 4.5rem) min(8.78vw, 8.7rem) min(4.55vw, 4.5rem);
  background: #fff;
}
@media screen and (max-width: 767px) {
  .l-page-mat {
    margin-left: -2rem;
    margin-right: -2rem;
    padding: 3.1rem 2rem 4.9rem 2rem;
  }
}

/* c-page-text
*************/
.c-page-text {
  color: #414660;
  font-size: 1.6rem;
  line-height: 2;
}
.c-page-text + .c-page-text {
  margin-top: min(1.57vw, 2.2rem);
}
.c-page-h-lv2 + .c-page-text {
  margin-top: min(6.86vw, 6.8rem);
}
.c-page-h-lv2-basic + .c-page-text {
  margin-top: min(2.57vw, 3.6rem);
}
.c-page-h-lv3 + .c-page-text {
  margin-top: min(2.57vw, 3.6rem);
}
.c-page-h-lv4 + .c-page-text {
  margin-top: min(0.92vw, 1.3rem);
}
.c-page-lower-h-lv2 + .c-page-text {
  margin-top: min(1.78vw, 2.5rem);
}
.c-page-check-list + .c-page-text {
  margin-top: min(1.78vw, 2.5rem);
}
.c-page-notes + .c-page-text {
  margin-top: min(1.78vw, 2.5rem);
}
.c-page-list-dot + .c-page-text {
  margin-top: min(2.42vw, 3.4rem);
}
.c-page-image + .c-page-text {
  margin-top: min(1.85vw, 2.6rem);
}
@media screen and (max-width: 767px) {
  .c-page-text {
    font-size: 1.4rem;
  }
  .c-page-text + .c-page-text {
    margin-top: 1.2rem;
  }
  .c-page-lower-h-lv2 + .c-page-text {
    margin-top: 1.7rem;
  }
  .c-page-lower-h-lv2-basic + .c-page-text {
    margin-top: 1.7rem;
  }
  .c-page-check-list + .c-page-text {
    margin-top: 1.7rem;
  }
  .c-page-notes + .c-page-text {
    margin-top: 1.7rem;
  }
  .c-page-list-dot + .c-page-text {
    margin-top: 2.4rem;
  }
  .c-page-image + .c-page-text {
    margin-top: 3.6rem;
  }
}

/* c-page-link
*************/
.c-page-link {
  font-size: 1.6rem;
  line-height: 1.8125;
  margin-top: min(2.28vw, 3.2rem);
}
@media screen and (max-width: 767px) {
  .c-page-link {
    font-size: 1.4rem;
    margin-top: 2.2rem;
  }
}

/* c-page-h-lv2
*************/
.c-page-h-lv2 {
  color: #131839;
  font-size: clamp(2.4rem, 2vw, 2.8rem);
  font-weight: 700;
  line-height: 1.5;
}
* + .c-page-h-lv2 {
  margin-top: min(8.28vw, 8.2rem);
}
.c-page-text + .c-page-h-lv2 {
  margin-top: min(6.86vw, 6.8rem);
}
.c-page-check-tag + .c-page-h-lv2 {
  margin-top: min(8.28vw, 8.2rem);
}
.c-page-h-lv2::after {
  content: '';
  margin-top: min(1.31vw, 13px);
  display: block;
  width: 100%;
  height: 1px;
  background: #131839;
}
.c-page-h-lv2.-basic::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-page-h-lv2 {
    font-size: 1.8rem;
    line-height: 1.38;
  }
  * + .c-page-h-lv2 {
    margin-top: 7.2rem;
  }
  .c-page-copy + .c-page-h-lv2 {
    margin-top: 7.6rem;
  }
  .c-page-accordion + .c-page-h-lv2 {
    margin-top: 6rem;
  }
  .c-page-check-tag + .c-page-h-lv2 {
    margin-top: 7.2rem;
  }
  .c-page-h-lv2::after {
    content: '';
    margin-top: 0.6rem;
  }
}

/* c-page-h-lv2-basic
*************/
.c-page-h-lv2-basic {
  color: #131839;
  font-size: clamp(2.4rem, 2vw, 2.8rem);
  font-weight: 700;
  line-height: 1.5;
}
* + .c-page-h-lv2-basic {
  margin-top: min(2.85vw, 5.5rem);
}
@media screen and (max-width: 767px) {
  .c-page-h-lv2-basic {
    font-size: 1.8rem;
    line-height: 1.38;
  }
  * + .c-page-h-lv2-basic {
    margin-top: 2rem;
  }
}

/* c-page-h-lv3
*************/
.c-page-h-lv3 {
  position: relative;
  padding: 0 0 0 18px;
  color: #131839;
  font-size: 24px;
  font-size: clamp(1.8rem, 2.42vw, 2.4rem);
  font-weight: 700;
  line-height: 1.5;
}
* + .c-page-h-lv3 {
  margin-top: min(6.76vw, 67px);
}
.c-page-h-lv2 + .c-page-h-lv3 {
  margin-top: min(5.05vw, 50px);
}
.c-page-check-tag + .c-page-h-lv3 {
  margin-top: min(6.76vw, 67px);
}
.c-page-h-lv3::after {
  content: '';
  position: absolute;
  top: 8px;
  top: clamp(0.6rem, 0.9vw, 0.9rem);
  left: 0;
  display: block;
  width: 4px;
  height: 19px;
  background: #131839;
}
@media screen and (max-width: 767px) {
  .c-page-h-lv3 {
    padding: 1px 0 0 14px;
    font-size: 1.6rem;
  }
  * + .c-page-h-lv3 {
    margin-top: 5.9rem;
  }
  .c-page-h-lv2 + .c-page-h-lv3 {
    margin-top: 3.2rem;
  }
  .c-page-check-tag + .c-page-h-lv3 {
    margin-top: 5.9rem;
  }
  .c-page-h-lv3::after {
    content: '';
    position: absolute;
    top: 0;
    height: calc(100% + 1px);
  }
}

/* c-page-h-lv4
*************/
.c-page-h-lv4 {
  position: relative;
  color: #383838;
  font-size: 20px;
  font-size: clamp(1.8rem, 1.42vw, 2rem);
  font-weight: 700;
  line-height: 1.6;
}
* + .c-page-h-lv4 {
  margin-top: min(2.64vw, 37px);
}
.c-page-h-lv3 + .c-page-h-lv4 {
  margin-top: min(5.05vw, 50px);
}
@media screen and (max-width: 767px) {
  .c-page-h-lv4 {
    font-size: 1.5rem;
  }
  * + .c-page-h-lv4 {
    margin-top: 2.2rem;
  }
  .c-page-h-lv3 + .c-page-h-lv4 {
    margin-top: 2.2rem;
  }
}

/* c-page-notes
*************/
.c-page-notes {
  color: #414660;
  font-size: 1.4rem;
  line-height: 1.5;
}
* + .c-page-notes {
  margin-top: 0.4rem;
}
.c-page-image + .c-page-notes {
  margin-top: 2.4rem;
}
.c-page-notes__item + .c-page-notes__item {
  margin-top: 0.3rem;
}
.c-page-notes__vessel {
  display: table;
  width: 100%;
}
.c-page-notes__text,
.c-page-notes__no {
  display: table-cell;
  vertical-align: top;
}
.c-page-notes__no {
  padding-right: 0.4rem;
  width: 1em;
  white-space: nowrap;
}
.c-page-notes__text {
  width: auto;
}
@media screen and (max-width: 767px) {
  .c-page-notes {
    font-size: 1.2rem;
  }
  * + .c-page-notes {
    margin-top: 0.7rem;
  }
  .c-page-notes__item + .c-page-notes__item {
    margin-top: 0.6rem;
  }
  .c-page-notes__no {
    padding-right: 0.2rem;
  }
}

/* c-page-image
*************/
.c-page-image {
  margin-inline: auto;
  padding: min(5.45vw, 5.4rem) min(6.36vw, 6.3rem);
  width: min(100%, 690px);
  background: #eaf0f8;
}
.c-page-image.-white {
  padding: 0 min(6.36vw, 6.3rem);
  background: #fff;
}
.c-page-image.-basic {
  padding: min(1.42vw, 2.0rem) min(2.85vw, 4.0rem);
  background: #fff;
}
* + .c-page-image {
  margin-top: min(2.92vw, 2.9rem);
}
.c-page-h-lv3 + .c-page-image {
  margin-top: min(2.92vw, 2.9rem);
}
.c-page-text + .c-page-image {
  margin-top: min(1.85vw, 2.6rem);
}
.c-page-image__img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-page-image {
    padding: 0.6rem 1rem;
  }
  .c-page-image.-full {
    padding: 0 1rem;
  }
  .c-page-image.-basic {
    padding: 0;
  }
  * + .c-page-image {
    margin-top: 1.7rem;
  }
  .c-page-h-lv3 + .c-page-image {
    margin-top: 1.7rem;
  }
  .c-page-text + .c-page-image {
    margin-top: 3.6rem;
  }
}

/* c-page-table
*************/
* + .c-page-table {
  margin-top: min(1.85vw, 2.6rem);
}
.c-page-table_scrollText {
  display: none;
}
.c-page-table table {
  border-top: 1px solid #D8DAD9;
  border-left: 1px solid #D8DAD9;
  width: 100%;
  background: #fff;
  table-layout: fixed;
}
.c-page-table tr {
  border-bottom: 1px solid #D8DAD9;
}
.c-page-table td,
.c-page-table th {
  padding: 1.4rem 1.9rem;
  border-right: 1px solid #D8DAD9;
  color: #131839;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  vertical-align: top;
}
.c-page-table thead th {
  background: #EEF2F6;
  font-weight: 700;
}
.c-page-table tbody th {
  background: rgba(238, 242, 246, 0.49);
  text-align: left;
}
@media screen and (max-width: 990px) {
  .c-page-table table {
    width: auto;
  }
  .c-page-table td,
  .c-page-table th {
    padding: 1.2rem 1.4rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  * + .c-page-table {
    margin-top: 2.6rem;
  }
  .c-page-table_scrollText {
    display: block;
    margin-bottom: 11px;
    color: #414660;
    font-size: 1.2rem;
    text-align: right;
  }
  .c-page-table.-scrollable .c-page-table__vessel {
    position: relative;
    width: 100%;
    overflow: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
  .c-page-table.-scrollable .c-page-table__inner {
    padding-bottom: 16px;
    max-width: 690px;
    white-space: nowrap;
  }
  .c-page-table.-scrollable .c-page-table__vessel::-webkit-scrollbar {
    height: 3px;
  }
  .c-page-table.-scrollable .c-page-table__vessel::-webkit-scrollbar-track {
    border-radius: 1.5px;
    background: #f0f0f0;
  }
  .c-page-table.-scrollable .c-page-table__vessel::-webkit-scrollbar-thumb {
    border-radius: 1.5px;
    background: #C7C7C7;
  }
}

/* c-page-list-dot
*************/
.c-page-list-dot {
  color: #414660;
  font-size: 1.6rem;
  line-height: 1.75;
}
* + .c-page-list-dot {
  margin-top: min(2.42vw, 3.4rem);
}
.c-page-list-dot__item {
  position: relative;
  padding-left: 21px;
}
.c-page-list-dot__item::before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-page-list-dot {
    font-size: 1.4rem;
  }
  * + .c-page-list-dot {
    margin-top: 2.4rem;
  }
}

/* c-page-caption
*************/
.c-page-caption {
  margin: 0.4rem auto 0 auto;
  width: min(100%, 690px);
  color: #414660;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 990px) {
  .c-page-caption {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-page-caption {
    margin-top: 1.0rem;
  }
}

/* c-page-author
*************/
.c-page-author {
  margin-top: min(4.28vw, 6.0rem);
  padding: 2.1rem 2.4rem 1.9rem 2.4rem;
  border: 1px solid #D8DAD9;
  border-radius: 4px;
  font-size: 1.6rem;
  line-height: 1.87;
  letter-spacing: 0.02em;
}
.c-page-author__name {
  color: #121838;
  font-weight: 700;
}
.c-page-author__text {
  margin-top: 0.4rem;
  color: #414660;
}
@media screen and (max-width: 767px) {
  .c-page-author {
    margin-top: 4.0rem;
    padding: 1.4rem;
    font-size: 1.4rem;
  }

}

/* c-page-sub-data
*************/
.c-page-sub-data {
  color: #000;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
}
* + .c-page-sub-data {
  margin-top: min(4.57vw, 6.4rem);
}
@media screen and (max-width: 767px) {
  * + .c-page-sub-data {
    margin-top: 4.0rem;
  }
}

/* c-page-check-list
*************/
.c-page-check-list {
  color: #121838;
  font-size: clamp(1.5rem, 2.02vw, 2rem);
  line-height: 1.5;
  font-weight: 700;
}
* + .c-page-check-list {
  margin-top: min(4.34vw, 4.3rem);
}
.c-page-sub-data + .c-page-check-list {
  margin-top: min(0.5vw, 0.7rem);
}
.c-page-image + .c-page-check-list {
  margin-top: min(4.34vw, 4.3rem);
}
.c-page-check-list__item {
  position: relative;
  padding-left: 38px;
}
.c-page-check-list__item::before {
  content: '';
  position: absolute;
  top: 6px;
  top: clamp(0.45rem, 0.6vw, 0.6rem);
  left: 0;
  display: block;
  width: 25px;
  height: 21px;
  background: url(/wp-content/themes/invalance/assets/images/common/icn_list_check_01.svg) no-repeat;
  background-size: 25px 21px;
}
.c-page-check-list__item + .c-page-check-list__item {
  margin-top: clamp(1.05rem, 1.41vw, 1.4rem);
}
.c-page-check-list__strong {
  position: relative;
  border-bottom: 5px solid #00d3ab;
  padding-bottom: 2px;
}

@media screen and (max-width: 767px) {
  .c-page-check-list {
    font-size: 1.5rem;
    line-height: 1.43;
  }
  * + .c-page-check-list {
    margin-top: 1.8rem;
  }
  .c-page-sub-data + .c-page-check-list {
    margin-top: 1.0rem;
  }
  .c-page-image + .c-page-check-list {
    margin-top: 1.8rem;
  }
  .c-page-check-list__item {
    padding-left: 3rem;
  }
  .c-page-check-list__item::before {
    content: '';
    position: absolute;
    top: 1px;
    width: 20px;
    height: 17px;
    background: url(/wp-content/themes/invalance/assets/images/common/icn_list_check_01.svg)
      no-repeat;
    background-size: 20px 17px;
  }
  .c-page-check-list__item + .c-page-check-list__item {
    margin-top: 1rem;
  }
  .c-page-check-list__strong {
    padding-bottom: 0;
    border-bottom-width: 3px;
  }
}
/* c-page-check-tag
*************/
.c-page-check-tag {
  color: #383838;
  font-size: clamp(1.5rem, 1.81vw, 1.8rem);
  line-height: 1.5;
}
* + .c-page-check-tag {
  margin-top: min(2.92vw, 2.9rem);
}
.c-page-check-list + .c-page-check-tag {
  margin-top: min(2.92vw, 2.9rem);
}
.c-page-notes + .c-page-check-tag {
  margin-top: min(2.78vw, 3.9rem);
}
.c-page-check-tag__a {
  position: relative;
  display: block;
  padding: 0 0 0 clamp(6.5rem, 8.18vw, 8.1rem);
  color: #1a1a1a;

  cursor: pointer;
  transition: opacity 0.3s ease;
}
.c-page-check-tag__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 71px;
  width: clamp(5.5rem, 7.17vw, 7.1rem);
  height: auto;
}
.c-page-check-tag__text {
  font-size: clamp(1.5rem, 1.81vw, 1.8rem);
  font-weight: 700;
  color: #121838;
  text-decoration: underline;
  transition: 0.2s ease;
}
@media (any-hover: hover) {
  .c-page-check-tag__a:hover .c-page-check-tag__text {
    /* opacity: 0.7; */
    color: #07d3ab;
  }
}
@media screen and (max-width: 767px) {
  .c-page-check-tag {
    font-size: 1.4rem;
  }
  * + .c-page-check-tag {
    margin-top: 1.4rem;
  }
  .c-page-check-list + .c-page-check-tag {
    margin-top: 1.4rem;
  }
  .c-page-notes + .c-page-check-tag {
    margin-top: 3.1rem;
  }
  .c-page-check-tag__a {
    margin-top: 2px;
    padding: 0 0 0 60px;

    transition: none;
  }
  .c-page-check-tag__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 20px;
  }
}

/* c-page-accordion
*************/
.c-page-accordion {
  border: 1px solid #d8dadb;
  border-radius: 4px;
  margin-top: min(3.42vw, 4.8rem);
}
.c-page-accordion.is-open {
  padding-bottom: 30px;
}
.c-page-accordion-title {
  display: flex;
  align-items: center;
  color: #131839;
  font-size: 1.8rem;
  font-weight: 700;
}
.c-page-accordion-title + .c-page-h-lv3 {
  margin-top: min(2.85vw, 4rem);
}
.c-page-accordion-title i {
  display: inline-block;
  margin-right: 10px;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background: url(/wp-content/themes/invalance/assets/images/glow/demerit/icn_demerit_check_01.svg)
    no-repeat center;
  background-color: #00d3ab;
}
.c-page-accordion-content {
  height: 0;
  overflow: hidden;
  transition: height 0.5s ease-in-out;
  transition: height 0.68s cubic-bezier(0.64, 0.12, 0, 0.99);
}
.c-page-accordion.is-open .c-page-accordion-content {
  height: auto;
}
.c-page-accordion-contentInner {
  padding: min(3.42vw, 4.8rem) min(2.85vw, 4rem);
}
.c-page-accordion-button {
  cursor: pointer;
  color: #131839;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-page-accordion-buttonInner {
  width: 171px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.c-page-accordion-button .c-linkHover04-03__arrowWrap {
  transform: rotate(90deg);
  width: 22px;
  height: 22px;
}
.is-open .c-page-accordion-button .c-linkHover04-03__arrowWrap {
  transform: rotate(-90deg);
}
.js-page-accordion-buttonText {
  white-space: nowrap;
  /* width: 10px; */
  background: linear-gradient(#01c7a0, #01c7a0) 100% 100% /0 1px no-repeat;
  transition: background-size 0.3s ease, color 0.2s ease;
  margin-left: 10px;
  text-align: left;
  padding: 4px 0;
}
.c-page-accordion.is-open .c-page-accordion-button i {
  transform: rotate(-90deg);
}
.l-page-accordion-notes {
  margin-top: min(2.28vw, 3.2rem);
  color: #414660;
  font-size: 1.4rem;
  line-height: 1.85;
}
@media (any-hover: hover) {
  .c-page-accordion-button:hover .c-linkHover04-03__arrow::before {
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s,
      opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    opacity: 0;
    transform: translateX(101%);
  }

  .c-page-accordion-button:hover .c-linkHover04-03__arrow::after {
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
    transform: translateX(0);
  }

  .c-page-accordion-button:hover .js-page-accordion-buttonText {
    background-position: 0 100%;
    background-size: 100% 1px;
    color: #07d3ab;
  }
}

@media screen and (max-width: 767px) {
  .c-page-accordion {
    margin-top: 2.2rem;
  }
  .c-page-accordion-contentInner {
    padding: 2.8rem 1.9rem 1rem 1.9rem;
  }
  .c-page-accordion-title {
    font-size: 1.6rem;
  }
  .c-page-accordion .c-page-accordion-title + .c-page-h-lv3 {
    margin-top: 2.4rem;
  }
  .c-page-accordion .c-page-h-lv3 + .c-page-text {
    margin-top: 1.6rem;
  }
  .c-page-accordion * + .c-page-h-lv3 {
    margin-top: 4.5rem;
  }
  .c-page-accordion.is-open {
    padding-bottom: 0.5rem;
  }
  .c-page-accordion-buttonInner {
    width: auto;
    justify-content: center;
  }
  .js-page-accordion-buttonText {
    width: auto;
  }
}

/* l-page-modal
*************/
.l-page-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;

  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.l-page-modal.is-active {
  opacity: 1;
  pointer-events: auto;
}
.l-page-modal__wrapper {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* padding: 8rem; */
  width: 100%;
  height: 100%;

  /* display: grid;
	place-items: center; */
}
.l-page-modal__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 130%;
  background: rgba(26, 26, 26, 0.5);
  z-index: 102;
  cursor: pointer;
}

.l-page-modal__vessel {
  width: 80%;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  /* max-width: min(70vw,980px) ; */
  /* height: calc(100dvh - 16rem); */
  max-height: 80%;
  z-index: 103;
  background: #fff;
}

.l-page-modal__inner {
  width: 100%;
  max-height: 80vh;
  max-height: 80dvh;
  /* overflow-y: scroll; */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  overscroll-behavior: contain;
  background: #fff;
  position: relative;
  padding: calc(8rem - 1px) 8rem 8rem 8rem;
}

@media screen and (min-width: 768px) and (max-width: 990px) {
  .l-page-modal__wrapper {
    padding: 8.08vw;
  }
  .l-page-modal__vessel {
    max-width: none;
    height: calc(100dvh - 16.16vw);
  }
  .l-page-modal__inner {
    padding: calc(8.08vw - 1px) 8.08vw 8.08vw 8.08vw;
  }
}
@media screen and (max-width: 767px) {
  .l-page-modal {
    height: 100dvh;
  }
  .l-page-modal__wrapper {
    padding: 3rem 2rem;
  }
  .l-page-modal__vessel {
    max-width: none;
    height: calc(100dvh - 6rem);
  }
  .l-page-modal__inner {
    padding: calc(7.2rem - 1px) 2rem 2rem 2rem;
  }
}

/* l-page-modal-close
*************/
.l-page-modal-close {
  position: fixed;
  top: 32px;
  right: 32px;
  text-indent: -9999px;
  overflow: hidden;
}
.l-page-modal-close__a {
  display: block;
  width: 40px;
  height: 40px;
  background: url(/wp-content/themes/invalance/assets/images/common/btn_close_01.svg) no-repeat;
  background-size: 40px 40px;

  cursor: pointer;
  transition: opacity 0.3s ease;
}
.l-page-modal-close__a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .l-page-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .l-page-modal-close__a {
    width: 35px;
    height: 35px;
    background: url(/wp-content/themes/invalance/assets/images/common/btn_close_01.svg) no-repeat 0
      0;
    background-size: 35px 35px;

    overflow: visible;
    transition: none;
  }
  .l-page-modal-close__a:hover {
    opacity: 1;
  }
}

/* l-page-modal-h-lv2
*************/
.l-page-modal-h-lv2 {
  position: relative;
  padding: 0 0 0 clamp(5.8rem, 8.78vw, 8.7rem);
  color: #1a1a1a;
  font-size: clamp(1.6rem, 2.42vw, 2.4rem);
  font-weight: 700;
  line-height: 1.5;
}
.l-page-modal-h-lv2__img {
  position: absolute;
  top: 8px;
  left: 0;
  width: clamp(4.2rem, 6.36vw, 6.3rem);
  height: auto;
}
@media screen and (max-width: 767px) {
  .l-page-modal-h-lv2 {
    padding: 0 0 0 60px;
    font-size: 1.6rem;
    font-weight: 400;
  }
  .l-page-modal-h-lv2__img {
    position: absolute;
    top: 1px;
    left: 0;
    width: 50px;
    height: 20px;
  }
}

/* l-page-modal-text
*************/
.l-page-modal-text {
  color: #1a1a1a;
  font-size: 1.6rem;
  line-height: 1.81;
}
* + .l-page-modal-text {
  margin-top: min(2.62vw, 2.6rem);
}
.l-page-modal-h-lv2 + .l-page-modal-text {
  margin-top: min(3.83vw, 3.8rem);
}
.l-page-modal-text + .l-page-modal-text {
  margin-top: min(2.62vw, 2.6rem);
}
.l-page-modal-notes + .l-page-modal-text {
  margin-top: min(3.03vw, 3rem);
}

@media screen and (max-width: 767px) {
  .l-page-modal-text {
    font-size: 1.4rem;
    line-height: 1.64;
  }
  * + .l-page-modal-text {
    margin-top: 1.3rem;
  }
  .l-page-modal-h-lv2 + .l-page-modal-text {
    margin-top: 3.1rem;
  }
  .l-page-modal-text + .l-page-modal-text {
    margin-top: 1.3rem;
  }
  .l-page-modal-notes + .l-page-modal-text {
    margin-top: 1.3rem;
  }
}

/* l-page-modal-image
*************/
.l-page-modal-imageWrap {
  text-align: center;
  margin: 4rem 0 1.4rem 0;
}
.l-page-modal-image {
  width: 55%;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .l-page-modal-image {
    width: 100%;
  }
}

/* l-page-modal-notes
*************/
.l-page-modal-notes {
  color: #1a1a1a;
  font-size: 1.4rem;
  line-height: 1.5;
}
* + .l-page-modal-notes {
  margin-top: min(0.8vw, 0.8rem);
}
.l-page-modal-text + .l-page-modal-notes {
  margin-top: min(0.8vw, 0.8rem);
}
@media screen and (max-width: 767px) {
  .l-page-modal-notes {
    line-height: 1.64;
  }
  * + .l-page-modal-notes {
    margin-top: 6px;
  }
  .l-page-modal-text + .l-page-modal-notes {
    margin-top: 6px;
  }
}

/* デメリット */
/* div.l-page-demerit */
div.l-page-demerit .c-page-h-lv2 + .c-page-text {
  margin-top: min(3.42vw, 4.8rem);
}

div.l-page-demerit .c-page-text + .c-page-text {
  margin-top: min(2vw, 2.8rem);
}
div.l-page-demerit .c-page-list {
  margin-top: min(2.28vw, 3.2rem);
  color: #131839;
  font-size: 1.6rem;
  line-height: 1.8125;
  font-weight: 700;
}
div.l-page-demerit .c-page-list + .c-page-text {
  margin-top: min(2.28vw, 3.2rem);
}

/* .l-page-modal-text + .l-page-modal-notes {
  margin-top: min(0.8vw, 0.8rem);
} */

/* c-page-index-h-lv2
*************/
.c-page-copy + .c-page-index-h-lv2 {
  margin-top: min(4.14vw, 5.8rem);
}
.c-page-index + .c-page-index-h-lv2 {
  margin-top: min(4.07vw, 5.7rem);
}
.c-page-index-h-lv2 {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
}
.c-page-index-h-lv2__no {
  padding: min(0.2vw, 0.3rem) 1.2rem 0 0;
  color: #00D3AB;
  font-size: clamp(2.0rem, 1.71vw, 2.4rem);
  line-height: 1.5;
  font-family:'Satoshi Bold';
  font-weight: normal;
}
.c-page-index-h-lv2__text {
  flex: 1;

  color: #121838;
  font-size: clamp(2.0rem, 1.85vw, 2.6rem);
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-page-copy + .c-page-index-h-lv2 {
    margin-top: 6.9rem;
  }
  .c-page-index + .c-page-index-h-lv2 {
    margin-top: 4.0rem;
  }
  .c-page-index-h-lv2__no {
    padding: 0.1rem 0.9rem 0 0;
    font-size: 1.8rem;
  }
  .c-page-index-h-lv2__text {
    font-size: 1.8rem;
  }
}

/* c-page-index
*************/
.c-page-index {
  margin-top: min(2.78vw, 3.9rem);
}
.c-page-text + .c-page-index {
  margin-top: min(4vw, 5.6rem);
}
.c-page-index__item {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;

  padding: 0 0 min(2.85vw, 4.0rem) 0;
  border-bottom: 1px solid #CCD7E2;
}
.c-page-index__item + .c-page-index__item {
  margin-top: min(2.85vw, 4.0rem);
}
.c-page-index__main {
  flex: 1;

  padding: 0 0 0 min(1.78vw, 2.5rem);
}
.c-page-index__head {
  color: #131839;
  font-size: clamp(1.8rem, 1.57vw, 2.2rem);
  font-weight: 700;
  line-height: 1.45;
}
.c-page-index__text {
  margin-top: min(1.07vw, 1.5rem);
  color: #414660;
  font-size: 1.6rem;
  line-height: 2;

	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-page-index {
    margin-top: 1.8rem;
  }
  .c-page-text + .c-page-index {
    margin-top: 2.8rem;
  }
  .c-page-index__item {
    display: block;

    padding: 0 0 2.0rem 0;
  }
  .c-page-index__item + .c-page-index__item {
    margin-top: 2.0rem;
  }
  .c-page-index__main {
    padding: 1.1rem 0 0 0;
  }
  .c-page-index__head {
    display: none;
  }
  .c-page-index__text {
    margin-top: 0;
    font-size: 1.4rem;
  }
}

/* c-page-index-image
*************/
.c-page-index-image {
  width: min(20vw, 28rem);
  line-height: 0;
}
.c-page-index-image__a {
  display: block;
  transition: opacity 0.3s ease;
}
.c-page-index-image__a:hover {
  opacity: 0.7;
}
.c-page-index-image__img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-page-index-image {
    width: auto;
  }
  .c-page-index-image__a {
    transition: none;
  }
  .c-page-index-image__a:hover {
    opacity: 1;
  }
}

/* c-page-index-link
*************/
.c-page-index-link {
  margin-top: min(0.92vw, 1.3rem);
  text-align: right;
}
.c-page-index-link__a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 3.0rem;
  color: #121838;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;

  transition: opacity 0.3s ease;
}
.c-page-index-link__a:hover {
  opacity: 0.7;
}
.c-page-index-link__a::before {
  content: '';
  position: absolute;
  top: 0.2rem;
  left: 0;
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  background: url(/wp-content/themes/invalance/assets/images/glow/merit/icn_link_01.svg) no-repeat;
  background-size: 2.2rem 2.2rem;
}
@media screen and (max-width: 767px) {
  .c-page-index-link {
    margin-top: 1.2rem;
  }
  .c-page-index-link__a {
    padding: 0 0 0 3.2rem;
    font-size: 1.4rem;

    transition: none;
  }
  .c-page-index-link__a:hover {
    opacity: 1;
  }
  .c-page-index-link__a::before {
    content: '';
    position: absolute;
    top: -1px;
  }
}

/* c-page-h-voice
*************/
.c-page-h-voice {
  color: #131839;
  font-size: clamp(2.0rem, 1.85vw, 2.6rem);
  font-weight: 700;
  line-height: 1.5;
}
* + .c-page-h-voice {
  margin-top: min(4.5rem, 6.3rem);
}
@media screen and (max-width: 767px) {
  .c-page-h-voice {
    font-size: 2.0rem;
  }
  * + .c-page-h-voice {
    margin-top: 4.0rem;
  }
}

/* c-page-voice
*************/
.c-page-voice {
  padding: 2.1rem 2.4rem 2.5rem 2.4rem;
  padding: min(1.5vw, 2.1rem) min(1.71vw, 2.4rem) min(1.78vw, 2.5rem) min(1.71vw, 2.4rem);
  border: 1px solid #D8DAD9;
  border-radius: 4px;
}
.c-page-h-voice + .c-page-voice {
  margin-top: min(2.07vw, 2.9rem);
}
.c-page-voice + .c-page-voice {
  margin-top: min(2.14vw, 3.0rem);
}
.c-page-voice__head {
  color: #121838;
  font-size: clamp(1.8rem, 1.42vw, 2.0rem);
  font-weight: 700;
  line-height: 1.68;
}
.c-page-voice__text {
  color: rgba(65, 70, 96, 0.8);
  font-size: 1.6rem;
  line-height: 1.75;
}
.c-page-voice__head + .c-page-voice__text {
  margin-top: min(0.78vw, 1.1rem);
}
@media screen and (max-width: 767px) {
  .c-page-voice {
    padding: 1.8rem 1.9rem 1.9rem 1.9rem;
  }
  .c-page-h-voice + .c-page-voice {
    margin-top: 3.1rem;
  }
  .c-page-voice + .c-page-voice {
    margin-top: 2.0rem;
  }
  .c-page-voice__head {
    font-size: 1.6rem;
  }
  .c-page-voice__text {
    font-size: 1.4rem;
    line-height: 2;
  }
  .c-page-voice__head + .c-page-voice__text {
    margin-top: 0.7rem;
  }
}

/* c-page-voice-profile
*************/
.c-page-voice-profile {
  display: table;

  margin-top: min(1vw, 1.4rem);
}
@media (any-hover: hover) {
  .c-page-voice-profile {
    transition: opacity 0.3s ease;
  }
  .c-page-voice-profile:hover {
    opacity: .7;
  }
}
.c-page-voice-profile__main,
.c-page-voice-profile__image {
  display: table-cell;
  vertical-align: middle;
}
.c-page-voice-profile__image {
  width: 5.6rem;
  line-height: 0;
}
.c-page-voice-profile__img {
  width: 100%;
  height: auto;
}
.c-page-voice-profile__main {
  padding: 0.2rem 0 0 1.6rem;
  color: #121838;
}
.c-page-voice-profile__name {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.c-page-voice-profile__job {
  margin-top: -0.1rem;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-page-voice-profile {
    margin-top: 1.0rem;
  }
  .c-page-voice-profile__image {
    width: 5.0rem;
  }
  .c-page-voice-profile__main {
    padding-left: 1.2rem;
  }
  .c-page-voice-profile__name {
    font-size: 1.4rem;
  }
  .c-page-voice-profile__job {
    margin-top: 0;
    font-size: 1.2rem;
  }
}

/* c-page-paging
*************/
.c-page-paging {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;

  margin-top: min(5vw, 7.0rem);
}
.c-page-paging__next {
  text-align: right;
}
.c-page-paging__a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 3.0rem;
  color: #121838;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;

  transition: opacity 0.3s ease;
}
.c-page-paging__a:hover {
  opacity: 0.7;
}
.c-page-paging__a.-next {
  padding: 0 3.0rem 0 0;
}
.c-page-paging__a::before {
  content: '';
  position: absolute;
  top: 0.2rem;
  left: 0;
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  background: url(/wp-content/themes/invalance/assets/images/glow/merit/icn_link_prev_01.svg) no-repeat;
  background-size: 2.2rem 2.2rem;
}
.c-page-paging__a.-next::before {
  content: '';
  left: auto;
  right: 0;
  background: url(/wp-content/themes/invalance/assets/images/glow/merit/icn_link_01.svg) no-repeat;
  background-size: 2.2rem 2.2rem;
}
.c-page-paging__text {
  display: inline-block;
  margin-top: 1rem;

  color: #131839;
  font-size: 1.4rem;
  line-height: 1.5;

  width: 14ch;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  .c-page-paging {
    margin-top: 4.0rem;
  }
  .c-page-paging__next,
  .c-page-paging__prev {
    width: calc((100% - 3.5rem) / 2);
  }
  .c-page-paging__a {
    padding-top: 0.1em;
    font-size: 1.4rem;

    transition: none;
  }
  .c-page-paging__a:hover {
    opacity: 1;
  }
  .c-page-paging__a::before {
    content: '';
    position: absolute;
    top: 0.2rem;
  }
  .c-page-paging__a.-next {
    padding-top: 0.1em;
  }
  .c-page-paging__a.-next::before {
    content: '';
  }
  .c-page-paging__text {
    text-align: left;

    width: auto;
    overflow: visible;
    white-space: normal;
    text-overflow: clip;
  }
}

/* c-page-back-to-index
*************/
.c-page-back-to-index {
  display: flex;
  justify-content: center;

  margin-top: min(4.5vw, 6.3rem);
}
.c-page-author + .c-page-back-to-index {
  margin-top: min(3.64vw, 5.1rem);
}
.c-page-back-to-index__a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 3.0rem;
  color: #121838;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;

  transition: opacity 0.3s ease;
}
.c-page-back-to-index__a:hover {
  opacity: 0.7;
}
.c-page-back-to-index__a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  background: url(/wp-content/themes/invalance/assets/images/glow/merit/icn_link_01.svg) no-repeat;
  background-size: 2.2rem 2.2rem;
}
@media screen and (max-width: 767px) {
  .c-page-back-to-index {
    margin-top: 3.9rem;
  }
  .c-page-author + .c-page-back-to-index {
    margin-top: 3.9rem;
  }
  .c-page-back-to-index__a {
    font-size: 1.4rem;

    transition: none;
  }
  .c-page-back-to-index__a:hover {
    opacity: 1;
  }
}

/* c-page-owner-h
*************/
.c-page-owner-h {
  margin-top: 6.2rem;
  color: #131839;
  font-size: clamp(1.8rem, 2.42vw, 2.4rem);
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-page-owner-h {
    margin-top: 5.7rem;
    font-size: 1.6rem;
  }
}

/* c-page-owner
*************/
.c-page-owner {
  margin-top: 2.9rem;
  border-top: 1px solid #D8DAD9;
}
.c-page-owner__box {
  padding: 2.8rem 0 2.8rem 0;
  border-bottom: 1px solid #D8DAD9;
}
.c-page-owner__h {
  color: #121838;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
* +.c-page-owner__text {
  margin-top: 1.3rem;
}
.c-page-owner__text {
  color: #414660;
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .c-page-owner {
    margin-top: 1.9rem;
  }
  .c-page-owner__box {
    padding: 2.0rem 0 2.0rem 0;
  }
  .c-page-owner__h {
    font-size: 1.6rem;
  }
  * +.c-page-owner__text {
    margin-top: 0.9rem;
  }
  .c-page-owner__text {
    font-size: 1.4rem;
    line-height: 1.71;
  }
}

/* c-page-owner-profile
*************/
.c-page-owner-profile {
  display: inline-flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;

  margin-top: 1.4rem;
}
.c-page-owner-profile__image {
  width: 56px;
  min-width: 56px;
  line-height: 0;
}
.c-page-owner-profile__img {
  width: 100%;
  height: auto;
}
.c-page-owner-profile__main {
  align-self: center;

  padding: 0.2rem 0 0 1.6rem;
}
.c-page-owner-profile__name {
  color: #121838;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.c-page-owner-profile__title {
  margin-top: -1px;
  color: #121838;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-page-owner-profile {
    margin-top: 1.3rem;
  }
  .c-page-owner-profile__main {
    padding-left: 1.2rem;
  }
  .c-page-owner-profile__name {
    font-size: 1.4rem;
  }
  .c-page-owner-profile__title {
    font-size: 1.2rem;
  }
}
@media (any-hover: hover) {
  .c-page-owner-profile {
    transition: opacity 0.3s ease;
  }
  .c-page-owner-profile:hover {
    opacity: .7;
  }
}