@charset "UTF-8";

html {
  width: 100%;
  height: 100%;
}

@media (max-width: 1080px) and (min-width: 769px) {
  html {
    font-size: 16px;
    font-size: 1.6vw;
  }
}

@media screen and (max-width: 768px) and (min-width: 540px) {
  html {
    font-size: 2.5806451613vw;
  }
}

@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  line-height: 1.5;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  color: #000;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
}

body.no_scroll {
  overflow: hidden;
  position: relative;
}

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

p {
  font-size: max(1rem, 14px);
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.u-sp {
  display: none;
}

.u-en {
  font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 768px) {
  p {
    font-size: 0.875rem;
    line-height: 1.6;
  }

  .u-pc {
    display: none;
  }

  .u-sp {
    display: block;
  }
}

/* -------------------------------
　header
------------------------------- */
.l-header {
  width: 100%;
  margin: 0 auto;
  position: fixed;
  top: 0;
  z-index: 999;
  height: 114px;
  transition: 0.3s ease background-color;
}

.l-header.is-active {
  background-color: #F5F9FF;
}

.l-header__wrap {
  padding-left: min(3.57vw, 50px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: min(2.85vw, 40px);
  height: 100%;
}

.l-header__logo {
  width: 25%;
}

.l-header__logo .text {
  font-size: 0.75rem;
  font-size: min(0.92vw, 12px);
  letter-spacing: 0.13em;
  margin-bottom: 12px;
}

.l-header__top {
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  gap: min(2.85vw, 40px);
}

.l-header__top .c-address {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.l-header__top .c-address .text {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  color: #5BC2B9;
}

.l-header__top .c-tel {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}

.l-header__block {
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 32px;
}

.l-header__menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 12px;
}

.l-header__menu>li {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #000;
}

.l-header__menu>li:last-child {
  border-right: 1px solid #000;
}

.l-header__menu>li .menu-ttl,
.l-header__menu>li>a {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  padding-right: min(2.14vw, 30px);
  padding-left: min(2.14vw, 30px);
  width: 100%;
  text-align: center;
  letter-spacing: 0;
  position: relative;
  letter-spacing: 0.13em;
  line-height: 1.2;
  transition: 0.3s ease;
}

@media (hover: hover) {

  .l-header__menu>li .menu-ttl:hover,
  .l-header__menu>li>a:hover {
    color: #5BC2B9;
  }
}

.l-header__menu>li .menu-ttl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  transition: 0.3s ease;
}

.l-header__menu>li .menu-ttl::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.3s ease;
}

.l-header__menu .drop-menu {
  display: none;
  position: absolute;
  top: 99%;
  left: -20%;
  width: 100vw;
  max-width: 550px;
  cursor: initial;
  padding-top: 18px;
}

.l-header__menu .drop-menu .c-fBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 30px 42px;
  border-radius: 10px;
}

.l-header__menu .drop-menu .drop-menu__item {
  width: 50%;
}

.l-header__menu .drop-menu .drop-menu__item .ttl {
  font-size: 0.9375rem;
  border-bottom: 1px solid #707070;
  font-weight: 700;
  padding-bottom: 4px;
  margin-bottom: 10px;
}

.l-header__menu .drop-menu .drop-menu__item .list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}

.l-header__menu .drop-menu .drop-menu__item .list a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.875rem;
  letter-spacing: 0.13em;
  gap: 4px;
  transition: 0.3s ease;
}

@media (hover: hover) {
  .l-header__menu .drop-menu .drop-menu__item .list a:hover {
    color: #5BC2B9;
  }
}

.l-header__menu .drop-menu .drop-menu__item .list a::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  -webkit-mask-image: url("../img/common/icon_arrow.svg");
  mask-image: url("../img/common/icon_arrow.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  background-color: #5BC1BA;
}

.l-header__menu .drop-menu .drop-menu__item:nth-child(2) .list a::before {
  background-color: #037089;
}

.l-header__menu .nav-drop.is-active .menu-ttl {
  color: #5BC2B9;
}

.l-header__menu .nav-drop.is-active .menu-ttl::after {
  border-color: #5BC2B9;
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.l-header__contact {
  background-color: #5AC3BA;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  width: 100%;
  padding-left: 10px;
  width: 20.5%;
  max-width: 16.25rem;
  font-size: clamp(12px, 1.14vw, 16px);
  font-weight: 700;
  line-height: 1.2;
  gap: 8px;
  border-radius: 0 0 0 60px;
  height: 100%;
  transition: 0.3s ease;
}

@media (hover: hover) {
  .l-header__contact:hover {
    background-color: #6dcac2;
  }
}

.l-header__cta.cta-sp {
  display: none;
}

@media screen and (max-width: 992px) {
  .l-header__wrap {
    padding-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .l-header {
    height: 70px;
  }

  .l-header__wrap {
    padding-left: 20px;
    -ms-flex-align: center;
    align-items: center;
  }

  .l-header__top {
    display: none;
  }

  .l-header__logo {
    width: 58%;
    z-index: 99999;
  }

  .l-header__logo .text {
    display: none;
  }

  .l-header__nav {
    z-index: 9999;
    width: 100%;
    padding: 70px 20px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    display: none;
    position: absolute;
    top: 0;
    height: 100vh;
    background-color: #F5F9FF;
  }

  .l-header__menu {
    display: block;
  }

  .l-header__menu>li {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.28);
  }

  .l-header__menu>li .menu-ttl,
  .l-header__menu>li>a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding: 25px 20px;
  }

  .l-header__menu>li>a {
    position: relative;
  }

  .l-header__menu>li>a::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #5BC2B9;
    border-right: 2px solid #5BC2B9;
    -ms-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    transition: 0.3s ease;
    position: absolute;
    top: 50%;
    right: 28px;
  }

  .l-header__menu>li:last-child {
    border-right: none;
  }

  .l-header__menu>li:not(:last-child)>a {
    border-right: none;
  }

  .l-header__menu>li .menu-ttl::after {
    content: "＋";
    font-size: 0.875rem;
    width: auto;
    height: auto;
    color: #5BC2B9;
    border: none;
    position: absolute;
    top: 50%;
    right: 20px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .l-header__menu>li .menu-ttl.is-active::after {
    content: "ー";
    font-size: 0.75rem;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
  }

  .l-header__menu .drop-menu {
    display: none;
    position: static;
    width: 100%;
    max-width: 100%;
    padding-top: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.28);
  }

  .l-header__menu .drop-menu .c-fBox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 30px;
    background: none;
    box-shadow: none;
    padding: 20px 0 20px 20px;
    border-radius: 0;
  }

  .l-header__menu .drop-menu .drop-menu__item {
    width: 48%;
  }

  .l-header__menu .drop-menu .drop-menu__item .ttl {
    font-size: 0.875rem;
  }

  .l-header__menu .drop-menu .drop-menu__item .list {
    gap: 8px;
  }

  .l-header__menu .drop-menu .drop-menu__item:nth-child(1) {
    width: 40%;
  }

  .l-header__cta {
    margin-top: 24px;
  }

  .l-header__cta.cta-sp {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }

  .l-header__cta .c-btn__mail,
  .l-header__cta .c-btn__tel {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    background-color: #fff;
    width: 100%;
    height: 70px;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 5px;
  }

  .l-header__cta .c-btn__mail {
    background-color: #fff;
  }

  .l-header__cta .c-btn__mail::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 14px;
    -webkit-mask-image: url("../img/common/icon_mail.svg");
    mask-image: url("../img/common/icon_mail.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    background-color: #5BC1BA;
  }

  .l-header__cta .c-btn__tel {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 4px;
    padding: 8px;
  }

  .l-header__cta .c-btn__tel .sub {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 0.6875rem;
  }

  .l-header__cta .c-btn__tel .icon {
    max-width: 16px;
  }

  .l-header__cta .c-btn__tel .text {
    max-width: 160px;
  }

  .l-header__contact {
    display: none;
  }

  .c-hamburger {
    display: block;
  }

  .c-hamburger {
    transition: all 0.2s;
    width: 40px;
    height: 40px;
    z-index: 99999;
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
  }

  .c-hamburger span {
    display: inline-block;
    transition: all 0.2s;
    position: absolute;
    height: 1px;
    background-color: #000;
    border-radius: 4px;
    width: 25px;
    right: 8px;
    transition: 0.3s ease all;
  }

  .c-hamburger span:nth-of-type(1) {
    top: 16px;
  }

  .c-hamburger span:nth-of-type(2) {
    top: 24px;
  }

  .c-hamburger.is-active span:nth-of-type(1) {
    -ms-transform: translateY(4px) rotate(-45deg);
    transform: translateY(4px) rotate(-45deg);
  }

  .c-hamburger.is-active span:nth-of-type(2) {
    -ms-transform: translateY(-4px) rotate(45deg);
    transform: translateY(-4px) rotate(45deg);
  }
}

