/* ===================
トップページ 
====================*/
/* ===================
ファーストビュー
=================== */
.mv {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 66px;
  padding: 16px 16px 0;
}

@media (min-width: 960px) {
  .mv {
    margin-top: 76px;
  }
}

.mv__inner {
  position: relative;
  max-width: 1328px;
  padding: 28px 16px;
  margin: 0 auto;
  background-color: #91c3e0;
  border-radius: 8px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .mv__inner {
    padding: 48px 36px;
  }
}

@media (min-width: 960px) {
  .mv__inner {
    display: flex;
    padding: 64px 24px 24px 72px;
  }
}

@media (min-width: 1280px) {
  .mv__inner {
    padding: 76px 48px 24px 104px;
  }
}

.mv__circle {
  position: absolute;
  width: 200px;
  height: 200px;
}

@media (min-width: 960px) {
  .mv__circle {
    width: 320px;
    height: 320px;
  }
}

.mv__circle--left {
  bottom: 0;
  left: 0;
}

.mv__circle--right {
  top: 0;
  right: 0;
}

.mv__textArea {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: 420px;
}

@media (min-width: 1140px) {
  .mv__textArea {
    width: 540px;
    max-width: unset;
  }
}


.mv__subTtlArea {
  position: relative;
  margin-bottom: 4px;
}

@media (min-width: 768px) {
  .mv__subTtlArea {
    margin-bottom: 12px;
  }
}

.mv__subTtl {
  font-size: 1.4rem;
  color: #ffffff;
}

@media (min-width: 768px) {
  .mv__subTtl {
    font-size: 1.8rem;
  }
}

.mv__dots {
  display: flex;
  gap: 9.5px;
  position: relative;
  top: -28px;
  left: 135px;
  font-size: 1rem;
  width: 100%;
}

@media (min-width: 768px) {
  .mv__dots {
    gap: 12px;
    top: -36px;
    left: 172px;
  }
}

.mv__dots span {
  display: block;
  position: relative;
  width: 0.5rem;
  height: 0.5rem;
  background: #f4c82d;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .mv__dots span {
    width: 0.65em;
    height: 0.65em;
  }
}

.mv__ttl {
  display: block;
  position: relative;
  margin-bottom: 16px;
}

@media (min-width: 960px) {
  .mv__ttl {
    margin-bottom: 32px;
  }
}

.mv__ttl-line {
  display: inline-block;
  position: relative;
  font-size: 2.7rem;
  font-weight: bold;
  color: #0069b9;
  background: #ffffff;
  padding: 3px 7px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .mv__ttl-line {
    font-size: 3.6rem;
  }
}

@media (min-width: 1140px) {
  .mv__ttl-line {
    font-size: 5rem;
    padding: 3px 11px;
  }
}

.mv__lead {
  display: block;
  position: relative;
  font-size: 1.4rem;
  color: #ffffff;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .mv__lead {
    font-size: 1.6rem;
  }
}

.mv__cta {
  display: flex;
  position: relative;
  width: 100%;
  justify-content: center;
}

.mv__cta-btn {
  display: flex;
  justify-content: space-between;
  position: relative;
  font-size: 1.5rem;
  line-height: 1.375;
  font-weight: 700;
  height: 56px;
  padding: 0 16px 0 8px;
  background: #f56f61;
  align-items: center;
  border-radius: 999px;
  text-decoration: none;
  color: #ffffff;
  max-width: 400px;
}

@media (max-width: 960px) {
  .mv__cta-btn {
    margin: 0 auto;
  }
}

@media (min-width: 960px) {
  .mv__cta-btn {
    font-size: 1.9rem;
    width: 390px;
    height: 72px;
  }
}

.mv__cta-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 1.2rem;
  color: #f56f61;
  font-weight: 700;
  width: 44px;
  height: 44px;
  background: #ffffff;
  border-radius: 50%;
}

@media (min-width: 960px) {
  .mv__cta-badge {
    font-size: 1.5rem;
  }
}

.mv__cta-text {
  display: block;
  position: relative;
  font-size: 1.5rem;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}

@media (min-width: 960px) {
  .mv__cta-text {
    font-size: 1.9rem;
  }
}

.mv__cta-text small {
  display: block;
  position: relative;
  font-size: 1.1rem;
}

@media (min-width: 960px) {
  .mv__cta-text small {
    font-size: 1.3rem;
  }
}

