@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  font-size: 1, 6rem;
  font-family: "din-2014", "Noto Sans JP", sans-serif;
}

#content {
  overflow: hidden;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a:hover {
  opacity: 0.7;
}

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 1280px) {
  .u-desktop {
    display: block;
  }
}

.u-mobile {
  display: block;
}
@media screen and (min-width: 1280px) {
  .u-mobile {
    display: none;
  }
}

.u-small {
  display: block;
}
@media screen and (min-width: 480px) {
  .u-small {
    display: none;
  }
}

.btn {
  text-align: center;
}
.btn > a {
  width: 100%;
  max-width: 690px;
  margin: 0 auto;
  background-color: #ff9c00;
  color: #ffffff;
  font-size: 2rem;
  letter-spacing: 0.1em;
  height: 70px;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  position: relative;
  font-weight: bold;
}
@media screen and (min-width: 480px) {
  .btn > a {
    font-size: 2.4rem;
    height: 80px;
    line-height: 80px;
  }
}
@media screen and (min-width: 750px) {
  .btn > a {
    font-size: 3.6rem;
    height: 120px;
    line-height: 120px;
  }
}
@media screen and (min-width: 1280px) {
  .btn > a {
    width: 400px;
    height: 80px;
    line-height: 80px;
    font-size: 2.4rem;
  }
}
.btn > a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 90%;
  border: 12px solid transparent;
  border-left: 15px solid #ffffff;
  width: 0;
  height: 0;
}
.btn.to-c > a {
  background-color: #01b052;
  color: #fffe86;
  max-width: unset;
}
.btn.to-c > a::after {
  border-left: 15px solid #fffe86;
}

