@charset "UTF-8";
/* CSS Document */
.spmask {
  display: inline-block;
}

.spmask-inline {
  display: inline;
}

.sponly {
  display: none;
}

@media (max-width: 767px) {
  .spmask {
    display: none;
  }
  .spmask-inline {
    display: none;
  }
  .sponly {
    display: block;
  }
}
/*------------------------------*/
/*------------------------------*/
/*------------------------------*/
/*------------------------------*/
.anchor {
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .anchor {
    padding-bottom: 5rem;
  }
}
.anchor ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .anchor ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.anchor ul li a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 2.5rem 2rem 2.5rem 2rem;
  color: var(--main);
  border-radius: 100vmax;
  border: 1px solid var(--main);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .anchor ul li a {
    padding: 1.8rem 1.5rem 1.6rem;
  }
}
.anchor ul li a .number {
  text-align: center;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .anchor ul li a .number {
    margin-right: 1rem;
  }
}
.anchor ul li a .number .num {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.05em;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .anchor ul li a .number .num {
    font-size: 1.8rem;
  }
}
.anchor ul li a .title {
  font-weight: 700;
  font-size: 2.4rem;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .anchor ul li a .title {
    font-size: 2rem;
    line-height: 1.2;
  }
}
.anchor ul li a .arrow {
  position: absolute;
  right: 2rem;
  width: 3.2rem;
  aspect-ratio: 1;
  border-radius: 100vmax;
  border: 1px solid var(--main);
  background-color: var(--main);
  display: grid;
  place-content: center;
}
@media screen and (max-width: 767px) {
  .anchor ul li a .arrow {
    right: 1rem;
    width: 2.8rem;
  }
}
.anchor ul li a .arrow::after {
  content: "∨";
  color: #fff;
  scale: 1 0.6;
  translate: 0 0.1em;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .anchor ul li a .arrow::after {
    font-size: 1.4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .anchor ul li a:hover {
    transition: box-shadow 0.1s;
    box-shadow: 0 0 15px -4px var(--main);
  }
  .anchor ul li a:hover .arrow {
    background-color: #fff;
    transition: background-color 0.1s;
  }
  .anchor ul li a:hover .arrow::after {
    color: var(--main);
    transition: color 0.1s;
  }
}

#anc01,
#anc02,
#anc03 {
  position: absolute;
  top: 0;
  padding-top: 13rem;
  margin-top: -13rem;
}
@media screen and (max-width: 767px) {
  #anc01,
#anc02,
#anc03 {
    padding-top: 9rem;
    margin-top: -9rem;
  }
}

/*------------------------------*/
/*------------------------------*/
.mvv-mv {
  height: 60rem;
  padding-top: 9rem;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .mvv-mv {
    height: auto;
    padding-top: 0;
  }
}
.mvv-mv .title-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  height: 100%;
  width: 100%;
  padding-left: 7.5%;
  color: var(--main);
}
@media screen and (max-width: 767px) {
  .mvv-mv .title-wrap {
    padding-inline: 1.5rem;
    margin-top: 2rem;
    row-gap: 0.8rem;
  }
}
.mvv-mv .title-wrap .en {
  font-size: 9.5rem;
  font-weight: 600;
  font-family: "Roboto" sans-serif;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .mvv-mv .title-wrap .en {
    font-size: 5rem;
  }
}
.mvv-mv .title-wrap .en .amp {
  font-size: 7.6rem;
  font-weight: 500;
  display: inline-block;
  padding-right: 0.1em;
}
@media screen and (max-width: 767px) {
  .mvv-mv .title-wrap .en .amp {
    font-size: 4rem;
  }
}
.mvv-mv .title-wrap .jp {
  font-style: italic;
}
.mvv-mv .image {
  position: absolute;
  bottom: 0;
  left: 31.25%;
  min-width: 68.75%;
  min-height: 60rem;
  aspect-ratio: 2400/1339;
}
@media screen and (max-width: 767px) {
  .mvv-mv .image {
    position: static;
    width: 100%;
    min-height: auto;
  }
}