.mv__img {
  position: relative;
  max-width: 400px;
  margin-left: auto;
  z-index: 1;
  margin-right: auto;
}

@media (min-width: 960px) {
  .mv__img {
    max-width: unset;
    padding-top: 80px;
    width: 48%;
  }
}

@media (min-width: 1140px) {
  .mv__img {
    width: calc(100% - 600px);
    padding-top: 24px;
  }
}
/* タブレット・スマホ用 security_wrap */
.security_wrap--sp {
  display: none;
}

@media (max-width: 959px) {
  .security_wrap--sp {
    display: block;
    background-color: #eaf2f9;
    padding: 12px 16px;
    margin: 16px -16px;;
  }

  .security_wrap--sp .siteseal_img {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 10px;
  }

  .security_wrap--sp .siteseal_img img {
    width: 100px;
    height: auto;
    border: 2px solid #eaf7ec;
  }

  .security_wrap--sp p {
    font-size: 1rem;
    line-height: 1.5;
    color: #384d4d;
    text-align: center;
  }

  .security_wrap--sp a {
    color: #0065b3;
    text-decoration: underline;
  }
}

@media (min-width: 768px) and (max-width: 959px) {
  .security_wrap--sp .siteseal_img,
  .security_wrap--sp p {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.mv__img .security_wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  margin-top: -20px;
}

.mv__img .security_wrap__inner {
  display: none;
}

@media (min-width: 960px) {
  .mv__img .security_wrap__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 14px;
  }
}

.mv__img .security_wrap__inner .siteseal_img {
  display: flex;
  gap: 20px;
}
.mv__img .security_wrap__inner .siteseal_img img{
  width: 100px;
  border: 2px solid #EAF7EC;
}
.mv__img .security_wrap__inner p {
  text-align: right;
  font-size: 1rem;
  line-height: 1.5;
  white-space: nowrap;
}
.mv__img .security_wrap__inner  a{
  color:#0065B3;
  text-decoration: underline;
}

.mv__mock img {
  height: auto;
}

@media (min-width: 960px) {
  .mv__mock {
    margin-bottom: 48px;
  }
}

.mv__security-badge {
  width: 20%;
  margin: -60px 0 20px auto;
}

@media (min-width: 960px) {
  .mv__security-badge {
    margin: 0;
    width: 88px;
    flex-shrink: 0;
  }
}
/* ===================
イントロ
=================== */
.intro {
  display: block;
  position: relative;
  padding: 24px 20px 60px;
  text-align: center;
  z-index: 2;
}

.intro__solution {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  font-size: 1.3rem;
  color: #0069b9;
  font-weight: 700;
  width: 285px;
  margin: 0 auto 16px;
}

.intro__solution--emphasis {
  width: 28px;
  height: auto;
  margin: 0 auto 12px;
}

.intro__solution--arrow {
  margin-top: 8px;
}

.intro__ttl {
  display: inline-block;
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 48px;
}

@media (min-width: 960px) {
  .intro__ttl {
    font-size: 3.3rem;
    margin-bottom: 64px;
  }
}

.intro__cards {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
  max-width: 1200px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .intro__cards {
    flex-direction: row;
    justify-content: space-between;
    gap: 16px;
  }
}

.intro__card {
  display: block;
  position: relative;
  width: 100%;
  background: #ffffff;
  border-radius: 8px;
  padding: 44px 8px 36px;
  text-align: center;
}

@media (min-width: 768px) {
  .intro__card--center {
    margin-top: 48px;
  }
}

.intro__label {
  display: inline-block;
  position: absolute;
  font-size: 1.3rem;
  font-weight: 500;
  background: #f4c82d;
  padding: 10px 24px;
  border-radius: 6px;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.intro__img {
  display: block;
  position: relative;
  width: 220px;
  margin: 0 auto 16px;
}

@media (min-width: 768px) {
  .intro__img {
    width: 160px;
  }
}

@media (min-width: 960px) {
  .intro__img {
    width: 200px;
  }
}

.intro__img img {
  display: block;
  position: relative;
  width: 100%;
}

.intro__text {
  display: block;
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .intro__text {
    font-size: 1.5rem;
  }
}

@media (min-width: 960px) {
  .intro__text {
    font-size: 1.8rem;
  }
}

.intro__text--blue {
  color: #0069b9;
}
/* ===================
特徴
=================== */
.feature {
  display: block;
  position: relative;
  width: 100%;
  padding: 0 0 64px;
  z-index: 1;
}

@media (min-width: 768px) {
  .feature {
    padding: 0 0 80px;
  }
}

@media (min-width: 960px) {
  .feature {
    padding: 0 0 104px;
  }
}

.feature::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fafafa;
  background-image: radial-gradient(circle, #91c3e040 1.5px, transparent 1.5px);
  background-position: 0 0;
  background-size: 27px 27px;
  z-index: -1;
}

.feature__inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  gap: 60px;
  align-items: center;
}

