@charset "UTF-8";
/* ----------------------------------------------------------
 media query
---------------------------------------------------------- */
/* max-width */
/* min-width */
/* ----------------------------------------------------------
 color
---------------------------------------------------------- */
/* ==========================================================================
MVV・パーパス策定
========================================================================== */
#mvvpurpose {
  /* ロゴ
  ----------------------------------------- */
  /* ページヘッダー
  ----------------------------------------- */
  /* Message
  ----------------------------------------- */
  /* About
  ----------------------------------------- */
  /* Flow
  ----------------------------------------- */
  /* Study
  ----------------------------------------- */
  /* Plan
  ----------------------------------------- */
  /* Features
  ----------------------------------------- */
}
#mvvpurpose #logo_wrap {
  width: 202px;
}
@media screen and (max-width:767px) {
  #mvvpurpose #logo_wrap {
    width: 170px !important;
  }
}
#mvvpurpose #footer_logo {
  width: 268px;
}
@media screen and (max-width:767px) {
  #mvvpurpose #footer_logo {
    width: 150px !important;
  }
}
@media screen and (max-width:960px) {
  #mvvpurpose #page_header {
    height: auto;
  }
}
#mvvpurpose #page_header #services_item.l-flex .flex-r img {
  object-fit: contain;
}
#mvvpurpose #page_header #services_item.l-flex .flex-l h1 {
  line-height: 1.5;
}
#mvvpurpose #message #message_inner {
  align-items: stretch !important;
}
@media screen and (max-width:767px) {
  #mvvpurpose #message #message_inner .title-wrap {
    text-align: center;
  }
}
@media screen and (max-width:960px) {
  #mvvpurpose #message #message_inner .flex-l {
    width: 100%;
    flex: 1;
  }
}
#mvvpurpose #message #message_inner .flex-l .message-text {
  font-size: 1.8rem;
  line-height: 2;
  margin-top: 5rem;
}
@media print, screen and (max-width:1200px) {
  #mvvpurpose #message #message_inner .flex-l .message-text {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media screen and (max-width:960px) {
  #mvvpurpose #message #message_inner .flex-l .message-text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width:820px) {
  #mvvpurpose #message #message_inner .flex-l .message-text {
    font-size: 1.6rem;
    margin-top: 3rem;
  }
}
#mvvpurpose #message #message_inner .flex-r {
  flex: 1;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width:960px) {
  #mvvpurpose #message #message_inner .flex-r {
    flex: 1;
    margin-right: initial;
    width: 100%;
  }
}
#mvvpurpose #message #message_inner .flex-r div {
  height: 100%;
}
#mvvpurpose #message #message_inner .flex-r figure {
  height: 100%;
}
#mvvpurpose #about .l-flex {
  position: relative;
  gap: initial !important;
  padding: 4rem 0;
}
@media screen and (min-width:1100px) {
  #mvvpurpose #about .l-flex {
    min-height: 50em;
  }
}
@media screen and (min-width:768px) {
  #mvvpurpose #about .l-flex {
    margin-bottom: 150px;
  }
}
@media screen and (max-width:767px) {
  #mvvpurpose #about .l-flex {
    margin-bottom: 4rem;
    padding: 0;
    box-shadow: 0 3px 20px 0 rgba(25, 25, 25, 0.2);
  }
}
@media screen and (min-width:768px) {
  #mvvpurpose #about .l-flex .flex-l {
    position: absolute;
    right: calc(60% - 4rem);
    width: 45vw;
    height: 100%;
  }
}
#mvvpurpose #about .l-flex .flex-l div, #mvvpurpose #about .l-flex .flex-l figure {
  height: 100%;
}
#mvvpurpose #about .l-flex .flex-l .slide-in,
#mvvpurpose #about .l-flex .flex-l .slide-in_inner {
  height: 100%;
}
#mvvpurpose #about .l-flex .flex-l img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width:768px) {
  #mvvpurpose #about .l-flex:nth-of-type(even) .flex-l {
    right: initial;
    left: calc(60% - 4rem);
  }
}
#mvvpurpose #about .l-flex .flex-r {
  position: relative;
  z-index: 1;
  padding: 4rem;
  background-color: #ffffff;
}
@media screen and (min-width:768px) {
  #mvvpurpose #about .l-flex .flex-r {
    width: 60%;
    margin-left: 40%;
    box-shadow: 0 3px 20px 0 rgba(25, 25, 25, 0.2);
  }
}
@media screen and (min-width:768px) {
  #mvvpurpose #about .l-flex .flex-r a:hover {
    opacity: 0.5;
  }
}
#mvvpurpose #about .l-flex .flex-r h3 {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  padding-right: 2em;
  border-bottom: 1px solid #cccccc;
  color: #145d3a;
  font-size: 2rem;
}
@media screen and (max-width:767px) {
  #mvvpurpose #about .l-flex .flex-r h3 {
    font-size: 1.8rem;
  }
}
#mvvpurpose #about .l-flex .flex-r h3:before {
  content: "";
  position: absolute;
  right: 0;
  display: block;
  width: 1.5em;
  height: 1.5em;
  background-color: #145d3a;
  border-radius: 100%;
}
#mvvpurpose #about .l-flex .flex-r h3:after {
  content: "";
  position: absolute;
  right: 0.775em;
  display: block;
  transform: translateX(50%) rotate(45deg);
  width: 0.35em;
  height: 0.35em;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
