@charset "UTF-8";
/* color
***************************************************************/
/* font
***************************************************************/
/********************************

all

********************************/
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #333;
}

a:visited {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}

.main {
  padding: 10rem 0 0;
}
@media (width < 1261px) {
  .main {
    padding: 6rem 0 0;
  }
}
@media (width < 893px) {
  .main {
    padding: 0.5rem 0 0;
  }
}

.sm-only {
  display: none;
}
@media (width < 576px) {
  .sm-only {
    display: block;
  }
}

.md-only {
  display: none;
}
@media (width < 893px) {
  .md-only {
    display: block;
  }
}

.lg-only {
  display: none;
}
@media (width < 1261px) {
  .lg-only {
    display: block;
  }
}

.sm-none {
  display: block;
}
@media (width < 576px) {
  .sm-none {
    display: none;
  }
}

.md-none {
  display: block;
}
@media (width < 893px) {
  .md-none {
    display: none;
  }
}

.lg-none {
  display: block;
}
@media (width < 1261px) {
  .lg-none {
    display: none;
  }
}

.keep-all {
  word-break: keep-all;
}

.color-blue {
  color: blue;
}

/********************************

component

********************************/
.section-body {
  padding: 5rem 0;
}
@media (width < 893px) {
  .section-body {
    padding: 2.5rem 0;
  }
}

.section-body--half {
  padding: 2.8125rem 0;
}

.fv-sub-page {
  padding: 5rem 0;
}

.inner {
  margin: 0 auto;
  max-width: 75rem;
}
@media (width < 1261px) {
  .inner {
    margin: 0 auto;
    max-width: 94.6%;
  }
}

.heading-lv1 {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 2.5rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
  font-weight: 600;
  text-align: center;
}
@media (width < 576px) {
  .heading-lv1 {
    font-size: 1.5rem;
    line-height: 1.2083333333;
  }
}

.heading-lv1__sub {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.1875;
  margin-bottom: 0.5rem;
}

.heading-lv1--type2 {
  color: #fff;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 2.5rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
  font-weight: 600;
  text-align: center;
}
@media (width < 576px) {
  .heading-lv1--type2 {
    font-size: 1.5rem;
    line-height: 1.2083333333;
  }
}

.heading-lv1--type2__sub {
  color: #fff;
  display: block;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.1875;
  margin-bottom: 0.5rem;
}

.heading-lv2 {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 2.5rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
  font-weight: 600;
  text-align: center;
}
@media (width < 576px) {
  .heading-lv2 {
    font-size: 1.5rem;
    line-height: 1.2083333333;
  }
}

.heading-lv2--type2 {
  color: #fff;
}

.heading-lv2__sub {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.1875;
  margin-bottom: 0.5rem;
}

.heading-lv2--type2 .heading-lv2__sub {
  color: #fff;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  border-radius: 5px;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 700;
  padding: 1rem 0.9375rem;
  max-width: 20.25rem;
  white-space: nowrap;
  width: 100%;
}

.btn--wide {
  max-width: 20rem;
}

.btn--slim {
  padding: 0.625rem 0.9375rem;
}

.btn--center {
  margin: 0 auto;
}

.btn--fin {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(241, 226, 100)), to(rgb(253, 186, 70)));
  background: linear-gradient(180deg, rgb(241, 226, 100) 0%, rgb(253, 186, 70) 100%);
}

.btn--fp {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 153, 155)), to(rgb(253, 70, 73)));
  background: linear-gradient(180deg, rgb(255, 153, 155) 0%, rgb(253, 70, 73) 100%);
}

.btn--top-contact {
  max-width: 30.625rem;
}

.btn--top-contact .btn__text {
  color: #fff;
}

.btn--top-contact .btn__arrow::before {
  background-color: #fff;
}
.btn--top-contact .btn__arrow::after {
  background-color: #fff;
}

.btn--header-contact {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(75, 153, 209)), to(rgb(93, 232, 196)));
  background: linear-gradient(180deg, rgb(75, 153, 209) 0%, rgb(93, 232, 196) 100%);
}

.btn--contact-sub {
  text-align: left;
}

.btn__text {
  color: #333;
}

.btn__sub {
  display: block;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  letter-spacing: 0.03em;
}

.btn__arrow {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 25px;
  margin-left: auto;
}
.btn__arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 0;
  width: 8px;
  height: 2px;
  border-radius: 9999px;
  background-color: #333;
  -webkit-transform-origin: calc(100% - 2px) 50%;
          transform-origin: calc(100% - 2px) 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.btn__arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 8px;
  height: 2px;
  border-radius: 9999px;
  background-color: #333;
  -webkit-transform-origin: calc(100% - 2px) 50%;
          transform-origin: calc(100% - 2px) 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.btn__arrow-type2::before {
  background-color: #fff;
}
.btn__arrow-type2::after {
  background-color: #fff;
}