.feature__message {
  display: block;
  position: relative;
  margin-bottom: 24px;
  text-align: center;
}

@media (min-width: 960px) {
  .feature__message {
    margin-bottom: 56px;
  }
}

.feature__message-dot {
  position: relative;
  width: 6px;
  height: 6px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 50%;
}

.feature__message-dot::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  border-radius: 50%;
}

.feature__message-dot::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  border-radius: 50%;
}

.feature__message-lead {
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffffff;
  margin: 60px 0 8px;
}

@media (min-width: 960px) {
  .feature__message-lead {
    font-size: 2.4rem;
  }
}

.feature__message-ttl span {
  display: inline-block;
  font-size: 2.3rem;
  font-weight: 700;
  color: #0069b9;
  padding: 2px 6px;
  margin-bottom: 4px;
  background: #ffffff;
}

@media (min-width: 960px) {
  .feature__message-ttl span {
    font-size: 3.3rem;
  }
}

@media (min-width: 1140px) {
  .feature__message-ttl span {
    font-size: 4rem;
  }
}

.feature__list {
  max-width: 1112px;
  padding: 0 16px;
  margin: 0 auto;
  list-style: none;
}

.feature__item {
  padding: 24px 20px;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
  .feature__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
    padding: 28px 36px;
  }
  .feature__item--second {
    flex-direction: row-reverse;
  }
}

@media (min-width: 960px) {
  .feature__item {
    padding: 36px 64px;
  }
}

@media (min-width: 1140px) {
  .feature__item {
    padding: 36px 80px;
  }
}

.feature__item:not(:last-child) {
  margin-bottom: 24px;
}

.feature__content {
  display: block;
  position: relative;
}

.feature__point {
  display: flex;
  position: relative;
  align-items: flex-end;
  gap: 4px;
  margin-bottom: 16px;
}

@media (min-width: 960px) {
  .feature__point {
    gap: 10px;
  }
}

.feature__point-label {
  font-size: 1.3rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #0069b9;
  border-bottom: 2px solid #0069b9;
  padding-bottom: 4px;
}

@media (min-width: 1140px) {
  .feature__point-label {
    font-size: 2.1rem;
  }
}

.feature__point-num {
  font-size: 3rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1;
  color: #0069b9;
}

@media (min-width: 1140px) {
  .feature__point-num {
    font-size: 6rem;
  }
}

.feature__ttl {
  display: block;
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.375;
  margin-bottom: 20px;
}

@media (min-width: 1140px) {
  .feature__ttl {
    font-size: 2.7rem;
  }
}

.feature__text {
  display: block;
  position: relative;
  font-size: 1.4rem;
  padding-left: 16px;
  margin-bottom: 24px;
}

@media (min-width: 1140px) {
  .feature__text {
    font-size: 1.5rem;
  }
}

.feature__text li:not(:last-child) {
  margin-bottom: 6px;
}

.feature__img {
  display: block;
  position: relative;
  width: 80%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .feature__img {
    width: 65%;
  }
}

@media (min-width: 960px) {
  .feature__img {
    width: 50%;
  }
}

.feature__img img {
  display: block;
  position: relative;
  width: 100%;
}

.feature__img--sm {
  width: 65%;
}

@media (min-width: 768px) {
  .feature__img--sm {
    width: 50%;
  }
}

@media (min-width: 960px) {
  .feature__img--sm {
    width: 32%;
  }
}

.feature__bg {
  position: absolute;
  top: -160px;
  left: 0;
  width: 100%;
  height: 600px;
  max-height: 640px;
  overflow-y: hidden;
  z-index: -1;
}

@media (min-width: 768px) {
  .feature__bg {
    top: -210px;
  }
}

@media (min-width: 1140px) {
  .feature__bg {
    height: unset;
  }
}
/* ===================
機能
=================== */
.function {
  display: block;
  position: relative;
  width: 100%;
  background: #ffffff;
  padding: 64px 20px;
}