/*------------------------------*/
/*------------------------------*/
.lead {
  position: relative;
  padding-block: 6rem;
}
@media screen and (max-width: 767px) {
  .lead {
    padding-block: 5rem 4rem;
  }
}
.lead .readText {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lead .readText {
    text-align: left;
  }
}

/*------------------------------*/
/*------------------------------*/
.mvv {
  position: relative;
  width: 100%;
  overflow: clip;
}
.mvv_wrap {
  position: relative;
  padding-block: 10rem;
}
@media screen and (max-width: 767px) {
  .mvv_wrap {
    padding-block: 6rem;
  }
}
.mvv_wrap:first-of-type {
  padding-block: 0;
}
.mvv_wrap.business {
  background-color: var(--main);
}
.mvv_wrap.business .heading .ribbon {
  background-color: #fff;
  color: var(--main);
}
.mvv_wrap.business .heading-jp {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .mvv_wrap.business .row {
    flex-direction: column;
  }
}
.mvv_wrap.future {
  background: url("../../images/mvv/mvv_future_bg.jpg") no-repeat center center;
  background-size: cover;
}
.mvv_wrap.future::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 0;
}
.mvv_wrap.future .catchBox {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  margin-bottom: 6rem;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .mvv_wrap.future .catchBox {
    flex-direction: column;
    margin-bottom: 4rem;
  }
}
.mvv_wrap.future .catchBox .catch {
  font-size: 4rem;
  font-weight: 600;
  font-style: normal;
  color: var(--main);
}
@media screen and (max-width: 767px) {
  .mvv_wrap.future .catchBox .catch {
    font-size: 3rem;
  }
}
.mvv_wrap.future .catchBox .readText {
  width: 47%;
  color: #252525;
}
@media screen and (max-width: 767px) {
  .mvv_wrap.future .catchBox .readText {
    width: 100%;
  }
}
.mvv_wrap.future .catchBox .readText span.empashis {
  font-weight: 600;
  color: var(--main);
}
.mvv_wrap.future .list {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 3%;
       column-gap: 3%;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .mvv_wrap.future .list {
    flex-wrap: wrap;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    row-gap: 1rem;
  }
}
.mvv_wrap.future .list li {
  position: relative;
  width: calc((100% - 5rem) / 6);
  aspect-ratio: 1/1;
  max-width: 16rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #3f69a8;
}
@media screen and (max-width: 767px) {
  .mvv_wrap.future .list li {
    width: calc((100% - 3rem) / 3);
    max-width: auto;
  }
}
.mvv_wrap.future .list li p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.6;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .mvv_wrap.future .list li p {
    font-size: 1.6rem;
    line-height: 1.3;
  }
}
.mvv .first {
  padding-block: 10rem;
  background-color: #f6f6f6;
}
@media screen and (max-width: 767px) {
  .mvv .first {
    padding-block: 6rem;
  }
}
.mvv .heading {
  position: relative;
  color: var(--main);
  margin-bottom: 4rem;
  z-index: 10;
  display: inline-block;
}
.mvv .heading .ribbon {
  background-color: var(--main);
  padding-inline: 0.6rem;
  color: #fff;
}
.mvv .heading-en {
  font-size: 6rem;
  font-weight: 600;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .mvv .heading-en {
    font-size: 4rem;
  }
}
.mvv .heading-jp {
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--main);
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .mvv .heading-jp {
    font-size: 1.6rem;
  }
}
.mvv .row {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mvv .row {
    flex-direction: column-reverse;
  }
}
.mvv .row .textBox {
  width: 52%;
}
@media screen and (max-width: 767px) {
  .mvv .row .textBox {
    width: 100%;
  }
}
.mvv .row .figure {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .mvv .row .figure {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.mvv .cardWrap {
  position: relative;
}
.mvv .cardWrap .cardItem {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
@media screen and (max-width: 767px) {
  .mvv .cardWrap .cardItem {
    top: 0;
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 767px) and (max-height: 820px) {
  .mvv .cardWrap .cardItem {
    position: relative;
  }
}
@media (max-height: 740px) {
  .mvv .cardWrap .cardItem {
    position: relative;
  }
}
.mvv .cardWrap .cardItem .cardttl {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 10;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .mvv .cardWrap .cardItem .cardttl {
    margin-bottom: 3rem;
  }
}
.mvv .cardWrap .cardItem .cardttl.type02 {
  color: #8e8e8e;
}
.mvv .cardWrap .cardItem .cardttl.type02::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -5rem;
  transform: translateX(-50%);
  width: 0.1rem;
  height: 2.8rem;
  background-color: #252525;
}
.mvv .cardWrap .cardItem .cardttl.type02 p.jp {
  color: #252525;
}
.mvv .cardWrap .cardItem .cardttl::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -5rem;
  transform: translateX(-50%);
  width: 0.1rem;
  height: 2.8rem;
  background-color: #fff;
}
.mvv .cardWrap .cardItem .cardttl p.en {
  font-size: 3.2rem;
  font-weight: 700;
  margin-top: 0.6rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .mvv .cardWrap .cardItem .cardttl p.en {
    font-size: 2.8rem;
  }
}
.mvv .cardWrap .cardItem .cardttl p.en span.yellow {
  color: #ffea00;
}
.mvv .cardWrap .cardItem .cardttl p.en span.navy {
  color: var(--main);
}
.mvv .cardWrap .cardItem .cardttl h4.jp {
  font-size: 1.4rem;
  font-weight: 600;
}
.mvv .item {
  position: relative;
  padding-block: 12rem;
}
@media screen and (max-width: 767px) {
  .mvv .item {
    padding-block: 8rem;
  }
}
.mvv .item.mission {
  background: url("../../images/mvv/mvv_mission.jpg") no-repeat center center;
  background-size: cover;
  min-height: 100lvh;
  display: grid;
  place-content: center;
}
.mvv .item.mission::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(10, 53, 121);
  mix-blend-mode: multiply;
  z-index: 0;
}
.mvv .item.mission .copyBox {
  position: relative;
  color: #fff;
  z-index: 10;
  width: 100%;
  margin: 0 auto;
}
.mvv .item.mission .copyBox .copy {
  font-size: 7rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
  font-feature-settings: "palt", "kern";
  letter-spacing: -0.1em;
  margin-bottom: 4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mvv .item.mission .copyBox .copy {
    font-size: 3.6rem;
    letter-spacing: 0.04em;
  }
}
.mvv .item.mission .copyBox .sub {
  font-size: 1.8rem;
  font-weight: 600;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mvv .item.mission .copyBox .sub p {
    line-height: 2.4;
  }
}
.mvv .item.mission .copyBox .sub span {
  display: inline-block;
  color: var(--main);
  background-color: #fff;
  padding: 0.8rem 1.6rem;
  margin: 0 0.4rem;
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  .mvv .item.mission .copyBox .sub span {
    padding: 0 1.6rem;
    line-height: 1.8;
  }
}
.mvv .item.vision {
  background-color: #fff;
  min-height: 100lvh;
  display: grid;
  place-content: center;
}
.mvv .item.vision .row {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .mvv .item.vision .row {
    flex-direction: column;
  }
}
.mvv .item.vision .row figure {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .mvv .item.vision .row figure {
    width: 70%;
    margin: 0 auto 3rem;
  }
}
.mvv .item.vision .row figure img {
  width: 100%;
}
.mvv .item.vision .row .textBox {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .mvv .item.vision .row .textBox {
    width: 100%;
    margin: 0 auto;
  }
}
.mvv .item.vision .row .textBox .catch p {
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1.6;
  color: #606060;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .mvv .item.vision .row .textBox .catch p {
    font-size: 2.6rem;
  }
}
.mvv .item.vision .row .textBox .catch p .blue {
  color: #3f69a8;
}
.mvv .item.vision .row .textBox .catch p .red {
  color: #b70505;
}
.mvv .item.vision .row .textBox .summary {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .mvv .item.vision .row .textBox .summary {
    row-gap: 1rem;
  }
}
.mvv .item.vision .row .textBox .summary li {
  font-size: 1.9rem;
  color: #606060;
  line-height: 1.2;
  font-weight: 600;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .mvv .item.vision .row .textBox .summary li {
    font-size: 1.4rem;
    padding-left: 1.5em;
    text-indent: -1.5em;
    line-height: 1.4;
  }
}
.mvv .item.vision .row .textBox .summary li::before {
  content: "";
  background-color: #606060;
  -webkit-mask-image: var(--arrow);
          mask-image: var(--arrow);
  background-size: contain;
  display: inline-block;
  width: 2rem;
  aspect-ratio: 1;
  transition: translate 0s;
  margin-right: 0.5rem;
  margin-bottom: -0.4rem;
}
.mvv .item.value {
  background-color: var(--gray);
}
.mvv .item.value .lead {
  text-align: center;
  margin-bottom: 6rem;
  padding-block: 0;
}
@media screen and (max-width: 767px) {
  .mvv .item.value .lead {
    text-align: left;
  }
}
.mvv .item.value .lead p {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .mvv .item.value .lead p {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.6;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  .mvv .item.value .row {
    flex-direction: column;
  }
}
.mvv .item.value .item {
  padding-block: 0;
  width: 33%;
}
@media screen and (max-width: 767px) {
  .mvv .item.value .item {
    width: 100%;
    margin-bottom: 4rem;
  }
}
.mvv .item.value .item .image {
  width: 24rem;
  height: 24rem;
  margin: 0 auto;
  border-radius: 50%;
  border: solid 3px var(--main);
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .mvv .item.value .item .image {
    margin-bottom: 2rem;
  }
}
.mvv .item.value .item .image .name {
  position: relative;
  width: 16rem;
  margin: -3rem auto 0;
  background-color: var(--main);
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  border-radius: 5rem;
  padding-block: 0.8rem;
  text-align: center;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .mvv .item.value .item .image .name {
    font-size: 2rem;
  }
}
.mvv .item.value .item .readText {
  font-size: 1.6rem;
  text-align: center;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .mvv .item.value .item .readText {
    line-height: 1.6;
  }
}
.mvv .item p.caption {
  position: relative;
  margin-top: 6rem;
  color: #fff;
  z-index: 10;
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .mvv .item p.caption {
    text-align: left;
    margin-top: 4rem;
    line-height: 1.8;
    letter-spacing: 0.06em;
    padding-left: 1em;
    text-indent: -1em;
  }
}
.mvv .item p.caption.black {
  color: #252525;
}
.mvv .catchBox {
  margin-bottom: 4rem;
}
.mvv .catchBox .catch {
  font-size: 4rem;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 3rem;
  color: #fff;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .mvv .catchBox .catch {
    font-size: 3rem;
  }
}
.mvv .catchBox .readText {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .mvv .catchBox .readText {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.mvv .catchBox .readText span.emphasis {
  color: #ffea00;
  font-size: 2.5rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .mvv .catchBox .readText span.emphasis {
    font-size: 2rem;
  }
}
.mvv .catchBox .readText span.emphasis.small {
  font-size: 1.8rem;
}
.mvv .box {
  flex-grow: 1;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .mvv .box {
    width: 100%;
  }
}
.mvv .box + .box {
  border-left: dotted 1px #fff;
  padding-left: 4rem;
}
@media screen and (max-width: 767px) {
  .mvv .box + .box {
    border-left: none;
    padding-left: 0;
    border-top: dotted 1px #fff;
    padding-top: 4rem;
    margin-top: 4rem;
  }
}
.mvv .box:first-of-type {
  margin-right: 4rem;
}
.mvv .box .hd {
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--main);
  padding: 0.8rem 1.2rem;
  background-color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .mvv .box .hd {
    font-size: 2rem;
  }
}
.mvv .box .unit.type02 {
  margin-top: 6.2rem;
}
@media screen and (max-width: 767px) {
  .mvv .box .unit.type02 {
    margin-top: 2rem;
  }
}
.mvv .box .unit figure {
  width: 90%;
  margin: 0 auto 4rem;
}
.mvv .box .unit .readText {
  color: #fff;
  line-height: 1.6;
}
.mvv .service {
  position: relative;
  background-color: #fff;
  padding: 6rem 4rem;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .mvv .service {
    padding: 3rem 2rem;
  }
}
.mvv .service .heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
  margin-bottom: 6rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mvv .service .heading {
    flex-direction: column;
  }
}
.mvv .service .heading .ttl {
  font-size: 3.2rem;
  font-weight: 600;
  border-bottom: solid 1px var(--main);
  padding-bottom: 1rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .mvv .service .heading .ttl {
    width: 100%;
    line-height: 1.4;
    margin-bottom: 2rem;
  }
}
.mvv .service .heading .readText {
  color: #252525;
  margin-top: calc((1lh - 1em) / 2 * -1);
}
@media screen and (max-width: 767px) {
  .mvv .service .heading .readText {
    width: 100%;
  }
}
.mvv .service_row {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
@media screen and (max-width: 767px) {
  .mvv .service_row {
    flex-direction: column;
  }
}
.mvv .service_row .item {
  background-color: #ebf0f6;
  padding: 4rem 3rem;
}
@media screen and (max-width: 767px) {
  .mvv .service_row .item {
    padding: 2rem 2rem 3rem;
    margin-bottom: 6rem;
  }
}
.mvv .service_row .item:first-of-type {
  flex-grow: 1;
}
.mvv .service_row .item:last-of-type {
  flex-grow: 2;
}
@media screen and (max-width: 767px) {
  .mvv .service_row .item:last-of-type {
    margin-bottom: 0;
  }
}
.mvv .service_row .item .hd {
  width: 16rem;
  margin: -6rem auto 4rem;
  font-size: 2.4rem;
  font-weight: 600;
  background-color: var(--main);
  color: #fff;
  padding: 0.8rem 1rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mvv .service_row .item .hd {
    margin: -4rem auto 3rem;
  }
}
.mvv .service_row .item .figureBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
@media screen and (max-width: 767px) {
  .mvv .service_row .item .figureBox {
    flex-direction: column;
    row-gap: 2rem;
  }
}
.mvv .service_row .item .figureBox .box {
  position: relative;
  text-align: center;
  margin-right: 0;
  width: auto;
}
@media screen and (max-width: 767px) {
  .mvv .service_row .item .figureBox .box {
    width: 80%;
  }
}
.mvv .service_row .item .figureBox .box figure {
  aspect-ratio: 1;
  width: min(12.7vw, 14rem);
  border-radius: 100vmax;
  display: grid;
  place-content: center;
  background-color: #fff;
  margin-bottom: 1rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .mvv .service_row .item .figureBox .box figure {
    width: 50%;
  }
}
.mvv .service_row .item .figureBox .box figure img {
  width: 85%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .mvv .service_row .item .figureBox .box figure img {
    width: 100%;
  }
}
.mvv .service_row .item .figureBox .box p.name {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--main);
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .mvv .service_row .item .figureBox .box p.name {
    font-size: 1.8rem;
  }
}
.mvv .service_row .item .figureBox .arrow {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
  background-color: var(--main);
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  margin-top: -3rem;
}
@media screen and (max-width: 767px) {
  .mvv .service_row .item .figureBox .arrow {
    margin-top: 0;
    width: 1.6rem;
    height: 1rem;
    -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
            clip-path: polygon(0 0, 100% 0%, 50% 100%);
  }
}
/*# sourceMappingURL=style.css.map */