.dogleg {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 15px;
}
.dogleg::before {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 0;
  width: 8px;
  height: 2px;
  border-radius: 9999px;
  background-color: #fff;
  -webkit-transform-origin: calc(100% - 2px) 50%;
          transform-origin: calc(100% - 2px) 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.dogleg::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 8px;
  height: 2px;
  border-radius: 9999px;
  background-color: #fff;
  -webkit-transform-origin: calc(100% - 2px) 50%;
          transform-origin: calc(100% - 2px) 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.dogleg--bottom {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 15px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.dogleg--bottom::before {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 0;
  width: 8px;
  height: 2px;
  border-radius: 9999px;
  background-color: #fff;
  -webkit-transform-origin: calc(100% - 2px) 50%;
          transform-origin: calc(100% - 2px) 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.dogleg--bottom::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 8px;
  height: 2px;
  border-radius: 9999px;
  background-color: #fff;
  -webkit-transform-origin: calc(100% - 2px) 50%;
          transform-origin: calc(100% - 2px) 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.dogleg--left {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 15px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.dogleg--left::before {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 0;
  width: 8px;
  height: 2px;
  border-radius: 9999px;
  background-color: #fff;
  -webkit-transform-origin: calc(100% - 2px) 50%;
          transform-origin: calc(100% - 2px) 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.dogleg--left::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 8px;
  height: 2px;
  border-radius: 9999px;
  background-color: #fff;
  -webkit-transform-origin: calc(100% - 2px) 50%;
          transform-origin: calc(100% - 2px) 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.dogleg--left-type2 {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 15px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.dogleg--left-type2::before {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 0;
  width: 8px;
  height: 2px;
  border-radius: 9999px;
  background-color: #333;
  -webkit-transform-origin: calc(100% - 2px) 50%;
          transform-origin: calc(100% - 2px) 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.dogleg--left-type2::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 8px;
  height: 2px;
  border-radius: 9999px;
  background-color: #333;
  -webkit-transform-origin: calc(100% - 2px) 50%;
          transform-origin: calc(100% - 2px) 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/********************************

list-col2

********************************/
.list-col2 {
  display: grid;
  grid-template-columns: repeat(2, 15rem);
  grid-template-rows: repeat(1, 20rem);
  gap: 1vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4rem;
}
@media (width < 1261px) {
  .list-col2 {
    grid-template-columns: repeat(1, 15rem);
    grid-template-rows: repeat(2, 20rem);
    gap: 5rem;
  }
}

.list-col2__item {
  border: 1px solid #4059A2;
  border-radius: 10px;
  padding: 1.25rem;
  text-align: center;
  position: relative;
  background: #fff;
}
.list-col2__item::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #034495;
  border-right: 0;
  position: absolute;
  top: 50%;
  right: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (width < 1261px) {
  .list-col2__item::before {
    top: auto;
    bottom: -60px;
    left: 50%;
    -webkit-transform: rotate(90deg) translateX(-50%);
            transform: rotate(90deg) translateX(-50%);
  }
}
.list-col2__item:nth-child(2)::before {
  content: "";
  display: none;
}

/********************************

list-col3

********************************/
.list-col3 {
  display: grid;
  grid-template-columns: repeat(3, 18.75rem);
  grid-template-rows: repeat(1, 22.5625rem);
  gap: 5.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4rem;
}
@media (width < 1261px) {
  .list-col3 {
    grid-template-columns: repeat(1, 18.75rem);
    grid-template-rows: repeat(3, 22.5625rem);
  }
}

.list-col3__item {
  border: 1px solid #4059A2;
  border-radius: 10px;
  padding: 1.25rem;
  text-align: center;
  position: relative;
  background: #fff;
}
.list-col3__item::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #034495;
  border-right: 0;
  position: absolute;
  top: 50%;
  right: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (width < 1261px) {
  .list-col3__item::before {
    top: auto;
    bottom: -60px;
    left: 50%;
    -webkit-transform: rotate(90deg) translateX(-50%);
            transform: rotate(90deg) translateX(-50%);
  }
}
.list-col3__item:nth-child(3)::before {
  content: "";
  display: none;
}

.list-col3__number {
  font-family: abetro, sans-serif;
  color: #4059A2;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.08em;
}

.list-col3__heading {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 700;
  color: #333;
  border-bottom: 1px solid #333;
  margin-top: 1.25rem;
}

.list-col3__text {
  font-size: 1rem;
  line-height: 2;
  margin-top: 1.25rem;
  letter-spacing: 0.04em;
  margin-top: 1.25rem;
}

.list-col3__img-wrap {
  margin-top: 1.25rem;
  text-align: center;
}

.list-col3__img-wrap img {
  aspect-ratio: 120/110;
  max-width: 7.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}

/********************************

list-col4

********************************/
.list-col4 {
  display: grid;
  grid-template-columns: repeat(4, 15rem);
  grid-template-rows: repeat(1, 25.5625rem);
  gap: 5.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4rem;
}
@media (width < 1261px) {
  .list-col4 {
    grid-template-columns: repeat(1, 15rem);
    grid-template-rows: repeat(4, 23.5625rem);
  }
}

.list-col4__item {
  border: 1px solid #4059A2;
  border-radius: 10px;
  padding: 1.25rem;
  text-align: center;
  position: relative;
}
.list-col4__item::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #034495;
  border-right: 0;
  position: absolute;
  top: 50%;
  right: -22%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (width < 1261px) {
  .list-col4__item::before {
    top: auto;
    bottom: -60px;
    left: 50%;
    -webkit-transform: rotate(90deg) translateX(-50%);
            transform: rotate(90deg) translateX(-50%);
  }
}
.list-col4__item:nth-child(4)::before {
  content: "";
  display: none;
}

.list-col4__number {
  color: #4059A2;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.08em;
}

.list-col4__heading {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 700;
  color: #4059A2;
  border-bottom: 1px solid #4059A2;
  margin-top: 1.25rem;
}

.list-col4__text {
  font-size: 1rem;
  line-height: 1.25;
  margin-top: 1.25rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-top: 1.25rem;
  padding: 0 0.625rem;
}

.list-col4__img-wrap {
  margin-top: 1.25rem;
  text-align: center;
}

.list-col4__img-wrap img {
  aspect-ratio: 120/110;
  max-width: 7.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.list-col5 {
  display: grid;
  grid-template-columns: repeat(5, 15rem);
  grid-template-rows: repeat(1, 20rem);
  gap: 1vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4rem;
}
@media (width < 1261px) {
  .list-col5 {
    grid-template-columns: repeat(1, 15rem);
    grid-template-rows: repeat(5, 20rem);
    gap: 5rem;
  }
}

.list-col5__item {
  border: 1px solid #4059A2;
  border-radius: 10px;
  padding: 1.25rem;
  text-align: center;
  position: relative;
}
.list-col5__item::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #034495;
  border-right: 0;
  position: absolute;
  top: 50%;
  right: -1vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (width < 1261px) {
  .list-col5__item::before {
    top: auto;
    bottom: -60px;
    left: 50%;
    -webkit-transform: rotate(90deg) translateX(-50%);
            transform: rotate(90deg) translateX(-50%);
  }
}
.list-col5__item:nth-child(5)::before {
  content: "";
  display: none;
}

.list-col5__number {
  color: #4059A2;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.08em;
}

.list-col5__heading {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 700;
  color: #4059A2;
  border-bottom: 1px solid #4059A2;
  margin-top: 1.25rem;
}

.list-col5__text {
  font-size: 1rem;
  line-height: 1.25;
  margin-top: 1.25rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-top: 1.25rem;
}

.list-col5__img-wrap {
  margin-top: 3.25rem;
  text-align: center;
}

.list-col5__img-wrap img {
  aspect-ratio: 120/110;
  max-width: 7.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}

/*

point-list-media

********************************/
.point-list-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 2.5rem;
}
@media (width < 1261px) {
  .point-list-media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem 0;
  }
}

.point-list-media__img-wrap img {
  aspect-ratio: 560/400;
  max-width: 35rem;
}
@media (width < 893px) {
  .point-list-media__img-wrap img {
    max-width: 100%;
    text-align: center;
  }
}

.point-item {
  margin-top: 2.5rem;
}
.point-item:nth-child(1) {
  margin-top: 0;
}

.point-list__heading {
  font-size: 2rem;
  line-height: 1.4375;
  letter-spacing: 0.02em;
  border-bottom: 1px solid #333;
  margin-top: 0.5rem;
  font-weight: 500;
}
@media (width < 576px) {
  .point-list__heading {
    font-size: 1.5rem;
  }
}

.point-list__heading-sub {
  color: #034495;
  font-size: 1.5rem;
  line-height: 2;
  margin-left: 3.25rem;
  position: relative;
  display: block;
}
.point-list__heading-sub::before {
  content: "";
  display: block;
  width: 2.5rem;
  height: 1px;
  background-color: #034495;
  position: absolute;
  top: 50%;
  left: -3.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (width < 893px) {
  .point-list__heading-sub {
    font-size: 1.25rem;
  }
}

.point-list__text {
  line-height: 2;
  letter-spacing: 0.04em;
  margin-top: 1rem;
  position: relative;
  font-size: 0.875rem;
}

/****************************************

point-list__item

****************************************/
.point-list__item {
  margin-top: 1.5rem;
}
.point-list__item:nth-child(1) {
  margin-top: 0;
}

/*

view-more-btn

********************************/
.view-more-btn {
  color: #333;
  display: block;
  padding: 1rem;
  border: 1px solid #333;
  text-align: center;
  max-width: 11.5rem;
  max-height: 3.1875rem;
  font-weight: 700;
}

.view-more-btn--center {
  color: #333;
  display: block;
  padding: 1rem;
  border: 1px solid #333;
  text-align: center;
  max-width: 11.5rem;
  max-height: 3.1875rem;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
}

/*

col-3-circle

********************************/
.col-3-circle {
  display: grid;
  grid-template-columns: repeat(3, 23.75rem);
  grid-template-rows: repeat(1, 22.8125rem);
  gap: 0 1.875rem;
  position: relative;
}
@media (width < 1261px) {
  .col-3-circle {
    grid-template-columns: repeat(1, 23.75rem);
    grid-template-rows: repeat(3, 22.8125rem);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.col-3-circle__item {
  position: relative;
  padding: 5rem 0.625rem 0.625rem 0.0625rem;
  border: 1px solid #034495;
  border-radius: 16px;
  background: #fff;
}

.col-3-circle__point-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  width: 6.5625rem;
  height: 6.5625rem;
  padding: 1.5625rem 1.375rem;
  gap: 4px;
  background-color: #034495;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: visible;
}

.col-3-circle__point {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
}

.col-3-circle__point-num {
  font-size: 2.5rem;
  line-height: 1;
}

.col-3-circle__img-wrap {
  text-align: center;
}

.col-3-circle__item:nth-child(1) img {
  aspect-ratio: 1/1;
  max-width: 7.8125rem;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.col-3-circle__item:nth-child(2) img {
  aspect-ratio: 120/113;
  max-width: 7.5rem;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.col-3-circle__item:nth-child(3) img {
  aspect-ratio: 1/1;
  max-width: 7.375rem;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.col-3-circle__ttl {
  color: #034495;
  font-size: 1.7916666667;
  font-weight: 700;
  text-align: center;
  margin-top: 0.625rem;
}

.col-3-circle__text {
  line-height: 2;
  letter-spacing: 0.04em;
  margin-top: 0.625rem;
  padding: 0 0.625rem;
}

/*

recommend-wrap

********************************/
.recommend-wrap {
  max-width: 62.5rem;
  margin: 0 auto;
}

.recommend-wrap--second-opinion {
  max-width: none;
}

.recommend-wrap__ttl {
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.04em;
  font-size: 1.25rem;
  position: relative;
  padding-left: 8.75rem;
  text-align: left;
}
@media (width < 576px) {
  .recommend-wrap__ttl {
    font-size: 1rem;
    padding-left: 2.75rem;
  }
}
.recommend-wrap__ttl::before {
  content: "";
  width: 7.5rem;
  height: 1px;
  background-color: #4059A2;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (width < 576px) {
  .recommend-wrap__ttl::before {
    width: 2rem;
  }
}

.recommend-wrap__list {
  background-color: #EFF4F7;
}

.recommend-wrap__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  margin-top: 0.5rem;
  padding: 0.71875rem 1.5rem;
  border-radius: 1rem;
}
.recommend-wrap__item:nth-child(1) {
  margin-top: 0;
}

.recommend-wrap__check-mark {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-color: #333;
  border-radius: 50%;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.recommend-wrap__check-mark::before {
  content: "";
  display: block;
  width: 18px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  left: 7px;
  top: 9px;
}

.recommend-wrap__text {
  text-align: left;
  font-size: 1rem;
  line-height: 1.8125;
}

/*

media-container

********************************/
.media-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2.5rem 25% 2.5rem 2.5rem;
  margin-right: 25%;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  gap: 0 1.875rem;
  background: #fff;
}
@media (width < 893px) {
  .media-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0;
    margin-right: 0;
  }
}

.media-container--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 2.5rem 2.5rem 2.5rem 25%;
  margin-right: 0;
  margin-left: 25%;
}
@media (width < 893px) {
  .media-container--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0;
    margin-left: 0;
  }
}

@media (width < 893px) {
  .media-container__text-wrap {
    padding: 1.6875rem 1.25rem;
  }
}

.media-container__heading-lv2 {
  text-align: left;
}
@media (width < 893px) {
  .media-container__heading-lv2 {
    text-align: center;
  }
}

.media-container--reverse .media-container__heading-lv2 {
  text-align: right;
}
@media (width < 893px) {
  .media-container--reverse .media-container__heading-lv2 {
    text-align: center;
  }
}

.media-container__heading-lv2__sub {
  margin-left: 2.3125rem;
}
@media (width < 576px) {
  .media-container__heading-lv2__sub {
    margin-left: 0;
  }
}

.media-container--reverse .media-container__heading-lv2__sub {
  margin-left: 0;
  margin-right: 2.3125rem;
}
@media (width < 576px) {
  .media-container--reverse .media-container__heading-lv2__sub {
    margin-right: 0;
  }
}

.media-container__text {
  line-height: 2;
  letter-spacing: 0.04em;
  margin-top: 2.5rem;
  max-width: 100%;
}

.media-container__img {
  margin-right: -100%;
}
@media (width < 893px) {
  .media-container__img {
    margin-right: 0;
  }
}

.media-container--reverse .media-container__img {
  margin-left: -100%;
  margin-right: 0;
}
@media (width < 893px) {
  .media-container--reverse .media-container__img {
    margin-left: 0;
  }
}

.media-container--reverse .media-container__btn {
  margin-left: auto;
  margin-right: 0;
}

.media-container--reverse .view-more-btn {
  margin-left: auto;
  margin-right: 0;
}
@media (width < 893px) {
  .media-container--reverse .view-more-btn {
    margin-right: auto;
  }
}

/********************************

line-btn

********************************/
.line-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
  background-color: #034495;
  color: #fff;
  padding: 0.9375rem 3.5rem;
  background: #06C755;
  color: #fff;
  max-width: 19.8125rem;
  margin: 0.5rem auto 0;
  border-radius: 36.58px;
  -webkit-box-shadow: 0 4px 0 #198B48;
          box-shadow: 0 4px 0 #198B48;
}

.line-btn__text {
  font-weight: 600;
  line-height: 1.4;
  font-family: Hiragino Kaku Gothic Pro, sans-serif;
  white-space: nowrap;
}

/********************************

helper

********************************/
.lh-1-6 {
  line-height: 1.6;
}

.lh-1-7 {
  line-height: 1.7;
}

.mt-0 {
  margin-top: 0;
}

.mt-8 {
  margin-top: 8px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-34 {
  margin-top: 34px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-64 {
  margin-top: 64px;
}

.fw-700 {
  font-weight: 700;
}

.bg-white {
  background-color: #fff;
}

.bg-dark-gray {
  background-color: #7f7f7f;
}

.bg-gray-light {
  background-color: #f5f5f5;
}

.bg-blue-light2 {
  background-color: #EFF4F7;
}

.bg-blue-light-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(225, 241, 255)), to(rgb(243, 243, 243)));
  background: linear-gradient(180deg, rgb(225, 241, 255) 0%, rgb(243, 243, 243) 100%);
}

.bg-rainbow {
  background: linear-gradient(30deg, rgb(239, 244, 247) 20%, rgb(239, 244, 247) 40%, rgb(247, 236, 232) 60%, rgb(244, 244, 244) 80%, rgb(225, 229, 232) 100%);
}

.bg-blue-gradient {
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgb(45, 60, 107)), color-stop(60%, rgb(82, 102, 163)), to(rgb(55, 82, 161)));
  background: linear-gradient(90deg, rgb(45, 60, 107) 20%, rgb(82, 102, 163) 60%, rgb(55, 82, 161) 100%);
}

.bg-blue-gradient--180 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgb(45, 60, 107)), color-stop(60%, rgb(82, 102, 163)), to(rgb(55, 82, 161)));
  background: linear-gradient(180deg, rgb(45, 60, 107) 20%, rgb(82, 102, 163) 60%, rgb(55, 82, 161) 100%);
}

.color-white {
  color: #fff;
}

.color-blue {
  color: #034495;
}

.text-left {
  text-align: left;
}

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

.font-weight {
  font-weight: 600;
}

.margin-center {
  margin: 0 auto;
}

.hight-light {
  position: relative;
  z-index: 1;
}
.hight-light::before {
  content: "";
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #f6ff5f));
  background: linear-gradient(transparent 0%, #f6ff5f 0%);
  height: 0.75em;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: -1;
}

/********************************

fv

********************************/
.fv {
  position: relative;
}

.fv__inner {
  max-width: 80%;
  margin: 0 auto;
}
@media (width < 1261px) {
  .fv__inner {
    max-width: 35.75rem;
  }
}
@media (width < 576px) {
  .fv__inner {
    max-width: 15.8125rem;
  }
}

.fv__img {
  position: relative;
}
.fv__img img:nth-child(1) {
  width: 64.5%;
  position: relative;
  z-index: 1;
}
@media (width < 576px) {
  .fv__img img:nth-child(1) {
    width: 59.5%;
  }
}
.fv__img img:nth-child(2) {
  width: 93%;
  position: absolute;
  top: 0;
  right: 0;
}
@media (width < 576px) {
  .fv__img img:nth-child(2) {
    width: 100%;
  }
}
.fv__img img:nth-child(3) {
  width: 35.4vw;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media (width < 576px) {
  .fv__img img:nth-child(3) {
    width: 45.9vw;
  }
}

.fv__content {
  color: #fff;
  text-align: center;
  max-width: 48.52%;
  position: absolute;
  top: 9.6vw;
  left: 29.5%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
@media (width < 1261px) {
  .fv__content {
    background-color: rgba(68, 68, 68, 0.62);
    max-width: 100%;
    top: 26.86vw;
    left: 50%;
    width: 34.875rem;
  }
}
@media (width < 893px) {
  .fv__content {
    width: 15.8125rem;
    max-width: 100%;
    top: 29vw;
  }
}
@media (width < 576px) {
  .fv__content {
    top: 48vw;
  }
}

.fv__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1.25rem;
}

.fv__wrap-text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
}
@media (width < 893px) {
  .fv__wrap-text {
    font-size: 0.6875rem;
  }
}

.fv__logo {
  max-width: 30.8%;
}
@media (width < 893px) {
  .fv__logo {
    max-width: 4.87rem;
  }
}

.fv__heading-lv2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
  margin-top: 1.25rem;
}
@media (width < 893px) {
  .fv__heading-lv2 {
    font-size: 0.916875rem;
    margin-top: 0.625rem;
  }
}

.fv__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 1.25rem;
}
@media (width < 893px) {
  .fv__text {
    font-size: 0.458125rem;
    margin-top: 0.573125rem;
  }
}

/********************************

achievement

********************************/
.achievement__container {
  max-width: 58.125rem;
  margin: 2.9375rem auto 0;
}
@media (width < 893px) {
  .achievement__container {
    padding: 0 1rem;
  }
}
@media (width < 576px) {
  .achievement__container {
    margin-top: 2.5rem;
  }
}