.title {
  text-align: center;
  position: relative;
}
.title__en {
  font-size: 5.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  opacity: 0.1;
  color: #00a39e;
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  font-style: normal;
}
@media screen and (min-width: 480px) {
  .title__en {
    font-size: 5.8rem;
  }
}
@media screen and (min-width: 750px) {
  .title__en {
    font-size: 7.2rem;
    top: -55px;
  }
}
@media screen and (min-width: 1280px) {
  .title__en {
    font-size: 12rem;
    top: -110px;
  }
}
.title__en.to-c {
  color: #038cdb;
}
.title__en.to-c.flow-title {
  transform: rotate(90deg);
  top: 30px;
  left: -80px;
}
@media screen and (min-width: 480px) {
  .title__en.to-c {
    font-size: 5.8rem;
  }
  .title__en.to-c.voice-title, .title__en.to-c.flow-title, .title__en.to-c.qa-title {
    font-size: 7.2rem;
    top: -55px;
  }
  .title__en.to-c.flow-title {
    transform: rotate(90deg);
    top: 40px;
    left: -28%;
  }
}
@media screen and (min-width: 750px) {
  .title__en.to-c {
    font-size: 7.2rem;
  }
  .title__en.to-c.voice-title, .title__en.to-c.flow-title, .title__en.to-c.qa-title {
    font-size: 12rem;
    top: -105px;
  }
  .title__en.to-c.flow-title {
    top: 65px;
    left: -30%;
  }
}
@media screen and (min-width: 1280px) {
  .title__en.to-c {
    font-size: 12rem;
    top: -110px;
  }
  .title__en.to-c.voice-title, .title__en.to-c.flow-title, .title__en.to-c.qa-title {
    font-size: 12rem;
    top: -110px;
  }
  .title__en.to-c.flow-title {
    transform: translateX(-50%);
    top: -110px;
    left: 50%;
  }
}
.title__ja {
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #00a39e;
  line-height: 1.5;
}
.title__ja span {
  background: linear-gradient(transparent 70%, #fffe86 70%);
}
.title__ja.to-c {
  color: #038cdb;
}
@media screen and (min-width: 480px) {
  .title__ja {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 750px) {
  .title__ja {
    font-size: 4.8rem;
  }
}

.cta {
  background-image: url(../images/to-c/bg-cta-sp@2x.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 750px) {
  .cta {
    height: 400px;
  }
}
@media screen and (min-width: 1280px) {
  .cta {
    background-image: url(../images/to-c/bg-cta@2x.jpg);
    justify-content: center;
    height: 350px;
  }
}
.cta__inner {
  width: 95%;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .cta__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 45px;
    width: 1040px;
  }
}
.cta__title {
  color: #ffffff;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.75;
  text-align: center;
}
@media screen and (min-width: 750px) {
  .cta__title {
    font-size: 3.6rem;
  }
}
.cta__btn {
  border: solid 4px #fffe86;
  width: 100%;
  margin: 15px auto 0;
}
@media screen and (min-width: 750px) {
  .cta__btn {
    width: 690px;
  }
}
@media screen and (min-width: 1280px) {
  .cta__btn {
    width: 408px;
  }
}
.cta__qr-text {
  background-color: #e97aa8;
  width: 130px;
  height: 60px;
  display: grid;
  place-items: center;
  position: relative;
}
.cta__qr-text > p {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #ffffff;
  line-height: 1.75;
  text-align: center;
}
.cta__qr-text::after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top: 8px solid #e97aa8;
  width: 0;
  height: 0;
}
.cta__qr-img {
  width: 130px;
  height: 130px;
  margin-top: 16px;
}
.cta__qr-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec-title {
  background-image: url(../images/to-c/bg-sec-sp@2x.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  height: 200px;
}
@media screen and (min-width: 750px) {
  .sec-title {
    height: 250px;
  }
}
@media screen and (min-width: 1280px) {
  .sec-title {
    background-image: url(../images/to-c/bg-sec@2x.jpg);
  }
}
.sec-title::after {
  content: "";
  position: absolute;
  bottom: -96px;
  left: 50%;
  transform: translateX(-50%);
  border: 55px solid transparent;
  border-top: 42px solid #038cdb;
}
.sec-title__header {
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 40px;
  font-weight: bold;
  color: #038cdb;
  background-color: #ffffff;
  border-radius: 25px;
  height: 40px;
  width: 220px;
  text-align: center;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 750px) {
  .sec-title__header {
    font-size: 2.4rem;
    line-height: 50px;
    height: 50px;
    width: 250px;
  }
}
.sec-title__header::after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top: 9px solid #ffffff;
}
.sec-title__body {
  text-align: center;
}
.sec-title__title {
  font-size: 3.8rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #ffffff;
}
@media screen and (min-width: 750px) {
  .sec-title__title {
    font-size: 4.8rem;
  }
}
.sec-title__title span {
  font-size: 5rem;
  color: #fffe86;
}
@media screen and (min-width: 750px) {
  .sec-title__title span {
    font-size: 6rem;
  }
}

.sec-title.second .sec-title__header {
  font-size: 3rem;
  color: #fffe86;
  background-color: transparent;
  border: 2px solid #fffe86;
  border-radius: 0;
  width: 200px;
}
@media screen and (min-width: 750px) {
  .sec-title.second .sec-title__header {
    font-size: 3.2rem;
    width: 220px;
  }
}
.sec-title.second .sec-title__header::after {
  content: "";
  display: none;
}
.sec-title.second .sec-title__title {
  font-size: 6.4rem;
  color: #fffe86;
  margin-top: -10px;
}
@media screen and (min-width: 750px) {
  .sec-title.second .sec-title__title {
    font-size: 7.2rem;
  }
}

.mobile-menu__btn {
  background-color: unset;
  border: none;
  outline: none !important;
  cursor: pointer;
  padding: 0;
}
@media screen and (min-width: 1280px) {
  .mobile-menu__btn {
    display: none;
  }
}
.mobile-menu__btn > span {
  background-color: #333333;
  height: 6px;
  width: 40px;
  display: block;
  transition: transform 0.7s;
}
@media screen and (min-width: 750px) {
  .mobile-menu__btn > span {
    height: 10px;
    width: 60px;
  }
}
.mobile-menu__btn > span:nth-child(2) {
  margin: 10px 0 9px;
}
@media screen and (min-width: 750px) {
  .mobile-menu__btn > span:nth-child(2) {
    margin: 13px 0 12px;
  }
}
.mobile-menu__btn.is-open > span {
  background-color: #ffffff;
}
.mobile-menu__btn.is-open > span:first-child {
  transition-delay: 70ms;
  transform: translateY(18px) rotate(135deg);
}
@media screen and (min-width: 750px) {
  .mobile-menu__btn.is-open > span:first-child {
    transform: translateY(22px) rotate(135deg);
  }
}
.mobile-menu__btn.is-open > span:nth-child(2) {
  transition-delay: 0s;
  transform: translateX(-18px) scaleX(0);
}
.mobile-menu__btn.is-open > span:last-child {
  transition-delay: 140ms;
  transform: translateY(-12px) rotate(-135deg);
}
@media screen and (min-width: 750px) {
  .mobile-menu__btn.is-open > span:last-child {
    transform: translateY(-22px) rotate(-135deg);
  }
}
.mobile-menu__header {
  transform: translateY(-100%);
  background-color: #00a39e;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s 0s ease;
}
.mobile-menu__header.toc-header {
  background-color: #038cdb;
}
.mobile-menu__header.is-open {
  transform: translateY(0);
}
.mobile-menu__nav {
  padding-top: 200px;
}
.mobile-menu__ul {
  padding: 0;
  margin: 0 auto;
  max-width: 265px;
  width: 100%;
}
.mobile-menu__li {
  list-style: none;
  border-bottom: 2px solid #fffe86;
  position: relative;
  padding-left: 2.5em;
}
.mobile-menu__li:last-child {
  border-bottom: none;
}
.mobile-menu__li > a {
  font-size: 3rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-weight: bold;
  color: #ffffff;
  padding: 22px 0;
}
@media screen and (min-width: 480px) {
  .mobile-menu__li > a {
    font-size: 3.6rem;
  }
}
.mobile-menu__li::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #fffe86;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.swiper-container {
  position: relative;
  max-width: 370px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 480px) {
  .swiper-container {
    width: 100%;
  }
}
@media screen and (min-width: 750px) {
  .swiper-container {
    max-width: 504px;
  }
  .swiper-container.to-c {
    max-width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .swiper-container {
    max-width: 100%;
  }
}

.swiper-button-prev,
.swiper-button-next {
  display: block;
  transition: 0.7s;
  transform: translateY(-50%);
  top: 50%;
}

.swiper-button-prev {
  left: -30px;
}
@media screen and (min-width: 480px) {
  .swiper-button-prev {
    left: -43px;
  }
}
@media screen and (min-width: 750px) {
  .swiper-button-prev {
    left: -90px;
  }
  .swiper-button-prev.to-c {
    left: 0;
  }
}
.swiper-button-prev.to-c::after {
  content: "";
  background-image: url(../images/to-c/swiper-prev@2x.png);
}

.swiper-button-next {
  right: -28px;
}
@media screen and (min-width: 480px) {
  .swiper-button-next {
    right: -30px;
  }
}
@media screen and (min-width: 750px) {
  .swiper-button-next {
    right: -55px;
  }
  .swiper-button-next.to-c {
    right: 33px;
  }
}
.swiper-button-next.to-c::after {
  content: "";
  background-image: url(../images/to-c/swiper-next@2x.png);
}

.swiper-button-prev::after {
  display: block;
  background-image: url(../images/swiper-prev@2x.png);
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: auto;
  height: 30px;
  width: 30px;
}
@media screen and (min-width: 480px) {
  .swiper-button-prev::after {
    height: 40px;
    width: 40px;
  }
}
@media screen and (min-width: 750px) {
  .swiper-button-prev::after {
    height: 60px;
    width: 60px;
  }
}

.swiper-button-next::after {
  display: block;
  background-image: url(../images/swiper-next@2x.png);
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: auto;
  height: 30px;
  width: 30px;
}
@media screen and (min-width: 480px) {
  .swiper-button-next::after {
    height: 40px;
    width: 40px;
  }
}
@media screen and (min-width: 750px) {
  .swiper-button-next::after {
    height: 60px;
    width: 60px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: #ffffff;
  z-index: 100;
}
@media screen and (min-width: 1280px) {
  .header {
    height: 100px;
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: inherit;
  width: 98%;
  margin-inline: auto;
}
@media screen and (min-width: 750px) {
  .header__inner.to-c {
    width: 90%;
  }
}
@media screen and (min-width: 1280px) {
  .header__inner {
    max-width: 1440px;
  }
  .header__inner.to-c {
    width: 98%;
  }
}
.header__wrapper {
  display: flex;
  height: inherit;
  align-items: center;
  gap: 15px;
  margin-right: 20px;
  width: 100%;
}
@media screen and (min-width: 750px) {
  .header__wrapper {
    gap: 25px;
    margin-right: 0;
  }
}
@media screen and (min-width: 1280px) {
  .header__wrapper {
    justify-content: space-between;
    gap: 0;
  }
}
.header__wrapper.to-c {
  gap: 10px;
  margin-right: 10px;
}
@media screen and (min-width: 480px) {
  .header__wrapper.to-c {
    gap: 15px;
    margin-right: 20px;
  }
}
@media screen and (min-width: 750px) {
  .header__wrapper.to-c {
    gap: 25px;
    margin-right: 0;
  }
}
@media screen and (min-width: 1280px) {
  .header__wrapper.to-c {
    justify-content: space-between;
    gap: 0;
  }
}
.header__nav {
  display: none;
}
@media screen and (min-width: 1280px) {
  .header__nav {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    color: #333333;
    letter-spacing: 0.1em;
    line-height: 1.75;
  }
}
.header__ul {
  display: flex;
  align-items: center;
  padding: 0;
}
.header__li {
  list-style: none;
}
.header__li > a {
  padding: 0 8px;
}
@media screen and (min-width: 1280px) {
  .header__btn-wrapper {
    margin-right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
  }
}
.header__btn {
  display: none;
}
@media screen and (min-width: 1280px) {
  .header__btn {
    display: block;
    color: #ffffff;
    background-color: #ff9c00;
    position: relative;
  }
  .header__btn.to-c {
    background-color: #01b052;
  }
  .header__btn::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 90%;
    border: 8px solid transparent;
    border-left: 11px solid #ffffff;
    width: 0;
    height: 0;
  }
}
.header__btn.is-white {
  display: block;
  color: #ff9c00;
  background-color: #ffffff;
  border: 1px solid #ffefd6;
  box-shadow: 0 0 5px rgba(255, 156, 0, 0.3);
}
@media screen and (min-width: 1280px) {
  .header__btn.is-white::after {
    border-left: 11px solid #ff9c00;
    left: 93%;
  }
  .header__btn.is-white > a {
    width: 300px;
  }
}
.header__btn.is-white.to-c {
  color: #01b052;
  border: none;
  box-shadow: 0 0 5px rgba(1, 176, 82, 0.5);
}
@media screen and (min-width: 1280px) {
  .header__btn.is-white.to-c::after {
    border-left: 11px solid #01b052;
    left: 93%;
  }
}
.header__btn > a {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  transition: 0.7s;
  height: 60px;
  width: 135px;
  max-width: 100%;
  display: grid;
  place-items: center center;
  text-wrap: nowrap;
  font-weight: bold;
}
@media screen and (min-width: 750px) {
  .header__btn > a {
    font-size: 2rem;
    width: 200px;
    height: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .header__btn > a {
    font-size: 1.6rem;
    height: 60px;
    line-height: 60px;
    padding: 0;
    width: 260px;
    max-width: 100%;
  }
}
.header .logo {
  max-width: 275px;
  height: 60px;
}
.header .logo.to-c {
  margin-left: 0;
}
@media screen and (min-width: 750px) {
  .header .logo {
    height: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .header .logo {
    margin-left: 0;
    height: 60px;
  }
}
.header .logo a {
  height: 100%;
  display: block;
}
.header .logo img {
  width: 100%;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 750px) {
  .header .logo img {
    height: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .header .logo img {
    height: 60px;
  }
}

.footer {
  background-color: #00a39e;
  height: 60px;
  position: relative;
}
.footer.to-c {
  background-color: #038cdb;
}
.footer__copyright {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  color: #ffffff;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 750px) {
  .footer__copyright {
    font-size: 2rem;
    bottom: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .footer__copyright {
    font-size: 1.2rem;
    bottom: 20px;
  }
}

.hero-toc {
  margin-top: 60px;
  padding: 54px 0 30px;
  background-image: url(../images/to-c/bg-hero-sp@2x.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}
@media screen and (min-width: 480px) {
  .hero-toc {
    padding: 56px 0 72px;
  }
}
@media screen and (min-width: 1280px) {
  .hero-toc {
    margin-top: 100px;
    padding: 41px 0 52px;
    background-image: url(../images/to-c/bg-hero@2x.jpg);
    background-position: center;
  }
}
.hero-toc__inner {
  width: 95%;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 750px) {
  .hero-toc__inner {
    width: 690px;
  }
}
@media screen and (min-width: 1280px) {
  .hero-toc__inner {
    width: 100%;
    max-width: 1040px;
  }
}
.hero-toc__title {
  position: relative;
}
@media screen and (min-width: 750px) {
  .hero-toc__title {
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  .hero-toc__title {
    width: 100%;
  }
}
.hero-toc__title-top {
  font-size: 1.4rem;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 35px;
  height: 35px;
  background-color: #e97aa8;
  padding: 0px 16px 0px 17px;
  display: inline-block;
  margin-bottom: 6px;
}
@media screen and (min-width: 480px) {
  .hero-toc__title-top {
    font-size: 1.6rem;
    line-height: 40px;
    height: 40px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 750px) {
  .hero-toc__title-top {
    font-size: 2rem;
    height: 45px;
    line-height: 45px;
    padding: 0 22px 0 21px;
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .hero-toc__title-top {
    line-height: 40px;
    height: 40px;
    padding: 0px 16px 0px 17px;
    font-size: 1.6rem;
    margin-bottom: 24px;
  }
}
.hero-toc__title-main {
  font-size: 2rem;
  letter-spacing: 0.1em;
  color: #038cdb;
  line-height: 1.75;
  font-weight: 900;
  margin-bottom: 9px;
}
@media screen and (min-width: 480px) {
  .hero-toc__title-main {
    font-size: 2.6rem;
    margin-bottom: 11px;
  }
}
@media screen and (min-width: 750px) {
  .hero-toc__title-main {
    font-size: 3.2rem;
    margin-bottom: 13px;
  }
}
@media screen and (min-width: 1280px) {
  .hero-toc__title-main {
    margin-bottom: 11px;
  }
}
.hero-toc__title-main span {
  line-height: 1.5;
  font-size: 2.6rem;
}
@media screen and (min-width: 480px) {
  .hero-toc__title-main span {
    font-size: 3.4rem;
  }
}
@media screen and (min-width: 750px) {
  .hero-toc__title-main span {
    font-size: 4.8rem;
  }
}
.hero-toc__wrapper {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 750px) {
  .hero-toc__wrapper {
    flex-direction: column;
  }
}
@media screen and (min-width: 1280px) {
  .hero-toc__wrapper {
    flex-direction: row;
  }
}
.hero-toc__texts {
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .hero-toc__texts {
    width: auto;
  }
}
.hero-toc__description {
  font-size: 1.3rem;
  color: #333333;
  line-height: 1.75;
  letter-spacing: 0.1em;
  margin: 0 auto;
  margin-bottom: 22px;
  width: 100%;
}
@media screen and (min-width: 750px) {
  .hero-toc__description {
    font-size: 2rem;
    margin-bottom: 40px;
    width: 95%;
  }
}
@media screen and (min-width: 1280px) {
  .hero-toc__description {
    font-size: 1.6rem;
    margin-bottom: 22px;
    width: 100%;
  }
}
.hero-toc__icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 95%;
  margin: 0 auto;
  margin-top: 17px;
}
@media screen and (min-width: 750px) {
  .hero-toc__icons {
    gap: 25px;
    margin-top: 27px;
  }
}
@media screen and (min-width: 1280px) {
  .hero-toc__icons {
    gap: 20px;
    margin-top: 0;
    width: 100%;
    justify-content: flex-start;
  }
}
.hero-toc__icon {
  width: 100px;
}
@media screen and (min-width: 750px) {
  .hero-toc__icon {
    width: 144px;
    height: 144px;
  }
}
@media screen and (min-width: 1280px) {
  .hero-toc__icon {
    width: 100px;
    height: 100px;
  }
}
.hero-toc__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-toc__btn {
  margin-top: 33px;
}
@media screen and (min-width: 1280px) {
  .hero-toc__btn {
    margin-top: 24px;
  }
}
.hero-toc__btn > a {
  margin-right: 0;
}
@media screen and (min-width: 1280px) {
  .hero-toc__btn > a {
    margin-right: 55px;
  }
}
.hero-toc__img {
  max-width: 591px;
  margin: 0 auto;
}
@media screen and (min-width: 750px) {
  .hero-toc__img {
    max-width: 510px;
  }
}
@media screen and (min-width: 1280px) {
  .hero-toc__img {
    max-width: 415px;
    margin-left: 58px;
  }
}
.hero-toc__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.company-toc {
  padding: 85px 0 50px;
  background-image: url(../images/to-c/bg-company-sp@2x.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 750px) {
  .company-toc {
    padding: 100px 0 85px;
  }
}
@media screen and (min-width: 1280px) {
  .company-toc {
    padding: 150px 0 85px;
    background-image: url(../images/to-c/bg-company@2x.jpg);
  }
}
.company-toc__inner {
  width: 95%;
  margin: 0 auto;
}
@media screen and (min-width: 750px) {
  .company-toc__inner {
    width: 690px;
  }
}
@media screen and (min-width: 1280px) {
  .company-toc__inner {
    max-width: 1040px;
    width: 100%;
  }
}
.company-toc__container {
  height: 200px;
  box-shadow: 0 0 10px rgba(3, 140, 219, 0.5);
  position: relative;
  margin-top: 43px;
  border-radius: 60px;
  background-color: #ffffff;
}
@media screen and (min-width: 1280px) {
  .company-toc__container {
    height: 350px;
    border-radius: 100px;
  }
}
.company-toc__ul {
  width: 100%;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  height: 65%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.company-toc__li {
  list-style: none;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-weight: bold;
  color: #038cdb;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .company-toc__li {
    font-size: 2rem;
  }
}
@media screen and (min-width: 750px) {
  .company-toc__li {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1280px) {
  .company-toc__li {
    font-size: 4.8rem;
    line-height: 1.5;
  }
}

.worry {
  padding: 60px 0 35px;
  background-color: #eef8fd;
}
@media screen and (min-width: 750px) {
  .worry {
    padding: 70px 0 35px;
  }
}
@media screen and (min-width: 1280px) {
  .worry {
    padding: 70px 0 45px;
  }
}
.worry__inner {
  width: 95%;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .worry__inner {
    max-width: 1040px;
  }
}
.worry .title__ja {
  color: #333333;
}
.worry .title__ja > span {
  color: #038cdb;
}
.worry__items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  margin-top: 46px;
  row-gap: 40px;
}
@media screen and (min-width: 750px) {
  .worry__items {
    row-gap: 60px;
    margin-top: 57px;
  }
}
@media screen and (min-width: 1280px) {
  .worry__items {
    flex-direction: row;
    row-gap: 0;
    margin-top: 46px;
  }
}
.worry__item {
  width: 320px;
  height: 375px;
  box-shadow: 0 0 10px rgba(3, 140, 219, 0.5);
  background-color: #ffffff;
  border-radius: 30px;
  padding: 20px 0 18px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 480px) {
  .worry__item {
    height: 380px;
  }
}
@media screen and (min-width: 750px) {
  .worry__item {
    width: 500px;
    height: 450px;
    padding: 28px 0 40px 0;
  }
  .worry__item:nth-child(2) {
    height: 550px;
    padding: 28px 0 29px 0;
  }
  .worry__item:last-child {
    height: 570px;
    padding: 28px 0 27px 0;
  }
}
@media screen and (min-width: 1280px) {
  .worry__item {
    width: 320px;
    height: 380px;
    padding: 20px 0 18px 0;
  }
  .worry__item:nth-child(2) {
    height: 380px;
    padding: 20px 0 18px 0;
  }
  .worry__item:last-child {
    height: 380px;
    padding: 20px 0 18px 0;
  }
}
.worry__texts {
  padding-left: 55px;
  padding-right: 35px;
}
@media screen and (min-width: 750px) {
  .worry__texts {
    padding-left: 105px;
    padding-right: 75px;
  }
}
@media screen and (min-width: 1280px) {
  .worry__texts {
    padding-left: 55px;
    padding-right: 35px;
  }
}
.worry__item-header {
  font-size: 2.4rem;
  line-height: 1.75;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #038cdb;
  position: relative;
}
@media screen and (min-width: 750px) {
  .worry__item-header {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 1280px) {
  .worry__item-header {
    font-size: 2.4rem;
  }
}
.worry__item-header::before {
  content: "";
  background-image: url(../images/to-c/check@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: -35px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
}
.worry__item-description {
  border-top: dotted 2px #038cdb;
  padding-top: 5px;
}
.worry__item-description > p {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #333333;
  line-height: 1.75;
}
@media screen and (min-width: 750px) {
  .worry__item-description > p {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1280px) {
  .worry__item-description > p {
    font-size: 1.6rem;
  }
}
.worry__img {
  margin: 0 auto;
}
.worry__img.first-item {
  width: 193px;
  height: 170px;
}
.worry__img.second-item {
  width: 144px;
  height: 166px;
}
@media screen and (min-width: 750px) {
  .worry__img.second-item {
    width: 165px;
    height: 190px;
  }
}
@media screen and (min-width: 1280px) {
  .worry__img.second-item {
    width: 144px;
    height: 166px;
  }
}
.worry__img.third-item {
  width: 171px;
  height: 169px;
}
@media screen and (min-width: 750px) {
  .worry__img.third-item {
    width: 219px;
    height: 217px;
  }
}
@media screen and (min-width: 1280px) {
  .worry__img.third-item {
    width: 171px;
    height: 169px;
  }
}
.worry__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.worry__arrow {
  margin-top: 36px;
}
@media screen and (min-width: 1280px) {
  .worry__arrow {
    margin-top: 46px;
  }
}
.worry__arrow img {
  margin: 0 auto;
}

.reason-toc {
  padding: 86px 0 65px;
  position: relative;
}
@media screen and (min-width: 750px) {
  .reason-toc {
    padding: 96px 0 85px;
  }
}
@media screen and (min-width: 1280px) {
  .reason-toc {
    padding: 96px 0 68px;
  }
}
.reason-toc__inner {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 750px) {
  .reason-toc__inner {
    width: 690px;
  }
}
@media screen and (min-width: 1280px) {
  .reason-toc__inner {
    max-width: 1240px;
    width: 100%;
  }
}
.reason-toc .title {
  display: inline-block;
}
@media screen and (min-width: 750px) {
  .reason-toc .title {
    margin-left: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .reason-toc .title {
    margin-left: 52px;
  }
}
.reason-toc__items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 18px;
}
@media screen and (min-width: 750px) {
  .reason-toc__items {
    margin-top: 39px;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1280px) {
  .reason-toc__items {
    gap: 116px;
    justify-content: center;
    margin-top: 18px;
  }
}
.reason-toc__item {
  width: 150px;
}
@media screen and (min-width: 750px) {
  .reason-toc__item {
    width: 200px;
  }
}
.reason-toc__icon {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  margin-inline: auto;
}
@media screen and (min-width: 480px) {
  .reason-toc__icon {
    width: 125px;
    height: 125px;
  }
}
@media screen and (min-width: 750px) {
  .reason-toc__icon {
    width: 187px;
    height: 187px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .reason-toc__icon {
    width: 160px;
    height: 160px;
    margin-bottom: 16px;
  }
}
.reason-toc__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.reason-toc__icon-text > p {
  font-size: 1.2rem;
  color: #038cdb;
  line-height: 1.75;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .reason-toc__icon-text > p {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 750px) {
  .reason-toc__icon-text > p {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .reason-toc__icon-text > p {
    font-size: 1.6rem;
  }
}
.reason-toc__container {
  background-image: url(../images/to-c/bg-reason-sp@2x.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 395px;
  width: 100%;
  margin: 0 auto;
  margin-top: 61px;
}
@media screen and (min-width: 480px) {
  .reason-toc__container {
    margin-top: 71px;
    height: 450px;
  }
}
@media screen and (min-width: 750px) {
  .reason-toc__container {
    margin-top: 81px;
  }
}
@media screen and (min-width: 1280px) {
  .reason-toc__container {
    background-image: url(../images/to-c/bg-reason@2x.jpg);
    width: 800px;
    margin-top: 117px;
  }
}
.reason-toc__container-inner {
  position: relative;
  padding: 51px 0 0;
}
@media screen and (min-width: 1280px) {
  .reason-toc__container-inner {
    padding: 61px 0 17px;
  }
}
.reason-toc__container-header {
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 60px;
  color: #fffe86;
  background-color: #ef4f91;
  border-radius: 20px;
  width: 170px;
  height: 60px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: -35px;
  transform: translateX(-50%);
}
@media screen and (min-width: 750px) {
  .reason-toc__container-header {
    font-size: 3.6rem;
    line-height: 70px;
    width: 180px;
    height: 70px;
    top: -40px;
  }
}
@media screen and (min-width: 1280px) {
  .reason-toc__container-header {
    line-height: 80px;
    height: 80px;
    width: 200px;
  }
}
.reason-toc__text {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.reason-toc__main-text {
  width: 100%;
  margin: 0 auto;
  margin-top: 19px;
}
@media screen and (min-width: 1280px) {
  .reason-toc__main-text {
    width: 295px;
  }
}
.reason-toc__text-img {
  width: 209px;
  height: 97px;
  margin: 0 auto;
  margin-bottom: -18px;
}
@media screen and (min-width: 750px) {
  .reason-toc__text-img {
    width: 232px;
    height: 107px;
  }
}
@media screen and (min-width: 1280px) {
  .reason-toc__text-img {
    width: 209px;
    height: 97px;
    margin-bottom: -18px;
  }
}
.reason-toc__text-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.reason-toc__text-bottom > p {
  font-size: 3.6rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-weight: bold;
  color: #ef4f91;
  text-align: center;
}
@media screen and (min-width: 750px) {
  .reason-toc__text-bottom > p {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1280px) {
  .reason-toc__text-bottom > p {
    font-size: 3.6rem;
    text-align: right;
  }
}
.reason-toc__img {
  width: 310px;
  height: 139px;
  margin: 0 auto;
}
@media screen and (min-width: 480px) {
  .reason-toc__img {
    width: 384px;
    height: 173px;
  }
}
@media screen and (min-width: 750px) {
  .reason-toc__img {
    width: 397px;
    height: 180px;
  }
}
@media screen and (min-width: 1280px) {
  .reason-toc__img {
    width: 384px;
    height: 173px;
    margin-top: -8px;
  }
}
.reason-toc__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.field {
  background-image: url(../images/to-c/bg-field-sp@2x.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 55px 0 120px;
}
@media screen and (min-width: 750px) {
  .field {
    padding: 65px 0 190px;
  }
}
@media screen and (min-width: 1280px) {
  .field {
    background-image: url(../images/to-c/bg-field@2x.jpg);
  }
}
.field__inner {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .field__inner {
    max-width: 1040px;
  }
}
.field__text {
  margin-top: 35px;
}
@media screen and (min-width: 750px) {
  .field__text {
    margin-top: 35px;
  }
}
@media screen and (min-width: 1280px) {
  .field__text {
    margin-top: 44px;
  }
}
.field__text > p {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  color: #333333;
  text-align: center;
}
.field__lists-outer-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  row-gap: 55px;
  margin-top: 34px;
}
@media screen and (min-width: 750px) {
  .field__lists-outer-wrapper {
    row-gap: 70px;
  }
}
@media screen and (min-width: 1280px) {
  .field__lists-outer-wrapper {
    flex-direction: row;
    gap: 26px;
  }
}
.field__lists-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  max-width: 580px;
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .field__lists-wrapper {
    gap: 26px;
    width: 580px;
  }
}
.field__lists {
  max-width: 580px;
  margin-inline: auto;
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .field__lists {
    width: 240px;
    max-width: 100%;
  }
}
.field__list {
  background-color: #038cdb;
  position: relative;
  margin-bottom: 0;
}
@media screen and (min-width: 1280px) {
  .field__list {
    margin-bottom: 0;
  }
}
.field__list-title {
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  color: #038cdb;
  line-height: 1.75;
  background-color: #fffe86;
  text-align: center;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: -8%;
  transform: translateX(-50%);
  max-width: 110px;
  width: 100%;
}
@media screen and (min-width: 480px) {
  .field__list-title {
    font-size: 2rem;
    top: -10%;
  }
}
@media screen and (min-width: 750px) {
  .field__list-title {
    font-size: 2.4rem;
    max-width: 120px;
  }
}
@media screen and (min-width: 1280px) {
  .field__list-title {
    font-size: 2rem;
    max-width: 110px;
    top: -8%;
  }
}
.field__list-title.is-wide {
  max-width: 140px;
}
@media screen and (min-width: 750px) {
  .field__list-title.is-wide {
    max-width: 160px;
  }
}
@media screen and (min-width: 1280px) {
  .field__list-title.is-wide {
    max-width: 140px;
  }
}
.field__list-items {
  width: 100%;
  margin: 0 auto;
  height: 150px;
  padding-top: 40px;
  padding-left: 1.5em;
}
@media screen and (min-width: 480px) {
  .field__list-items {
    height: 160px;
    padding-left: 3em;
  }
}
@media screen and (min-width: 750px) {
  .field__list-items {
    height: 180px;
    padding-left: 4em;
  }
}
@media screen and (min-width: 1280px) {
  .field__list-items {
    width: 240px;
    height: 240px;
    padding-top: 33px;
  }
}
.field__list-items.columns {
  width: 100%;
  display: flex;
  flex-flow: column wrap;
  padding: 43px 0 20px 20px;
  -moz-column-gap: 0;
       column-gap: 0;
  justify-content: center;
}
@media screen and (min-width: 480px) {
  .field__list-items.columns {
    padding: 39px 20px 15px 40px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .field__list-items.columns {
    display: block;
    padding: 33px 0 0 28px;
    width: 240px;
  }
}
.field__list-items.second-list-items {
  position: relative;
  left: 28%;
}
@media screen and (min-width: 1280px) {
  .field__list-items.second-list-items {
    position: static;
  }
}
@media screen and (min-width: 1280px) {
  .field__list-items.third-items {
    padding-left: 28px;
  }
}
.field__list-item {
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #ffffff;
  list-style: none;
  position: relative;
}
@media screen and (min-width: 480px) {
  .field__list-item {
    font-size: 1.4rem;
    line-height: 1.75;
  }
}
@media screen and (min-width: 750px) {
  .field__list-item {
    font-size: 2rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1280px) {
  .field__list-item {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
.field__list-item::before {
  content: "-";
  position: absolute;
  left: -0.5em;
  top: 0;
}

.example {
  padding: 102px 0 88px;
  background-color: #eef8fd;
}
@media screen and (min-width: 750px) {
  .example {
    padding: 112px 0 130px;
  }
}
@media screen and (min-width: 1280px) {
  .example {
    padding: 112px 0 88px;
  }
}
.example__inner {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .example__inner {
    max-width: 1240px;
  }
}
.example__items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  row-gap: 80px;
}
@media screen and (min-width: 750px) {
  .example__items {
    row-gap: 124px;
  }
}
@media screen and (min-width: 1280px) {
  .example__items {
    row-gap: 0;
    flex-direction: row;
    gap: 50px;
  }
}
.example__item {
  width: 650px;
  max-width: 100%;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(3, 140, 219, 0.5);
  padding-bottom: 10px;
}
.example__item:last-child {
  padding-bottom: 40px;
}
@media screen and (min-width: 750px) {
  .example__item:last-child {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 750px) {
  .example__item {
    height: 860px;
  }
}
@media screen and (min-width: 1280px) {
  .example__item {
    width: 380px;
    height: 600px;
  }
}
@media screen and (min-width: 750px) {
  .example__item:nth-child(2) {
    height: 1080px;
  }
}
@media screen and (min-width: 1280px) {
  .example__item:nth-child(2) {
    height: 600px;
  }
}
@media screen and (min-width: 750px) {
  .example__item:last-child {
    height: 1020px;
  }
}
@media screen and (min-width: 1280px) {
  .example__item:last-child {
    height: 600px;
  }
}
.example__line {
  background-color: #038cdb;
  height: 30px;
  width: 100%;
}
@media screen and (min-width: 750px) {
  .example__line {
    height: 50px;
  }
}
@media screen and (min-width: 1280px) {
  .example__line {
    height: 30px;
  }
}
.example__item-header {
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #333333;
  line-height: 1.75;
  text-align: center;
  position: relative;
  height: 119px;
  display: grid;
  place-items: center;
}
@media screen and (min-width: 480px) {
  .example__item-header {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 750px) {
  .example__item-header {
    font-size: 4rem;
    height: 204px;
  }
}
@media screen and (min-width: 1280px) {
  .example__item-header {
    font-size: 2rem;
    height: 119px;
  }
}
.example__item-header::before, .example__item-header::after {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  transform: translateY(-50%);
}
.example__item-header.first::before {
  background-image: url(../images/to-c/example-icon1-1@2x.png);
  width: 42px;
  height: 64px;
  top: 50%;
  left: 23px;
}
@media screen and (min-width: 750px) {
  .example__item-header.first::before {
    width: 73px;
    height: 109px;
    left: 29px;
  }
}
@media screen and (min-width: 1280px) {
  .example__item-header.first::before {
    width: 42px;
    height: 64px;
    left: 23px;
  }
}
.example__item-header.first::after {
  background-image: url(../images/to-c/example-icon1-2@2x.png);
  width: 33px;
  height: 35px;
  top: 55%;
  right: 24px;
}
@media screen and (min-width: 750px) {
  .example__item-header.first::after {
    width: 56px;
    height: 60px;
    top: 40%;
    right: 43px;
  }
}
@media screen and (min-width: 1280px) {
  .example__item-header.first::after {
    width: 33px;
    height: 35px;
    top: 55%;
    right: 24px;
  }
}
.example__item-header.second {
  position: relative;
}
.example__item-header.second::before {
  background-image: url(../images/to-c/example-icon2-1@2x.png);
  width: 62px;
  height: 42px;
  top: 50%;
  left: 15px;
}
@media screen and (min-width: 750px) {
  .example__item-header.second::before {
    width: 105px;
    height: 73px;
    left: 24px;
    top: 65%;
  }
}
@media screen and (min-width: 1280px) {
  .example__item-header.second::before {
    width: 62px;
    height: 42px;
    left: 15px;
    top: 50%;
  }
}
.example__item-header.second img {
  width: 62px;
  height: 58px;
  top: 50%;
  right: 22px;
  position: absolute;
  transform: translateY(-50%);
}
@media screen and (min-width: 750px) {
  .example__item-header.second img {
    width: 105px;
    height: 98px;
    right: 41px;
    top: 60%;
  }
}
@media screen and (min-width: 1280px) {
  .example__item-header.second img {
    width: 62px;
    height: 58px;
    top: 50%;
    right: 22px;
  }
}
.example__item-header.third::before {
  background-image: url(../images/to-c/example-icon3-1@2x.png);
  width: 39px;
  height: 49px;
  top: 50%;
  left: 58px;
}
@media screen and (min-width: 750px) {
  .example__item-header.third::before {
    width: 66px;
    height: 83px;
    left: 99px;
  }
}
@media screen and (min-width: 1280px) {
  .example__item-header.third::before {
    width: 39px;
    height: 49px;
    left: 58px;
  }
}
.example__item-header.third::after {
  background-image: url(../images/to-c/example-icon3-2@2x.png);
  width: 52px;
  height: 54px;
  top: 50%;
  right: 48px;
}
@media screen and (min-width: 750px) {
  .example__item-header.third::after {
    width: 88px;
    height: 92px;
    right: 84px;
  }
}
@media screen and (min-width: 1280px) {
  .example__item-header.third::after {
    width: 52px;
    height: 54px;
    right: 48px;
  }
}
.example__def dt {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  color: #038cdb;
  background-color: #eef8fd;
  margin: 0 10px;
  padding-left: 29px;
}
@media screen and (min-width: 750px) {
  .example__def dt {
    font-size: 2.4rem;
    padding-left: 54px;
    margin: 0 18px 0 17px;
  }
}
@media screen and (min-width: 1280px) {
  .example__def dt {
    font-size: 1.6rem;
    padding-left: 29px;
    margin: 0 10px;
  }
}
.example__def dd {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  color: #333333;
  margin: 0 10px;
  padding-left: 29px;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media screen and (min-width: 750px) {
  .example__def dd {
    font-size: 3.2rem;
    padding-left: 54px;
    margin: 0 18px 0 17px;
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
@media screen and (min-width: 1280px) {
  .example__def dd {
    font-size: 1.6rem;
    margin: 0 10px;
    padding-left: 29px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.example__def dd > span {
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (min-width: 750px) {
  .example__def dd > span {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1280px) {
  .example__def dd > span {
    font-size: 2rem;
  }
}
.example__ul {
  padding-left: 1.5em;
}
@media screen and (min-width: 750px) {
  .example__ul {
    padding-left: 0.8em;
  }
}
@media screen and (min-width: 1280px) {
  .example__ul {
    padding-left: 1.5em;
  }
}
@media screen and (min-width: 750px) {
  .example__ul li {
    padding-left: 0.8em;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1280px) {
  .example__ul li {
    padding-left: 0;
    letter-spacing: 0.1em;
  }
}
.example__ul li .extra {
  margin-left: -10px;
}
@media screen and (min-width: 750px) {
  .example__ul li .extra {
    margin-left: -20px;
  }
}
@media screen and (min-width: 1280px) {
  .example__ul li .extra {
    margin-left: -10px;
  }
}

.voice-toc {
  padding-top: 84px;
  background-image: url(../images/to-c/bg-voice-sp@2x.jpg);
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 750px) {
  .voice-toc {
    padding-top: 130px;
  }
}
@media screen and (min-width: 1280px) {
  .voice-toc {
    padding-bottom: 0;
    background-image: url(../images/to-c/bg-voice@2x.jpg);
  }
}
.voice-toc__inner {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 750px) {
  .voice-toc__inner {
    width: 690px;
  }
}
@media screen and (min-width: 1280px) {
  .voice-toc__inner {
    max-width: 1240px;
    width: 100%;
  }
}
.voice-toc__item {
  margin: 0 auto;
  width: 90%;
  box-shadow: 0 0 10px rgba(3, 140, 219, 0.5);
  background-color: #ffffff;
  border-radius: 60px;
  margin-bottom: 88px;
  margin-top: 30px;
}
@media screen and (min-width: 480px) {
  .voice-toc__item {
    width: 95%;
    max-width: 504px;
    margin-top: 40px;
  }
}
@media screen and (min-width: 750px) {
  .voice-toc__item {
    margin-bottom: 108px;
  }
}
@media screen and (min-width: 1280px) {
  .voice-toc__item {
    max-width: 100%;
    width: 750px;
    margin-bottom: 118px;
  }
}
.voice-toc__container {
  padding-top: 28px;
}
@media screen and (min-width: 750px) {
  .voice-toc__container {
    padding-top: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .voice-toc__container {
    display: flex;
    height: 440px;
    padding-top: 0;
  }
}
.voice-toc__info {
  align-items: center;
}
@media screen and (min-width: 1280px) {
  .voice-toc__info {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: unset;
  }
}
.voice-toc__img {
  margin: 0 auto;
  width: 123px;
  height: 131px;
}
@media screen and (min-width: 750px) {
  .voice-toc__img {
    width: 143px;
    height: 151px;
  }
}
.voice-toc__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.voice-toc__meta {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  color: #333333;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 6px;
}
@media screen and (min-width: 750px) {
  .voice-toc__meta {
    font-size: 2.4rem;
    margin-bottom: 2px;
    margin-top: 11px;
  }
}
@media screen and (min-width: 1280px) {
  .voice-toc__meta {
    font-size: 1.2rem;
    margin-bottom: 11px;
    margin-top: 15px;
  }
}
.voice-toc__company {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.75;
  color: #333333;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 750px) {
  .voice-toc__company {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 1280px) {
  .voice-toc__company {
    font-size: 2rem;
    letter-spacing: 0;
  }
}
.voice-toc__career {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  width: 220px;
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background-color: #038cdb;
  margin: 0 auto;
  font-weight: bold;
}
.voice-toc__career.wide {
  height: auto;
}
@media screen and (min-width: 1280px) {
  .voice-toc__career.thin {
    width: 220px;
  }
}
.voice-toc__career.thin span {
  padding-right: 1em;
}
@media screen and (min-width: 750px) {
  .voice-toc__career {
    font-size: 2.4rem;
    width: 300px;
    height: 45px;
    line-height: 45px;
  }
}
@media screen and (min-width: 1280px) {
  .voice-toc__career {
    font-size: 1.4rem;
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
    width: auto;
  }
  .voice-toc__career span {
    padding-right: 1em;
  }
}
.voice-toc__line {
  width: 70%;
  height: 4px;
  background-color: #eef8fd;
  margin: 0 auto;
  position: relative;
  margin-top: 14px;
  margin-bottom: 4px;
}
@media screen and (min-width: 480px) {
  .voice-toc__line {
    width: 62%;
  }
}
@media screen and (min-width: 750px) {
  .voice-toc__line {
    width: 60%;
    margin-top: 21px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .voice-toc__line {
    width: 212px;
    margin-top: 14px;
    margin-bottom: 4px;
  }
}
.voice-toc__line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #038cdb;
  width: 100%;
  max-width: 77px;
  height: 4px;
}
@media screen and (min-width: 1280px) {
  .voice-toc__line::before {
    width: 55px;
  }
}
.voice-toc__ul {
  padding-left: 3em;
  margin-bottom: 20px;
}
@media screen and (min-width: 480px) {
  .voice-toc__ul {
    padding-left: 6.5em;
  }
}
@media screen and (min-width: 750px) {
  .voice-toc__ul {
    padding-left: 10em;
    margin-bottom: 29px;
  }
}
@media screen and (min-width: 1280px) {
  .voice-toc__ul {
    padding-left: 1.5em;
    margin-bottom: 0;
    width: 215px;
    margin-inline: auto;
  }
}
.voice-toc__li {
  list-style: none;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #333333;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 750px) {
  .voice-toc__li {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1280px) {
  .voice-toc__li {
    font-size: 1.4rem;
  }
}
.voice-toc__li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: -1.5em;
}
@media screen and (min-width: 750px) {
  .voice-toc__li::before {
    left: -2em;
  }
}
@media screen and (min-width: 1280px) {
  .voice-toc__li::before {
    left: -1.5em;
  }
}
.voice-toc__texts {
  width: 100%;
  background-color: #038cdb;
  border-radius: 0 0 60px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1280px) {
  .voice-toc__texts {
    width: 50%;
    border-radius: 0 60px 60px 0;
  }
}
.voice-toc__header {
  margin: 25px 30px 15px 30px;
}
@media screen and (min-width: 750px) {
  .voice-toc__header {
    margin: 38px 50px 17px 50px;
  }
}
@media screen and (min-width: 1280px) {
  .voice-toc__header {
    margin: 0px 30px 15px 21px;
  }
}
.voice-toc__header h3 {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.75;
}
@media screen and (min-width: 750px) {
  .voice-toc__header h3 {
    font-size: 2.4rem;
  }
}
.voice-toc__body {
  background-color: #ffffff;
  margin: 0 30px 40px;
  padding: 29px 0 18px;
}
@media screen and (min-width: 750px) {
  .voice-toc__body {
    margin: 0 50px 40px 50px;
    padding: 22px 0 20px;
  }
}
@media screen and (min-width: 1280px) {
  .voice-toc__body {
    padding: 0;
    height: 230px;
    margin: 0 25px;
    display: grid;
    place-items: center;
  }
}
.voice-toc__body > p {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  color: #333333;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 480px) {
  .voice-toc__body > p {
    font-size: 1.6rem;
    width: 85%;
  }
}
@media screen and (min-width: 750px) {
  .voice-toc__body > p {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .voice-toc__body > p {
    font-size: 1.6rem;
    width: 90%;
  }
}

.voice-following {
  background-image: url(../images/to-c/bg-voice-following-sp@2x.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 37px;
}
@media screen and (min-width: 1280px) {
  .voice-following {
    background-image: url(../images/to-c/bg-voice-following@2x.jpg);
  }
}
.voice-following__inner {
  width: 90%;
  max-width: 480px;
  margin: 0 auto;
}
@media screen and (min-width: 750px) {
  .voice-following__inner {
    max-width: 750px;
  }
}
@media screen and (min-width: 1280px) {
  .voice-following__inner {
    max-width: 1040px;
    width: 90%;
  }
}
.voice-following__wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: self-end;
  gap: 10px;
}
@media screen and (min-width: 750px) {
  .voice-following__wrapper {
    justify-content: center;
  }
}
.voice-following__wrapper.first {
  flex-direction: column;
  gap: 0;
  align-items: unset;
}
@media screen and (min-width: 1280px) {
  .voice-following__wrapper.first {
    flex-direction: row;
    align-items: self-end;
    gap: 10px;
  }
}
.voice-following__wrapper.second {
  gap: 0;
}
@media screen and (min-width: 1280px) {
  .voice-following__wrapper.second {
    gap: 30px;
  }
}
.voice-following__wrapper.third {
  gap: 0;
}
@media screen and (min-width: 1280px) {
  .voice-following__wrapper.third {
    gap: 10px;
  }
}
.voice-following__texts {
  position: relative;
}
.voice-following__texts.second {
  margin-top: 120px;
  width: 70%;
}
@media screen and (min-width: 480px) {
  .voice-following__texts.second {
    width: auto;
  }
}
@media screen and (min-width: 750px) {
  .voice-following__texts.second {
    margin-top: 155px;
  }
}
.voice-following__texts.third {
  margin-top: 90px;
  position: relative;
  left: 0;
}
@media screen and (min-width: 750px) {
  .voice-following__texts.third {
    margin-top: 120px;
  }
}
@media screen and (min-width: 1280px) {
  .voice-following__texts.third {
    position: relative;
    left: 91px;
    margin-top: 107px;
  }
}
.voice-following__line {
  background-color: #038cdb;
  width: 3px;
  height: 37px;
  margin: 0 auto;
}
.voice-following__text.first {
  margin: 10px 0;
}
.voice-following__text.first > p {
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-weight: bold;
  color: #038cdb;
  text-align: center;
}
@media screen and (min-width: 750px) {
  .voice-following__text.first > p {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 1280px) {
  .voice-following__text.first > p {
    font-size: 2rem;
    text-align: left;
  }
}
.voice-following__text.second {
  background-color: #038cdb;
  max-width: 450px;
  width: 100%;
  height: 140px;
  border-radius: 0 50px 0 50px;
  display: grid;
  place-items: center;
  position: relative;
  padding-left: 15px;
}
@media screen and (min-width: 480px) {
  .voice-following__text.second {
    height: 200px;
    padding-left: 26px;
  }
}
@media screen and (min-width: 750px) {
  .voice-following__text.second {
    padding-left: 0;
    height: 240px;
    width: 450px;
  }
}
.voice-following__text.second::after {
  content: "";
  background-image: url(../images/to-c/money-icon@2x.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -29px;
  right: -15px;
  width: 60px;
  height: 60px;
}
@media screen and (min-width: 480px) {
  .voice-following__text.second::after {
    top: -40px;
    width: 80px;
    height: 80px;
  }
}
@media screen and (min-width: 750px) {
  .voice-following__text.second::after {
    top: -60px;
    right: -20px;
    width: 120px;
    height: 120px;
  }
}
@media screen and (min-width: 1280px) {
  .voice-following__text.second::after {
    right: -45px;
  }
}
.voice-following__text.second > p {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-weight: bold;
  color: #ffffff;
}
@media screen and (min-width: 480px) {
  .voice-following__text.second > p {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 750px) {
  .voice-following__text.second > p {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .voice-following__text.second > p {
    font-size: 1.6rem;
  }
}
.voice-following__text.second > p:last-of-type {
  font-size: 1.6rem;
  color: #fffe86;
  font-weight: 900;
  text-align: center;
  display: inline-block;
  margin-top: -40px;
}
@media screen and (min-width: 480px) {
  .voice-following__text.second > p:last-of-type {
    font-size: 2.2rem;
    margin-top: -60px;
  }
}
@media screen and (min-width: 750px) {
  .voice-following__text.second > p:last-of-type {
    margin-top: -50px;
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 1280px) {
  .voice-following__text.second > p:last-of-type {
    margin-top: -60px;
  }
}
.voice-following__text.third {
  border: solid 5px #ef4f91;
  background-color: #ffffff;
  max-width: 510px;
  width: 110%;
  height: 120px;
  border-radius: 60px;
  display: grid;
  place-items: center;
  position: relative;
  z-index: 0;
  margin-bottom: 63px;
  margin-left: 9px;
}
@media screen and (min-width: 480px) {
  .voice-following__text.third {
    height: 160px;
  }
}
@media screen and (min-width: 750px) {
  .voice-following__text.third {
    margin-left: 9px;
    width: 510px;
    height: 205px;
  }
}
@media screen and (min-width: 1280px) {
  .voice-following__text.third {
    margin-left: 0;
  }
}
.voice-following__text.third::after {
  content: "";
  position: absolute;
  bottom: -56px;
  left: 50%;
  transform: translateX(-50%);
  border: 18px solid transparent;
  border-top: 36px solid #ef4f91;
}
@media screen and (min-width: 750px) {
  .voice-following__text.third::after {
    bottom: -66px;
    border: 24px solid transparent;
    border-top: 42px solid #ef4f91;
  }
}
.voice-following__text.third::before {
  content: "";
  position: absolute;
  bottom: -43px;
  left: 50%;
  transform: translateX(-50%);
  border: 14px solid transparent;
  border-top: 30px solid #ffffff;
  z-index: 1;
}
@media screen and (min-width: 750px) {
  .voice-following__text.third::before {
    bottom: -52px;
    border: 20px solid transparent;
    border-top: 36px solid #ffffff;
  }
}
.voice-following__text.third > p {
  font-size: 2.1rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #ef4f91;
}
@media screen and (min-width: 480px) {
  .voice-following__text.third > p {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 750px) {
  .voice-following__text.third > p {
    font-size: 3.6rem;
  }
}
.voice-following__text.third > p span {
  background: linear-gradient(transparent 70%, #fffe86 70%);
}
.voice-following__arrow {
  background-color: #038cdb;
  height: 40px;
  width: 3px;
  position: relative;
  margin: 0 auto;
}
.voice-following__arrow::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -6px;
  width: 3px;
  height: 15px;
  transform: rotate(-45deg);
  background-color: #038cdb;
}
.voice-following__text-img {
  width: 235px;
  height: 123px;
  margin-top: 7px;
  margin-bottom: 5px;
  position: relative;
  bottom: 0;
  left: -4%;
}
@media screen and (min-width: 480px) {
  .voice-following__text-img {
    width: 300px;
    height: 157px;
  }
}
@media screen and (min-width: 750px) {
  .voice-following__text-img {
    width: 475px;
    height: 248px;
    margin-top: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .voice-following__text-img {
    width: 340px;
    height: 179px;
    position: static;
    margin: 0 auto;
    margin-top: 7px;
  }
}
.voice-following__text-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.voice-following__arrow-img {
  width: 39px;
  height: 60px;
  position: absolute;
  transform: translateX(-50%);
  left: 25%;
  bottom: -55px;
  z-index: 1;
}
@media screen and (min-width: 750px) {
  .voice-following__arrow-img {
    width: 68px;
    height: 99px;
    left: 26%;
    bottom: -105px;
  }
}
@media screen and (min-width: 1280px) {
  .voice-following__arrow-img {
    width: 54px;
    height: 78px;
    left: 45%;
    bottom: -62px;
  }
}
.voice-following__arrow-img.second {
  width: 40px;
  height: 105px;
  left: 78%;
  bottom: -130px;
}
@media screen and (min-width: 750px) {
  .voice-following__arrow-img.second {
    width: 44px;
    height: 96px;
    left: 78%;
    bottom: -145px;
  }
}
@media screen and (min-width: 1280px) {
  .voice-following__arrow-img.second {
    width: 55px;
    height: 130px;
    left: 67%;
  }
}
.voice-following__arrow-img.third {
  width: 45px;
  height: 65px;
  left: 75%;
  top: -75px;
}
@media screen and (min-width: 750px) {
  .voice-following__arrow-img.third {
    left: 65%;
  }
}
@media screen and (min-width: 1280px) {
  .voice-following__arrow-img.third {
    left: 56%;
  }
}
.voice-following__arrow-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.voice-following__img.first {
  width: 150px;
  height: 125px;
  position: absolute;
  right: -4%;
  bottom: 0;
}
@media screen and (min-width: 480px) {
  .voice-following__img.first {
    width: 190px;
    height: 160px;
  }
}
@media screen and (min-width: 750px) {
  .voice-following__img.first {
    width: 307px;
    height: 259px;
  }
}
@media screen and (min-width: 1280px) {
  .voice-following__img.first {
    width: 422px;
    height: 245px;
    position: static;
  }
}
.voice-following__img.second {
  width: 145px;
  height: 115px;
  z-index: 1;
  position: relative;
  margin-right: -35px;
  margin-bottom: 0px;
  left: -3%;
}
@media screen and (min-width: 480px) {
  .voice-following__img.second {
    width: 175px;
    height: 145px;
  }
}
@media screen and (min-width: 750px) {
  .voice-following__img.second {
    width: 257px;
    height: 218px;
    margin-bottom: -10px;
  }
}
@media screen and (min-width: 1280px) {
  .voice-following__img.second {
    width: 286px;
    height: 242px;
    margin-right: 0;
    margin-bottom: 0;
    left: 0;
  }
}
.voice-following__img.third {
  width: 135px;
  height: 125px;
  margin-left: -65px;
  left: 15px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 480px) {
  .voice-following__img.third {
    width: 167px;
    height: 155px;
  }
}
@media screen and (min-width: 750px) {
  .voice-following__img.third {
    width: 246px;
    height: 231px;
    margin-left: -90px;
    left: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .voice-following__img.third {
    width: 337px;
    height: 316px;
    margin-left: 0;
    left: 0;
  }
}
.voice-following__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.voice-following__container {
  border: solid 5px #038cdb;
  border-radius: 30px;
  background-color: #ffffff;
  height: 250px;
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  place-items: center;
  margin-top: 26px;
  position: relative;
}
@media screen and (min-width: 480px) {
  .voice-following__container {
    height: 300px;
  }
}
@media screen and (min-width: 750px) {
  .voice-following__container {
    margin-top: 75px;
    height: 325px;
    width: 650px;
  }
}
@media screen and (min-width: 1280px) {
  .voice-following__container {
    margin-top: 26px;
    height: 300px;
  }
}
.voice-following__items {
  padding-left: 30px;
}
@media screen and (min-width: 480px) {
  .voice-following__items {
    padding-left: 20px;
  }
}
@media screen and (min-width: 750px) {
  .voice-following__items {
    padding-left: 0;
  }
}
.voice-following__item {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #333333;
  position: relative;
  margin-top: 17px;
}
@media screen and (min-width: 480px) {
  .voice-following__item {
    font-size: 1.6rem;
    margin-top: 22px;
  }
}
@media screen and (min-width: 750px) {
  .voice-following__item {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .voice-following__item {
    font-size: 1.6rem;
  }
}
.voice-following__item:first-child {
  margin-top: 0;
}
.voice-following__item span {
  font-size: 2.2rem;
  font-weight: bold;
  color: #038cdb;
  background: linear-gradient(transparent 65%, #fffe86 65%);
}
@media screen and (min-width: 480px) {
  .voice-following__item span {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 750px) {
  .voice-following__item span {
    font-size: 3rem;
  }
}
.voice-following__item::before {
  content: "";
  background-image: url(../images/to-c/check@2x.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  left: -28px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 480px) {
  .voice-following__item::before {
    width: 20px;
    height: 20px;
    left: -32px;
  }
}
@media screen and (min-width: 750px) {
  .voice-following__item::before {
    width: 25px;
    height: 25px;
    left: -37px;
  }
}
.voice-following__circle {
  width: 82px;
  height: 82px;
  background-color: #e97aa8;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -49px;
  left: -49px;
  z-index: 1;
}
@media screen and (min-width: 480px) {
  .voice-following__circle {
    width: 112px;
    height: 112px;
    top: -70px;
    left: -62px;
  }
}
@media screen and (min-width: 750px) {
  .voice-following__circle {
    top: -98px;
    left: -89px;
    width: 162px;
    height: 162px;
  }
}
@media screen and (min-width: 1280px) {
  .voice-following__circle {
    top: -81px;
    left: -106px;
  }
}
.voice-following__circle > p {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.75;
  color: #ffffff;
}
@media screen and (min-width: 480px) {
  .voice-following__circle > p {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 750px) {
  .voice-following__circle > p {
    font-size: 2.4rem;
  }
}
.voice-following__speech-bubble {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 65px;
  color: #ffffff;
  background-color: #ef4f91;
  width: 65px;
  height: 65px;
  position: absolute;
  border-radius: 50%;
  text-align: center;
  left: -10px;
  top: -35px;
  z-index: 1;
}
@media screen and (min-width: 480px) {
  .voice-following__speech-bubble {
    font-size: 1.8rem;
    line-height: 75px;
    width: 75px;
    height: 75px;
    left: -15px;
    top: -40px;
  }
}
@media screen and (min-width: 750px) {
  .voice-following__speech-bubble {
    font-size: 2.4rem;
    left: -20px;
    top: -50px;
    width: 95px;
    height: 95px;
    line-height: 95px;
  }
}
@media screen and (min-width: 1280px) {
  .voice-following__speech-bubble {
    left: -33px;
    top: -52px;
  }
}
.voice-following__speech-bubble::after {
  content: "";
  position: absolute;
  bottom: 2px;
  right: 2px;
  border: 4px solid transparent;
  border-top: 10px solid #ef4f91;
  transform: rotate(-45deg);
}
@media screen and (min-width: 480px) {
  .voice-following__speech-bubble::after {
    bottom: 4px;
    right: 4px;
  }
}

.flow-toc {
  padding-top: 57px;
  padding-bottom: 57px;
  position: relative;
  background-image: url(../images/to-c/bg-flow@2x.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 750px) {
  .flow-toc {
    padding-top: 57px;
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 1280px) {
  .flow-toc {
    padding-top: 133px;
    padding-bottom: 90px;
  }
}
.flow-toc__inner {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .flow-toc__inner {
    max-width: 715px;
    margin: 0 auto;
  }
}
.flow-toc__items {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  flex-direction: column;
  max-width: 500px;
  width: 100%;
  margin-inline: auto;
  border: solid 3px #038cdb;
  background-color: #ffffff;
}
@media screen and (min-width: 750px) {
  .flow-toc__items {
    margin-top: 52px;
  }
}
@media screen and (min-width: 1280px) {
  .flow-toc__items {
    flex-direction: row;
    row-gap: 50px;
    margin-top: 60px;
    flex-wrap: wrap;
    border: none;
    max-width: 100%;
    background-color: transparent;
  }
}
.flow-toc__item {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  border-bottom: dotted 3px #038cdb;
  width: 80%;
  justify-content: center;
}
.flow-toc__item:last-child {
  border-bottom: none;
}
@media screen and (min-width: 1280px) {
  .flow-toc__item {
    border: solid 5px #038cdb;
    border-radius: 10px;
    width: 175px;
    height: 185px;
    display: block;
    background-color: #ffffff;
  }
  .flow-toc__item:last-child {
    border: solid 5px #038cdb;
  }
}
.flow-toc__texts {
  width: 70%;
}
@media screen and (min-width: 480px) {
  .flow-toc__texts {
    width: 80%;
  }
}
@media screen and (min-width: 1280px) {
  .flow-toc__texts {
    width: 100%;
  }
}
.flow-toc__step {
  font-size: 2rem;
  letter-spacing: 0.1em;
  color: #ffffff;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 100px;
  background-color: #038cdb;
  position: relative;
  margin: 0 auto;
  margin-top: 22px;
  margin-bottom: 9px;
}
@media screen and (min-width: 750px) {
  .flow-toc__step {
    font-size: 3rem;
    height: 57px;
    line-height: 57px;
    width: 150px;
    margin-top: 32px;
    margin-bottom: 19px;
  }
  .flow-toc__step.first-step {
    margin-top: 41px;
  }
  .flow-toc__step.fourth-step {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .flow-toc__step {
    font-size: 2rem;
    height: 40px;
    line-height: 40px;
    width: 100px;
    position: absolute;
    top: -23px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0;
    margin-bottom: 0;
  }
  .flow-toc__step.first-step {
    margin-top: 0;
  }
  .flow-toc__step.fourth-step {
    margin-bottom: 0;
  }
}
.flow-toc__step::before, .flow-toc__step::after {
  position: absolute;
  top: 0;
  width: 0px;
  height: 0px;
  border-color: #038cdb transparent;
  border-style: solid;
  content: "";
}
.flow-toc__step::before {
  left: -10px;
  border-width: 20px 0px 20px 11px;
}
@media screen and (min-width: 750px) {
  .flow-toc__step::before {
    border-width: 28.5px 0px 29px 11px;
  }
}
@media screen and (min-width: 1280px) {
  .flow-toc__step::before {
    border-width: 20px 0px 20px 11px;
  }
}
.flow-toc__step::after {
  right: -10px;
  border-width: 20px 11px 20px 0px;
}
@media screen and (min-width: 750px) {
  .flow-toc__step::after {
    border-width: 28.5px 11px 29px 0;
  }
}
@media screen and (min-width: 1280px) {
  .flow-toc__step::after {
    border-width: 20px 11px 20px 0px;
  }
}
.flow-toc__icon {
  margin: 0 auto;
  position: relative;
  left: -3%;
}
@media screen and (min-width: 480px) {
  .flow-toc__icon {
    left: -10%;
  }
}
@media screen and (min-width: 750px) {
  .flow-toc__icon {
    left: -6%;
  }
}
@media screen and (min-width: 1280px) {
  .flow-toc__icon {
    position: static;
  }
}
.flow-toc__icon.first {
  width: 38px;
  height: 70px;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 750px) {
  .flow-toc__icon.first {
    width: 52px;
    height: 95px;
  }
}
@media screen and (min-width: 1280px) {
  .flow-toc__icon.first {
    width: 38px;
    height: 70px;
    margin-top: 43px;
    margin-bottom: 10px;
    position: static;
  }
}
.flow-toc__icon.second {
  width: 71px;
  height: 88px;
  margin-top: 0;
  margin-bottom: 0;
  top: 10px;
}
@media screen and (min-width: 480px) {
  .flow-toc__icon.second {
    width: 71px;
    height: 88px;
  }
}
@media screen and (min-width: 750px) {
  .flow-toc__icon.second {
    width: 85px;
    height: 106px;
  }
}
@media screen and (min-width: 1280px) {
  .flow-toc__icon.second {
    width: 71px;
    height: 88px;
    margin-top: 44px;
    margin-bottom: -9px;
  }
}
.flow-toc__icon.third {
  width: 90px;
  height: 67px;
  margin-top: 0;
  margin-bottom: 0;
  top: 10px;
}
@media screen and (min-width: 750px) {
  .flow-toc__icon.third {
    width: 116px;
    height: 85px;
  }
}
@media screen and (min-width: 1280px) {
  .flow-toc__icon.third {
    width: 90px;
    height: 67px;
    margin-top: 58px;
    margin-bottom: -2px;
  }
}
.flow-toc__icon.fourth {
  width: 80px;
  height: 70px;
  margin-top: 0;
}
@media screen and (min-width: 750px) {
  .flow-toc__icon.fourth {
    width: 104px;
    height: 97px;
  }
}
@media screen and (min-width: 1280px) {
  .flow-toc__icon.fourth {
    width: 80px;
    height: 70px;
    margin-top: 46px;
  }
}
.flow-toc__icon.fifth {
  width: 77px;
  height: 59px;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 750px) {
  .flow-toc__icon.fifth {
    width: 101px;
    height: 74px;
  }
}
@media screen and (min-width: 1280px) {
  .flow-toc__icon.fifth {
    width: 77px;
    height: 59px;
    margin-top: 51px;
    margin-bottom: 13px;
  }
}
.flow-toc__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.flow-toc__text > p {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  color: #333333;
  text-align: center;
  margin-bottom: 11px;
}
@media screen and (min-width: 750px) {
  .flow-toc__text > p {
    font-size: 2.4rem;
    margin-bottom: 22px;
  }
}
@media screen and (min-width: 1280px) {
  .flow-toc__text > p {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
}
.flow-toc__arrow {
  width: 25px;
  height: 25px;
  margin-left: 24px;
  margin-right: 14px;
}

.qa-toc {
  background-color: #eef8fd;
  padding: 80px 0 75px;
  position: relative;
}
@media screen and (min-width: 750px) {
  .qa-toc {
    padding: 140px 0 108px;
  }
}
@media screen and (min-width: 1280px) {
  .qa-toc {
    padding: 135px 0 114px;
  }
}
.qa-toc::before {
  content: "";
  position: absolute;
  background-image: url(../images/to-c/qa-triangle@2x.png);
  width: 142px;
  height: 145px;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1280px) {
  .qa-toc::before {
    width: 262px;
    height: 265px;
  }
}
.qa-toc__inner {
  width: 95%;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 1280px) {
  .qa-toc__inner {
    max-width: 1240px;
    width: 100%;
  }
}
.qa-toc__items {
  width: 100%;
  margin: 73px auto 0;
  max-width: 690px;
}
@media screen and (min-width: 750px) {
  .qa-toc__items {
    margin: 83px auto 0;
  }
}
@media screen and (min-width: 1280px) {
  .qa-toc__items {
    max-width: 800px;
    margin: 89px auto 0;
  }
}
.qa-toc__item {
  box-shadow: 0 0 10px rgba(3, 140, 219, 0.5);
  border-radius: 50px;
  background-color: #ffffff;
  padding-top: 28px;
  padding-bottom: 33px;
}
@media screen and (min-width: 1280px) {
  .qa-toc__item {
    height: 300px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.qa-toc__item:not(:first-child) {
  margin-top: 70px;
}
@media screen and (min-width: 750px) {
  .qa-toc__item:not(:first-child) {
    margin-top: 83px;
  }
}
@media screen and (min-width: 1280px) {
  .qa-toc__item:not(:first-child) {
    height: 260px;
  }
}
.qa-toc__item::before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: -1;
}
.qa-toc__item.first {
  position: relative;
}
@media screen and (min-width: 1280px) {
  .qa-toc__item.first {
    position: static;
  }
}
.qa-toc__item.first::before {
  background-image: url(../images/to-c/qa-icon1@2x.png);
  width: 87px;
  height: 75px;
  top: -71px;
  right: 50px;
}
@media screen and (min-width: 750px) {
  .qa-toc__item.first::before {
    width: 99px;
    height: 86px;
    top: -82px;
  }
}
@media screen and (min-width: 1280px) {
  .qa-toc__item.first::before {
    width: 131px;
    height: 114px;
    top: 85px;
    right: 0;
  }
}
.qa-toc__item.second {
  position: relative;
}
@media screen and (min-width: 1280px) {
  .qa-toc__item.second {
    position: static;
  }
}
.qa-toc__item.second::before {
  background-image: url(../images/to-c/qa-icon2@2x.png);
  width: 86px;
  height: 77px;
  top: -85px;
  left: 69px;
}
@media screen and (min-width: 480px) {
  .qa-toc__item.second::before {
    left: 96px;
  }
}
@media screen and (min-width: 750px) {
  .qa-toc__item.second::before {
    width: 101px;
    height: 92px;
    top: -102px;
  }
}
@media screen and (min-width: 1280px) {
  .qa-toc__item.second::before {
    width: 133px;
    height: 123px;
    top: 490px;
    left: 0;
  }
}
.qa-toc__item.third {
  position: relative;
}
@media screen and (min-width: 1280px) {
  .qa-toc__item.third {
    position: static;
  }
}
.qa-toc__item.third::before {
  background-image: url(../images/to-c/qa-icon3@2x.png);
  width: 82px;
  height: 82px;
  top: -62px;
  right: 50px;
}
@media screen and (min-width: 750px) {
  .qa-toc__item.third::before {
    width: 97px;
    height: 97px;
    top: -71px;
  }
}
@media screen and (min-width: 1280px) {
  .qa-toc__item.third::before {
    width: 129px;
    height: 129px;
    top: 845px;
    right: 0;
  }
}
.qa-toc__item.fourth {
  position: relative;
}
@media screen and (min-width: 1280px) {
  .qa-toc__item.fourth {
    position: static;
  }
}
.qa-toc__item.fourth::before {
  background-image: url(../images/to-c/qa-icon4@2x.png);
  width: 94px;
  height: 86px;
  top: -62px;
  left: 70px;
}
@media screen and (min-width: 480px) {
  .qa-toc__item.fourth::before {
    left: 126px;
  }
}
@media screen and (min-width: 750px) {
  .qa-toc__item.fourth::before {
    width: 109px;
    height: 101px;
    top: -73px;
  }
}
@media screen and (min-width: 1280px) {
  .qa-toc__item.fourth::before {
    width: 145px;
    height: 135px;
    top: 1185px;
    left: 0;
  }
}
.qa-toc__item dt {
  width: 85%;
  font-weight: bold;
  font-size: 1.5rem;
  padding-left: 60px;
  position: relative;
  line-height: 1.75;
  color: #038cdb;
  border-bottom: dotted 2px #038cdb;
  margin: 0 auto;
  padding-bottom: 10px;
}
@media screen and (min-width: 480px) {
  .qa-toc__item dt {
    font-size: 2.2rem;
    padding-bottom: 25px;
    padding-left: 88px;
  }
}
@media screen and (min-width: 750px) {
  .qa-toc__item dt {
    font-size: 3.2rem;
    padding-left: 100px;
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 1280px) {
  .qa-toc__item dt {
    font-size: 2.4rem;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 88px;
  }
}
.qa-toc__item dt.second-dt {
  padding-bottom: 23px;
}
@media screen and (min-width: 480px) {
  .qa-toc__item dt.second-dt {
    padding-bottom: 33px;
  }
}
@media screen and (min-width: 1280px) {
  .qa-toc__item dt.second-dt {
    padding-bottom: 40px;
  }
}
.qa-toc__item dt.second-dt::before {
  top: 30%;
}
@media screen and (min-width: 1280px) {
  .qa-toc__item dt.second-dt::before {
    top: 50%;
  }
}
.qa-toc__item dt::before {
  content: "Q";
  color: #038cdb;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  left: 0;
  font-size: 2.6rem;
  color: #ffffff;
  background-color: #038cdb;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
}
@media screen and (min-width: 480px) {
  .qa-toc__item dt::before {
    font-size: 3.6rem;
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
}
@media screen and (min-width: 750px) {
  .qa-toc__item dt::before {
    top: 50%;
  }
}
.qa-toc__item dd {
  width: 85%;
  font-size: 1.4rem;
  padding-left: 60px;
  position: relative;
  margin: 10px auto 0;
  color: #333333;
  line-height: 1.75;
  padding-top: 10px;
}
@media screen and (min-width: 480px) {
  .qa-toc__item dd {
    font-size: 1.6rem;
    padding-left: 88px;
    margin: 10px auto 0;
    padding-top: 20px;
  }
}
@media screen and (min-width: 750px) {
  .qa-toc__item dd {
    font-size: 2.4rem;
    padding-left: 110px;
    margin: 15px 0 0px;
    width: 88%;
    margin-inline: auto;
    padding-top: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .qa-toc__item dd {
    font-size: 1.6rem;
    margin: 27px auto 0;
    padding-left: 88px;
    width: 85%;
  }
}
.qa-toc__item dd.first::before {
  top: 0;
  transform: translateY(0);
}
@media screen and (min-width: 1280px) {
  .qa-toc__item dd.second, .qa-toc__item dd.third {
    margin: 40px auto 0;
  }
}
.qa-toc__item dd.fourth::before {
  top: 42px;
}
@media screen and (min-width: 1280px) {
  .qa-toc__item dd.fourth::before {
    top: 50%;
  }
}
.qa-toc__item dd::before {
  content: "A";
  color: #038cdb;
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  left: 0;
  font-size: 2.6rem;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: #eeeeee;
}
@media screen and (min-width: 480px) {
  .qa-toc__item dd::before {
    font-size: 3.6rem;
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
}
@media screen and (min-width: 750px) {
  .qa-toc__item dd::before {
    left: 10px;
    top: 50%;
  }
}
@media screen and (min-width: 1280px) {
  .qa-toc__item dd::before {
    left: 0;
  }
}
.qa-toc__item dd span {
  color: #038cdb;
  background: linear-gradient(transparent 70%, #fffe86 70%);
}/*# sourceMappingURL=to-c.css.map */