/* -------------------------------
　header
------------------------------- */
.l-footer {
  position: relative;
  background-color: #F5F9FF;
}

.l-footer-cta {
  position: relative;
  padding: 7.5rem 0 6.25rem;
}

.l-footer-cta::before {
  content: "";
  width: 100%;
  height: 108%;
  background: url("../img/common/bg_footer.svg") no-repeat top center/cover;
  position: absolute;
  bottom: 0;
  left: 0;
}

.l-footer-cta__block {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 66px;
}

.l-footer-cta__block .lead {
  font-size: 1.625rem;
  font-weight: 700;
  color: #fff;
}

.l-footer-cta__block .img__block {
  width: 40%;
  max-width: 13.875rem;
  position: absolute;
  bottom: -50px;
  right: 10%;
}

.l-footer-cta__block .img__block .name {
  position: absolute;
  bottom: 60px;
  left: 18%;
  color: #fff;
  width: 100%;
}

.l-footer-cta__block .img__block img {
  filter: drop-shadow(0 3px 15px rgba(0, 0, 0, 0.2));
}

.l-footer-cta .c-cta__list {
  display: -ms-flexbox;
  display: flex;
  gap: 3.625rem;
  position: relative;
}

.l-footer-cta .c-cta__list li {
  width: 50%;
}

.l-footer-cta .c-cta__list .c-btn__mail,
.l-footer-cta .c-cta__list .c-btn__tel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  background-color: #fff;
  width: 100%;
  height: 100px;
  font-size: max(1.125rem, 18px);
  font-weight: 700;
  border-radius: 10px;
  transition: all 0.4s;
}


.l-footer-cta .c-cta__list .c-btn__mail:hover,
.l-footer-cta .c-cta__list .c-btn__tel:hover {
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.3);
}


.l-footer-cta .c-cta__list .c-btn__mail {
  background-color: #fff;
}

.l-footer-cta .c-cta__list .c-btn__mail::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 14px;
  -webkit-mask-image: url("../img/common/icon_mail.svg");
  mask-image: url("../img/common/icon_mail.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  background-color: #5BC1BA;
}

.l-footer-cta .c-cta__list .c-btn__tel {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0 6px;
  padding: 14px;
}

.l-footer-cta .c-cta__list .c-btn__tel .sub {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 0.875rem;
}

.l-footer-cta .c-cta__list .c-btn__tel .num {
  display: -ms-flexbox;
  display: flex;
}

.l-footer-bottom {
  padding: 80px 0 40px;
  background-color: #F5F9FF;
}

.l-footer__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 90px;
}

.l-footer__info {
  width: 42%;
  letter-spacing: 0;
  border-right: 1px solid #707070;
}

.l-footer__info .l-footer__logo {
  margin-bottom: 28px;
}

.l-footer__info p {
  font-size: 0.875rem;
  line-height: 2;
}

.l-footer__info address {
  font-size: 0.875rem;
  line-height: 2;
}

.l-footer__menu {
  display: -ms-flexbox;
  display: flex;
  gap: 2.8125rem;
  width: 54%;
}

.l-footer__links>li:not(:last-child) {
  margin-bottom: 24px;
}

.l-footer__links>li>a {
  font-size: 1rem;
  position: relative;
  font-weight: 700;
  transition: 0.3s ease;
}

.l-footer__banner {
  width: 80%;
  margin-top: 30px;
}


@media (hover: hover) {
  .l-footer__links>li>a:hover {
    color: #5BC2B9;
  }
}

.l-footer__item .menu-ttl {
  font-size: 1rem;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.875;
  font-weight: 700;
  margin-bottom: 10px;
}

.l-footer__item .c-fBox {
  display: -ms-flexbox;
  display: flex;
  gap: 36px;
}

.l-footer__item .sub-menu__item .list li:not(:last-child) {
  margin-bottom: 10px;
}

.l-footer__item .sub-menu__item .list li a {
  font-size: 0.875rem;
  transition: 0.3s ease;
}

@media (hover: hover) {
  .l-footer__item .sub-menu__item .list li a:hover {
    color: #5BC2B9;
  }
}

