@charset "UTF-8";
/* リセットCSS
===================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.6;
  font-weight: 500;
  background: #fff;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, button, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
  width: 100%;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

/*------------------------------
common
------------------------------*/
body {
  color: #333333;
  font-family: "M PLUS 1", sans-serif;
}
body.is-active {
  position: fixed;
  width: 100%;
  height: 100%;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

main {
  background: url(../images/main-bg.jpg) repeat-y center center/100%;
}

.main-container {
  width: 88%;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .main-container {
    width: 97%;
  }
}

/* スマホ用の表示の時はis-pcは非表示 */
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
/* PC用の表示の時はis-spは非表示 */
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
/* コンテンツ幅
------------------------------*/
.inner {
  width: 1052px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
  position: relative;
  z-index: 20;
}

.u-with--1030 {
  width: 1062px;
}

/* 余白
------------------------------*/
.c-mt60 {
  margin-top: min(60px, 4.39238653vw);
}

/* 背景画像
------------------------------*/
.c-bg-blue {
  background: #0071BC;
  position: relative;
}
.c-bg-blue::before {
  background: url(../images/stripe.png) repeat-y center top/100% auto;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0%;
  z-index: 10;
  pointer-events: none;
}

/* テキスト
------------------------------*/
.u-text--red {
  color: #E2050A;
}

.u-text--marker {
  background: linear-gradient(transparent 60%, #FAE707 60%);
}

/* ボタン
------------------------------*/
.c-button {
  display: inline-block;
  width: min(292px, 21.3762811127vw);
  max-width: 100%;
  font-size: min(2.5rem, 1.8301610542vw);
  font-weight: 700;
  line-height: 1.96;
  text-align: center;
  color: #fff;
  border: 4px solid #FDB500;
  border-radius: 7px;
  background: linear-gradient(to bottom, #FAB03C, #EE5E01);
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-button img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  vertical-align: baseline;
  margin-right: 8px;
}
@media (max-width: 767px) {
  .c-button {
    max-width: 350px;
    width: 100%;
    font-size: 1.8rem;
  }
}

.c-button-request img {
  width: 0.72em;
}

.c-button-contact img {
  width: 0.96em;
}

/* fade in anime
------------------------------*/
.fade {
  opacity: 0;
}

/*------------------------------
fv
------------------------------*/
.fv {
  position: relative;
  padding: 1.6% 0 5%;
}
.fv h1 {
  margin: 0 auto 1.8%;
  position: relative;
  width: 108%;
  transform: translate(-7.6%, -4%);
}

.fv_bg {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 3.6% 100%, 3.6% 12.7%, 96.4% 9.1%, 96.4% 48.8%, 3.6% 52.4%, 3.6% 100%, 100% 100%, 100% 0%);
          clip-path: polygon(0% 0%, 0% 100%, 3.6% 100%, 3.6% 12.7%, 96.4% 9.1%, 96.4% 48.8%, 3.6% 52.4%, 3.6% 100%, 100% 100%, 100% 0%);
}
@media (max-width: 767px) {
  .fv_bg {
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 3.6% 100%, 3.6% 11vw, 96.4% 8vw, 96.4% 42vw, 3.6% 45vw, 3.6% 100%, 100% 100%, 100% 0%);
            clip-path: polygon(0% 0%, 0% 100%, 3.6% 100%, 3.6% 11vw, 96.4% 8vw, 96.4% 42vw, 3.6% 45vw, 3.6% 100%, 100% 100%, 100% 0%);
  }
  .fv h1 {
    margin: 20px auto;
    position: relative;
    width: 100%;
    transform: translate(0,0);
  }
}

.fv__cta {
  position: absolute;
  bottom: min(64px, 4.6852122987vw);
  left: 50%;
  transform: translateX(-50%);
  width: 93%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  position: relative;
  bottom: unset;
}

.fv__box {
  position: relative;
  padding: 4.25% 5.16%;
}
@media (max-width: 767px) {
  .fv__box {
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .fv__box-image {
    position: absolute;
    width: min(523px, 38.2869692533vw);
    bottom: -7%;
    left: -9%;
  }
}
.fv__box-content {
  width: 62%;
  max-width: 70%;
  margin-left: auto;
}
.fv__box-content h2 {
  font-size: min(3.6rem, 2.635431918vw);
  font-weight: 700;
  line-height: 1.3611111111;
}
.fv__box-content h2 small {
  display: block;
  font-size: min(2.8rem, 2.0497803807vw);
}
@media (max-width: 767px) {
  .fv__box-content {
    max-width: 100%;
    width: 100%;
  }
  .fv__box-content h2 {
    font-size: 1.8rem;
    text-align: center;
  }
  .fv__box-content h2 small {
    font-size: 1.4rem;
  }
}

.fv__box-list {
  margin-top: min(27px, 1.9765739385vw);
}
.fv__box-list li {
  font-size: min(2.2rem, 1.6105417277vw);
  font-weight: 700;
  line-height: 1.7727272727;
  position: relative;
  padding-left: 1.136em;
}
.fv__box-list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../images/icon_check1.png) no-repeat center center/contain;
  width: 1em;
  aspect-ratio: 22/22;
}
@media (max-width: 767px) {
  .fv__box-list {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 2% auto 0;
  }
  .fv__box-list li {
    font-size: 1.6rem;
    line-height: 1.3;
    margin-bottom: 1em;
  }
  .fv__box-list li::before {
    top: 1em;
  }
}