.achievement__img-wrap {
  display: grid;
  grid-template-columns: repeat(3, 17.22875rem);
  gap: 0 3.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (width < 1261px) {
  .achievement__img-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (width < 576px) {
  .achievement__img-wrap {
    grid-template-columns: repeat(3, 7.046875rem);
    gap: 0 0.625rem;
  }
}

.achievement__text {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: right;
}
@media (width < 893px) {
  .achievement__text {
    margin-top: 2.5rem;
    text-align: center;
  }
}

/********************************

about-us

********************************/
.about-us__container {
  padding: 2.5rem;
  max-width: 56.25rem;
  margin: 0 auto;
}

.about-us__video {
  margin-right: -107%;
}
@media (width < 1261px) {
  .about-us__video {
    display: none;
  }
}

.about-us__video-sm {
  display: none;
}
@media (width < 1261px) {
  .about-us__video-sm {
    display: block;
    margin-right: -107%;
  }
}
@media (width < 893px) {
  .about-us__video-sm {
    display: none;
  }
}

/********************************

concept

********************************/
.concept__img {
  max-width: 35rem;
}
@media (width < 893px) {
  .concept__img {
    max-width: 100%;
  }
}

/********************************

service

********************************/
.service {
  padding-top: 0;
}

.service__container {
  padding: 2.5rem 0 11.625rem;
}

.service__list {
  display: grid;
  grid-template-columns: repeat(3, 22.75rem);
  grid-template-rows: auto;
  gap: 3.125rem 3.375rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -7.5rem;
}
@media (width < 1261px) {
  .service__list {
    grid-template-columns: repeat(2, 22.75rem);
  }
}
@media (width < 893px) {
  .service__list {
    grid-template-columns: repeat(1, 23.8125rem);
  }
}
@media (width < 576px) {
  .service__list {
    grid-template-columns: repeat(1, 15.8125rem);
  }
}

.service__item-wrapper {
  height: 57%;
  max-height: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (width < 893px) {
  .service__item-wrapper {
    height: auto;
    max-height: none;
  }
}

.service__item-img img {
  aspect-ratio: 364/240;
}

.card-ttl {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
  line-height: 2;
}

.card-text {
  font-size: 0.875rem;
  line-height: 2;
  margin-top: 0.5rem;
}

.card-btn {
  margin-top: 1.5rem;
}

/********************************

information

********************************/
.information-container {
  display: grid;
  grid-template-columns: 16.1875rem 30.0625rem 11.25rem;
  gap: 0 3rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2.5rem;
  background: #f5f5f5;
}
@media (width < 1261px) {
  .information-container {
    grid-template-columns: repeat(1, 1fr);
    padding: 2.5rem 5rem;
  }
}
@media (width < 893px) {
  .information-container {
    padding: 2.5rem 2.5rem;
  }
}
@media (width < 576px) {
  .information-container {
    padding: 2.5rem 1.25rem;
  }
}

.information-list {
  margin-top: 2.5rem;
}

.information-list__item {
  margin-top: 1.25rem;
}
.information-list__item:nth-child(1) {
  margin-top: 0;
}

.information__time {
  display: inline-block;
  color: #999;
  padding-right: 1rem;
  margin-right: 0.5rem;
}

.information__cat {
  display: inline-block;
  font-size: 0.75rem;
  padding: 0.25rem 0.75rem;
  line-height: 1;
  border: 1px solid #333;
  margin-right: 0.5rem;
}

.information__ttl {
  display: inline-block;
  line-height: 2;
  letter-spacing: 0.04em;
  margin-right: 0.5rem;
}

.information-btn {
  margin: 2.5rem auto 0;
  min-width: 11.5rem;
}

/********************************

voice

********************************/
.voice__inner {
  max-width: 64rem;
}

.voice-container {
  margin-top: 5rem;
}

.voice-item {
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 1rem;
}
@media (width < 1261px) {
  .voice-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 31rem;
    margin: 0 auto;
  }
}

.slick-list {
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  margin: 0 auto;
}
@media (width < 1261px) {
  .slick-list {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-slide {
  height: auto !important;
}
@media (width < 1261px) {
  .slick-slide {
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  }
}

.voice-item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 4.5rem;
}
@media (width < 1261px) {
  .voice-item__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 31rem;
    margin: 0 auto;
  }
}

.voice-item__text-wrap {
  max-width: 52.6%;
}
@media (width < 1261px) {
  .voice-item__text-wrap {
    margin-top: 0.75rem;
    max-width: 100%;
  }
}

.voice-item__ttl {
  font-size: 1.125rem;
  line-height: 1.3333333333;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.voice-item__ttl:nth-child(2) {
  margin-top: 0.625rem;
}

.voice-item__text {
  line-height: 2;
  margin-top: 2.5rem;
}

.voice-btn {
  margin: 4rem auto 0;
}

.voice__arrow-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 97%;
  margin: 0 auto;
  position: relative;
  top: -400px;
}
@media (width < 1261px) {
  .voice__arrow-box {
    max-width: 50%;
  }
}
@media (width < 893px) {
  .voice__arrow-box {
    top: -64px;
    max-width: 20%;
  }
}

.voice-slick-arrow {
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}

.prev-arrow {
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  margin-left: -4rem;
}
.prev-arrow::before {
  content: "";
}

.next-arrow {
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  margin-right: -4rem;
}

.prev-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: translate(-50%, -50%) rotate(225deg);
          transform: translate(-50%, -50%) rotate(225deg);
}

.next-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.voice-slick-dots-wrap {
  margin-top: 1rem;
  text-align: center;
}
.voice-slick-dots-wrap li {
  display: inline-block;
  margin: 0 4px;
}
.voice-slick-dots-wrap li button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ccc;
}
.voice-slick-dots-wrap li.slick-active button {
  background: #000;
}

.voice-slick-dots-wrap li button {
  font-size: 0; /* 数字を非表示にする */
}

/********************************

case

********************************/
.case {
  background-image: url(../img/layout/top-page/case-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (width < 893px) {
  .case__inner {
    max-width: 100%;
  }
}

.case-slick-container .case-container {
  display: grid;
  grid-template-columns: repeat(3, 20rem);
  gap: 0 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5rem;
  width: 64rem;
  margin: 0 auto;
}
@media (width < 1261px) {
  .case-slick-container .case-container {
    grid-template-columns: repeat(1, 26.25rem);
  }
}
@media (width < 576px) {
  .case-slick-container .case-container {
    grid-template-columns: repeat(1, 20rem);
  }
}

.case-slick-container {
  display: block;
  max-width: 64rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 5rem auto 0;
}

.case-slick-container .slick-list {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.case-item {
  background: #fff;
}
@media (width < 1261px) {
  .case-item {
    margin-top: 2.5rem;
  }
}

.case-slick-item {
  background: #fff;
  margin-bottom: 10px;
  margin-left: 20px;
  max-width: 20rem;
}
@media (width < 1261px) {
  .case-slick-item {
    margin: 0 0.9375rem 10px;
  }
}
@media (width < 893px) {
  .case-slick-item {
    max-width: none;
  }
}
@media (width < 576px) {
  .case-slick-item {
    margin: 0 0.9375rem 10px;
  }
}

.case-item__text-wrap {
  padding: 2rem;
}

.case-slick-item .text-wrap {
  width: 100%;
}

.case-item__img img {
  aspect-ratio: 320/180;
  max-width: 20rem;
  height: auto;
}
@media (width < 1261px) {
  .case-item__img img {
    max-width: 100%;
    width: 100%;
  }
}

.case-item__ttl-sub {
  color: #999;
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: 0.08em;
}

.case-item__ttl {
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 0.5rem;
}

.slick-dots {
  position: relative;
  margin-top: 4rem;
}

.case-btn-top {
  margin-top: 5.75rem;
}

.case__arrow-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 95%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  top: -300px;
}
@media (width < 893px) {
  .case__arrow-box {
    top: -40px;
    max-width: 30%;
  }
}

.case-slick-arrow {
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}

.prev-arrow {
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  margin-left: -4rem;
}
.prev-arrow::before {
  content: "";
}

.next-arrow {
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  margin-right: -4rem;
}

.prev-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: translate(-50%, -50%) rotate(225deg);
          transform: translate(-50%, -50%) rotate(225deg);
}

.next-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

/********************************

blog

********************************/
@media (width < 893px) {
  .blog__inner {
    max-width: 100%;
  }
}

.blog__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 30.1875rem;
}
@media (width < 1261px) {
  .blog__list {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 30.1875rem 30.1875rem 30.1875rem;
  }
}
@media (width < 576px) {
  .blog__list {
    display: block;
    grid-template-columns: none;
    grid-template-rows: none;
  }
}

.blog__item {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #fff;
}
@media (width < 576px) {
  .blog__item {
    aspect-ratio: 9/12;
    margin: 0 2%;
  }
}
.blog__item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.blog__text-wrap {
  position: absolute;
  z-index: 2;
  max-width: 90%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.blog__ttl {
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
}

.blog__text {
  color: #fff;
  font-weight: 500;
  line-height: 2;
  margin-top: 2.5rem;
}

.blog__item p {
  color: #fff;
}

.information__cat a {
  color: #333;
}

/********************************

contact

********************************/
.contact {
  background: url(../img/layout/top-page/contact.jpg) no-repeat center center/cover;
  padding: 6.25rem 0 1.9375rem;
  position: relative;
}
.contact::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.contact__inner {
  max-width: 62.5rem;
  position: relative;
  z-index: 1;
}
@media (width < 1261px) {
  .contact__inner {
    max-width: 90%;
  }
}

.contact__text {
  color: #fff;
  line-height: 2;
  margin-top: 2.5rem;
  text-align: center;
  font-family: "Aboreto", sans-serif;
}

.contact__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.5rem;
}
@media (width < 1261px) {
  .contact__btn-wrap {
    grid-template-columns: repeat(1, 20rem);
    gap: 1.25rem 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/********************************

header

********************************/
.header {
  background: -webkit-gradient(linear, left top, right top, from(rgb(26, 14, 79)), to(rgb(37, 19, 118)));
  background: linear-gradient(90deg, rgb(26, 14, 79) 0%, rgb(37, 19, 118) 100%);
  padding: 0 2.5rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
}

.header__inner {
  max-width: 85rem;
  margin: 0 auto;
}

.header__btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1.3125rem;
  margin-left: auto;
}
@media (width < 1261px) {
  .header__btn-container {
    display: none;
  }
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.625rem 0 2.5rem;
}
@media (width < 893px) {
  .header__container {
    padding: 0.625rem 0 0.9375rem;
  }
}

.header__logo-link {
  display: block;
  max-width: 20.1875rem;
}
@media (width < 893px) {
  .header__logo-link {
    max-width: 7.4375rem;
  }
}

.header__logo-link img {
  display: block;
}

@media (width < 1261px) {
  .header__nav {
    display: none;
  }
}

.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header__nav-item {
  margin-left: 3rem;
}

.header__nav-link {
  color: #fff;
  font-size: 1rem;
  line-height: 1.75;
}

.header__nav-dogleg {
  margin-left: 0.75rem;
}

/********************************

hamburger

********************************/
.hamb {
  display: none;
}
@media (width < 1261px) {
  .hamb {
    display: block;
    cursor: pointer;
    z-index: 300;
    width: 35px;
    height: 22px;
    position: relative;
  }
}

.black-bg.open {
  overflow: auto;
}

.black-bg .global-menu__list {
  max-width: 60%;
  margin: 0 auto;
  padding: 2.5rem 0;
  height: 54rem;
  overflow: auto;
}
@media (width < 893px) {
  .black-bg .global-menu__list {
    padding: 1.25rem 0;
  }
}
@media (width < 576px) {
  .black-bg .global-menu__list {
    max-width: 90%;
  }
}

.black-bg ul li {
  text-align: left;
  padding: 20px 0;
}

.black-bg ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  gap: 0.625rem;
}

.global-menu__item a {
  color: #333;
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 700;
}

.global-menu__page-text {
  color: #333;
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 700;
}

.line {
  position: absolute;
  right: 0;
  width: 35px;
  height: 2px;
  background-color: #FFF;
  top: 0px;
  z-index: 51;
}

.line:nth-child(2) {
  width: 25px;
  top: 10px;
}

.line:nth-child(3) {
  width: 15px;
  top: 20px;
}

.black-bg {
  position: fixed;
  background: #FFFFFF;
  top: 8.9375rem;
  right: -220px;
  width: 85%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  z-index: 49;
}
@media (width < 893px) {
  .black-bg {
    top: 3.65rem;
  }
}