@media (min-width: 960px) {
  .function {
    padding: 104px 20px;
  }
}

.function__lead {
  font-size: 1.4rem;
  font-weight: 600;
  color: #0069b9;
  text-align: center;
}

@media (min-width: 960px) {
  .function__lead {
    font-size: 1.8rem;
  }
}

.function__ttl {
  font-size: 3.4rem;
  font-weight: 700;
  margin-bottom: 64px;
  text-align: center;
}

@media (min-width: 960px) {
  .function__ttl {
    font-size: 5.6rem;
  }
}

.function__list {
  max-width: 1080px;
  margin: 0 auto;
  list-style: none;
}

@media (min-width: 768px) {
  .function__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 80px 24px;
  }
}

.function__item {
  position: relative;
}

@media (min-width: 768px) {
  .function__item {
    width: calc((100% / 3) - 16px);
  }
}

.function__item:not(:last-child) {
  margin-bottom: 64px;
}

@media (min-width: 768px) {
  .function__item:not(:last-child) {
    margin-bottom: 0;
  }
}

.function__num {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #ffffff;
  width: 32px;
  height: 32px;
  background: #0069b9;
  border-radius: 50%;
  z-index: 1;
}

.function__card {
  display: block;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.function__card-ttl {
  display: block;
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  color: #0069b9;
  padding: 32px 0 64px;
  background-color: #eaf2f9;
  border-radius: 8px;
  text-align: center;
}

.function__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 52px;
  height: 52px;
  margin: -12px auto 16px;
}

.function__icon::before {
  content: "";
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 230px;
  height: 230px;
  background-color: #ffffff;
  border-radius: 50%;
}

.function__icon img {
  display: block;
  position: relative;
}

.function__text {
  display: block;
  position: relative;
  font-size: 1.4rem;
}
/* ===================
体験
=================== */

.experience {
  position: relative;
  padding: 64px 20px;
}

@media (min-width: 960px) {
  .experience {
    padding: 104px 20px;
  }
}

.experience__lead {
  font-size: 1.4rem;
  font-weight: 600;
  color: #0069b9;
  text-align: center;
}

@media (min-width: 960px) {
  .experience__lead {
    font-size: 1.8rem;
  }
}

.experience__ttl {
  font-size: 3.4rem;
  font-weight: 700;
  margin-bottom: 36px;
  text-align: center;
}

@media (min-width: 960px) {
  .experience__ttl {
    font-size: 5.6rem;
  }
}

.experience__list-wrap {
  position: relative;
  max-width: 1328px;
  padding: 36px 20px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 16px;
}

@media (min-width: 768px) {
  .experience__list-wrap {
    padding: 64px 28px;
  }
}

.experience__list-wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 152px;
  left: 20px;
  width: calc(100% - 40px);
  height: 1px;
  background-image: repeating-linear-gradient(
    90deg,
    #0069b9,
    #0069b9 3px,
    transparent 3px,
    transparent 6px
  );
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}

@media (min-width: 768px) {
  .experience__list-wrap::before {
    top: 179px;
    width: calc(100% - 56px);
  }
}

.experience__list {
  display: flex;
  gap: 16px;
  position: relative;
  max-width: 1136px;
  padding: 0 0 0 116px;
  margin: 0 auto;
  overflow: scroll;
  white-space: nowrap;
  list-style: none;
}

@media (min-width: 1140px) {
  .experience__list {
    justify-content: center;
    overflow: unset;
  }
}

.experience__item {
  position: relative;
  width: 100%;
  max-width: 200px;
  border-radius: 8px;
  text-align: center;
}

.experience__problem {
  padding: 16px;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid #e5e8ef;
  text-align: center;
}

.experience__solution {
  padding: 16px;
  border-radius: 8px;
  background: #0069b9;
  color: #ffffff;
  text-align: center;
}

.experience__reserve--icon {
  width: 52px;
  height: 60px;
  margin: 0 auto 8px;
}

.experience__reserve--icon img {
  display: block;
  position: relative;
  width: 52px;
  height: auto;
}

.experience__problem--icon,
.experience__solution--icon {
  width: 22px;
  height: auto;
  margin: 0 auto 8px;
}

.experience__problem--icon img,
.experience__solution--icon img {
  display: block;
  position: relative;
}

.experience__heading {
  display: block;
  position: relative;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 16px;
}

.experience__dot {
  width: 18px;
  height: 18px;
  margin: 0 auto 44px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0px 2px 8px 5px rgba(0, 105, 185, 0.11);
}