.fv__button {
  margin-top: min(35px, 2.5622254758vw);
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .fv__button {
    display: block;
    margin-top: 8%;
  }
  .fv__button a {
    margin: 0 auto;
  }
  .fv__button a:first-child {
    margin-bottom: 8%;
  }
}

/*------------------------------
worry
------------------------------*/
.worry {
  background: #000;
  margin-top: min(108px, 7.906295754vw);
  padding-bottom: min(60px, 4.39238653vw);
}

.worry__container {
  position: relative;
}

.worry__title {
  transform: translateY(-7%);
}

.worry__inner {
  width: 1162px;
}
.worry__box {
  background: url(../images/worry_bg.png) no-repeat center center/cover;
  aspect-ratio: 2261/1167;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: -4%;
}
.worry__box::before {
  content: "";
  position: absolute;
  top: 0;
  right: min(76px, 5.5636896047vw);
  transform: translateY(-50%);
  background: url(../images/img_01.png) no-repeat center center/contain;
  width: min(172px, 12.5915080527vw);
  aspect-ratio: 172/154;
}

.worry__list li {
  font-size: min(3.3rem, 2.34375vw);
  font-weight: 700;
  line-height: 1.303030303;
  padding: 0.667em 0;
  border-bottom: 6px solid #BFBFBF;
  position: relative;
  padding-left: 1.78em;
}
.worry__list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../images/icon_check2.png) no-repeat center center/contain;
  width: 1.78em;
  aspect-ratio: 39/38;
}
@media (max-width: 767px) {
  .worry__list li {
    font-size: min(1rem, 2.5vw);
    font-size: min(1.1rem, 2.75vw);
    border-width: 3px;
  }
}

/*------------------------------
compare
------------------------------*/
.compare {
  padding-top: min(60px, 4.39238653vw);
  background: url(../images/bg1-arrow.png) no-repeat center center/cover;
  aspect-ratio: 2415/2555;
}
@media (max-width: 767px) {
  .compare {
    aspect-ratio: 2415/2745;
  }
}

.compare__title {
  width: min(830px, 60.7613469985vw);
  margin: 0 auto;
}
@media (max-width: 767px) {
  .compare__title {
    width: 80%;
  }
}

.compare__table {
  width: 88%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .compare__table {
    width: 95%;
  }
}

/*------------------------------
feature
------------------------------*/
.feature {
  margin-top: min(80px, 5.8565153734vw);
  background: url(../images/bg2.png) no-repeat center center/cover;
  padding: 35px 0 60px;
  position: relative;
}
.feature::before {
  content: "";
  position: absolute;
  background: url(../images/dec_book.png) no-repeat center center/100%;
  aspect-ratio: 441/192;
  width: 20%;
  left: 50%;
  top: 0%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .feature {
    padding: 25px 0;
  }
}

.feature__title {
  width: min(1048px, 76.7203513909vw);
  margin: 0 auto;
}
@media (max-width: 767px) {
  .feature__title {
    width: 90%;
  }
}

.feature__bubble {
  width: 28%;
  margin: 1% auto 0;
}
@media (max-width: 767px) {
  .feature__bubble {
    width: 40%;
    margin: 15px auto 0;
  }
}

.feature__list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.feature__list li {
  width: calc(25% - 7.5px);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  padding: 2%;
  border-radius: 10px;
  background: #fff;
}
.feature__list li:not(:nth-child(4n)) {
  margin-right: 10px;
}
.feature__list li:nth-child(n+5) {
  margin-top: 30px;
}
.feature__list li h3 {
  font-size: min(2.4rem, 1.8229166667vw);
  font-weight: 700;
  line-height: 1.4583333333;
  border-bottom: 0.167em solid #FF6C02;
  text-align: center;
  margin: 1em auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.feature__list li p {
  font-size: min(1.6rem, 1.5625vw);
  font-weight: 500;
  line-height: 1.4;
  margin-top: 1.25em;
}
@media (max-width: 767px) {
  .feature__list {
    margin-top: 15px;
  }
  .feature__list li {
    width: calc(50% - 5px);
    padding: 10px;
  }
  .feature__list li:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .feature__list li:nth-child(2n) {
    margin-left: 10px;
  }
  .feature__list li:nth-child(n+3) {
    margin-top: 15px;
  }
  .feature__list li h3 {
    font-size: 1.6rem;
  }
  .feature__list li p {
    font-size: 1.32rem;
  }
}

.feature__item-num {
  font-size: min(3rem, 2.196193265vw);
  font-weight: 700;
  line-height: 1.0666666667;
  color: #FF6C02;
  text-align: center;
  position: relative;
}
.feature__item-num::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/img_03.png) no-repeat center center/contain;
  width: 1.9em;
  aspect-ratio: 57/44;
}
@media (max-width: 767px) {
  .feature__item-num {
    font-size: 1.6rem;
  }
}