.black-bg.open {
  opacity: 1;
  visibility: visible;
  top: 8.75rem;
  right: 0;
  background-color: #fff;
}
@media (width < 893px) {
  .black-bg.open {
    top: 3.65rem;
  }
}

/*******************************

global-menu__mega-menu アニメーション

*******************************/
.animation {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.global-menu__item-wrap {
  position: relative;
  cursor: pointer;
}

.global-menu__mega-menu {
  display: none;
}

.global-menu__item {
  font-size: 1rem;
  line-height: 1.4375;
  font-weight: 700;
  color: #444;
}

.global-menu__dogleg {
  position: absolute;
  top: 50%;
  right: 5px;
  width: 16px;
  height: 16px;
  margin-top: -10px;
}
.global-menu__dogleg::before {
  content: "";
  background-color: #333;
}
.global-menu__dogleg::after {
  content: "";
  background-color: #333;
}

.global-menu__dogleg.active::before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.global-menu__dogleg.active::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.message__arrow-btn {
  position: absolute;
  top: 50%;
  right: 0;
}

.arrow-btn {
  display: inline-block;
  background-color: #034495;
  border-radius: 50%;
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (width < 576px) {
  .arrow-btn {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.arrow-btn::before {
  content: "";
  border: 2px solid #fff;
  border-right: 0;
  border-bottom: 0;
  rotate: 135deg;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  position: absolute;
  top: 20px;
  right: 1px;
  width: 10px;
  height: 10px;
}
@media (width < 576px) {
  .arrow-btn::before {
    top: 10px;
    right: -2px;
    width: 6px;
    height: 6px;
  }
}

.arrow-right {
  display: inline-block;
  background: #fff;
  position: absolute;
  top: 1.2rem;
  right: 0.95rem;
  width: 12px;
  height: 2px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (width < 576px) {
  .arrow-right {
    top: 9px;
    right: 6px;
    width: 9px;
    height: 2px;
  }
}

.global-menu__mega-menu-list {
  margin-top: 1.8125rem;
}

.global-menu__mega-menu ul li {
  padding: 0;
  margin-top: 0.5625rem;
}

.global-menu__mega-menu p {
  line-height: 1.5;
}

.global-menu__btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-top: 1.8125rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/********************************************

global-menu__mega-menu-inner-menu アニメーション

*********************************************/
.global-menu__mega-menu-inner-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  cursor: pointer;
}

.global-menu__mega-menu-inner-mega-menu {
  display: none;
}

.global-menu__mega-menu-inner-menu-link {
  margin-top: 10px;
  margin-left: 2.5rem;
}

.global-menu__dogleg--mega-menu-inner-menu {
  width: 16px;
  height: 16px;
  margin-top: -10px;
  margin-left: 10px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.global-menu__dogleg--mega-menu-inner-menu::before {
  content: "";
  background-color: #333;
}
.global-menu__dogleg--mega-menu-inner-menu::after {
  content: "";
  background-color: #333;
}

.global-menu__dogleg--mega-menu-inner-menu.active::before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.global-menu__dogleg--mega-menu-inner-menu.active::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

/********************************

header-service-container

********************************/
.header-service-container {
  display: none;
  position: absolute;
  top: 100%;
  left: calc(550px - 90vw);
  z-index: 51;
  width: 100vw;
}
@media (width < 1261px) {
  .header-service-container {
    display: none;
  }
}

.header-service-list {
  display: grid;
  grid-template-columns: repeat(5, 13.75rem);
  gap: 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 150vw;
  background-color: #f5f5f5;
  padding: 2.5rem 5rem 3.4375rem;
  margin-left: -25rem;
}

#js-dogleg-service.active {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.header-service__img {
  aspect-ratio: 220/145;
  max-width: 13.75rem;
}

.header-service__text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  gap: 0.5rem;
}

.header-service__text {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
}

.header__nav-item {
  position: relative;
}

.header-service-container__transparent {
  margin-top: 4.5rem;
  background: transparent;
}

/********************************

footer

********************************/
.footer {
  background: #f5f5f5;
  padding: 2.5rem 5%;
  position: relative;
}

.footer__logo {
  max-width: 20.5rem;
  margin: 0 auto;
}

.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2.5rem;
}
@media (width < 1261px) {
  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem 0;
  }
}

.footer__btn-wrap {
  display: grid;
  grid-template-columns: repeat(1, 20rem);
  grid-template-rows: repeat(3, 3.3125rem);
  gap: 1.3125rem 0;
}

.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem 0;
}
@media (width < 1261px) {
  .footer__list {
    gap: 1.5rem 0;
  }
}

.footer__link {
  color: #333;
  line-height: 1.5714285714;
  font-weight: 700;
}

.footer__page-top-wrap {
  position: fixed;
  bottom: 1.87875rem;
  right: 1vw;
  z-index: 49;
}

.footer__page-top {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.footer__page-top-link {
  color: #333;
  line-height: 1.5;
}

.footer__page-top-link {
  font-family: "Sawarabi Gothic", sans-serif;
}

.footer__copyright {
  text-align: center;
  margin-top: 2.5rem;
  font-size: 0.8125rem;
  line-height: 1.4615384615;
}

.footer__line-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.8125rem 0.59375rem;
  background-color: #fff;
  border-radius: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4.3125rem;
  gap: 0.5rem;
}

.footer__line-wrap {
  text-align: center;
}

.footer__qr-wrap {
  text-align: center;
}

.footer__line-wrap img {
  aspect-ratio: 1/1;
  width: 2.8125rem;
}

.footer__qr-wrap img {
  aspect-ratio: 58/55;
  width: 3.625rem;
}

.footer__line-text {
  font-size: 0.875rem;
  text-align: center;
  letter-spacing: 0.03em;
}

/********************************

comogu-club

********************************/
.contact-sub-page__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 2.5rem;
}
@media (width < 893px) {
  .contact-sub-page__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 2.5rem 0;
  }
}

.contact-sub-page__heading-lv2 {
  font-family: Noto Serif JP, serif;
  color: #034495;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.6666666667;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #034495;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
	@media (width < 893px) {
		font-size: 1.25rem;
	}
}

.contact-sub-page__text {
  font-size: 1rem;
  line-height: 1.375;
  margin-top: 2rem;
	@media (width < 893px) {
		margin-top: 0;
	}
}

.contact-sub-page__img-wrap img {
  aspect-ratio: 536/338;
  max-width: 33.5rem;
}
@media (width < 893px) {
  .contact-sub-page__img-wrap img {
    max-width: 90%;
    text-align: center;
  }
}

/********************************

features

********************************/
.features {
  background-color: #EFF4F7;
}

/********************************

overview

********************************/
.overview {
  background-color: #f5f5f5;
}

.overview__table {
  border-collapse: collapse;
  width: 75rem;
  margin: 0 auto;
  background-color: #fff;
  margin-top: 4rem;
}
@media (width < 1261px) {
  .overview__table {
    width: 100%;
  }
}

.overview__th {
  font-family: Noto Serif JP, serif;
  background: #fff;
  color: #034495;
  font-weight: 700;
  border: 1px solid #ccc;
  font-size: 1rem;
  line-height: 1.4875;
  letter-spacing: 0;
  padding: 1.25rem 2.1875rem;
  width: 16.875rem;
}
@media (width < 893px) {
  .overview__th {
    width: 100%;
    display: block;
  }
}

.overview__td {
  border: 1px solid #ccc;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0;
  padding: 2.6875rem 0.625rem;
  text-align: left;
  width: 57.3125rem;
}
@media (width < 893px) {
  .overview__td {
    width: 100%;
    display: block;
  }
}

/********************************

contact-point

********************************/
.contact-point {
  background: #f5f5f5;
}

.contact-point__list {
  margin: 7.25rem 0 5rem;
}
@media (width < 1261px) {
  .contact-point__list {
    gap: 5rem;
  }
}

/********************************

benefit

********************************/
.benefit__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}
@media (width < 1261px) {
  .benefit__media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.benefit__media--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (width < 1261px) {
  .benefit__media--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.benefit__img-wrap img {
  aspect-ratio: 560/400;
  max-width: 35rem;
}
@media (width < 893px) {
  .benefit__img-wrap img {
    max-width: 100%;
    text-align: center;
  }
}

.benefit__text-wrap {
  padding-right: 1rem;
  max-width: 36.625rem;
}

.benefit__heading-lv3 {
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.4375;
  letter-spacing: 0.02em;
  border-bottom: 1px solid #333;
}

.benefit__text {
  line-height: 2;
  letter-spacing: 0.04em;
  margin-top: 1rem;
}

.benefit__check-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.5rem;
  margin-top: 1rem;
}

.benefit__check-list img {
  aspect-ratio: 15/10;
  max-width: 0.9375rem;
}

.benefit__check-list-text {
  font-size: 1rem;
  line-height: 2;
}

.benefit__text {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.04em;
  margin-top: 1rem;
}

/********************************

online-seminar

********************************/
.online-seminar {
  background: #EFF4F7;
}

/********************************

case

********************************/
.case-sub-page {
  background: #f5f5f5;
}

.case-sub-container {
  display: grid;
  grid-template-columns: repeat(2, 36.25rem);
  gap: 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (width < 1261px) {
  .case-sub-container {
    grid-template-columns: repeat(2, 24.25rem);
  }
}
@media (width < 893px) {
  .case-sub-container {
    grid-template-columns: repeat(1, 100%);
  }
}

.case-sub-wrap {
  background: #fff;
  padding: 2.5rem 1.25rem;
  border-radius: 1rem;
  border: 2px solid #034495;
}

.case-sub-wrap__ttl {
  font-size: 1.5rem;
  line-height: 1.4583333333;
  letter-spacing: 0.02em;
  border-bottom: 1px solid #333;
}

.case-sub-wrap__text {
  line-height: 2;
  letter-spacing: 0.04em;
}
.case-sub-wrap__text:nth-child(2) {
  margin-top: 1.25rem;
}
.case-sub-wrap__text:nth-child(3) {
  margin-top: 1.5rem;
}

/********************************

attempt

********************************/
.attempt {
  background: #f5f5f5;
}

.attempt__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  margin-top: 2.5rem;
}
@media (width < 893px) {
  .attempt__media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.attempt__img-wrap img {
  aspect-ratio: 560/400;
  max-width: 35rem;
}
@media (width < 1261px) {
  .attempt__img-wrap img {
    max-width: 30rem;
  }
}
@media (width < 893px) {
  .attempt__img-wrap img {
    max-width: 100%;
    text-align: center;
  }
}

.attempt__text-wrap {
  max-width: 49.4097807757%;
}
@media (width < 893px) {
  .attempt__text-wrap {
    max-width: 100%;
  }
}

.attempt__text {
  line-height: 2;
  letter-spacing: 0.04em;
  margin-top: 1rem;
}
.attempt__text:nth-child(2) {
  margin-top: 1.5rem;
}

/********************************

faq

********************************/
.faq {
  background: #fff;
}

.faq__list {
  margin-top: 2.5rem;
}

.faq__item {
  padding: 2rem 0;
  border-bottom: 1px solid #f5f5f5;
}
.faq__item:nth-child(1) {
  padding-top: 0;
}

.faq__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1rem;
}

.faq__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1rem;
  margin-top: 1.5rem;
}