.experience__dot--blue {
  background-color: #0069b9;
}

.experience__text {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 6px;
}

.experience__text--emphasis {
  color: #f56f61;
}

.experience__text--solution {
  color: #ffffff;
}

.experience__tags {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}

.experience__tag {
  display: inline-block;
  position: relative;
  font-size: 1.1rem;
  font-weight: 500;
  border: 2px solid #f56f61;
  border-radius: 999px;
  background-color: #ffffff;
  padding: 5px 12px;
}

.experience__tag--solution {
  color: #0069b9;
  border: unset;
}

.experience__arrow {
  width: 28px;
  height: auto;
  margin: 4px auto 4px;
}

.experience__start {
  position: absolute;
  top: 77px;
  left: 20px;
}

.experience__start--box {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.experience__start--text {
  font-size: 1.3rem;
  font-weight: 700;
  color: #999999;
  text-align: center;
}

.experience__start--solution {
  padding-top: 136px;
}

.experience__end {
  width: 96px;
}

.experience__end--box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  width: 96px;
  padding-top: 77px;
  text-align: center;
}

@media (min-width: 960px) {
  .experience__end--box {
    width: 136px;
  }
}

.experience__end--text {
  font-size: 1.3rem;
  font-weight: 700;
  color: #999999;
}
/* ===================
強み
=================== */
.strength {
  padding: 0 20px 32px;
  background-color: #eaf2f9;
}

@media (min-width: 960px) {
  .strength {
    padding: 0px 20px 24px;
  }
}

.strength__wrap {
  max-width: 1328px;
  padding: 0 0 48px;
  margin: 0 auto;
  text-align: center;
}

@media (min-width: 768px) {
  .strength__wrap {
    padding: 0 20px 48px;
  }
}

.strength-label {
  display: inline-block;
  position: relative;
  padding: 14px 16px 15px;
  margin-top: -12px;
  margin-bottom: 28px;
  background: #0069b9;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1;
  border-radius: 999px;
}

@media (min-width: 768px) {
  .strength-label {
    font-size: 1.4rem;
  }
}

@media (min-width: 960px) {
  .strength-label {
    margin-bottom: 36px;
  }
}

.strength-label::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -9px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #0069b9;
}

.strength__heading {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .strength__heading {
    font-size: 2.3rem;
  }
}

@media (min-width: 960px) {
  .strength__heading {
    font-size: 2.7rem;
  }
}

@media (min-width: 1140px) {
  .strength__heading {
    font-size: 3.3rem;
  }
}

.strength__lead {
  font-size: 1.4rem;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .strength__lead {
    font-size: 1.7rem;
  }
}

.strength__inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 16px;
  margin: 0 auto;
  max-width: 960px;
}

@media (min-width: 768px) {
  .strength__inner {
    flex-direction: row;
    align-items: center;
    gap: 36px;
    padding-top: 36px;
  }
}

.strength__card {
  background: #ffffff;
  border: 2px solid #0069b9;
  border-radius: 16px;
  padding: 36px 0;
  text-align: center;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
  .strength__card {
    width: calc(50% - 36px);
  }
}

.strength__img-wrap {
  width: 100%;
}

.strength__img {
  width: 160px;
  margin: 0 auto 16px;
}

.strength__ttl {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
}

@media (min-width: 960px) {
  .strength__ttl {
    font-size: 2.3rem;
  }
}

.strength__ttl span {
  display: inline-block;
  background: #0069b9;
  color: #ffffff;
  padding: 3px 10px;
  margin-bottom: 6px;
}

.strength__cross {
  width: 36px;
  height: 36px;
  margin: 0 auto;
  position: relative;
}

.strength__cross::before,
.strength__cross::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #333333;
}

.strength__cross::before {
  transform: rotate(45deg);
}

.strength__cross::after {
  transform: rotate(-45deg);
}
/* strength grid */
.strength__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 40px;
  text-align: left;
}

@media (min-width: 768px) {
  .strength__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}

.strength__grid-card {
  background: #ffffff;
  border-radius: 8px;
  padding: 16px 8px;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .strength__grid-card {
    padding: 20px 16px;
  }
}

.strength__grid-ttl {
  font-size: 1.6rem;
  font-weight: 700;
  color: #484949;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .strength__grid-ttl {
    font-size: 2.2rem;
  }
}