.l-footer__copy {
  font-size: 0.875rem;
  text-align: center;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .l-footer {
    z-index: 3;
    margin-top: -80px;
  }

  .l-footer-cta {
    padding: 0 0 60px;
  }

  .l-footer-cta::before {
    background-image: url("../img/common/bg_footer_sp.svg");
    height: 94%;
    bottom: 0;
    top: initial;
  }

  .l-footer-cta__block {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 0;
    gap: 20px;
    margin-bottom: 32px;
  }

  .l-footer-cta__block .lead {
    font-size: 1.125rem;
    text-align: center;
  }

  .l-footer-cta__block .img__block {
    width: 35%;
    max-width: 222px;
    position: relative;
    bottom: initial;
    right: initial;
  }

  .l-footer-cta__block .img__block .name {
    bottom: 16px;
    width: 100%;
    font-size: 0.6875rem;
  }

  .l-footer-cta .c-cta__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
  }

  .l-footer-cta .c-cta__list li {
    width: 100%;
  }

  .l-footer-cta .c-cta__list .c-btn__mail,
  .l-footer-cta .c-cta__list .c-btn__tel {
    height: 72px;
    font-size: 1rem;
    border-radius: 6px;
  }

  .l-footer-cta .c-cta__list .c-btn__tel {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0 6px;
    padding: 10px;
  }

  .l-footer-cta .c-cta__list .c-btn__tel .sub {
    font-size: 0.75rem;
  }

  .l-footer-cta .c-cta__list .c-btn__tel .icon {
    max-width: 16px;
  }

  .l-footer-cta .c-cta__list .c-btn__tel .text {
    max-width: 160px;
  }

  .l-footer-bottom {
    padding: 60px 20px;
  }

  .l-footer__container {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    gap: 30px;
  }

  .l-footer__info {
    width: 100%;
    border-right: none;
    padding-top: 40px;
  }

  .l-footer__info .l-footer__logo {
    width: 65%;
    margin-bottom: 12px;
  }

  .l-footer__info p {
    font-size: 0.75rem;
  }

  .l-footer__info address {
    font-size: 0.75rem;
  }

  .l-footer__menu {
    gap: 12px;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .l-footer__links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px 0;
  }

  .l-footer__links>li {
    width: 50%;
  }

  .l-footer__links>li:not(:last-child) {
    margin-bottom: 0;
  }

  .l-footer__links>li>a {
    font-size: 0.875rem;
  }

  .l-footer__item {
    width: 100%;
  }

  .l-footer__item .menu-ttl {
    font-size: 0.875rem;
    margin-bottom: 0;
  }

  .l-footer__item .c-fBox {
    gap: 0;
  }

  .l-footer__item .sub-menu__item:first-child {
    width: 60%;
  }

  .l-footer__item .sub-menu__item:last-child {
    width: 40%;
  }

  .l-footer__item .sub-menu__item .list li:not(:last-child) {
    margin-bottom: 4px;
  }

  .l-footer__item .sub-menu__item .list li a {
    font-size: 0.75rem;
    line-height: 1;
  }

  .l-footer__copy {
    font-size: 0.75rem;
  }
}

/* -------------------------------
component
------------------------------- */
.c-ttl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}

.c-ttl .en {
  font-family: "Montserrat", sans-serif;
  color: #5BC2B9;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.c-ttl .ja {
  color: #4B5F5D;
  font-size: 1rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .c-ttl {
    margin-bottom: 32px;
  }

  .c-ttl .en {
    font-size: 2rem;
  }

  .c-ttl .ja {
    font-size: 0.75rem;
  }
}

.c-btn {
  text-align: center;
}

.c-btn a {
  font-size: 1.125rem;
  font-weight: 700;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
  transition: 0.3s ease;
}

.c-btn a::after {
  content: "";
  display: inline-block;
  width: 54px;
  height: 54px;
  -webkit-mask-image: url("../img/common/icon_arrow.svg");
  mask-image: url("../img/common/icon_arrow.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #5BC1BA;
  transition: 0.3s ease;
}

@media (hover: hover) {
  .c-btn:hover a::after {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@media screen and (max-width: 767px) {
  .c-btn a {
    font-size: 1rem;
    gap: 10px;
  }

  .c-btn a::after {
    width: 28px;
    height: 28px;
  }
}

.u-color {
  color: #5BC1BA;
}

.c-bg-item {
  position: absolute;
  z-index: 1;
}

.c-bg-item.parts_1 {
  width: 40%;
}

.c-bg-item.parts_2 {
  width: 54%;
}

.c-bg-item.parts_3 {
  width: 38%;
}

.c-bg-item.parts_4 {
  width: 38%;
}

.c-bg-item.parts_5 {
  width: 26%;
}

.c-bg-item.parts_6 {
  width: 54%;
}

.c-bg-item.parts_7 {
  width: 40%;
}

/* -------------------------------
layout
------------------------------- */
.l-wrap {
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.l-wrap_sp100 {
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}


.l-main {
  overflow: hidden;
}

.l-bg {
  background-color: #F5F9FF;
  position: relative;
}

.l-bg.wave-bottom::after {
  content: "";
  display: block;
  width: 100%;
  height: 80px;
  background: url("../img/common/parts_wave.svg") no-repeat top center/cover;
  -ms-transform: scale(-1, -1);
  transform: scale(-1, -1);
  position: absolute;
  bottom: -80px;
  left: 0;
  z-index: 0;
}

.l-bg.wave-top::after {
  content: "";
  display: block;
  width: 100%;
  height: 80px;
  background: url("../img/common/parts_wave.svg") no-repeat top center/cover;
  position: absolute;
  top: -80px;
  left: 0;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .l-bg.wave-bottom::after {
    height: 40px;
    background-image: url("../img/common/parts_wave_sp.svg");
    -ms-transform: scale(-1, -1);
    transform: scale(-1, -1);
    position: absolute;
    bottom: -39px;
  }

  .l-bg.wave-top::after {
    height: 40px;
    background-image: url("../img/common/parts_wave_sp.svg");
    position: absolute;
    top: -39px;
  }
}

/* -------------------------------
　top mv
------------------------------- */
.p-top-mv {
  width: 100%;
  background-color: #F5F9FF;
  padding-top: 154px;
  padding-bottom: 100px;
  position: relative;
}

.p-top-mv .l-wrap {
  max-width: 1250px;
}

.p-top-mv .c-bg-item:first-child {
  top: -4%;
  left: -20%;
}

.p-top-mv .c-bg-item:nth-child(2) {
  top: 82%;
  left: -22%;
}

.p-top-mv .c-bg-item:nth-child(3) {
  top: 6%;
  right: -16%;
}

.p-top-mv .c-bg-item:nth-child(4) {
  top: 48%;
  right: -25%;
}

.p-top-mv__block {
  position: relative;
}

.p-top-mv__text {
  width: 48%;
  max-width: 28.375rem;
  background: url("../img/top/mv_bg.svg") no-repeat top left/100%;
  color: #fff;
  position: absolute;
  top: 25%;
  aspect-ratio: 454/366;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 80px 30px 80px 48px;
  padding: 5rem 1.875rem 5rem 3rem;
  z-index: 3;
}

.p-top-mv__text .p-mv__lead {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 30px;
}

.p-top-mv__text .p-mv__desc {
  font-size: 0.9375rem;
}

.p-top-mv__img {
  width: 78%;
  max-width: 62.5rem;
  margin: 0 0 0 auto;
  border-radius: 16px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .p-top-mv {
    padding-top: 70px;
    padding-bottom: 20px;
  }

  .p-top-mv .c-bg-item:first-child {
    top: 0;
    left: -22%;
  }

  .p-top-mv .c-bg-item:nth-child(2) {
    top: 50%;
    left: -28%;
  }

  .p-top-mv .c-bg-item:nth-child(3) {
    top: 10%;
    right: -20%;
  }

  .p-top-mv .c-bg-item:nth-child(4) {
    top: 40%;
    right: -20%;
  }

  .p-top-mv__text {
    width: 90%;
    max-width: 540px;
    margin: -6.25rem auto 0;
    background-image: url("../img/top/mv_bg_sp.svg");
    color: #fff;
    position: relative;
    top: initial;
    aspect-ratio: 608/370;
    padding: 60px 1.5rem 4.375rem;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    z-index: 3;
  }

  .p-top-mv__text .p-mv__lead {
    font-size: 1.125rem;
    margin-bottom: 10px;
  }

  .p-top-mv__text .p-mv__desc {
    font-size: 0.725rem;
  }

  .p-top-mv__img {
    width: 100%;
  }
}

/* -------------------------------
　top intro
------------------------------- */
.p-top-intro {
  padding-top: 40px;
  background-color: #F5F9FF;
}

.p-top-intro .l-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.p-top-intro .intro-ttl {
  font-size: 1.9375rem;
  width: 46.8%;
  border-right: 1px solid #707070;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-top: -0.4em;
}

.p-top-intro .desc {
  width: 48%;
  line-height: 1.875;
}

@media screen and (max-width: 768px) {
  .l-bg {
    z-index: 1;
  }

  .p-top-intro {
    padding-top: 10px;
  }

  .p-top-intro .c-bg-item:first-child {
    top: -4%;
    left: -32%;
  }

  .p-top-intro .c-bg-item:nth-child(2) {
    top: -18%;
    right: -22%;
  }

  .p-top-intro .l-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
    width: calc(100% - 80px);
  }

  .p-top-intro .intro-ttl {
    font-size: 1.1875rem;
    width: 100%;
    border-right: none;
    line-height: 1.5;
    text-align: center;
  }

  .p-top-intro .desc {
    width: 100%;
    line-height: 1.6;
  }
}

/* -------------------------------
　top category
------------------------------- */
.p-top-category {
  padding: 120px 0 0;
}

.p-top-category__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  gap: 38px;
}

.p-top-category__block .box {
  width: 50%;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.p-top-category__block .category-ttl {
  font-size: 1.6875rem;
  font-weight: 700;
  text-align: center;
  padding: 32px 0;
  line-height: 1;
  color: #fff;
}

.p-top-category__block .category-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 40px 30px 30px;
}

.p-top-category__block .category-list a {
  font-size: 1.125rem;
  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #CCCCCC;
  padding: 18px 0;
  transition: all 0.4s;
}

.p-top-category__block .category-list a:hover {
  color: #5BC1BA;
}


.p-top-category__block .category-list a::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  -webkit-mask-image: url("../img/common/icon_arrow.svg");
  mask-image: url("../img/common/icon_arrow.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: cover;
  margin-right: 10px;
  transition: all 0.5s;
}

.p-top-category__block .category-list a:hover::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  -webkit-mask-image: url("../img/common/icon_arrow.svg");
  mask-image: url("../img/common/icon_arrow.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: cover;
  margin-right: 0px;
}

.p-top-category__block .box:first-child .category-ttl {
  background-color: #5BC1BA;
}

.p-top-category__block .box:first-child .category-list a::after {
  background-color: #5BC1BA;
}

.p-top-category__block .box:last-child .category-ttl {
  background-color: #067089;
}

.p-top-category__block .box:last-child .category-list a {
  color: #000;
  transition: all 0.4s;
}

.p-top-category__block .box:last-child .category-list a:hover {
  color: #067089;
}

.p-top-category__block .box:last-child .category-list a::after {
  background-color: #067089;
}

@media screen and (max-width: 768px) {
  .p-top-category {
    padding: 50px 0 0;
  }

  .p-top-category .c-bg-item {
    top: 24%;
    right: -20%;
  }

  .p-top-category .l-wrap {
    position: relative;
    z-index: 2;
  }

  .p-top-category__block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 50px;
  }

  .p-top-category__block .box {
    width: 100%;
    border-radius: 5px;
  }

  .p-top-category__block .category-ttl {
    font-size: 1.125rem;
    padding: 22px 0;
  }

  .p-top-category__block .category-list {
    padding: 12px 24px 24px;
  }

  .p-top-category__block .category-list a {
    font-size: 1rem;
    padding: 20px 0;
  }

  .p-top-category__block .category-list a::after {
    width: 20px;
    height: 20px;
  }
}

/* -------------------------------
　top position
------------------------------- */
.p-top-position {
  padding-top: 70px;
  padding-bottom: 80px;
}

.p-top-position .c-ttl {
  margin-bottom: 40px;
}

.p-top-position .c-btn {
  margin-top: 60px;
}

.p-top-position .c-bg-item:first-child {
  bottom: -18%;
  left: -22%;
}

.p-top-position .c-bg-item:nth-child(2) {
  bottom: 0;
  right: -20%;
}

.p-top-position__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
}

