html {
  font-size: 62.5%;
}

body {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}

a {
  color: #000000;
}

img {
  width: 100%;
  vertical-align: top;
}

a {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

p {
  margin: 0;
}

a:hover {
  opacity: 0.7;
}

.sp {
  display: none;
}
@media screen and (max-width: 850px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 850px) {
  .pc {
    display: none;
  }
}

.cta {
  font-weight: 900;
  text-align: center;
  margin: 0 auto;
}

.cta p {
  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: 28px;
  font-size: 1.9rem;
  color: #FF8B27;
  margin-bottom: 12px;
}
@media screen and (max-width: 600px) {
  .cta p {
    font-size: 1.4rem;
    margin-bottom: 6px;
    gap: 15px;
  }
}

.cta p::before,
.cta p::after {
  content: "";
  height: 28px;
  border-left: 2px solid #FF8B27;
}
@media screen and (max-width: 600px) {
  .cta p::before,
  .cta p::after {
    height: 18px;
  }
}

.cta p::before {
  rotate: -25deg;
}

.cta p::after {
  rotate: 25deg;
}

.cta a {
  display: inline-block;
  font-size: 2.1rem;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#FF8B27), color-stop(50%, #FF8B27), to(#FFBB80));
  background: linear-gradient(to bottom, #FF8B27 0%, #FF8B27 50%, #FFBB80 100%);
  padding: 14px 58px 12px 48px;
  border: 3px solid #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 8px rgba(0, 0, 0, 0.16);
  position: relative;
}
@media screen and (max-width: 600px) {
  .cta a {
    font-size: 1.6rem;
    padding: 10px 40px 10px 24px;
  }
}

.cta a::before {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 600px) {
  .cta a::before {
    width: 17px;
    height: 17px;
    right: 17px;
  }
}

.cta a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #FF8B27;
  border-width: 4px 0px 4px 7px;
  position: absolute;
  top: 50%;
  right: 27px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 600px) {
  .cta a::after {
    right: 21px;
  }
}

.main_sub-title {
  font-weight: 900;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .main_sub-title {
    margin-bottom: 20px;
  }
}

.main_sub-title h2 {
  font-size: 3rem;
  font-weight: 900;
}
@media screen and (max-width: 600px) {
  .main_sub-title h2 {
    font-size: 2.5rem;
  }
}

.main_sub-title p {
  display: inline-block;
  font-size: 1.9rem;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #0F4572;
  padding-bottom: 2px;
  margin-bottom: 8px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .main_sub-title p {
    font-size: 1.6rem;
  }
}

.main_sub-title p::before {
  content: "";
  width: 10px;
  border-bottom: 1px solid #EFF5FA;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
}

.main_sub-title p::after {
  content: "";
  width: 10px;
  border-bottom: 1px solid #0F4572;
  position: absolute;
  top: calc(100% + 1.5px);
  left: 50%;
  rotate: -45deg;
  -webkit-transform: translateX(-2.5px);
          transform: translateX(-2.5px);
}

.section-title {
  text-align: center;
  margin: 0 auto 50px;
}
@media screen and (max-width: 600px) {
  .section-title {
    margin-bottom: 40px;
  }
}

.section-title .en {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}
@media screen and (max-width: 600px) {
  .section-title .en {
    font-size: 1.6rem;
  }
}

.section-title h2 {
  display: inline-block;
  font-size: 3.2rem;
  font-weight: 900;
  border-bottom: 10px solid #D3E3F0;
}
@media screen and (max-width: 600px) {
  .section-title h2 {
    font-size: 2.8rem;
  }
}

.fv {
  background: url(../img/fv-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.fv::after {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fv .l-inner {
  padding-top: 60px;
  padding-bottom: 70px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .fv .l-inner {
    padding-top: 18px;
    padding-bottom: 30px;
  }
}

.fv__txt {
  max-width: 620px;
}
@media screen and (max-width: 1040px) {
  .fv__txt {
    margin: 0 auto;
  }
}

.fv h1 {
  font-size: 4.1rem;
  color: #fff;
  font-weight: 900;
  text-align: center;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
  margin-top: -23px;
  margin-left: -24px;
  margin-bottom: 22px;
}
@media screen and (max-width: 600px) {
  .fv h1 {
    font-size: 3.4rem;
    line-height: 1.3;
    margin-top: 10px;
    margin-bottom: 140px;
  }
}

.fv h1 strong {
  font-size: 5.3rem;
  color: #FF8B27;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #FFF500));
  background: linear-gradient(transparent 80%, #FFF500 80%);
}
@media screen and (max-width: 600px) {
  .fv h1 strong {
    font-size: 4.4rem;
  }
}

@media screen and (max-width: 600px) {
  .fv h1 .title-big {
    font-size: 3.8rem;
  }
}

@media screen and (max-width: 600px) {
  .fv h1 .title-middle {
    font-size: 2.7rem;
  }
}

@media screen and (max-width: 600px) {
  .fv h1 .title-small {
    font-size: 1.8rem;
  }
}

.fv h1 small {
  font-size: 2.5rem;
}

.fv__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 18px;
}
@media screen and (max-width: 600px) {
  .fv__list {
    width: 316px;
    margin: 0 auto;
    gap: 3px;
  }
}

.fv__list li:nth-of-type(1) {
  margin-top: 19px;
}

.fv__list li:nth-of-type(3) {
  margin-top: 19px;
}

.fv__img {
  width: clamp(400px, 44.5vw, 623px);
  position: absolute;
  bottom: 0;
  left: 610px;
}
@media screen and (max-width: 1040px) {
  .fv__img {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .fv__img {
    display: block;
    position: absolute;
    width: 340px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
  }
}

.feature {
  color: #0F4572;
  background: #EFF5FA;
  padding: 80px 0;
  position: relative;
}
@media screen and (max-width: 600px) {
  .feature {
    padding: 60px 0 40px;
  }
}
.merit {
  position: relative;
}
.merit::after {
  content: "";
  width: 327px;
  height: 80px;
  background: url(../img/feature-arrow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  z-index: 10;
}
@media screen and (max-width: 600px) {
  .merit::after {
    width: 215px;
    height: 53px;
  }
}

.feature__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 26px;
  margin-bottom: 40px;
}
@media screen and (max-width: 850px) {
  .feature__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 10px;
  }
}

.feature__box img {
  width: 352px;
}
@media screen and (max-width: 600px) {
  .feature__box img {
    width: 214px;
  }
}

.feature__list {
  margin-left: 0;
}
.feature__list li {
  font-size: 2.2rem;
  font-weight: bold;
  padding: 8px 16px 8px 30px;
  border-bottom: 1px dotted #4687BD;
  position: relative;
}
@media screen and (max-width: 850px) {
  .feature__list li {
    font-size: 1.8rem;
    padding: 6px 12px 6px 27px;
  }
}

.feature__list li::before {
  content: "";
  width: 25px;
  height: 25px;
  background: url(../img/checkbox.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 14px;
  left: 2px;
}
@media screen and (max-width: 850px) {
  .feature__list li::before {
    width: 20px;
    height: 20px;
    top: 12px;
  }
}

.merit, .law {
  padding: 70px 0 80px;
}
@media screen and (max-width: 600px) {
  .merit, .law {
    padding: 55px 0 70px;
  }
}

.merit__title {
  font-weight: 900;
  letter-spacing: 0.05em;
  text-align: center;
  color: #4687BD;
  margin-bottom: 20px;
  position: relative;
}

.merit__title h2 {
  font-size: 4.4rem;
  font-weight: 900;
}
@media screen and (max-width: 850px) {
  .merit__title h2 {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 600px) {
  .merit__title h2 {
    font-size: 2.8rem;
  }
}

.merit__title h2 span {
  font-size: 3.6rem;
}
@media screen and (max-width: 850px) {
  .merit__title h2 span {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 600px) {
  .merit__title h2 span {
    font-size: 2.2rem;
  }
}

.merit__title p {
  font-size: 2.5rem;
}
@media screen and (max-width: 850px) {
  .merit__title p {
    font-size: 2rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 600px) {
  .merit__title p {
    font-size: 1.6rem;
  }
}

.merit__desc {
  text-align: center;
  margin-bottom: 20px;
}
.merit__desc:first-of-type {
  font-weight: bold;
}
.merit__desc:nth-of-type(4) {
  margin-bottom: 60px;
}
.merit__desc span {
  font-weight: bold;
  color: red;
}

.merit__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 55px;
  row-gap: 30px;
}
@media screen and (max-width: 1040px) {
  .merit__list {
    max-width: 650px;
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 850px) {
  .merit__list {
    max-width: 550px;
    row-gap: 14px;
  }
}

.merit__list section {
  width: 31.5%;
}
@media screen and (max-width: 1040px) {
  .merit__list section {
    width: 47.8%;
  }
}

.merit__num {
  font-size: 5rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  color: #4687BD;
  opacity: 0.4;
}
@media screen and (max-width: 850px) {
  .merit__num {
    font-size: 3.4rem;
  }
}

.merit__list h3 {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  padding: 15px 4px;
  color: #fff;
  background: #4687BD;
}
@media screen and (max-width: 600px) {
  .merit__list h3 {
    font-size: 1.5rem;
    padding: 8px 4px;
  }
}

.law {
  background: url(../img/law-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.law::after {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.law .l-inner {
  position: relative;
  z-index: 1;
}

.law h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  font-size: 3.2rem;
  font-weight: 900;
  text-align: center;
  color: #FFF500;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .law h2 {
    font-size: 2.8rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.law h2 span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
  letter-spacing: -0.05em;
  color: #0F4572;
  background: #FFF500;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  rotate: -15deg;
  text-shadow: none;
}

.law p {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.5);
}

.law p small {
  font-size: 1.2rem;
  text-shadow: none;
}

.law p a {
	display: inline-block;
	color: #fff;
	text-decoration: underline;
	margin-top: 20px;
}

.law p + p {
  margin-top: 18px;
}
@media screen and (max-width: 600px) {
  .law p + p {
    margin-top: 30px;
  }
}

.flow {
  padding: 100px 0;
}
@media screen and (max-width: 600px) {
  .flow {
    padding: 70px 0;
  }
}

.flow .section-title {
  color: #4687BD;
  margin-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 850px) {
  .flow .section-title {
    margin-bottom: 140px;
  }
}

.flow .section-title::after {
  content: "";
  width: 270px;
  height: 168px;
  background: url(../img/flow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1040px) {
  .flow .section-title::after {
    width: 200px;
    height: 124px;
  }
}
@media screen and (max-width: 850px) {
  .flow .section-title::after {
    width: 150px;
    height: 94px;
    top: calc(100% + 21px);
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.flow section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 840px;
  margin: 0 auto 60px;
  gap: 23px;
}
@media screen and (max-width: 850px) {
  .flow section {
    gap: 0;
  }
}

@media screen and (max-width: 850px) {
  .flow section:last-of-type {
    margin-bottom: 40px;
  }
}

.flow__num {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  color: #fff;
  background: #0F4572;
  border: 2px solid #fff;
  width: 103px;
  height: 103px;
  border-radius: 50%;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  z-index: 2;
  position: relative;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 850px) {
  .flow__num {
    font-size: 1.2rem;
    width: 77px;
    height: 77px;
    -webkit-transform: translateY(-22px);
            transform: translateY(-22px);
  }
}

.flow__num::after {
  content: "";
  width: 17px;
  height: 62px;
  background: url(../img/flow-arrow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: calc(100% + 21px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.flow__num span {
  font-size: 3.8rem;
  line-height: 1;
  margin-top: -5px;
}
@media screen and (max-width: 850px) {
  .flow__num span {
    font-size: 2.8rem;
  }
}

.flow__txt {
  width: calc(100% - 126px);
}
@media screen and (max-width: 850px) {
  .flow__txt {
    width: calc(100% - 77px);
  }
}

.flow__txt h3 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#4687BD), color-stop(80%, #4687BD), to(transparent));
  background: linear-gradient(to right, #4687BD 0%, #4687BD 80%, transparent 100%);
  padding: 8px 0 10px 44px;
  width: calc(100% + 44px);
  -webkit-transform: translateX(-44px);
          transform: translateX(-44px);
  margin-bottom: 15px;
}
@media screen and (max-width: 850px) {
  .flow__txt h3 {
    font-size: 1.8rem;
    padding: 4px 0 7px 50px;
    -webkit-transform: translateX(-38px);
            transform: translateX(-38px);
  }
}

.flow__txt p {
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.025em;
}

.faq section {
  margin-bottom: 28px;
}

.faq section h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 23px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #0F4572;
  background: #D3E3F0;
  padding: 14px 60px 14px 32px;
  border-radius: 30px;
  position: relative;
}
@media screen and (max-width: 850px) {
  .faq section h3 {
    padding: 10px 46px 10px 20px;
    border-radius: 10px;
    gap: 10px;
  }
}

.faq section h3 span,
.faq section p span {
  font-family: "Noto Serif", serif;
  line-height: 1;
  font-size: 2.6rem;
  font-weight: 500;
}

.faq section h3::before,
.faq section h3::after {
  content: "";
  width: 25px;
  height: 4px;
  background: #0F4572;
  position: absolute;
  right: 25px;
  top: 28px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 850px) {
  .faq section h3::before,
  .faq section h3::after {
    width: 20px;
    height: 3px;
    top: 24px;
    right: 16px;
  }
}

.faq section h3.is-active::before {
  rotate: 90deg;
  -webkit-transform: translate(-1.5px, -0.5px);
          transform: translate(-1.5px, -0.5px);
}

.faq section div {
  line-height: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  padding: 0 0 0 32px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 850px) {
  .faq section div {
    padding: 0 0 0 20px;
  }
}

.faq section div.is-open {
  line-height: 1.5;
  height: auto;
  opacity: 1;
  visibility: visible;
  padding: 16px 0 0 32px;
}
@media screen and (max-width: 850px) {
  .faq section div.is-open {
    padding: 10px 0 0 20px;
  }
}

.faq section p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 23px;
}
@media screen and (max-width: 850px) {
  .faq section p {
    gap: 10px;
  }
}

.voice .main_sub-title {
  color: #0F4572;
}

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 0;
}
.slick-slide {
  height: auto;
  background: #fff;
  padding: 30px 20px;
  margin: 0 22px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
}

.slick-arrow {
  font-size: 0;
  width: 47px;
  height: 47px;
  color: #fff;
  background: #0F4572;
  border: 4px solid #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: absolute;
  top: 174px;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 850px) {
  .slick-arrow {
    top: 160px;
    width: 40px;
    height: 40px;
  }
}

.slick-arrow:hover {
  opacity: 0.7;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  position: absolute;
  top: calc(100% + 30px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.slick-prev {
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 1040px) {
  .slick-prev {
    left: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.slick-next {
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
@media screen and (max-width: 1040px) {
  .slick-next {
    right: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.slick-prev::after,
.slick-next::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  position: absolute;
  top: 50%;
}

.slick-prev::after {
  left: 50%;
  border-left: 2px solid #fff;
  rotate: -45deg;
  -webkit-transform: translate(20%, -50%);
          transform: translate(20%, -50%);
}

.slick-next::after {
  right: 50%;
  border-right: 2px solid #fff;
  rotate: 45deg;
  -webkit-transform: translate(-20%, -50%);
          transform: translate(-20%, -50%);
}

.slick-dots {
  margin: 0;
}

.slick-dots li {
  font-size: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #DBDBDB;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slick-dots li.slick-active {
  background: #4B4B4B;
}

.voice__list {
  width: calc(100% + 80px);
  margin-left: -40px;
}
@media screen and (max-width: 600px) {
  .voice__list {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}

.voice__list img {
  display: block;
  width: 114px;
  margin: 0 auto 14px;
  background: #EFF5FA;
  border-radius: 50%;
}
@media screen and (max-width: 850px) {
  .voice__list img {
    width: 100px;
    margin-bottom: 12px;
  }
}

.voice__list h3 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 12px;
}
@media screen and (max-width: 850px) {
  .voice__list h3 {
    font-size: 1.8rem;
  }
}

.column, .service {
  padding: 100px 0;
}

.service .section-title {
  color: #4687BD;
}

.service__table {
  text-align: center;
  width: 100%;
  max-width: 840px;
  border: 4px solid #0F4572;
  border-collapse: separate;
  border-radius: 8px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 1040px) {
  .service__table {
    max-width: 580px;
    margin-bottom: 20px;
  }
}

.service__table th:first-of-type,
.service__table td:first-of-type {
  width: 248px;
}
@media screen and (max-width: 1040px) {
  .service__table th:first-of-type,
  .service__table td:first-of-type {
    width: 154px;
  }
}

.service__table th:last-of-type,
.service__table td:last-of-type {
  width: calc(100% - 248px);
}
@media screen and (max-width: 1040px) {
  .service__table th:last-of-type,
  .service__table td:last-of-type {
    width: calc(100% - 154px);
  }
}

.service__table th {
  font-size: 2rem;
  text-align: center;
  padding: 12px 10px 16px;
  font-weight: bold;
  color: #fff;
  background: #0F4572;
}
@media screen and (max-width: 1040px) {
  .service__table th {
    font-size: 1.6rem;
    padding: 10px 5px 14px;
  }
}

.service__table td {
  padding: 20px 10px;
  vertical-align: middle;
  background: #fff;
}
@media screen and (max-width: 1040px) {
  .service__table td {
    padding: 14px 10px;
  }
}

.service__table td a {
  font-size: 1.2rem;
  text-decoration: underline;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.service__table td img {
  width: 170px;
  margin-bottom: 2px;
}

.service__table td:last-of-type {
  font-size: 2rem;
  font-weight: bold;
  color: #0F4572;
}
@media screen and (max-width: 1040px) {
  .service__table td:last-of-type {
    font-size: 1.6rem;
    text-align: left;
  }
}

.service__table th:first-of-type,
.service__table td {
  border-right: 2px solid #D3E3F0;
}

.service__table tr:not(:last-of-type) td {
  border-bottom: 2px solid #D3E3F0;
}

.service__txt {
  text-align: center;
  color: #0F4572;
  margin-bottom: 40px;
}

.cta.blue a {
  font-size: 1.8rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#4687BD), color-stop(60%, #4687BD), to(#6BA6D8));
  background: linear-gradient(#4687BD 0%, #4687BD 60%, #6BA6D8 100%);
  padding: 16px 70px;
}
@media screen and (max-width: 600px) {
  .cta.blue a {
    font-size: 1.6rem;
    padding: 12px 54px;
  }
}

.cta.blue a::after {
  border-color: transparent transparent transparent #4687BD;
}

.column {
  color: #fff;
  background: #0F4572;
}

.column .main_sub-title p {
  border-color: #fff;
}

.column .main_sub-title p::before {
  border-color: #0F4572;
}

.column .main_sub-title p::after {
  border-color: #fff;
}

.column__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 40px;
}
@media screen and (max-width: 850px) {
  .column__list {
    max-width: 550px;
    margin: 0 auto;
    row-gap: 30px;
  }
}

.column__list a {
  color: #fff;
}

.column__list article {
  width: 31.1%;
}
@media screen and (max-width: 850px) {
  .column__list article {
    width: 48.4%;
  }
}

.column__list img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 311/198;
  background: #fff;
  margin-bottom: 10px;
}

.column__list h3 {
  font-size: 1.8rem;
  margin-bottom: 16px;
}
@media screen and (max-width: 850px) {
  .column__list h3 {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}

.meta__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .meta__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
}

.meta__list p {
  display: inline-block;
  font-size: 1.2rem;
  background: #fff;
  color: #0F4572;
  border-radius: 11px;
  padding: 2px 16px;
}
@media screen and (max-width: 600px) {
  .meta__list p {
    width: auto;
    margin-right: auto;
  }
}

.meta__list time {
  font-size: 1.4rem;
}

.best p a {
	color: #03c;
	text-decoration: underline;
}
.best p {
    margin-bottom: 1em;
}