#mvvpurpose #about .l-flex .flex-r h4 {
  margin-bottom: 1em;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width:767px) {
  #mvvpurpose #about .l-flex .flex-r h4 {
    font-size: 1.6rem;
  }
}
@media screen and (min-width:768px) {
  #mvvpurpose #about .l-flex:nth-of-type(even) .flex-r {
    width: 60%;
    margin-left: 0;
    margin-right: 40%;
  }
}
#mvvpurpose #flow section {
  margin-bottom: 4rem;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 3px 20px 0 rgba(25, 25, 25, 0.2);
  counter-increment: flowcounter;
}
#mvvpurpose #flow section h3 {
  padding: 1em;
  border-radius: 10px 10px 0 0;
  color: #ffffff;
  background-color: #145d3a;
  font-size: 2rem;
}
@media screen and (max-width:767px) {
  #mvvpurpose #flow section h3 {
    font-size: 1.6rem;
  }
}
#mvvpurpose #flow section h3:before {
  content: counter(flowcounter) ". ";
  counter-increment: count 1;
}
#mvvpurpose #flow section .l-flex {
  align-items: flex-start !important;
  padding: 4rem;
  margin: 0;
}
@media screen and (min-width:768px) {
  #mvvpurpose #flow section .l-flex {
    gap: initial !important;
  }
}
@media screen and (max-width:767px) {
  #mvvpurpose #flow section .l-flex {
    padding: 2rem;
  }
}
@media screen and (min-width:768px) {
  #mvvpurpose #flow section .l-flex .flex-l {
    width: 70%;
    padding-right: 3rem;
    box-sizing: border-box;
  }
}
#mvvpurpose #flow section .l-flex .flex-l p {
  line-height: 1.9;
}
@media screen and (min-width:768px) {
  #mvvpurpose #flow section .l-flex .flex-r {
    width: 30%;
  }
}
#mvvpurpose #flow section .accordion_button,
#mvvpurpose #flow section .close-trigger {
  margin: 0 2rem 3rem 2rem;
  padding: 1.5rem;
  border-radius: 3em;
  color: #145d3a;
  background-color: #F8F8F8;
  text-align: center;
  font-weight: 600;
  transition: all 1s;
  cursor: pointer;
}
#mvvpurpose #flow section .accordion_button:hover,
#mvvpurpose #flow section .close-trigger:hover {
  opacity: 0.5;
  transition: all 1s;
}
#mvvpurpose #flow section .close-trigger {
  margin-bottom: 4rem;
}
#mvvpurpose #flow section .accordion_button.open {
  display: none;
}
#mvvpurpose #flow section .accordion_contents {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}
#mvvpurpose #flow section .accordion_contents .detail {
  gap: 0 !important;
  padding: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