.p-top-position__list .position-item {
  width: 48%;
}

.p-top-position__list .position-item a {
  background-color: #fff;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  padding-top: 28px;
  margin-bottom: 20px;
  transition: all 0.5s;
}

.p-top-position__list .position-item a:hover {
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.3);
}


.p-top-position__list .position-item .position-img {
  max-width: 180px;
  margin: 0 auto;
}

.p-top-position__list .position-item .ttl {
  font-weight: 700;
  text-align: center;
  line-height: 1;
  font-size: 1.0625rem;
}

.p-top-position__list .position-item .arrow {
  width: 100%;
  text-align: center;
  position: relative;
  color: #fff;
  font-weight: 700;
  font-size: 1.0625rem;
  padding: 16px;

}




.p-top-position__list .position-item a .arrow::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 12px;
  background: url("../img/common/icon_arrow_w.svg") no-repeat top center/100%;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px;
  transition: all 0.4s;
}

.p-top-position__list .position-item a:hover .arrow::after {
  right: 25px;
}



.p-top-position__list .position-item:nth-child(odd) .arrow {
  background-color: #037089;
}

.p-top-position__list .position-item:nth-child(even) .arrow {
  background-color: #5BC1BA;
}

@media screen and (max-width: 768px) {
  .p-top-position .c-btn {
    margin-top: 60px;
  }

  .p-top-position .c-bg-item:first-child {
    bottom: 40%;
    left: -28%;
  }

  .p-top-position .c-bg-item:nth-child(2) {
    bottom: 28%;
    right: -20%;
  }

  .p-top-position__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 25px 10px;
  }

  .p-top-position__list .position-item {
    width: calc(50% - 5px);
  }

  .p-top-position__list .position-item a {
    gap: 10px;
    padding-top: 20px;
  }

  .p-top-position__list .position-item .position-img {
    padding: 0 20px;
  }

  .p-top-position__list .position-item .ttl {
    line-height: 1.4;
    font-size: 0.75rem;
    letter-spacing: 0.05em;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2rem;
  }



  .p-top-position__list .position-item .arrow {
    font-size: 0.6875rem;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.2rem;

  }

  .p-top-position__list .position-item .arrow span {}



  .p-top-position__list .position-item .arrow::after {
    width: 10px;
    height: 8px;
    right: 16px;
  }
}

/* -------------------------------
　top feature
------------------------------- */
.p-top-feature {
  padding: 240px 0 240px;
  position: relative;
}

.p-top-feature .c-ttl {
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 80px;
}

.p-top-feature .c-bg-item:nth-child(1) {
  bottom: 4%;
  right: -20%;
}

.p-top-feature__speech {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: start;
  align-items: flex-start;
  position: absolute;
  right: 4%;
}

.p-top-feature__speech .speech-bubble {
  background-color: #037089;
  color: #fff;
  max-width: 350px;
  padding: 50px 50px 40px;
  border-radius: 50%;
  font-size: 0.8125rem;
  line-height: 2;
  position: relative;
  top: -40px;
  right: -60px;
}

.p-top-feature__speech .speech-bubble::before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 30px;
  background: url("../img/common/bubble_parts.svg") no-repeat top right/100%;
  position: absolute;
  top: 45%;
  right: -34px;
}

.p-top-feature__speech .speech-img {
  position: relative;
}

