.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%);
}

.cmn-list {
  padding-left: 1.7em;
}

.cmn-list li {
  text-indent: -0.7em;
}

.cmn-list li::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #263B74;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 6px;
}


.row {
  display: flex;
  flex-wrap: wrap;
}

.justify-content-between {
  justify-content: space-between;
}

.small {
  font-size: 80%;
}

figcaption {
  font-size: 80%;
  border: none;
  text-align: center;
  padding: 0;
  margin: 0px auto 0;
  width: 100%;
}

@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__figure {
  text-align: center;
  margin-top: 20px;
}

.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: 60px 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 {
  font-size: 2rem;
  font-weight: 700;
}

.problem__unit-text span {
  color: #092875;
  font-size: 120%;
}

.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;
  }
}

.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;
  }
}

@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;
  }
}


.cmn-card-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;
}

.cmn-card-02__title {
  background-color: #263B74;
  padding: 1em;
  font-weight: 500;
  text-align: center;
  color: #fff;
}

.cmn-card-02__unit {
  padding: 1em;
}


@media (max-width: 767px) {
  .cmn-card-02 {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 20px;
    min-height: 160px;
  }
}


.evaluation__item {
  border-radius: 12px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.14);
  background: #fff;
}

.evaluation__item-ttl {
  background-color: #263B74;
  color: #fff;
  padding: 20px 20px;
  border-radius: 12px 12px 0 0;
  font-size: 1.8rem;
  line-height: 1.3;
  text-align: center;
}

.evaluation__item-ttl b {
  font-size: 2.4rem;
  margin: 0 5px;
}

.evaluation__item-ttl span {
  font-size: 1.2rem;
  margin-top: 8px;
  display: block;
}

.evaluation__item-list {
  padding: 20px 40px;
}


@media (min-width: 768px) {
  .evaluation__item {
    display: flex;
  }

  .evaluation__item-ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px 20px;
    border-radius: 12px 0 0 12px;
    width: 17%;
  }
  .evaluation__item-list {
    padding: 20px 40px;
    width: 83%;
  }

}


.flow__block {
  max-width: 600px;
  margin: 0 auto;
}

.flow__list {
  max-width: 600px;
  margin: 0 auto;
}

.flow__list-item {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.14);
  margin-bottom: 40px;
  border-radius: 12px;
  padding: 20px 20px;
  position: relative;
  background: #fff;
}

.flow__list-item::after {
  content: '';
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 17px 20px 0 20px;
  border-color: #263B74 transparent transparent transparent;
  position: absolute;
  position: absolute;
  bottom: -29px;
  left: 50%;
  transform: translateX(-50%);
}

.flow__list-item:last-of-type {
  margin-bottom: 0;
}

.flow__list-item:last-of-type:after {
  display: none;
}

.flow__list-ttl {
  margin-bottom: 10px;
  color: #263B74;
  font-weight: bold;
}

.flow__list-ttl b {
  background-color: #263B74;
  color: #fff;
  padding: 5px 20px;
  display: inline-block;
  border-radius: 20px;
  margin-right: 5px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .flow__list-ttl {
    font-size: 1.4rem;
  }
  .flow__list-ttl b {
    padding: 5px 15px;
  }
}

.price {
  padding-bottom: 8rem;
}

.price__txt {
  font-size: 2rem;
  color: #263B74;
  font-weight: bold;
}

@media (max-width: 767px) {
  .price {
    padding-bottom: 4rem;
  }
}

.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
  }
}