.faq__question-mark {
  width: 2.5rem;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #034495;
  border-radius: 50%;
  font-size: 1.125rem;
  line-height: 1;
  background: #034495;
  color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.faq__answer-mark {
  width: 2.5rem;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #034495;
  border-radius: 50%;
  font-size: 1.125rem;
  line-height: 1;
  background: #fff;
  color: #034495;
  border: 1px solid #034495;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.faq__question-text {
  font-size: 1.375rem;
  line-height: 1.6818181818;
}

.faq__answer-text {
  font-size: 1rem;
  line-height: 1.375;
}

.faq__item {
  border-bottom: 1px solid #034495;
}

/********************************

seminar

********************************/
.content {
  background: #EFF4F7;
}

.content__list {
  display: grid;
  grid-template-columns: repeat(4, 17.8125rem);
  gap: 1.25rem;
}
@media (width < 1261px) {
  .content__list {
    grid-template-columns: repeat(2, 17.8125rem);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (width < 576px) {
  .content__list {
    grid-template-columns: repeat(1, 17.8125rem);
  }
}

.content__item-img img {
  aspect-ratio: 285/240;
  max-width: 17.8125rem;
}

.content__text {
  text-align: center;
  margin-top: 4rem;
  line-height: 2;
  letter-spacing: 0.04em;
}

/********************************

line

********************************/
.line {
  text-align: center;
}

.line__container {
  border: 1px solid #034495;
  border-radius: 10px;
  padding: 2.5rem;
}

.line__text {
  line-height: 1.7;
  margin-top: 2.5rem;
}

.decorate-text {
  line-height: 1.7;
  margin-top: 2.5rem;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 600;
  position: relative;
  display: inline-block;
}
@media (width < 576px) {
  .decorate-text {
    font-size: 1rem;
  }
}

.decorate-text__sub::before {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #333;
  margin: 15px 4px 4px;
  position: absolute;
  top: 0;
  left: -30px;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
.decorate-text__sub::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #333;
  margin: 15px 4px 4px;
  position: absolute;
  top: 0;
  right: -30px;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}

.case-container-seminar {
  display: grid;
  grid-template-columns: repeat(3, 20rem);
  gap: 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (width < 1261px) {
  .case-container-seminar {
    display: block;
    grid-template-columns: none;
    margin: 0 3%;
  }
}
@media (width < 893px) {
  .case-container-seminar {
    margin: 0 10%;
  }
}
@media (width < 576px) {
  .case-container-seminar {
    margin: 0 15%;
  }
}

.case-item-seminar {
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.case-container-seminar .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 16px;
  text-align: center;
}

.case-container-seminar {
  position: relative;
}
.case-container-seminar .slick-prev,
.case-container-seminar .slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  z-index: 2;
}
.case-container-seminar .slick-prev {
  left: -50px;
}
.case-container-seminar .slick-next {
  right: -50px;
}
.case-container-seminar .slick-prev::before,
.case-container-seminar .slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.case-container-seminar .slick-prev::before {
  -webkit-transform: translate(-50%, -50%) rotate(225deg);
          transform: translate(-50%, -50%) rotate(225deg);
}
.case-container-seminar .slick-next::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

/********************************

リニューアル

********************************/
.contact-sub-page__fv-img-wrap {
  max-width: 62.5%;
  margin: 1.25rem auto 0;
}
@media (width < 576px) {
  .contact-sub-page__fv-img-wrap {
    max-width: 100%;
  }
}

.assigment-seminar__heading-lv2 {
  -webkit-transform: translateX(-157px);
          transform: translateX(-157px);
}
@media (width < 1261px) {
  .assigment-seminar__heading-lv2 {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.assigment-seminar__img-wrap {
  max-width: 43.75rem;
}
@media (width < 1261px) {
  .assigment-seminar__img-wrap {
    max-width: 37.5rem;
  }
}

.assigment-seminar {
  max-width: 63.375rem;
  margin: 0 auto;
  padding-left: 9.8125rem;
}
@media (width < 1261px) {
  .assigment-seminar {
    max-width: 90%;
    padding-left: 0;
  }
}

.content-seminar__text {
  margin-top: 4rem;
}

.content-seminar__list {
  margin-top: 4rem;
}

.seminar-plan__heading-lv2 {
  font-size: 2.5rem;
}
@media (width < 576px) {
  .seminar-plan__heading-lv2 {
    font-size: 2rem;
  }
}

.seminar-plan-container {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(225, 241, 255)), to(rgb(243, 243, 243)));
  background: linear-gradient(180deg, rgb(225, 241, 255) 0%, rgb(243, 243, 243) 100%);
}

.seminar-plan__inner {
  max-width: 63.375rem;
  margin: 0 auto;
}
@media (width < 1261px) {
  .seminar-plan__inner {
    max-width: 90%;
  }
}

.seminar-plan__heading-lv3 {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-top: 0;
}

.seminar-plan__text {
  max-width: 38.125rem;
  margin: 2.5rem auto 0;
}

.seminar-plan__text-s {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.8;
}

.seminar-plan__text-wrap {
  margin-top: 2.5rem;
  border: 1px solid #4059A2;
  border-radius: 0.625rem;
  padding: 1.25rem;
  text-align: left;
}

.seminar-plan__list {
  margin-top: 4rem;
}

.seminar-plan__heading-lv3 {
  margin-top: 0;
}

.seminar-plan__text-weight {
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: 700;
}

.recommend-wrap-seminar {
  background: #EFF4F7;
}

.achievements__link {
  color: #4059A2;
  text-decoration: underline;
}

.seminar-flow__heading-lv2 {
  margin-top: 5rem;
}

.seminar-plan__text-wrap-free {
  margin-top: 3.75rem;
}

.achievements-wrapper {
  background: #fff;
  margin-top: 2.5rem;
}

.achievements-wrapper__inner {
  max-width: 53rem;
  padding: 5rem 1rem;
  margin: 0 auto;
}

.achievements__text {
  margin-top: 2.5rem;
}

.seminar-contact-point {
  background: #fff;
}

.seminar-contact-point__list {
  grid-template-columns: repeat(2, 44%);
  grid-template-rows: repeat(1, 1fr);
  gap: 2.5rem;
}
@media (width < 893px) {
  .seminar-contact-point__list {
    grid-template-columns: minmax(auto, 36.25rem);
    gap: 6.25rem;
  }
}

.seminar-contact-point__img-wrap {
  text-align: center;
}

.seminar-contact-point__img {
  max-width: 62.5%;
  margin: 4rem auto 0;
}
@media (width < 893px) {
  .seminar-contact-point__img {
    max-width: 85%;
  }
}
@media (width < 576px) {
  .seminar-contact-point__img {
    max-width: 100%;
  }
}

.seminar-point-sectio__inner {
  max-width: 63.375rem;
  margin: 0 auto;
}
@media (width < 576px) {
  .seminar-point-sectio__inner {
    max-width: 90%;
  }
}

.seminar-point-section__list {
  margin-top: 4rem;
  background: #fff;
}

.seminar-point-section__check-mark {
  width: 1.5rem;
  height: 1.5rem;
}
.seminar-point-section__check-mark::before {
  content: "";
  display: none;
}

.seminar-point-section__list-seminar {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  gap: 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.25rem;
}
@media (width < 893px) {
  .seminar-point-section__list-seminar {
    grid-template-columns: minmax(auto, 30.625rem);
  }
}

.seminar-point-section__num {
  display: block;
  padding-bottom: 2px;
  border-bottom: 1px solid #5266A3;
}

.seminar-point-section__inner {
  max-width: 62.5rem;
}
@media (width < 893px) {
  .seminar-point-section__inner {
    max-width: 90%;
  }
}

.seminar-point-section__text01 {
  margin-top: 1.625rem;
  padding: 0 1.5rem;
}

@media (width < 1261px) {
.speaker__img-wrap{
	padding: 0 1.25rem;
}
}

.speaker__container {
  max-width: 65.25rem;
  margin: 4rem auto 0;
}

.speaker__media {
  display: grid;
  grid-template-columns: 2.9fr 6.14fr;
  padding: 2.5rem;
  gap: 1.25rem;
  background: #EFF4F7;
  margin-top: 4rem;
}
@media (width < 1261px) {
  .speaker__media {
    grid-template-columns: 1fr;
	  padding: 1.25rem;
  }
}
.speaker__media:first-of-type {
  margin-top: 0;
}
.speaker__media:nth-of-type(even) {
  grid-template-columns: 6.14fr 2.9fr;
}
@media (width < 1261px) {
  .speaker__media:nth-of-type(even) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.speaker__img {
  aspect-ratio: 29/39;
}

.speaker__text-wrap {
  background: #fff;
  border-radius: 10px;
  padding: 1.25rem 0.5rem 1.25rem 1.25rem;
	@media (width < 1261px) {
		padding: 1.25rem 10px;
	}
}

.speaker__ttl {
  font-size: 1.25rem;
  line-height: 2;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #1A0E4F;
  border-bottom: 1px solid #1A0E4F;
}
@media (width < 1261px) {
.speaker-ttl{
	font-size:16px;
}
	}

.speaker__text-content {
  padding: 0 1.25rem;
	@media (width < 1261px) {
		padding: 0 ;
	}
}

.speaker__text {
  color: #444444;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.04em;
  margin-top: 1.25rem;
}

.speaker__text-ttl {
  color: #9FA2B7;
  margin-top: 1.5rem;
}

.speaker__item {
  color: #333;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.04em;
}

.case-seminar {
  text-align: center;
}

.speaker__text01 {
  max-width: 37.8125rem;
  margin: 4rem auto 0;
}

.case-seminar__btn01 {
  max-width: 21.375rem;
  margin: 4rem auto 0;
  text-align: center;
}

.youtube-seminar-img-container {
  margin-top: 3.25rem;
}

.youtube-seminar-img__text {
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.04em;
}

.youtube-seminar-img__wrap {
  margin: 0.9375rem auto 0;
  max-width: 43.75rem;
}

/********************************

coaching-about

********************************/
.coaching-about__inner {
  max-width: 43.125rem;
  margin: 0 auto;
}
@media (width < 1261px) {
  .coaching-about__inner {
    max-width: 90%;
  }
}

.coaching-about__container {
  display: grid;
  grid-template-columns: repeat(2, 18.25rem);
  gap: 6.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (width < 1261px) {
  .coaching-about__container {
    gap: 1.25rem;
  }
}
@media (width < 893px) {
  .coaching-about__container {
    grid-template-columns: repeat(2, 11.25rem);
    gap: 1rem;
  }
}

.coaching-about__ttl {
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.04em;
  padding-left: 8.75rem;
  position: relative;
}
@media (width < 576px) {
  .coaching-about__ttl {
    font-size: 1rem;
    padding-left: 4.75rem;
  }
}

.coaching-about__ttl-sub {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 7.5rem;
  height: 2px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-color: #4059A2;
}
@media (width < 576px) {
  .coaching-about__ttl-sub {
    width: 3.75rem;
  }
}

.coaching-about__bland {
  border: 1px solid #333;
  padding: 0 2.5rem;
  max-width: 18.25rem;
  height: 6.25rem;
  margin: 0 auto;
  text-align: center;
}
@media (width < 893px) {
  .coaching-about__bland {
    max-width: 11.25rem;
    height: 3.26875rem;
    padding: 0 1rem;
    margin: 0;
  }
}

.coaching-about__bland-text {
  line-height: 2;
  font-weight: 700;
}
@media (width < 893px) {
  .coaching-about__bland-text {
    font-size: 0.625rem;
  }
}

.coaching-about__bland-img {
  display: inline-block;
  margin-top: 0.625rem;
  aspect-ratio: 160/46;
  width: 10rem;
}
@media (width < 893px) {
  .coaching-about__bland-img {
    margin-top: 0.359375rem;
    width: 5.96625rem;
  }
}

.coaching-about__bland-etc {
  font-size: 0.75rem;
  line-height: 1.4;
  margin-top: 0.625rem;
  font-weight: 700;
  text-align: center;
}
@media (width < 893px) {
  .coaching-about__bland-etc {
    font-size: 0.625rem;
    margin-top: 0.359375rem;
  }
}
@media (width < 893px) {
  .coaching-about__bland-etc:nth-child(2) {
    font-size: 0.43125rem;
  }
}

.coaching-about__service {
  color: #fff;
  line-height: 2;
  font-weight: 700;
  padding-left: 4rem;
  margin-top: 1.875rem;
  position: relative;
  min-height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.5rem auto 0;
}
@media (width < 893px) {
  .coaching-about__service {
    font-size: 0.625rem;
    max-width: 11.25rem;
    padding-left: 2.15625rem;
    min-height: 2.8125rem;
  }
}
.coaching-about__service:nth-child(1) {
  margin-top: 0;
}
.coaching-about__service::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 7px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #fff;
}
@media (width < 893px) {
  .coaching-about__service::before {
    top: 50%;
    width: 1rem;
    height: 1rem;
  }
}
.coaching-about__service::after {
  content: "";
  display: block;
  width: 18px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg) translate(-20%, 60%);
          transform: rotate(135deg) translate(-20%, 60%);
  position: absolute;
  left: 10px;
  top: 50%;
}
@media (width < 893px) {
  .coaching-about__service::after {
    top: 50%;
    width: 0.75rem;
    height: 0.5rem;
  }
}

.coaching-about__service--slim {
  min-height: auto;
}

.coaching-about__service--other {
  background: #7f7f7f;
}

.coaching-about__text {
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.04em;
  margin-top: 4.4375rem;
  position: relative;
  text-align: center;
  border: 1px solid #333;
}
@media (width < 893px) {
  .coaching-about__text {
    font-size: 0.75rem;
  }
}
.coaching-about__text::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 10px solid #F1E264;
  border-right: 0;
  position: absolute;
  top: -3rem;
  left: 50%;
  -webkit-transform: rotate(90deg) translate(-100%, 0);
          transform: rotate(90deg) translate(-100%, 0);
}

.coaching-about__text--other {
  font-weight: 400;
}
.coaching-about__text--other::before {
  content: "";
  border-left: 10px solid #d9d9d9;
}

/********************************

reason

********************************/
/********************************

coaching-flow

********************************/
.coaching-flow__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (width < 893px) {
  .coaching-flow__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 1px solid #4059A2;
    border-radius: 0.625rem;
    padding: 1.25rem;
    gap: 2.125rem;
  }
}

.coaching-flow__container--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (width < 893px) {
  .coaching-flow__container--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.coaching-flow__img-wrap img {
  aspect-ratio: 400/300;
  max-width: 25rem;
}
@media (width < 893px) {
  .coaching-flow__img-wrap img {
    max-width: 100%;
  }
}

.coaching-flow__text-wrap {
  border: 1px solid #4059A2;
  border-radius: 0.625rem;
  padding: 1.25rem;
  max-width: 61%;
  text-align: left;
}
@media (width < 893px) {
  .coaching-flow__text-wrap {
    max-width: 100%;
    border: none;
    border-radius: 0;
    padding: 0;
  }
}

.coaching-flow__num {
  font-size: 1.125rem;
  font-family: "Aboreto", sans-serif;
  line-height: 1;
  color: #4059A2;
  letter-spacing: 0.08em;
}

.coaching-flow__heading-lv3 {
  font-family: Noto Serif JP, serif;
  font-size: 2rem;
  line-height: 2;
  border-bottom: 1px solid #333;
  margin-top: 0.5rem;
}
@media (width < 576px) {
  .coaching-flow__heading-lv3 {
    font-size: 1.25rem;
  }
}

.coaching-flow__text-weight {
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.04em;
  margin-top: 1.25rem;
}

.coaching-flow__text {
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: left;
}

.service-wrap {
  max-width: 62.5rem;
  margin: 2.5rem auto 2.8125rem;
}

.service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  padding: 1rem 1.5rem;
  margin-top: 2.5rem;
  background-color: #EFF4F7;
}

.service-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.service-item__text {
  font-size: 1.25rem;
  line-height: 1.8;
  font-weight: 500;
  position: relative;
  line-height: 1;
}
@media (width < 576px) {
  .service-item__text {
    font-size: 0.875rem;
  }
}

.service-list p {
  line-height: 1.5;
}

/********************************

case-coaching

********************************/
.case-coaching__list {
  display: grid;
  grid-template-columns: repeat(3, 25rem);
  gap: 0.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (width < 1261px) {
  .case-coaching__list {
    grid-template-columns: repeat(1, 25rem);
    gap: 1.25rem;
  }
}
@media (width < 893px) {
  .case-coaching__list {
    grid-template-columns: repeat(1, 21.25rem);
  }
}

.case-coaching__item {
  background-color: #fff;
  padding: 2.5rem 1.25rem;
  border: 2px solid #034495;
  border-radius: 1rem;
}

.case-coaching__num {
  font-size: 1.5rem;
  line-height: 1;
  color: #4059A2;
  letter-spacing: 0.02em;
  font-weight: 700;
}

.case-coaching__ttl {
  color: #4059A2;
  font-size: 1.25rem;
  line-height: 1.45;
  font-weight: 600;
  letter-spacing: 0.02em;
  border-bottom: 1px solid #034495;
  margin-top: 0.5rem;
}

.case-coaching__text {
  line-height: 2;
  letter-spacing: 0.04em;
  margin-top: 1.25rem;
}

.coaching-flow__img-wrap-sub img {
  aspect-ratio: 400/461;
  max-width: 25rem;
}
@media (width < 893px) {
  .coaching-flow__img-wrap-sub img {
    max-width: 100%;
  }
}

.recommend-wrap__item-sec {
  display: block;
}

.check-mark-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}

.recommend-wrap__table-list-sec {
  margin-left: 4rem;
}

.coaching-about__service {
  background: -webkit-gradient(linear, left top, left bottom, from(#2D3D6C), to(#5877D2));
  background: linear-gradient(180deg, #2D3D6C 0%, #5877D2 100%);
}

.point-list__heading--coaching {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.6666666667;
  letter-spacing: 0.04em;
}
@media (width < 576px) {
  .point-list__heading--coaching {
    font-size: 0.95rem;
  }
}

.coaching-flow__tect-weight {
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: 700;
  text-align: left;
}

.pb-2 {
  padding-bottom: 2rem;
}

.faq {
  background: #fff;
}

/********************************

coaching-flow__item

********************************/
.coaching-flow__item {
  padding: 2.5rem 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(225, 241, 255)), to(rgb(243, 243, 243)));
  background: linear-gradient(180deg, rgb(225, 241, 255) 0%, rgb(243, 243, 243) 100%);
}

.coaching-flow__item-wrapper {
  background-color: #fff;
  padding: 20px;
  border-radius: 1rem;
  margin-top: 40px;
}

/********************************

value

********************************/
.value__inner {
  width: 74.5rem;
  max-width: 90%;
}

.value__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (width < 1261px) {
  .value__container {
    display: block;
  }
}

.value__img-wrap {
  margin-top: 0.625rem;
  margin-right: -13.875rem;
  position: relative;
  z-index: 1;
}
@media (width < 1261px) {
  .value__img-wrap {
    margin-right: 0;
  }
}

.value__img-wrap img {
  aspect-ratio: 520/347;
  max-width: 32.5rem;
}
@media (width < 1261px) {
  .value__img-wrap img {
    max-width: 100%;
  }
}

.value__text-wrap {
  max-width: 75.5%;
  padding: 2.5rem 2.5rem 2.5rem 24.3288590604%;
  margin-left: auto;
  -webkit-box-shadow: 2px 4px 4px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 4px 4px 2px rgba(0, 0, 0, 0.25);
}
@media (width < 1261px) {
  .value__text-wrap {
    max-width: 90%;
    padding: 1.875rem;
    margin-top: -0.625rem;
  }
}

.value__heading-lv2 {
  text-align: right;
}
@media (width < 1261px) {
  .value__heading-lv2 {
    text-align: center;
  }
}

.value__heading-lv2__sub {
  margin-right: 7.5rem;
}
@media (width < 1261px) {
  .value__heading-lv2__sub {
    margin-right: 0;
  }
}

.value__ttl-sub-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
@media (width < 576px) {
  .value__ttl-sub-wrap {
    display: block;
  }
}

.value__text {
  line-height: 2;
  letter-spacing: 0.04em;
  margin-top: 2.5rem;
}

.value__list {
  margin-top: 2.5rem;
}

.value__item {
  margin-top: 2.5rem;
}

@media (width < 576px) {
  .value__num {
    display: block;
  }
}

.value__ttl-sub {
  color: #034495;
  padding-left: 3.25rem;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2;
  position: relative;
}
@media (width < 576px) {
  .value__ttl-sub {
    display: block;
    padding-left: 2.25rem;
    font-size: 1rem;
  }
}
.value__ttl-sub::before {
  content: "";
  display: block;
  width: 2.5rem;
  height: 1px;
  background: #034495;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (width < 576px) {
  .value__ttl-sub::before {
    width: 1.5rem;
  }
}

.value__ttl {
  font-size: 2rem;
  line-height: 1.1875;
  font-weight: 400;
  letter-spacing: 0.02em;
  border-bottom: 1px solid #333;
}
@media (width < 576px) {
  .value__ttl {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
}

/********************************

recruit-kind

********************************/
.recruit-kind {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(225, 241, 255)), to(rgb(243, 243, 243)));
  background: linear-gradient(180deg, rgb(225, 241, 255) 0%, rgb(243, 243, 243) 100%);
}

.recruit-kind__container {
  min-height: 22.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (width < 1261px) {
  .recruit-kind__container {
    display: block;
  }
}

.recruit-kind__img-wrap {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  z-index: 1;
}
@media (width < 1261px) {
  .recruit-kind__img-wrap {
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.recruit-kind__container--reverse .recruit-kind__img-wrap {
  left: 0;
  right: auto;
}
@media (width < 1261px) {
  .recruit-kind__container--reverse .recruit-kind__img-wrap {
    text-align: right;
  }
}

.recruit-kind__img-wrap img {
  aspect-ratio: 520/362;
  max-width: 32.5rem;
}
@media (width < 1261px) {
  .recruit-kind__img-wrap img {
    max-width: 100%;
  }
}

.recruit-kind__text-wrap {
  max-width: 75%;
  padding: 2.5rem 25% 2.5rem 2.5rem;
  margin-right: 18.75rem;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2509803922);
  opacity: 0.75;
}
@media (width < 1261px) {
  .recruit-kind__text-wrap {
    max-width: 90%;
    margin-top: -0.625rem;
    margin-right: auto;
    padding: 2.5rem 1.25rem;
  }
}

.recruit-kind__text-wrap--no4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 25.625rem;
}
@media (width < 893px) {
  .recruit-kind__text-wrap--no4 {
    min-height: 9.75rem;
  }
}

.recruit-kind__text-wrap--no5 {
  min-height: 25.875rem;
}

.recruit-kind__container--reverse .recruit-kind__text-wrap {
  margin-right: 0;
  margin-left: 18.75rem;
  padding: 2.5rem 2.5rem 2.5rem 24.3288590604%;
}
@media (width < 1261px) {
  .recruit-kind__container--reverse .recruit-kind__text-wrap {
    margin-left: auto;
    padding: 2.5rem 1.25rem;
  }
}

.recruit-kind__heading-lv2 {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
@media (width < 1261px) {
  .recruit-kind__heading-lv2 {
    white-space: normal;
  }
}
@media (width < 893px) {
  .recruit-kind__heading-lv2 {
    font-size: 1.25rem;
  }
}

.recruit-kind__heading-lv2-sub {
  display: block;
  font-size: 0.875rem;
  color: #034495;
}

.recruit-kind__heading-lv2-sub--black {
  color: #333;
}

.recruit-kind__heading-lv2__sub {
  font-size: 1.5rem;
}

.recruit-kind__text-wrap--no5 .recruit-kind__heading-lv2 {
  text-align: left;
}

.recruit-kind__text {
  line-height: 2;
  letter-spacing: 0.04em;
  margin-top: 2.5rem;
}

.recruit-kind__table {
  max-width: 56.25rem;
  margin: 6.25rem auto 0;
}

.recruit-kind__table-th {
  width: 12.25rem;
  vertical-align: middle;
  letter-spacing: 0.04em;
  color: #034495;
  border-bottom: 1px solid #ddd;
  text-align: left;
  font-weight: 400;
}
@media (width < 893px) {
  .recruit-kind__table-th {
    width: 100%;
    display: block;
    border-bottom: none;
    padding-top: 1rem;
  }
}

.recruit-kind__table-th--top {
  padding-top: 1rem;
  vertical-align: baseline;
}

.recruit-kind__table-td {
  padding: 2rem 2.5rem;
  border-bottom: 1px solid #ddd;
}
@media (width < 893px) {
  .recruit-kind__table-td {
    display: block;
    padding: 1rem 0;
  }
}

.recruit-kind__table-item:nth-child(1) .recruit-kind__table-td {
  padding-top: 0;
}

.recruit-kind__table-item {
  padding-left: 1rem;
  position: relative;
  line-height: 2;
  letter-spacing: 0.04em;
}
.recruit-kind__table-item::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #333;
  border-radius: 50%;
  position: absolute;
  left: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.recruit-kind__table-item--top::before {
  content: "";
  top: 25%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.recruit-kind__table-text {
  line-height: 2;
  letter-spacing: 0.04em;
}

/********************************

blog

********************************/
.blog-page__list {
  display: grid;
  grid-template-columns: repeat(3, 20rem);
  grid-template-rows: repeat(auto, 22.5rem);
  gap: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (width < 1261px) {
  .blog-page__list {
    grid-template-columns: repeat(2, 20rem);
  }
}
@media (width < 893px) {
  .blog-page__list {
    grid-template-columns: repeat(1, 20rem);
  }
}

.blog-page__item {
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.attachment-blog-page__img {
  aspect-ratio: 320/213;
  max-width: 20rem;
  max-height: 13.3125rem;
}

.blog-page__text-wrap {
  padding: 2rem;
}

.blog-page__cat {
  color: #999;
  font-size: 0.9375rem;
  letter-spacing: 0.08em;
  font-weight: 500;
}

.blog-page__ttl {
  color: #333;
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 0.5rem;
}

.blog-page__pagenavi {
  display: block;
  margin: 5rem auto 0;
  max-width: 18.75rem;
  position: relative;
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}

.nextpostslink {
  color: #333;
  position: absolute;
  top: 50%;
  right: -6.625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (width < 893px) {
  .nextpostslink {
    right: -0.625rem;
  }
}
.nextpostslink::before {
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block;
  width: 7.5px;
  height: 7.5px;
  border: 2px solid #000;
  border-width: 2px 2px 0px 0px;
  position: absolute;
  top: 9.5px;
  right: -16px;
}

.wp-pagenavi .current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #333;
  border-radius: 50%;
  line-height: 1;
  width: 2.75rem;
  height: 2.75rem;
}

/********************************

line-account

********************************/
.line-account__container {
  border: 1px solid #034495;
  border-radius: 10px;
  padding: 2.5rem;
  text-align: center;
}

.line-account__text {
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: center;
}

.line-account__text-weight {
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: center;
  font-weight: 700;
}

.line-account__text-health {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: center;
}

.line-account__list {
  display: grid;
  grid-template-columns: repeat(3, 18.75rem);
  grid-template-rows: repeat(auto, 20.5625rem);
  gap: 3.125rem;
  margin-top: 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
}
@media (width < 1261px) {
  .line-account__list {
    grid-template-columns: repeat(1, 18.75rem);
  }
}

.line-account__item {
  padding: 1.25rem;
  border-radius: 0.625rem;
  border: 1px solid #4059A2;
  text-align: center;
}

.line-account__num {
  color: #034495;
  font-family: "Aboreto", sans-serif;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
}

.line-account__ttl {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  border-bottom: 1px solid #4059A2;
}

.line-account__list-text {
  color: #444;
  line-height: 2;
  letter-spacing: 0.04em;
  margin-top: 1.25rem;
  text-align: left;
}

.line-account__inner-list {
  margin-top: 1.25rem;
}

/********************************

blog-single

********************************/
.blog-content__inner {
  max-width: 100%;
  padding: 0 5%;
}

.blog-content__heading {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
}

.blog-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1.5rem;
}

.blog-meta time {
  color: #777;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
}

.blog-meta__category {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#2D3C6B), color-stop(50%, #5266A3), to(#3752A1));
  background: linear-gradient(90deg, #2D3C6B 0%, #5266A3 50%, #3752A1 100%);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  padding: 0.25rem 0.5rem;
}

.blog__thumbnail {
  margin-top: 1.5rem;
}

.blog__thumbnail img {
  aspect-ratio: 712/400;
  width: 100%;
}

.blog-content p {
  margin-top: 1.5rem;
}
.blog-content h2 {
  padding: 0.625rem;
  background: -webkit-gradient(linear, left top, right top, from(#2D3C6B), color-stop(50%, #5266A3), to(#3752A1));
  background: linear-gradient(90deg, #2D3C6B 0%, #5266A3 50%, #3752A1 100%);
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
  margin-top: 2.5rem;
}
.blog-content h3 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 1rem;
  padding-left: 1.25rem;
  position: relative;
}
.blog-content h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #999;
}
.blog-content .has-inline-color {
  background-color: transparent !important;
  text-decoration: underline;
  text-underline-offset: -4px;
  text-decoration-thickness: 6px;
  text-decoration-color: #fff700;
}
.blog-content .wp-block-list {
  background: #f7f7f7;
  padding: 1.5rem;
  margin-top: 1rem;
}
.blog-content ol li {
  list-style: decimal;
  list-style-position: inside;
}
.blog-content ul li {
  position: relative;
  margin-left: 0.95rem;
}
.blog-content ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: #333;
  border-radius: 50%;
}

.btn--back {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 5rem;
}
.btn--back .btn__text {
  font-size: 1.25rem;
  letter-spacing: 0.03em;
  margin-top: 0;
}
.btn--back .btn__sub {
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  margin-top: 0.25rem;
}
.btn--back .btn__arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-left: 0;
}
.btn--back .btn__arrow::before {
  content: "";
  width: 15px;
}
.btn--back .btn__arrow::after {
  content: "";
  width: 15px;
}

.blog-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.5rem;
  max-width: 64rem;
  margin: 5rem auto 0;
}
@media (width < 1261px) {
  .blog-single {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.blog-content {
  max-width: 44.5rem;
}

.blog-sidebar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 14rem;
  overflow: auto;
}
@media (width < 1261px) {
  .blog-sidebar {
    width: 100%;
    overflow: auto;
  }
}

@media (width < 1261px) {
  .blog-sidebar__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.5rem;
    width: 47rem;
  }
}

.blog-sidebar__item {
  margin-top: 2.5rem;
}
@media (width < 1261px) {
  .blog-sidebar__item {
    margin-top: 0;
  }
}
.blog-sidebar__item:first-child {
  margin-top: 0;
}

.blog-sidebar__img img {
  max-height: 8.5rem;
}

.blog-sidebar__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1rem;
  gap: 0.25rem;
}

.blog-sidebar__meta time {
  color: #777;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
}

.blog-sidebar__text-ttl {
  color: #333;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-top: 0.5rem;
}

.blog-sidebar__text-excerpt {
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-top: 0.25rem;
  letter-spacing: 0.04em;
}

.blog-recommend {
  margin: 5rem auto 0;
  max-width: 75rem;
}
@media (width < 1261px) {
  .blog-recommend {
    display: none;
  }
}

.blog-recommend__ttl {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2222222222;
  letter-spacing: 0.04em;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #333;
}

.blog-recommend__list {
  display: grid;
  grid-template-columns: repeat(3, 23.3125rem);
  grid-template-rows: repeat(auto, 12.5rem);
  gap: 2.5rem;
  margin-top: 1rem;
  min-height: 12.5rem;
}

.blog-recommend__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

.blog-recommend__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.blog-recommend__img img {
  max-width: 11.125rem;
  max-height: 8.5rem;
}

.blog-recommend__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1rem;
  gap: 0.25rem;
}

.blog-recommend__meta time {
  color: #777;
}

.blog-recommend__text-ttl {
  color: #333;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-top: 0.5rem;
}

.blog-recommend__text-excerpt {
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-top: 0.25rem;
  letter-spacing: 0.04em;
}

/********************************

privacy-policy

********************************/
.privacy-policy-page__inner {
  max-width: 62.5rem;
}
@media (width < 1261px) {
  .privacy-policy-page__inner {
    max-width: 90%;
  }
}

.privacy-policy-page__item {
  margin-top: 5rem;
}
.privacy-policy-page__item:nth-child(1) {
  margin-top: 0;
}

.privacy-policy-page__ttl {
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
  padding: 0.625rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #2D3C6B), color-stop(60%, #5266A3), to(#3752A1));
  background: linear-gradient(90deg, #2D3C6B 30%, #5266A3 60%, #3752A1 100%);
}

.privacy-policy-page__text {
  line-height: 2;
  letter-spacing: 0.04em;
  margin-top: 1.5rem;
}

.privacy-policy-page__address {
  line-height: 2;
  letter-spacing: 0.04em;
  margin-top: 4rem;
}

/********************************

health

********************************/
.point-health {
  background-color: #EFF4F7;
}

.point-health__award-text-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}

.point-health__award-text-wrap {
  color: #fff;
  background-color: #034495;
  border-radius: 10px;
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  text-align: center;
  width: 15%;
}
@media (width < 1261px) {
  .point-health__award-text-wrap {
    width: 30%;
  }
}
@media (width < 576px) {
  .point-health__award-text-wrap {
    font-size: 0.65rem;
  }
}

.point-health__award-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  margin-top: 1rem;
}

.point-health__award-img {
  max-width: 20.1875rem;
  width: 30%;
  position: relative;
}
@media (width >= 1261px) {
  .point-health__award-img {
    max-width: 11.1875rem;
  }
}

.point-health__award-img-text {
  font-size: 9vw;
  position: absolute;
  top: 56%;
  left: 56%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
  color: #AB7421;
}
@media (width >= 1261px) {
  .point-health__award-img-text {
    font-size: 3.15rem;
  }
}

.point-health__award-img-text-sub {
  font-size: 3vw;
  position: absolute;
  top: 50%;
  left: -26%;
}
@media (width >= 1261px) {
  .point-health__award-img-text-sub {
    font-size: 1rem;
  }
}

.point-health__award-img-text-arrow {
  font-size: 3vw;
  position: absolute;
  top: -12px;
  left: 20%;
}
@media (width >= 1261px) {
  .point-health__award-img-text-arrow {
    font-size: 1rem;
  }
}

.point-health__text {
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.04em;
  margin-top: 4rem;
  text-align: center;
}

.line-btn--health {
  padding: 0.8125rem 2.75rem;
  margin-left: 0;
  max-width: 16.25rem;
}

.case-health__list {
  text-align: left;
}

.case-health {
  background-color: #f5f5f5;
}

.line-account__text-health-blue {
  color: #3A4F8B;
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.04em;
}

.recruit-kind__text-wrap--opacity {
  opacity: 0.75;
  position: relative;
  z-index: 2;
}

/********************************

company

********************************/
.company__text-wrap--opacity {
  opacity: 0.75;
}

.company__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
}
@media (width < 1261px) {
  .company__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.recruit-kind__container--reverse .recruit-kind__text-wrap {
  padding: 2.5rem;
  margin-left: 31.75rem;
}
@media (width < 893px) {
  .recruit-kind__container--reverse .recruit-kind__text-wrap {
    margin-left: 0;
    max-width: 100%;
    margin-top: -3rem;
  }
}

.recruit-kind__table-company {
  margin-top: 0;
}

.company__table-td {
  padding: 1rem 2.5rem;
  border-bottom: 1px solid #ddd;
}
@media (width < 893px) {
  .company__table-td {
    display: block;
    padding: 1rem 0;
  }
}

@media (width < 1261px) {
  .company__table {
    margin-top: 2.5rem;
  }
}

.conpany-kind__table-th {
  vertical-align: top;
  padding: 1rem 0;
}

@media (width < 893px) {
  .company__heading-lv2 {
    text-align: left;
  }
}

@media (width < 893px) {
  .company__heading-lv2__sub {
    margin-left: 1rem;
  }
}

/********************************

second-opinion

********************************/
.second-opinion__heading-lv2-contact-sub {
  margin-left: -6rem;
}
@media (width < 1261px) {
  .second-opinion__heading-lv2-contact-sub {
    margin-left: 0;
  }
}

@media (width < 1261px) {
  .contact-sub-page__img-wrap-sub {
    text-align: center;
    margin-top: 1.5rem;
  }
}

.second-opinion__text-wrap-sub {
  position: relative;
}

@media (width < 893px) {
  .second-opinion__bland-text {
    font-size: 0.75rem;
  }
}

.award {
  position: absolute;
  top: -3rem;
  right: -2rem;
}
@media (width < 1261px) {
  .award {
    position: static;
    margin-top: 1rem;
    text-align: center;
  }
}

.award img {
  max-width: 10.0625rem;
}

.second-opinion__contact-sub-text-sub {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 1rem;
  display: block;
  letter-spacing: 0.04em;
}

.second-opinion__contact-sub-text {
  letter-spacing: 0.04em;
}

.second-opinion__contact-sub-text-sub-sub {
  font-size: 1.5rem;
  line-height: 1.2083333333;
  letter-spacing: 0.02em;
}

.coaching-about__container-second-opinion {
  display: grid;
  grid-template-columns: repeat(2, 15rem);
  gap: 6.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (width < 893px) {
  .coaching-about__container-second-opinion {
    grid-template-columns: repeat(2, 9.25rem);
    gap: 1rem;
  }
}

.second-opinion__text-wrap-support {
  display: grid;
  grid-template-columns: repeat(3, 4.625rem);
  gap: 0.5625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-top: 4.5625rem;
}
@media (width < 893px) {
  .second-opinion__text-wrap-support {
    grid-template-columns: repeat(3, 3.189375rem);
    gap: 0.15rem;
  }
}
.second-opinion__text-wrap-support::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 10px solid #F1E264;
  border-right: 0;
  position: absolute;
  top: -2.4375rem;
  left: 50%;
  -webkit-transform: rotate(90deg) translate(-100%, 0);
          transform: rotate(90deg) translate(-100%, 0);
}

.second-opinion__text-wrap-support-sub::before {
  border-left: 10px solid #7f7f7f;
}

.second-opinion__text-wrap-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 4.625rem;
  height: 4.625rem;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media (width < 893px) {
  .second-opinion__text-wrap-text {
    font-size: 0.625rem;
    width: 3.189375rem;
    height: 3.189375rem;
  }
}

.bg-gold-gradient {
  background: linear-gradient(60deg, #746034 10%, #F2CB76 50%, #DAB461 100%);
}

.second-opinion__text-wrap-text {
  color: #fff;
}

.coaching-about__service--thin {
  min-height: unset;
}

.second-opinion__text-wrap-text-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 4.625rem;
  height: 4.625rem;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background: #7f7f7f;
  color: #fff;
}
@media (width < 893px) {
  .second-opinion__text-wrap-text-sub {
    font-size: 0.625rem;
    width: 3.189375rem;
    height: 3.189375rem;
  }
}

.coaching-about__bland-second-opinion {
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}

.point-second-opinion__container {
  display: grid;
  grid-template-columns: repeat(3, 24.125rem);
  gap: 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (width < 1261px) {
  .point-second-opinion__container {
    grid-template-columns: repeat(1, 24.125rem);
  }
}

.point-second-opinion__item-img img {
  width: 24.125rem;
  height: 15rem;
}
@media (width < 576px) {
  .point-second-opinion__item-img img {
    width: 100%;
    height: auto;
  }
}

.point-second-opinion__item-num {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2;
  margin-top: 1.5rem;
  padding-left: 3.25rem;
  position: relative;
}
.point-second-opinion__item-num::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 2.5rem;
  height: 1px;
  background-color: #034495;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.point-second-opinion__item-text {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2;
  margin-top: 1.5rem;
}

.point-second-opinion__item-text-sub {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.04em;
  margin-top: 1.5rem;
}

.point-list-media--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (width < 1261px) {
  .point-list-media--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.point-list__item-second-opinion {
  position: relative;
}

.point-list__item-second-opinion-text {
  color: #E23F41;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5rem 2.5rem;
  text-align: center;
}
@media (width < 1261px) {
  .point-list__item-second-opinion-text {
    position: static;
    display: inline-block;
    position: relative;
  }
  .point-list__item-second-opinion-text::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    width: 90vw;
    height: 1px;
    background-color: #333;
  }
}

.second-opinion__img-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (width < 1261px) {
  .second-opinion__img-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

.second-opinion__img-wrap:nth-child(1) img {
  width: 36.875rem;
  aspect-ratio: 590/358;
}
.second-opinion__img-wrap:nth-child(2) img {
  width: 32.9375rem;
  aspect-ratio: 527/358;
}

@media (width < 1261px) {
  .point-list__heading-second-opinion {
    border-bottom: none;
  }
}

.bg-gray {
  background-color: #F5F5F5;
}

/*************************************

point-second-opinion (fix)

**************************************/
.second-opinion-poind__container {
  border: 1px solid #000;
  border-radius: 30px;
  padding: 0 20px 20px;
  margin-top: 40px;
}
@media (width < 1261px) {
  .second-opinion-poind__container {
    padding: 0 20px 120px;
  }
}
@media (width < 893px) {
  .second-opinion-poind__container {
    padding: 0 20px 80px;
  }
}
.second-opinion-poind__container:nth-child(1) {
  margin-top: 0;
}

.second-opinion-poind__container:nth-child(4) {
  padding-bottom: 0;
}

.second-opinion-point__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (width < 1261px) {
  .second-opinion-point__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.second-opinion-point__wrapper--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (width < 1261px) {
  .second-opinion-point__wrapper--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.second-opinion-point__img-wrap img {
  aspect-ratio: 400/300;
  max-width: 25rem;
}
@media (width < 1261px) {
  .second-opinion-point__img-wrap img {
    max-width: 100%;
  }
}

.second-opinion-point__text-wrap {
  border-radius: 0.625rem;
}
@media (width < 893px) {
  .second-opinion-point__text-wrap {
    max-width: 100%;
  }
}

.second-opinion-point__num {
  font-size: 1.125rem;
  font-family: "Aboreto", sans-serif;
  line-height: 1;
  color: #4059A2;
  letter-spacing: 0.08em;
}

.second-opinion-point__heading-lv3 {
  font-family: Noto Serif JP, serif;
  font-size: 2rem;
  line-height: 2;
  border-bottom: 1px solid #333;
  margin-top: 0.5rem;
}
@media (width < 576px) {
  .second-opinion-point__heading-lv3 {
    font-size: 1.25rem;
  }
}

.second-opinion-point__text-weight {
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.04em;
  margin-top: 1.25rem;
}

.second-opinion-point__text {
  line-height: 2;
  letter-spacing: 0.04em;
}

.point-list__heading--second-opinion {
  font-weight: 600;
  letter-spacing: 0.04em;
  border-bottom: none;
  font-size: 1.5rem;
}
@media (width < 576px) {
  .point-list__heading--second-opinion {
    font-size: 0.95rem;
  }
}

.second-opinion-check-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5%;
}
@media (width < 893px) {
  .second-opinion-check-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.second-opinion-check-item {
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
}

.second-opinion-check-item__text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  margin-top: 0.5rem;
  padding: 0.71875rem 1.5rem;
  border-radius: 1rem;
}
.second-opinion-check-item__text-wrap:nth-child(1) {
  margin-top: 0;
}

.second-opinion-point__grid-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 62.5rem;
  margin: 4rem auto 0;
}
@media (width < 1261px) {
  .second-opinion-point__grid-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.second-opinion-point__img {
  max-width: 100%;
  width: 28.5rem;
}
@media (width < 893px) {
  .second-opinion-point__img {
    width: 100%;
  }
}

.second-opinion-point__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (width < 1261px) {
  .second-opinion-point__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
  }
}

.second-opinion-point__item {
  background-color: #fff;
  padding: 2.5rem 1.25rem;
  border: 2px solid #034495;
  border-radius: 1rem;
}

.second-opinion-poind__wrapper--child3 {
  max-width: 28.1875rem;
  margin: 4rem auto;
}

.features__heading-lv3 {
  min-height: 3.5625rem;
}

/* ------------------------------------------------------------

contact

------------------------------------------------------------ */
.contact-page__inner {
  background-color: #fafafa;
  max-width: 57.5rem;
  padding: 5rem 11.25rem;
}
@media (width < 1261px) {
  .contact-page__inner {
    max-width: 90%;
    padding: 5rem 5%;
  }
}

.conform-page__inner {
  background-color: #fafafa;
  max-width: 57.5rem;
  padding: 5rem 11.25rem 6.25rem;
}
@media (width < 1261px) {
  .conform-page__inner {
    max-width: 90%;
    padding: 5rem 5%;
  }
}

.contact-form {
  margin-top: 3.5rem;
}

.contact-form__item {
  margin-top: 2rem;
}
.contact-form__item:nth-child(1) {
  margin-top: 3.5rem;
}

.conform-form__item {
  margin-top: 2rem;
}
.conform-form__item:nth-child(1) {
  margin-top: 3.5rem;
}

.contact-form__label-required {
  padding: 0.1875rem 0.5rem;
  background-color: #034495;
  color: #fff;
  font-size: 0.625rem;
  line-height: 1;
  margin-right: 0.5rem;
}

.conform-form__label-required {
  padding: 0.1875rem 0.5rem;
  background-color: #034495;
  color: #fff;
  font-size: 0.625rem;
  line-height: 1;
  margin-right: 0.5rem;
}

.contact-form__label {
  line-height: 1.5;
}

.conform-form__label {
  line-height: 1.5;
}

.contact-form__input {
  border: 1px solid #ddd;
  margin-top: 0.5rem;
  background: #fff;
  padding: 0.5rem;
  max-width: 90%;
}

.conform-form__input {
  margin-top: 0.5rem;
  padding: 0.5rem;
  max-width: 90%;
}

.wpcf7-checkbox {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0 0.90625rem;
  margin-top: 0.5rem;
}

input[type=checkbox] {
  display: none;
}

.wpcf7-checkbox .wpcf7-list-item-label {
  position: relative;
  height: 20px;
  line-height: 20px;
  padding-left: 1.5rem;
  display: inline-block;
}

.wpcf7-list-item-label {
  position: relative;
  height: 20px;
  line-height: 20px;
  padding-left: 1.5rem;
  display: inline-block;
}
.wpcf7-list-item-label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  width: 12px;
  height: 8px;
  border-top: 3px solid #034495;
  border-right: 3px solid #034495;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  left: 5px;
  top: 4px;
}

.contact-form__textarea {
  background-color: #fff;
  width: 100%;
  margin-top: 0.5rem;
  padding: 0.5rem;
}

.wpcf7-acceptance {
  display: inline-block;
  margin-top: 2rem;
}

.wpcf7-acceptance .wpcf7-list-item-label::before {
  left: -16px;
}

.wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  left: -12px;
}

