.page-easm ol li, .page-easm ul li {
  list-style: none
}

.page-easm .l-main__body, .page-easm .l-main__contents {
  padding-bottom: 0
}

.l-main__body {
  padding-top: 0
}

.cmn-bg-01 {
  background-color: #fff5df;
  margin-left: calc(-50vw - -50%);
  margin-right: calc(-50vw - -50%);
  padding: 6rem calc(50vw - 50%);
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.justify-content-between {
  justify-content: space-between;
}


@media only print, screen and (min-width:768px) {
  .p-category-menu__items {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: fit-content
  }
}

.cv-area {
  background-color: #fff5df;
  margin-left: calc(-50vw - -50%);
  margin-right: calc(-50vw - -50%);
  padding: 4rem calc(50vw - 50%)
}

@media only print, screen and (min-width:768px) {
  .cv-area .cv-area {
    padding: 6rem calc(50vw - 50%)
  }
}

.cv-area-list {
  column-gap: 3rem;
  display: grid;
  margin: 0 auto;
  max-width: 1200px;
  row-gap: 2rem
}

@media only print, screen and (min-width:768px) {
  .cv-area-list {
    display: flex
  }
}

.cv-area-list li {
  flex: 1
}

.cv-area-list li a {
  align-items: center;
  background-image: linear-gradient(90deg, #d33f00, #b63700);
  border-radius: 1.2rem;
  box-shadow: 0 0 2.2rem 0 #00000024;
  color: #fff;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 1.6rem;
  padding: 1.6rem 0;
  position: relative;
  text-align: center;
  text-decoration: none
}

.cv-area-list li a>* {
  position: relative;
  z-index: 1
}

.cv-area-list li a svg {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem
}

.cv-area-list li:nth-child(3) a {
  background: linear-gradient(90deg, #009d79, #008a6a)
}

@media only print, screen and (min-width:768px) {
  .cv-area-list li:nth-child(3) a:after {
    background: linear-gradient(90deg, #017c5f, #00644d)
  }

  .cv-area-list li a {
    font-size: 1.8rem;
    padding: 2.4rem 0
  }

  .cv-area-list li a:after {
    background-image: linear-gradient(90deg, #a33201, #7a2601);
    border-radius: 1.2rem;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .3s ease 0s !important;
    width: 100%;
    z-index: 0
  }

  .cv-area-list li a:hover:after {
    opacity: 1
  }

  .cv-area-list li svg {
    right: 3rem;
    width: 3.2rem
  }
}

.cv-area__shoulder {
  column-gap: 1rem;
  display: grid;
  font-size: 1.8rem;
  font-weight: 700;
  grid-template-columns: .4rem auto .4rem;
  line-height: 1;
  margin: 0 auto;
  text-align: center;
  width: -webkit-fit-content;
  width: fit-content
}

.cv-area__shoulder:after {
  transform: translateY(.2rem) rotate(25deg)
}

.cv-area__shoulder:after, .cv-area__shoulder:before {
  background-color: #263b74;
  border-radius: 9999px;
  content: "";
  display: block;
  height: 1em;
  width: .4rem
}

.cv-area__shoulder:before {
  transform: translateY(.2rem) rotate(-25deg)
}

.p-index-header__bg-link {
  bottom: 0;
  left: 0;
  padding: 0 .5rem .5rem;
  position: absolute;
  width: 100%
}

@media only print, screen and (min-width:768px) {
  .p-index-header__bg-link {
    border-radius: 1.2rem;
    display: block;
    height: 17.8rem;
    inset: 7.2rem auto auto 50%;
    overflow: hidden;
    padding: 0;
    transform: translateX(24rem);
    width: 36rem
  }

  .p-index-header__bg-link img {
    position: relative;
    transition: opacity .3s ease 0s;
    vertical-align: bottom;
    z-index: 1
  }

  .p-index-header__bg-link:after {
    background-color: #fff;
    content: "";
    display: block;
    height: calc(100% - 2px);
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
  }

  .p-index-header__bg-link:hover img {
    opacity: .8
  }
}

.problem__item {
  width: 100%;
  border-radius: 12px;
  background: #fff5df;
}

.problem__item-title {
  font-weight: 500;
  color: #263B74;
}


.problem__unit {
    position: relative;
    text-align: center;
    margin: 50px 0 0;
}

.problem__unit::before {
   content: '';
   width: 0;
   height: 0;
   margin: auto;
   border-style: solid;
   border-width: 40px 60px 0 60px;
   border-color: #263B74 transparent transparent transparent;
   position: absolute;
   position: absolute;
   top: -3em;
   left: 50%;
   transform: translateX(-50%);
} 

.problem__unit-text {
  color: #092875;
  font-size: 2.2rem;
  font-weight: 700;
}

.problem__unit-02-title {
  text-align: center;
}

.problem__unit-02-title.c-title::before {
  left: 50%;
  transform: translate(-50%);
}

@media (max-width: 767px) {
  .problem__item-title {
    margin-bottom: 1em;
  }

  .problem__item {
    max-width: 500px;
    margin: 0 auto 15px;
  }

  .problem__item-inner {
    padding: 15px;
  }

  .problem__item-image {
    max-width: 250px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .problem__item {
    width: 49%;
    margin-bottom: 2%;
    padding: 20px 20px;
  }

  .problem__item-inner {
    display: grid;
    grid-template-columns: 2fr;
    gap: 20px;
    align-items: start;
  }

  .problem__item-title {
    grid-row: 1/2;
    grid-column: 1/3;
  }

  .problem__item-text {
    grid-row: 2/3;
    grid-column: 1/2;
    padding-right: 10px;
  }

  .problem__item-button {
    grid-row: 3/4;
    grid-column: 1/2;
    padding-right: 32px;
  }

  .problem__item-image {
    grid-row: 2/4;
    grid-column: 2/3;
  }
}



.features__figure {
  width: 49%;
}

.features__figure figcaption {
    border: none;
    padding: 0;
    border-radius: 0;
    width: 100%;
    margin-bottom: 0;
    text-align: left;
    font-size: 0.75em;
    text-align: center;
}

.cmn-card {
  width: 100%;
  border-radius: 12px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.14);
}

.cmn-card__title {
  font-weight: 500;
  color: #263B74;
  display: flex;
  align-items: center;
  gap: 10px;
}

.cmn-card__title i {
  width: 80px;
  min-width: 80px;
}


@media (max-width: 767px) {
  .cmn-card__title {
    margin-bottom: 1em;
  }

  .cmn-card {
    max-width: 500px;
    margin: 0 auto 15px;
  }

  .cmn-card__inner {
    padding: 15px;
  }

  .cmn-card__image {
    max-width: 250px;
    margin: 0 auto;
  }

  .features__figure {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .features__figure:last-of-type {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .cmn-card {
    width: 49%;
    margin-bottom: 2%;
    padding: 20px 20px;
  }

  .cmn-card__inner {
    display: grid;
    grid-template-columns: 2f;
    gap: 20px;
    align-items: start;
  }

  .cmn-card__title {
    grid-row: 1/2;
    grid-column: 1/3;
  }

  .cmn-card__text {
    grid-row: 2/3;
    grid-column: 1/2;
    padding-right: 10px;
  }

}


.features__item-02 {
  width: 31%;
  margin-bottom: 2%;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.14);
  border-radius: 20px;
  min-height: 210px;
}

.features__item-02-title {
  background-color: #263B74;
  padding: 1em;
  font-weight: 500;
  text-align: center;
  color: #fff;
}

.features__item-02-unit {
  padding: 1em;
}


@media (max-width: 767px) {
  .features__item-02 {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 20px;
    min-height: 160px;
  }
}

.aavantages__block-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; 
}

.aavantages__item {
  display: flex;
  flex-direction: column; 
  flex: 1;
  height: auto;
}

.aavantages .p-case-card__body {
  flex: 1;
  display: flex;
}

.aavantages .p-case-card__image img {
  width: 80%;
}

.aavantages__table {
  width: 100%;
  text-align: center;
}

.aavantages__table th {
  color: #fff;
  padding: 10px 0;
}

.aavantages__table .th-01 {
  background: #263b74;
}

.aavantages__table .th-02 {
  background: #707070;
}
.aavantages__table td {
  border-bottom: solid 1px #ccc;
  padding: 6px 10px;
}
.aavantages__table td:nth-of-type(1) {
  border-right: solid 1px #ccc;
}



@media (max-width: 767px) {
  .aavantages__block-row {
    flex-direction: column;
  }
  .aavantages__table th {
    font-size: 1.4rem;
  }
  .aavantages__table td {
    font-size: 1.2rem;
    text-align: left;
  }
}

.point {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .point {
    padding-bottom: 3rem;
  }

}

.bottom-banner a {
  border-radius: 1.2rem;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  width: -webkit-fit-content;
  width: fit-content
}

@media only print, screen and (min-width:768px) {
  .bottom-banner a {
    transition: opacity .2s ease 0s
  }

  .bottom-banner a:hover {
    opacity: .8
  }
}