/*------------------------------
contract
------------------------------*/
.contract {
  padding: 60px 0;
  background: #F7931D;
  position: relative;
}
.contract::after {
  background: url(../images/stripe.png) repeat-y center top/100% auto;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0%;
  z-index: 10;
}

.contract__inner {
  width: 1144px;
}

.contract__title {
  width: min(747px, 54.6852122987vw);
  margin: 0 auto;
}
@media (max-width: 767px) {
  .contract__title {
    width: 90%;
  }
}

.contract__list {
  display: flex;
  justify-content: space-between;
}
.contract__list li {
  width: 32%;
  background: #fff;
  border-radius: 50%;
  border: min(16px, 1.1713030747vw) solid #FFCA8B;
  aspect-ratio: 360/360;
  padding-top: 1.3%;
}
.contract__list li p {
  font-size: min(3rem, 2.196193265vw);
  font-weight: 700;
  line-height: 1.0666666667;
  text-align: center;
}
.contract__list li p small {
  font-size: min(1.9rem, 1.3909224012vw);
}
.contract__list li h3 img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .contract__list {
    display: block;
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
  }
  .contract__list li {
    width: 100%;
    padding-top: 10%;
    border-width: 10px;
  }
  .contract__list li:nth-child(n+2) {
    margin-top: 15px;
  }
  .contract__list li img {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  .contract__list li p {
    font-size: 2.4rem;
  }
  .contract__list li p small {
    font-size: 1.9rem;
  }
}

.contract__item-label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: min(1.7rem, 1.5625vw);
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: #FF6C02;
  padding: 0.5em 1.2em;
  position: relative;
}
.contract__item-label::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 1em;
  aspect-ratio: 17/10;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: #FF6C00;
}
@media (max-width: 767px) {
  .contract__item-label {
    font-size: 1.7rem;
  }
}

.contract__item-num {
  font-size: min(4.6rem, 3.3674963397vw);
  font-weight: 700;
  line-height: 1.1;
  color: #FF6C02;
  text-align: center;
}
@media (max-width: 767px) {
  .contract__item-num {
    font-size: 3rem;
    margin-top: 0.3em;
  }
}

/*------------------------------
voice
------------------------------*/
.voice {
  padding: 40px 0;
}
@media (max-width: 767px) {
  .voice {
    padding: 30px 0;
  }
}

.voice__title {
  width: min(816px, 59.7364568082vw);
  margin: 0 auto;
}
@media (max-width: 767px) {
  .voice__title {
    width: 90%;
  }
}