.p-top-feature__speech .speech-img img {
  filter: drop-shadow(0 3px 15px rgba(0, 0, 0, 0.15));
}

.p-top-feature__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.p-top-feature__list .feature-item {
  width: 50%;
  max-width: 28.5rem;
}

.p-top-feature__list .feature-item:nth-child(even) {
  margin-top: 80px;
}

.p-top-feature__list .feature-img {
  border: 8px solid #5BC1BA;
  border-radius: 18px;
  overflow: hidden;
}

.p-top-feature__list .feature-ttl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
  font-size: 1.375rem;
  font-weight: 700;
  margin-top: 24px;
  letter-spacing: 0.1em;
}

.p-top-feature__list .feature-ttl .num {
  color: #5BC1BA;
  font-size: 1.875rem;
}

@media screen and (max-width: 768px) {
  .p-top-feature {
    padding: 0 0 100px;
  }

  .p-top-feature .c-ttl {
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    margin-top: -30px;
  }

  .p-top-feature .c-bg-item:nth-child(1) {
    bottom: initial;
    top: 14%;
    right: -20%;
  }

  .p-top-feature .c-bg-item:nth-child(2) {
    top: 0;
    left: -30%;
  }

  .p-top-feature .c-bg-item:nth-child(3) {
    top: 72%;
    right: -20%;
  }

  .p-top-feature .c-bg-item:nth-child(4) {
    top: 70%;
    left: -30%;
  }

  .p-top-feature__speech {
    position: relative;
    right: initial;
  }

  .p-top-feature__speech .speech-bubble {
    width: 64%;
    max-width: 21.875rem;
    aspect-ratio: 470/194;
    padding: 24px 24px 24px 30px;
    font-size: 0.6875rem;
    line-height: 1.2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    top: -30px;
    right: -20px;
  }

  .p-top-feature__speech .speech-bubble::before {
    width: 30px;
    height: 15px;
    top: 45%;
    right: -20px;
  }

  .p-top-feature__speech .speech-img {
    width: 30%;
  }

  .p-top-feature__list {
    gap: 40px;
  }

  .p-top-feature__list .feature-item {
    width: 100%;
    max-width: 100%;
  }

  .p-top-feature__list .feature-item:nth-child(even) {
    margin-top: 0;
  }

  .p-top-feature__list .feature-img {
    border: 4px solid #5BC1BA;
    border-radius: 10px;
  }

  .p-top-feature__list .feature-ttl {
    gap: 6px;
    font-size: 1rem;
    margin-top: 12px;
  }

  .p-top-feature__list .feature-ttl .num {
    font-size: 1.25rem;
  }
}

/* -------------------------------
　top access
------------------------------- */
.p-top-access {
  padding: 110px 0 220px;
  position: relative;
}

.p-top-access .c-bg-item:first-child {
  top: -4%;
  left: -26%;
}

.p-top-access .c-bg-item:nth-child(2) {
  bottom: 6%;
  right: -20%;
}

.p-top-access__img {
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 60px;
}

.p-top-access__img .item {
  border-radius: 10px;
  overflow: hidden;
}

.p-top-access__img .item:first-child {
  width: 62.8%;
}

.p-top-access__img .item:last-child {
  width: 35%;
}

.p-top-access__block {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  grid-template-rows: max-content max-content 1fr auto;
  gap: 0 50px;
}

.p-top-access__block .c-ttl {
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-top-access__block .c-ttl {
  grid-area: 1/1/2/2;
}

.p-top-access__block .p-access__map {
  grid-area: 1/2/3/3;
}

.p-top-access__block .p-access__info {
  grid-area: 2/1/3/2;
}

.p-top-access__block .p-access__info dl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  font-size: 1rem;
  letter-spacing: 0;
}

.p-top-access__block .p-access__info dl:not(:last-of-type) {
  margin-bottom: 20px;
}

.p-top-access__block .p-access__info dl dt {
  background-color: #5BC1BA;
  border-radius: 999px;
  width: 108px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  padding: 6px;
}

.p-top-access__block .p-access__info dl dd {
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 768px) {
  .p-top-access {
    padding: 60px 0 120px;
  }

  .p-top-access .c-bg-item:first-child {
    top: 60%;
    left: -26%;
  }

  .p-top-access .c-bg-item:nth-child(2) {
    bottom: 28%;
    right: -24%;
  }

  .p-top-access__img {
    gap: 10px;
    margin-bottom: 24px;
  }

  .p-top-access__block {
    display: block;
  }

  .p-top-access__block .p-access__map {
    margin-bottom: 30px;
  }

  .p-top-access__block .p-access__map iframe {
    height: 16.875rem;
  }

  .p-top-access__block .p-access__info dl {
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 18px;
    font-size: 0.875rem;
    line-height: 1.5;
  }

  .p-top-access__block .p-access__info dl:not(:last-of-type) {
    margin-bottom: 16px;
  }

  .p-top-access__block .p-access__info dl dt {
    width: 80px;
    padding: 2px;
  }
}

/* ----------- heading -----------*/
.c-heading {
  padding: 13.75rem 0 1.875rem;
  background-color: #F5F9FF;
  padding-top: 154px;
  padding-bottom: 50px;
  position: relative;
}

.c-heading .c-bg-item:first-child {
  top: -4%;
  left: -22%;
}

.c-heading .c-bg-item:nth-child(2) {
  top: 100%;
  left: -26%;
}

.c-heading__img {
  margin-right: calc(50% - 50vw);
  border-radius: 14px 0 0 14px;
  overflow: hidden;
  margin-bottom: 20px;
}

.c-heading__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-page-ttl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
}

.c-page-ttl .en {
  font-family: "Montserrat", sans-serif;
  color: #5BC2B9;
  font-size: 1.3125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.c-page-ttl .ja {
  color: #111;
  font-size: 2.375rem;
  font-weight: 700;
}

.c-heading__lead {
  width: 40%;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 768px) {
  .c-heading {
    padding-top: 70px;
    padding-bottom: 30px;
  }

  .c-heading .c-bg-item:first-child {
    top: 6%;
    left: -22%;
  }

  .c-heading .c-bg-item:nth-child(2) {
    top: 50%;
    left: -26%;
  }

  .c-heading__img {
    width: calc(100vw - 20px);
  }

  .c-heading__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 10px;
  }

  .c-heading__block {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c-page-ttl {
    width: 100%;
    margin-bottom: 14px;
  }

  .c-page-ttl .en {
    display: none;
  }

  .c-page-ttl .ja {
    font-size: 1.5rem;
  }

  .c-heading__lead {
    width: 100%;
  }
}

/* ----------- breadcrumb -----------*/
.c-breadcrumb__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 20px;
}

.c-breadcrumb__list li:not(:last-of-type)::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #8E8E8E;
  border-right: 1px solid #8E8E8E;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0 8px 4px;
  vertical-align: middle;
}

.c-breadcrumb__list li,
.c-breadcrumb__list a {
  display: inline-block;
  font-size: 0.75rem;
  letter-spacing: 0.03em;
  color: #8E8E8E;
  font-weight: 400;
}

.c-breadcrumb__list li:first-child a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}

.c-breadcrumb__list li:first-child a::before {
  content: "";
  display: block;
  width: 13px;
  height: 12px;
  background: url("../img/common/icon_home.svg") no-repeat top center/100%;
  line-height: 1;
}