.contact-form__acceptance-link {
  color: #4059A2;
  text-decoration: underline;
}

.conform-form__acceptance-link {
  color: #4059A2;
  text-decoration: underline;
}

.contact-form__submit {
  display: block;
  color: #fff;
  border-radius: 2.25rem;
  line-height: 1.4375;
  padding: 1rem 2rem;
  margin: 3.5rem auto 0;
  background-color: #034495;
  max-width: 13rem;
}
@media (width < 1261px) {
  .contact-form__submit {
    max-width: 90%;
  }
}

.conform-form__submit {
  display: block;
  color: #fff;
  border-radius: 2.25rem;
  line-height: 1.4375;
  padding: 1rem 2rem;
  margin: 3.5rem auto 0;
  background-color: #034495;
  max-width: 13rem;
}
@media (width < 1261px) {
  .conform-form__submit {
    max-width: 90%;
  }
}

.back_button {
  display: block;
  color: #fff;
  border-radius: 2.25rem;
  line-height: 1.4375;
  padding: 1rem 2rem;
  margin: 3.5rem auto 0;
  background-color: #034495;
  max-width: 13rem;
}
@media (width < 1261px) {
  .back_button {
    max-width: 90%;
  }
}

.wpcf7-list-item {
  cursor: pointer;
}