.voice__list {
  margin-top: 30px;
}
.voice__list li {
  padding: 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.voice__list li:nth-child(n+2) {
  margin-top: 18px;
}
@media (max-width: 767px) {
  .voice__list {
    margin-top: 25px;
  }
  .voice__list li {
    padding: 15px;
    flex-direction: column;
  }
}

.voice__item-image {
  width: 15%;
}
@media (max-width: 767px) {
  .voice__item-image {
    width: 50%;
  }
}

.voice__item-content {
  width: 78%;
}
.voice__item-content p {
  margin-top: 1em;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
}
@media (max-width: 767px) {
  .voice__item-content {
    width: 100%;
    margin-top: 20px;
  }
  .voice__item-content p {
    font-size: 1.4rem;
  }
}

.voice__item-catchphrase {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.25;
  padding-bottom: 0.7em;
  border-bottom: 2px solid #BFBFBF;
}
@media (max-width: 767px) {
  .voice__item-catchphrase {
    font-size: 2rem;
  }
}

.voice__item-name {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.75;
  margin-top: 1em;
}
@media (max-width: 767px) {
  .voice__item-name {
    font-size: 1.8rem;
  }
}

.voice__item-num {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5em 0.3em;
  border-radius: 0.5em;
  background: #0071BC;
  font-size: min(2rem, 1.4641288433vw);
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .voice__item-num {
    font-size: 1.6rem;
  }
}

/*------------------------------
qa
------------------------------*/
.qa {
  padding: 50px 0 60px;
}
@media (max-width: 767px) {
  .qa {
    padding: 30px 0;
  }
}

.qa__title {
  width: min(589px, 43.1185944363vw);
  margin: 0 auto;
}
@media (max-width: 767px) {
  .qa__title {
    width: 80%;
  }
}

.qa__list {
  margin-top: 30px;
}
.qa__list li {
  padding: 26px 40px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background: #fff;
}
.qa__list li:nth-child(n+2) {
  margin-top: 25px;
}
@media (max-width: 767px) {
  .qa__list {
    margin-top: 25px;
  }
  .qa__list li {
    padding: 15px;
  }
}

.qa__item-q {
  font-size: min(3rem, 2.196193265vw);
  font-weight: 700;
  line-height: 1.1666666667;
  color: #0071BC;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 2px solid #BFBFBF;
}
@media (max-width: 767px) {
  .qa__item-q {
    font-size: 1.6rem;
  }
}

.qa__item-num {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: min(3.9rem, 2.8550512445vw);
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: #0071BC;
  border-radius: 10px;
  width: 1.77em;
  aspect-ratio: 69/69;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .qa__item-num {
    font-size: 1.8rem;
    padding: 0 0.5em;
  }
}

.qa__item-a {
  padding-top: 20px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
}
@media (max-width: 767px) {
  .qa__item-a {
    font-size: 1.4rem;
  }
}

.qa__button {
  margin-top: 40px;
  text-align: center;
}
.qa__button a {
  margin: 0 auto;
}

/*------------------------------
service
------------------------------*/
.service {
  padding: min(60px, 4.39238653vw) 0;
}

.service__inner {
  width: 1062px;
}

.service__title {
  width: min(843px, 61.7130307467vw);
  margin: 0 auto;
}
@media (max-width: 767px) {
  .service__title {
    width: 90%;
  }
}

.service__list {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}
.service__list li {
  width: calc(25% - 7.5px);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background: #fff;
  padding: 3% 1%;
  position: relative;
}
.service__list li:nth-child(n+5) {
  margin-top: 50px;
}
.service__list li h3 {
  font-size: min(2.4rem, 1.953125vw);
  font-weight: 700;
  line-height: 1.4583333333;
  text-align: center;
}
.service__list li img {
  margin: 8% auto;
  display: block;
  width: 92%;
}
.service__list li p {
  font-size: min(1.5rem, 1.6927083333vw);
  font-weight: 700;
  line-height: 1.75;
  padding: 0 0.5em;
}
@media (min-width: 768px) {
  .service__list li:not(:nth-child(4n)) {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .service__list {
    display: block;
    width: 300px;
    max-width: 100%;
    margin: 10% auto 0;
  }
  .service__list li {
    width: 100%;
    padding: 8% 9% 9%;
  }
  .service__list li:nth-child(2n) {
    margin-left: 0;
  }
  .service__list li:nth-child(n+2) {
    margin-top: 10%;
  }
  .service__list li h3 {
    font-size: 1.6rem;
  }
  .service__list li img {
    width: 100%;
    margin: 6% auto;
  }
  .service__list li p {
    font-size: 1.4rem;
  }
}

.service__item-label {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.service__item-num {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 1.7rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: #FF6C02;
  padding: 0.5em 0.8em;
  position: relative;
}
.service__item-num::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 1em;
  aspect-ratio: 17/10;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: #FF6C00;
}
@media (max-width: 767px) {
  .service__item-num {
    font-size: 1.6rem;
  }
}

/*------------------------------
cta
------------------------------*/
.cta {
  margin-top: 50px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background: #fff;
  padding: 4.5% 5.2%;
}
.cta p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: min(3.6rem, 2.635431918vw);
  font-weight: 700;
  line-height: 1.3611111111;
  position: relative;
  padding: 0 1.5em;
}
.cta p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../images/img_02.png) no-repeat center center/contain;
  width: 1.22em;
  aspect-ratio: 44/34;
}
.cta p::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) scale(-1, 1);
  background: url(../images/img_02.png) no-repeat center center/contain;
  width: 1.22em;
  aspect-ratio: 44/34;
}
@media (max-width: 767px) {
  .cta {
    padding: 20px 10px;
  }
  .cta p {
    text-align: center;
    font-size: 1.8rem;
  }
}

.cta__button {
  width: 85%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.cta__button a:first-child {
  margin-right: 32px;
}
@media (max-width: 767px) {
  .cta__button {
    display: block;
    margin-top: 10px;
  }
  .cta__button a:nth-child(n) {
    margin: 0 auto;
  }
  .cta__button a:first-child {
    margin-bottom: 10px;
  }
}

.cta__image {
  margin-top: 40px;
}