.c-breadcrumb__list a {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .c-breadcrumb__list {
    margin-top: 0;
  }
}

/* -------------------------------
　feature
------------------------------- */
.p-feature-section {
  padding: 90px 0 190px;
  position: relative;
}

.p-feature-section .c-bg-item:nth-child(1) {
  top: 60%;
  left: -26%;
}

.p-feature-section .c-bg-item:nth-child(2) {
  top: 0;
  right: -16%;
}

.p-feature-section .c-bg-item:nth-child(3) {
  top: 54%;
  right: -16%;
}

.p-feature__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-feature__block:not(:last-child) {
  margin-bottom: 90px;
}

.p-feature__block:nth-child(odd) {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.p-feature__block .feature-img {
  border: 8px solid #5BC1BA;
  border-radius: 18px;
  overflow: hidden;
  width: 53.2%;
}

.p-feature__block .feature-text {
  width: 40.5%;
}

.p-feature__block .feature-num {
  color: #5BC1BA;
  font-size: 1.125rem;
  font-weight: 700;
}

.p-feature__block .feature-ttl {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-bottom: 24px;
}

.p-feature__block .feature-ttl .num {
  color: #5BC1BA;
  font-size: 1.875rem;
}

.p-feature__block .desc {
  letter-spacing: 0.01em;
  line-height: 1.875;
}

@media screen and (max-width: 768px) {
  .p-feature-section {
    padding: 30px 0 120px;
  }

  .p-feature-section .c-bg-item:nth-child(1) {
    top: 0;
    left: -26%;
  }

  .p-feature-section .c-bg-item:nth-child(2) {
    top: 1%;
    right: -20%;
  }

  .p-feature-section .c-bg-item:nth-child(3) {
    display: none;
  }

  .p-feature-section .c-bg-item:nth-child(4) {
    top: 20%;
    right: -28%;
  }

  .p-feature-section .c-bg-item:nth-child(5) {
    top: 54%;
    right: -28%;
  }

  .p-feature-section .c-bg-item:nth-child(6) {
    top: 94%;
    right: -30%;
  }

  .p-feature-section .c-bg-item:nth-child(7) {
    top: 40%;
    left: -30%;
  }

  .p-feature-section .c-bg-item:nth-child(8) {
    top: 84%;
    left: -30%;
  }

  .p-feature-section .l-wrap {
    width: 85%;
  }

  .p-feature-section .l-wrap_sp100 {
    width: 100%;
  }

  .p-feature__block {
    display: block;
  }

  .p-feature__block:not(:last-child) {
    margin-bottom: 40px;
  }

  .p-feature__block .feature-img {
    border: 4px solid #5BC1BA;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 12px;
  }

  .p-feature__block .feature-text {
    width: 100%;
  }

  .p-feature__block .feature-num {
    font-size: 0.8125rem;
  }

  .p-feature__block .feature-ttl {
    font-size: 1.125rem;
    margin-bottom: 16px;
  }

  .p-feature__block .feature-ttl .num {
    font-size: 1.875rem;
  }

  .p-feature__block .desc {
    line-height: 1.78;
  }
}

/* -------------------------------
　feature voice
------------------------------- */
.p-feature-voice {
  padding: 90px 0 190px;
  position: relative;
}

.p-feature-voice .c-bg-item:nth-child(1) {
  top: 10%;
  right: -16%;
}

.p-voice__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 100px 20px;
}

.p-voice__block {
  width: 50%;
  max-width: 28.125rem;
}

.p-voice__block .desc {
  line-height: 2;
  letter-spacing: 0.01em;
}

.p-voice__detail {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: max-content 1fr;
  gap: 1.5rem;
  margin-bottom: 24px;
}

.voice-img {
  grid-area: 1/1/3/2;
  border: 8px solid #5BC1BA;
  border-radius: 50%;
  aspect-ratio: 1/1;
  max-width: 156px;
}

.voice-prof {
  grid-area: 1/2/2/3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

.voice-prof .category {
  background-color: #037089;
  border-radius: 999px;
  color: #fff;
  padding: 6px 16px;
  font-weight: 700;
}

.voice-ttl {
  grid-area: 2/2/3/3;
  font-weight: 700;
  font-size: 1.25rem;
}

@media screen and (max-width: 768px) {
  .p-feature-voice {
    padding: 40px 0 160px;
  }

  .p-feature-voice .c-bg-item:nth-child(1) {
    display: none;
  }

  .p-feature-voice .c-bg-item:nth-child(2) {
    top: 30%;
    left: -26%;
  }

  .p-feature-voice .c-bg-item:nth-child(3) {
    top: 74%;
    left: -28%;
  }

  .p-feature-voice .c-bg-item:nth-child(4) {
    top: 32%;
    right: -28%;
  }

  .p-feature-voice .c-bg-item:nth-child(5) {
    top: 74%;
    right: -28%;
  }

  .p-feature-voice .l-wrap {
    width: calc(100% - 80px);
  }

  .p-feature-voice .c-ttl {
    margin-bottom: 60px;
  }

  .p-voice__list {
    gap: 80px;
  }

  .p-voice__block {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .p-voice__block .desc {
    line-height: 1.78;
  }

  .p-voice__detail {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px 12px;
    margin-bottom: 12px;
  }

  .voice-img {
    width: 50%;
    border: 4px solid #5BC1BA;
  }

  .voice-prof {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
  }

  .voice-prof .category {
    padding: 6px 12px;
    min-width: 7.5rem;
    text-align: center;
  }

  .voice-ttl {
    width: 100%;
    font-size: 1rem;
    letter-spacing: 0.01em;
  }
}


/* Q&A */
.qa dl {
  width: 864px;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  background: url(../img/faq/q.svg) no-repeat 32px 30px;
  background-color: #fff;
  margin: 20px auto;
}

.qa dl dt {
  line-height: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 96px;
  padding-right: 64px;
  background: url(../img/faq/plus.svg) no-repeat 808px 35px;
  font-size: 18px;
  cursor: pointer;
}

.qa dl dt.opened {
  background-image: url(../img/faq/minus.svg);
}

.qa dl dd {
  display: none;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  border-top: 2px solid #F5F3EB;
  padding: 26px 0 36px 64px;
  letter-spacing: 0.01em;
  line-height: 1.875;
}

.qa dl dd {
  display: none;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  border-top: 2px solid #F5F3EB;
  padding: 26px 0 36px 64px;
}


.qa dl dd span {
  color: #CC0000;
  font-weight: 800;
  font-size: 16px;
  line-height: 155%;
}

@media (max-width: 767px) {
  .qa dl {
    width: 92vw;
    margin-left: auto;
    margin-right: auto;
    background-position: 16px 14px;
  }

  .qa dl.wd85 {
    width: 85vw !important;
  }

  .qa_sp dl {
    width: 90vw;
  }

  .qa_sp dl dd {
    width: 80vw !important;
    margin-left: auto;
    margin-right: auto;
    padding: 16px 20px !important;
    font-size: 14px;
  }

  .qa_sp dl dd span {
    padding: 0 !important;
  }

  .qa_sp dl dd p {
    padding: 0 !important;
  }


  .qa dl dt {
    line-height: 160%;
    padding: 16px 66px 19px 54px;
    background: url(../img/faq/plus.svg) no-repeat 92% center;
    margin: 0 auto;
    font-size: 15px;
  }

  .qa dl dt.opened {
    background-image: url(../img/faq/minus.svg);
  }

  .qa dl dd {
    width: 84vw;
    border-top: 2px solid #F5F3EB;
    padding: 16px 0 24px 16px;
  }

  .qa dl dd span {
    margin-bottom: 8px;
    padding: 0 16px;
    font-size: 16px;
  }

  .qa dl dd p {
    padding: 0 16px;
  }
}



.bg_w {
  background-color: #FFF !important;
}


/* -------------------------------
  service category
------------------------------- */
#service .category {
  margin-bottom: 100px;
}

.p-service-category {
  padding: 120px 0 0;
}

.p-service-category__block {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  gap: 38px;
}

.p-service-category__block .box {
  width: 100%;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1);
  background-color: #F5F9FF;
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 30px;
}