#mvvpurpose #flow section .accordion_contents .detail .title {
  position: relative;
  padding: 1.5em;
  border-radius: 10px;
  color: #ffffff;
  background-color: #145d3a;
  counter-increment: flowsubcounter;
}
@media screen and (min-width:768px) {
  #mvvpurpose #flow section .accordion_contents .detail .title {
    position: relative;
    display: flex;
    align-items: center;
    width: 25rem;
    margin-bottom: 4rem;
  }
  #mvvpurpose #flow section .accordion_contents .detail .title:after {
    content: "";
    position: absolute;
    top: calc(100% + 1rem);
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 20px solid #82BAA0;
  }
  #mvvpurpose #flow section .accordion_contents .detail .title:last-of-type:after {
    content: none;
  }
}
@media print, screen and (max-width:1200px) {
  #mvvpurpose #flow section .accordion_contents .detail .title {
    font-size: 1.4rem !important;
  }
}
@media screen and (max-width:767px) {
  #mvvpurpose #flow section .accordion_contents .detail .title {
    width: 100%;
    border-radius: 10px 10px 0 0;
  }
}
#mvvpurpose #flow section .accordion_contents .detail .title .number {
  display: flex;
  position: relative;
  font-size: 1.6rem;
  font-weight: 600;
}
#mvvpurpose #flow section .accordion_contents .detail .title .number:before {
  order: 1;
  content: counter(flowcounter);
  counter-increment: count 1;
}
#mvvpurpose #flow section .accordion_contents .detail .title .number:after {
  order: 2;
  content: "-" counter(flowsubcounter) ". ";
  counter-increment: count 1;
}
#mvvpurpose #flow section .accordion_contents .detail .title .number > div {
  order: 3;
}
@media screen and (max-width:767px) {
  #mvvpurpose #flow section .accordion_contents .detail .title:last-of-type + dd:after {
    content: none;
  }
}
#mvvpurpose #flow section .accordion_contents .detail .text {
  padding: 1.5em;
  border: 1px solid #cccccc;
  border-radius: 10px;
}
@media screen and (min-width:768px) {
  #mvvpurpose #flow section .accordion_contents .detail .text {
    display: flex;
    align-items: center;
    width: calc(100% - 26rem);
    margin-bottom: 4rem;
    margin-left: 1rem;
  }
}
@media screen and (max-width:767px) {
  #mvvpurpose #flow section .accordion_contents .detail .text {
    position: relative;
    margin-bottom: 4rem;
    border-radius: 0 0 10px 10px;
  }
  #mvvpurpose #flow section .accordion_contents .detail .text:after {
    content: "";
    position: absolute;
    top: calc(100% + 1rem);
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 20px solid #82BAA0;
  }
  #mvvpurpose #flow section .accordion_contents .detail .text:last-of-type:after {
    content: none;
  }
}
#mvvpurpose .accordion button[aria-expanded=true] + .accordion-content {
  max-height: 20em !important;
}
#mvvpurpose #study .swiper-container {
  width: 70% !important;
  margin: 0 15% !important;
  overflow: hidden !important;
  position: relative;
  height: max-content;
}
@media screen and (max-width:767px) {
  #mvvpurpose #study .swiper-container {
    width: 90% !important;
    margin: 0 5% !important;
  }
}
#mvvpurpose #study .swiper-container .swiper-slide {
  border: 3px solid #111111;
}
@media screen and (max-width:767px) {
  #mvvpurpose #study .swiper-container .swiper-button {
    margin-top: 2rem;
  }
}
#mvvpurpose #study .swiper-container .swiper-button-next,
#mvvpurpose #study .swiper-container .swiper-button-prev {
  top: initial;
  width: 50px;
  height: 50px;
  display: block;
  margin: 0;
  position: relative;
  left: initial;
  right: initial;
}
#mvvpurpose #plan .l-flex {
  align-items: initial !important;
  gap: initial !important;
}
#mvvpurpose #plan h3 {
  font-size: 2rem;
}
@media screen and (max-width:960px) {
  #mvvpurpose #plan h3 {
    font-size: 1.6rem;
  }
}
#mvvpurpose #plan .fee p {
  font-weight: 700;
}
#mvvpurpose #plan .fee span {
  display: inline-block;
  padding: 0 0.125em;
  font-weight: 700;
}
#mvvpurpose #plan .fee span.small {
  font-size: 1.6rem;
}
#mvvpurpose #plan .fee span.medium {
  font-size: 2rem;
}
#mvvpurpose #plan .fee span.big {
  font-size: 3rem;
}
#mvvpurpose #plan .plan-free {
  align-items: initial;
  gap: initial;
  margin-bottom: 5rem;
  border-radius: 10px;
  box-shadow: 0 3px 20px 0 rgba(25, 25, 25, 0.2);
  overflow: hidden;
}
@media screen and (max-width:960px) {
  #mvvpurpose #plan .plan-free {
    flex-direction: column;
  }
}
#mvvpurpose #plan .plan-free .flex-l {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1em;
  color: #ffffff;
  background-color: #145d3a;
  text-align: center;
}
@media screen and (min-width: 960px), print {
  #mvvpurpose #plan .plan-free .flex-l {
    width: 25%;
  }
}
@media screen and (max-width: 959px) {
  #mvvpurpose #plan .plan-free .flex-l {
    width: 100%;
  }
}
#mvvpurpose #plan .plan-free .flex-l p.fee {
  margin: 0;
}
#mvvpurpose #plan .plan-free .flex-r {
  padding: 4rem;
}
@media screen and (min-width: 960px), print {
  #mvvpurpose #plan .plan-free .flex-r {
    width: 75%;
  }
}
@media screen and (max-width: 959px) {
  #mvvpurpose #plan .plan-free .flex-r {
    width: 100%;
    padding: 3rem;
  }
}
@media screen and (max-width:960px) {
  #mvvpurpose #plan .plan-paid {
    flex-direction: column;
  }
}
#mvvpurpose #plan .plan-paid section {
  border-radius: 10px;
  box-shadow: 0 3px 20px 0 rgba(25, 25, 25, 0.2);
  overflow: hidden;
}
@media screen and (min-width:1100px) {
  #mvvpurpose #plan .plan-paid section {
    width: calc((100% - 6rem) / 3);
    margin-right: 3rem;
  }
  #mvvpurpose #plan .plan-paid section:last-of-type {
    margin-right: 0;
  }
}
@media screen and (max-width:960px) {
  #mvvpurpose #plan .plan-paid section {
    margin-bottom: 4rem;
  }
}
#mvvpurpose #plan .plan-paid section h3 {
  padding: 1em;
  color: #ffffff;
  background-color: #145d3a;
  text-align: center;
}
#mvvpurpose #plan .plan-paid section .inner {
  margin: 0;
  padding: 1rem 2rem;
  text-align: center;
}
#mvvpurpose #plan .plan-paid section .inner .fee {
  font-size: 1.6rem;
}
@media screen and (min-width:1100px) {
  #mvvpurpose #plan .plan-paid section .inner .fee {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 7rem;
  }
}
#mvvpurpose #plan .plan-paid section .inner .detail {
  margin-top: 2rem;
}
#mvvpurpose #plan .plan-paid section .inner .detail h4 {
  margin-bottom: 0.5em;
  padding: 0.25em;
  border-radius: 3em;
  background-color: #F8F8F8;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.9;
}
@media screen and (max-width: 959px) {
  #mvvpurpose #plan .plan-paid section .inner .detail h4 {
    font-size: 1.4rem;
  }
}
#mvvpurpose #plan .plan-paid section .inner .detail p {
  margin: 0 0 0.5em 0;
  padding: 0 0.75em 0.75em 0.75em;
  font-size: 1.6rem;
  line-height: 1.9;
}
@media screen and (max-width: 959px) {
  #mvvpurpose #plan .plan-paid section .inner .detail p {
    font-size: 1.4rem;
  }
}
#mvvpurpose #plan .plan-paid section .inner .detail p.service {
  text-align: left;
}
#mvvpurpose #plan .plan-paid section .inner .detail p br {
  line-height: 0;
}
#mvvpurpose .features-wrap {
  display: flex;
  align-items: initial !important;
  gap: 2rem;
  flex-wrap: wrap;
}
#mvvpurpose .features-wrap .features-item {
  width: calc(33.3333333333% - 1.3333333rem);
  background: #ffffff;
  padding: 3rem;
}
@media screen and (max-width:960px) {
  #mvvpurpose .features-wrap .features-item {
    width: calc(33.3333333333% - 1.333333rem);
    padding: 2rem;
  }
}
@media screen and (max-width:767px) {
  #mvvpurpose .features-wrap .features-item {
    width: 100%;
  }
}
#mvvpurpose .features-wrap .features-item h3 {
  font-size: 2rem;
  margin: 1rem 0;
  text-align: center;
}
@media print, screen and (max-width:1200px) {
  #mvvpurpose .features-wrap .features-item h3 {
    font-size: 1.6rem;
  }
}
#mvvpurpose .features-wrap .features-item p {
  margin: 0;
}