.conform-page {
  display: none;
}

.thanks_page {
  display: none;
}

.conform-form__acceptance .wpcf7-list-item-label::before {
  content: "";
  display: block;
  width: 12px;
  height: 8px;
  border: none;
  border-top: 3px solid #034495;
  border-right: 3px solid #034495;
  border-radius: 0;
  background-color: transparent;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  left: 5px;
  top: 4px;
}

.button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/********************************

achive-case

********************************/
.achive-case__list {
  display: grid;
  grid-template-columns: repeat(3, 20rem);
  gap: 2rem;
  max-width: 64rem;
  margin: 5rem auto 0;
}
@media (width < 1261px) {
  .achive-case__list {
    grid-template-columns: repeat(2, 20rem);
  }
}
@media (width < 893px) {
  .achive-case__list {
    grid-template-columns: repeat(1, 20rem);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.achive-case__img img {
  width: 100%;
}

.blog-sidebar__ttl {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #333;
}

.blog-sidebar__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

/* ============================================
   ご相談の流れ (flow-second-opinion)
   ============================================ */

.flow-second-opinion {
  background-color: #fff;
  padding: 40px 0;
}

.flow-second-opinion__inner {
  max-width: 75rem;
  margin: 0 auto;
}

@media (width < 1261px) {
  .flow-second-opinion__inner {
    max-width: 94.6%;
  }
}

/* 見出し */
.flow-second-opinion__heading-lv2 {
  text-align: center;
}

/* リスト（カード + 矢印の横並び） */
.flow-second-opinion__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}

@media (width < 1261px) {
  .flow-second-opinion__list {
    flex-direction: column;
    gap: 20px;
  }
}

/* 各ステップカード */
.flow-second-opinion__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 20px;
  width: 300px;
  border: 1px solid #4059A2;
  border-radius: 10px;
  background-color: #fff;
  box-sizing: border-box;
}

@media (width < 893px) {
  .flow-second-opinion__item {
    width: 100%;
    max-width: 300px;
  }
}

/* ステップ番号 */
.flow-second-opinion__number {
  font-family: "Aboreto", sans-serif;
  font-size: 18px;
  line-height: 1;
  color: #4059A2;
  letter-spacing: 1.44px;
  text-transform: lowercase;
}

/* 見出しラップ（下線付き） */
.flow-second-opinion__heading-wrap {
  width: 100%;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #4059A2;
}

/* 見出し */
.flow-second-opinion__heading-lv3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
  text-align: center;
  letter-spacing: 0.8px;
  margin: 0;
}

/* アイコン画像 */
.flow-second-opinion__img-wrap {
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flow-second-opinion__img-wrap img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* 矢印 */
.flow-second-opinion__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}

.flow-second-opinion__arrow svg {
  display: block;
}

@media (width < 1261px) {
  .flow-second-opinion__arrow {
    transform: rotate(90deg);
  }
}