.p-service-category__block .category__item {
  position: relative;

  border-radius: 10px;
  /*background: url(/img/service/i_arrow_service_g.png) top 104px right 36px/44px auto no-repeat #FFF;*/

}

.p-service-category__block .category__item h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .p-service-category__block .category__item h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-right: 10%;
  }
}

.p-service-category__block .category__item h4::before {
  content: "●";
  color: #5BC1BA;
  padding-right: 5px;
}



.circle_blue::before {
  color: #037089 !important;
}


.p-service-category__block .category__item p {
  line-height: 1.8;
}


.p-service-category__block .box a {
  position: relative;
  display: block;
  margin: 23px 35px 0;
  color: #111111;
  background: url(../img/service/i_arrow_service_g.png) top 104px right 46px/44px auto no-repeat #FFF;
  transition: all 0.3s;
  padding: 55px 105px 55px 55px;
  transition: all 0.4s;
  border-radius: 10px;
  opacity: 1;
}

@media (max-width: 767px) {
  .p-service-category__block .box a {
    position: relative;
    display: block;
    margin: 23px 5% 0;
    color: #111111;
    background: url(../img/service/i_arrow_service_g.png) top 28px right 22px/28px auto no-repeat #FFF;

    transition: all 0.3s;
    padding: 30px 7% 30px 7%;
    transition: all 0.4s;
    border-radius: 10px;
    opacity: 1;
  }

}

.parts_blue {
  background: url(../img/service/i_arrow_service_b.png) top 104px right 46px/44px auto no-repeat #FFF !important;
}

@media (max-width: 767px) {
  .parts_blue {
    background: url(../img/service/i_arrow_service_b.png) top 28px right 22px/28px auto no-repeat #FFF !important;
  }
}

.parts_blue h4::before {
  color: #037089 !important;
}

.parts_blue:hover {
  background: url(../img/service/i_arrow_service_b.png) top 104px right 36px/44px auto no-repeat #FFF !important;
  opacity: 0.7;
}


.p-service-category__block .box a:hover {
  background: url(../img/service/i_arrow_service_g.png) top 104px right 36px/44px auto no-repeat #FFF;
  opacity: 0.7;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.2);
}


.p-service-category__block .box a:nth-child(2) {
  display: block;
  margin-top: 40px;
}

.p-service-category__block .box a:nth-child(4) {
  display: block;
  margin-bottom: 20px;
}




.p-service-category__block .category-ttl {
  font-size: 1.6875rem;
  font-weight: 700;
  text-align: center;
  padding: 32px 0;
  line-height: 1;
  color: #fff;
}

.p-service-category__block .category-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 40px 30px 30px;
}

.p-service-category__block .category-list a {
  font-size: 1.125rem;
  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #CCCCCC;
  padding: 18px 0;
}

.p-service-category__block .category-list a::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  -webkit-mask-image: url("../img/common/icon_arrow.svg");
  mask-image: url("../img/common/icon_arrow.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: cover;
}

.p-service-category__block .box:first-child .category-ttl {
  background-color: #5BC1BA;
}

.p-service-category__block .box:first-child .category-list a::after {
  background-color: #5BC1BA;
}

.p-service-category__block .box:last-child .category-ttl {
  background-color: #067089;
}

.p-service-category__block .box:last-child .category-list a::after {
  background-color: #067089;
}

@media screen and (max-width: 768px) {
  .p-service-category {
    padding: 50px 0 0;
  }

  .p-service-category .c-bg-item {
    top: 24%;
    right: -20%;
  }

  .p-service-category .l-wrap {
    position: relative;
    z-index: 2;
  }

  .p-service-category__block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 50px;
  }

  .p-service-category__block .box {
    width: 100%;
    border-radius: 5px;
  }




  .p-service-category__block .category-ttl {
    font-size: 1.125rem;
    padding: 22px 0;
  }

  .p-service-category__block .category-list {
    padding: 12px 24px 24px;
  }

  .p-service-category__block .category-list a {
    font-size: 1rem;
    padding: 20px 0;
  }

  .p-service-category__block .category-list a::after {
    width: 20px;
    height: 20px;
  }
}


.p-philosophy {}

.p-philosophy h3 {
  text-align: center;
  font-size: 36px;
  margin-bottom: 40px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .p-philosophy h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.p-philosophy p {
  width: 700px;
  margin: 0 auto 70px;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .p-philosophy p {
    width: 90%;
    margin: 0 auto 50px;
  }
}

.p-philosophy p:last-child {
  width: 700px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .p-philosophy p:last-child {
    width: 90%;
  }
}

.p-profile {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}

@media (max-width: 767px) {
  .p-profile {
    flex-wrap: wrap;
    padding-top: 0;
  }
}

.p-profile-company {
  width: 55%;
}

@media (max-width: 767px) {
  .p-profile-company {
    width: 100%;
    margin-bottom: 60px;
  }
}

.p-profile-company h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 40px;
}

.p-profile-company dl {
  display: table;
  border-bottom: 1px solid #CCC;
  width: 100%;
  font-size: 14px;
  line-height: 1.8;
}

.p-profile-company dt {
  display: table-cell;
  text-align: left;
  width: 25%;
  padding: 20px 0;
}

.p-profile-company dd {
  display: table-cell;
  text-align: left;
  width: 70%;
  padding: 20px 0;
}

.p-profile-history {
  width: 40%;
}

@media (max-width: 767px) {
  .p-profile-history {
    width: 100%;
  }
}

.p-profile-history h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 40px;

}

.p-profile-history ul {}

.p-profile-history li {
  border-bottom: 1px solid #CCC;
  padding: 20px 5px;
  font-size: 14px;
  line-height: 1.8;
}

.p-profile-history li:first-child {
  padding: 0 5px 20px;
}

.company .p-feature-voice {
  padding-bottom: 30px;
}



/*	flow_list-------------------------------*/
.flow_list {
  max-width: 820px;
  margin: 0 auto 80px;
  counter-reset: number 0;
}

.flow_listItem {
  position: relative;
  z-index: 10;
  justify-content: center;
  align-items: flex-start;
}

.flow_listItem:nth-last-of-type(n+2)::before {
  content: "";
  position: absolute;
  bottom: -24%;
  left: 37px;
  z-index: 1;
  display: block;
  width: 0;
  height: calc(100% - 78px - 6px);
  border-right: 2px dotted #3C2C25;
}