.strength__grid-text {
  font-size: 1.4rem;
  color: #484949;
  line-height: 1.5;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .strength__grid-text {
    font-size: 1.6rem;
  }
}

/* strength certs */
.strength__certs {
  display: flex;
  justify-content: center;
  gap: 24px;
  padding-top: 32px;
}

@media (min-width: 768px) {
  .strength__certs {
    gap: 56px;
  }
}

.strength__cert {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.strength__cert-label {
  font-size: 1.4rem;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .strength__cert-label {
    font-size: 1.8rem;
    line-height: 32px;
  }
}

.strength__cert img {
  width: 100%;
  max-width: 140px;
  height: auto;
}

@media (min-width: 768px) {
  .strength__cert img {
    max-width: 185px;
  }
}

/* ===================
お知らせ
=================== */
.news {
  padding: 36px 20px;
}

.news__inner {
  max-width: 880px;
  margin: 0 auto;
}

.news__dots {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 12px;
}

.news__dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0069b9;
}

.news__heading {
  text-align: center;
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 28px;
}

@media (min-width: 768px) {
  .news__heading {
    font-size: 3.3rem;
    margin-bottom: 44px;
  }
}

.news__list {
  list-style: none;
}

.news__item {
  padding-bottom: 36px;
}

.news__item:not(:last-child) {
  margin-bottom: 24px;
  border-bottom: 1px solid #e4eceb;
}

@media (min-width: 768px) {
  .news__item:not(:last-child) {
    margin-bottom: 36px;
  }
}

.news__link {
  display: block;
  text-decoration: none;
}

@media (min-width: 768px) {
  .news__link {
    display: flex;
    align-items: flex-start;
    gap: 48px;
  }
}

.news__meta {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 8px;
}

.news__date {
  font-size: 1.4rem;
  color: #9da19d;
}

.news__category {
  font-size: 1.2rem;
  color: #0069b9;
  padding: 3px 6px;
  border: 1px solid #0069b9;
  border-radius: 999px;
  white-space: nowrap;
}

.news__text {
  font-size: 1.5rem;
  color: #333333;
}

/* =====================
ポリシー 
======================*/
.policy {
  padding: 120px 0 0;
}
@media (min-width: 768px) {
  .policy {
    padding: 136px 0 96px;
  }
}
.policy__inner {
  max-width: 1000px;
  padding: 0 20px 36px;
  margin: 0 auto;
}

.policy__title {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 56px;
}
@media (min-width: 768px) {
  .policy__title {
    font-size: 3.6rem;
  }
}

.policy__heading {
  font-size: 1.7rem;
  font-weight: 700;
  margin-top: 36px;
  margin-bottom: 12px;
}

.policy__text {
  font-size: 1.4rem;
}
.policy__text--spacer {
  margin-bottom: 8px;
}

.policy__list {
  font-size: 1.4rem;
  padding-left: 24px;
}

.policy__list li {
  margin-bottom: 4px;
}

.policy__date {
  font-size: 1.4rem;
}
.policy__subheading {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 32px;
  margin-bottom: 16px;
}
.policy__border-text {
  font-size: 1.6rem;
  padding: 12px 0;
  background-color: #fff;
  border-bottom: solid 1px rgba(0, 0, 0, 0.12);
  text-align: center;
}
.policy__google {
}
.policy__google-cont {
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
}
.policy__google-cont a {
  color: #333;
  text-decoration: underline;
}

/* ====================
特定 
======================*/
.law {
  padding: 120px 20px 0;
}
@media (min-width: 768px) {
  .law {
    padding: 136px 20px 96px;
  }
}
.law__inner {
  max-width: 840px;
  margin: 0 auto;
}

.law__title {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 56px;
  color: #2a8f8a;
}
@media (min-width: 768px) {
  .law__title {
    font-size: 3.6rem;
  }
}
.law__table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #ccc;
}

.law__table tr {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .law__table tr {
    flex-direction: row;
  }
}

.law__table th,
.law__table td {
  font-size: 1.5rem;
  padding: 16px 20px;
  border-bottom: 1px solid #ccc;
  vertical-align: top;
}
@media (min-width: 768px) {
  .law__table th,
  .law__table td {
    padding: 24px 20px;
  }
}

.law__table th {
  background-color: #f1f1f1;
  font-weight: 700;
  text-align: left;
}
@media (min-width: 768px) {
  .law__table th {
    width: 28%;
  }
}

@media (min-width: 768px) {
  .law__table td {
    width: 72%;
  }
}