.flow_listItem+.flow_listItem {
  margin-top: 45px;
}

.flow_listItem .step {
  position: relative;
  z-index: 10;
  margin-right: 20px;
  padding-top: 5px;
}

.flow_listItem .step::before {
  counter-increment: number 1;
  content: "STEP "counter(number, decimal-leading-zero);
  display: block;
  font-size: 1.0rem;
  font-weight: 700;
  color: #5BC1BA;
  text-align: center;
}

.flow_listItem .step .ic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 78px;
  height: 78px;
  background-color: #5BC1BA;
  border-radius: 50%;
  box-shadow: 0 2px 3px rgba(125, 55, 4, 0.26);
}

.flow_listItem_content {
  width: calc(100% - 78px);
}

.flow_listItem_content .ttl {
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: 700;
}

.flow_listItem_content .txtBox {
  padding: 20px 25px;
  font-size: 1.4rem;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.26);
  background: #F7F5F0;
  border-radius: 20px;
}

@media screen and (max-width:768px) {
  .flow_list {
    margin-bottom: 50px;
  }
}

@media screen and (max-width:500px) {
  .flow_listItem+.flow_listItem {
    margin-top: 20px;
  }

  .flow_listItem:nth-last-of-type(n+2)::before {
    bottom: -12%;
  }

  .flow_listItem_content .ttl {
    margin-bottom: 6px;
    font-size: 1.1rem;
  }

  .flow_listItem_content .txtBox {
    padding: 15px;
    font-size: 1.2rem;
  }
}



.p-service-detail__ttl {
  width: 780px;
  margin: 0 auto 70px;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .p-service-detail__ttl {
    width: 100%;
  }
}


.p-service-detail__ttl h2 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 21px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .p-service-detail__ttl h2 {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 1.8;
  }
}

.p-service-detail__problem {
  position: relative;
  border: 5px solid #5BC1BA;
  border-radius: 20px;
  margin-bottom: 110px;
  padding: 30px 0;
}

.p-service-detail__problem_inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .p-service-detail__problem_inner {
    flex-wrap: wrap;
  }
}

.p-service-detail__problem_inner figure {
  width: 20%;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .p-service-detail__problem_inner figure {
    width: 55%;
  }
}

.p-service-detail__problem_inner dl {
  padding-left: 10px;
  width: 50%;
}

@media (max-width: 767px) {
  .p-service-detail__problem_inner dl {
    padding: 0 5%;
    width: 100%;
  }
}


.p-service-detail__problem_inner dl dt {
  font-size: 28px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .p-service-detail__problem_inner dl dt {
    text-align: center;
    font-size: 21px;
    margin: 0 auto 20px;

  }
}



.p-service-detail__problem_inner dl dd {
  line-height: 1.8;
}

@media (max-width: 767px) {
  .p-service-detail__problem_inner dl dd {
    font-size: 14px;
  }
}


.p-service-detail__problem .badge {
  position: absolute;
  top: -50px;
  left: 20px;
}

@media (max-width: 767px) {
  .p-service-detail__problem .badge {
    position: absolute;
    top: -50px;
    left: -20px;
    width: 30%;
  }
}


.p-service-detail__solution {
  position: relative;
  border: 5px solid #5BC1BA;
  border-radius: 20px;
  margin-bottom: 110px;
  padding: 30px 0;
}

.p-service-detail__solution_inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .p-service-detail__solution_inner {
    flex-wrap: wrap;
  }
}

.p-service-detail__solution_inner figure {
  width: 20%;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .p-service-detail__solution_inner figure {
    width: 55%;
  }
}

.p-service-detail__solution_inner dl {
  padding-left: 40px;
  width: 58%;
}

@media (max-width: 767px) {
  .p-service-detail__solution_inner dl {
    padding: 0 5%;
    width: 100%;
  }
}


.p-service-detail__solution_inner dl dt {
  font-size: 28px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .p-service-detail__solution_inner dl dt {
    text-align: center;
    font-size: 21px;
    margin: 0 auto 20px;

  }
}



.p-service-detail__solution_inner dl dd {
  line-height: 1.8;
}

@media (max-width: 767px) {
  .p-service-detail__solution_inner dl dd {
    font-size: 14px;
  }
}


.p-service-detail__solution .badge {
  position: absolute;
  top: -50px;
  left: 20px;
}

@media (max-width: 767px) {
  .p-service-detail__solution .badge {
    position: absolute;
    top: -50px;
    left: -20px;
    width: 30%;
  }
}


.service_detail_arrow {
  text-align: center;
  margin-bottom: 50px;
}




.col {
  display: flex;
}

.mb0 {
  margin-bottom: 0 !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.width_100p {
  width: 100% !important;
}



.marker {
  background: linear-gradient(transparent 60%, #ffd54f 60%);
  display: inline;
  white-space: nowrap;
  line-height: 1.8;
  padding: 0;
  font-weight: bold;
}



.p-tax_calc {}

.p-tax_calc .p-tax_calc__item {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #CCC;
}

@media (max-width: 767px) {
  .p-tax_calc .p-tax_calc__item {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}

.p-tax_calc .p-tax_calc__item:last-child {
  border: none;
}


.p-tax_calc .p-tax_calc__item .p-tax_calc__item__txt {
  width: 55%;
}

@media (max-width: 767px) {
  .p-tax_calc .p-tax_calc__item .p-tax_calc__item__txt {
    width: 100%;
  }
}

.p-tax_calc .p-tax_calc__item .p-tax_calc__item__txt h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .p-tax_calc .p-tax_calc__item .p-tax_calc__item__txt h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.p-tax_calc .p-tax_calc__item .p-tax_calc__item__txt h3::before {
  content: "●";
  color: #5BC1BA;
  padding-right: 5px;
}

.p-tax_calc .p-tax_calc__item .p-tax_calc__item__txt p {
  line-height: 1.8;
}

.p-tax_calc .p-tax_calc__item .p-tax_calc__item__txt .p-tax_calc__item__exp {
  background-color: #F5F5F5;
  margin-top: 30px;
  padding: 25px 5%;
  border-radius: 10px;
}

.p-tax_calc .p-tax_calc__item .p-tax_calc__item__txt .p-tax_calc__item__exp dt {
  font-size: 16px;
  margin-bottom: 15px;
}


.p-tax_calc .p-tax_calc__item .p-tax_calc__item__txt .p-tax_calc__item__exp dd {
  font-size: 14px;
  line-height: 1.8;
}




.p-tax_calc .p-tax_calc__item figure {
  width: 40%;
}

@media (max-width: 767px) {
  .p-tax_calc .p-tax_calc__item figure {
    width: 100%;
    margin-bottom: 20px;
  }
}


.p-tax_calc .exp {
  margin-top: 30px;
  margin-bottom: 50px;
  background-color: #f5f5f5;
  padding: 30px 7%;
  border-radius: 10px;
}

.p-tax_calc .exp dl {
  margin-bottom: 30px;
}

.p-tax_calc .exp dl:last-child {
  margin-bottom: 0;
}

.p-tax_calc .exp dt {
  margin-bottom: 10px;
}

.p-tax_calc .exp dd {
  font-size: 14px;
  line-height: 1.8;
}
