@charset "UTF-8";
/*
	media settings
**************************************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  html {
    font-size: 62.5%;
  }
}

* {
  box-sizing: border-box;
}

a * {
  pointer-events: none;
  text-decoration: none;
}

body {
  color: #333;
  line-height: 1.6;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans W3", "メイリオ", Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  position: relative;
}

.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato {
  font-weight: 400;
  font-family: "Lato", sans-serif;
}

.italic {
  font-style: italic;
}

.fsp50 {
  font-size: 50% !important;
}

.fsp60 {
  font-size: 60% !important;
}

.fsp65 {
  font-size: 65% !important;
}

.fsp70 {
  font-size: 70% !important;
}

.fsp80 {
  font-size: 80% !important;
}

.fsp90 {
  font-size: 90% !important;
}

.fsp110 {
  font-size: 110% !important;
}

.fsp120 {
  font-size: 120% !important;
}

.fsp130 {
  font-size: 130% !important;
}

.fsp140 {
  font-size: 140% !important;
}

.fsp150 {
  font-size: 150% !important;
}

.fsp160 {
  font-size: 160% !important;
}

.fsp170 {
  font-size: 170% !important;
}

.fsp180 {
  font-size: 180% !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.c-red {
  color: #D0002F;
}

.c-blk {
  color: #333;
}

.c-wht {
  color: #fff;
}

.c-nblu {
  color: #185685;
}

.c-lblu {
  color: #E0EDF7;
}

.c-org {
  color: #E46000;
}

.c-dorg {
  color: #E6480A;
}

.c-lorg {
  color: #E89900;
}

.c-blu {
  color: #0078D0;
}

.c-gold {
  color: #C79826;
}

.c-yel {
  color: #FFD000;
}

.c-byel {
  color: #FFF000;
}

.c-lyel {
  color: #FFF4AC;
}

.t-center {
  text-align: center !important;
}

.t-left {
  text-align: left !important;
}

.t-right {
  text-align: right !important;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul {
  list-style: none;
}

ruby rt {
  font-size: 35%;
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.inline {
  display: inline !important;
}

.spnone {
  display: none !important;
}
@media screen and (min-width: 769px) {
  .spnone {
    display: block !important;
  }
}

.pcnone {
  display: block !important;
}
@media screen and (min-width: 769px) {
  .pcnone {
    display: none !important;
  }
}

.spnone-flex {
  display: none !important;
}
@media screen and (min-width: 769px) {
  .spnone-flex {
    display: flex !important;
  }
}

.pcnone-flex {
  display: flex !important;
}
@media screen and (min-width: 769px) {
  .pcnone-flex {
    display: none !important;
  }
}

.section {
  padding: 4rem 0;
}

.section-padTop {
  padding: 4rem 0 0;
}

.section-top {
  padding: 8rem 0 4rem;
}

i,
em {
  font-style: normal;
}

a {
  display: block;
  text-decoration: none;
  transition: opacity 0.3s;
}
a.break-url {
  word-break: break-all;
  overflow-wrap: break-word;
}

sup {
  font-size: 70%;
  display: inline-block;
  transform: translatey(0.2rem);
}

.mark-text {
  font-style: normal;
  background: linear-gradient(transparent 70%, #FFF4AC 30%);
}

@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.8;
  }
  .section {
    padding: 4rem 0;
  }
  .section-padTop {
    padding: 4rem 0 0;
  }
  .section-top {
    padding: 8rem 0 4rem;
  }
}
/* common */
.inner {
  padding: 0 3rem;
  box-sizing: content-box;
}

.inner-narrow {
  padding: 0 3rem;
  box-sizing: content-box;
}

.inner-S {
  padding: 0 3rem;
  box-sizing: content-box;
}

.inner-SS {
  padding: 0 3rem;
  box-sizing: content-box;
}

@media screen and (min-width: 769px) {
  /* common */
  .inner {
    margin: auto;
    padding: 0 3.2rem;
    max-width: 700px;
  }
  .inner-narrow {
    margin: auto;
    padding: 0 3.2rem;
    max-width: 700px;
  }
  .inner-S {
    margin: auto;
    padding: 0 3.2rem;
    max-width: 520px;
  }
  .inner-SS {
    margin: auto;
    padding: 0 3.2rem;
    max-width: 420px;
  }
  .common-banner {
    margin: auto;
    max-width: 3.2rem;
  }
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
.header-license {
  max-width: 70rem;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header-license-wrap {
  display: flex;
  box-sizing: content-box;
}
.header-license-item {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  padding: 1.1rem 2rem 1.3rem;
  background: #D0002F;
  text-align: center;
}
.header-license-item:nth-child(1) {
  margin-right: 0.1rem;
}
.header-license-item:nth-child(2) {
  border-bottom-right-radius: 0.8rem;
}
.header-code-text {
  font-size: 0.8rem;
  letter-spacing: -0.004rem;
  font-weight: 400;
}
.remodal-is-locked .header {
  padding-right: 15px;
}

/* footer */
.footer {
  margin-top: 4rem;
}
.footer-links {
  padding: 1.5rem 0;
  background: #185685;
}
.form_body .footer-links {
  background: #185685;
}
.footer-link-list {
  display: flex;
  justify-content: center;
  font-size: 1.4rem;
  line-height: 1;
}
.footer-link-list li:first-child {
  margin-right: 2em;
}
.footer-link-list li a {
  color: #fff;
  text-decoration: none;
}
.footer-link-list li a > img {
  width: 0.53rem;
  height: 1rem;
  vertical-align: middle;
  margin-bottom: 0.2rem;
}
.footer-link-list li i {
  display: inline-block;
  margin-left: 1rem;
  color: #fff;
  font-weight: bold;
}
.footer-small {
  display: block;
  font-size: 1em;
  color: #fff;
  text-align: center;
  background-color: #333;
  padding: 0.5rem 0;
}
.footer-text {
  padding: 1rem 0;
  font-size: 1rem;
}

@media screen and (min-width: 769px) {
  .h-area {
    display: flex;
    align-items: baseline;
  }
}
@media screen and (min-width: 769px) {
  .service-area .h-area {
    width: 52rem;
    margin: auto;
  }
}
.h-enTitle {
  font-size: 2.8rem;
  line-height: 1;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 769px) {
  .h-enTitle {
    margin-right: 3rem;
  }
}
.h-title {
  font-size: 2.2rem;
  line-height: 1.2;
}
.h-text {
  font-size: 2.2rem;
}

/* mv */
.section.mv {
  padding: 6.5rem 0 4rem;
}
@media screen and (min-width: 769px) {
  .section.mv {
    padding: 3rem 0;
  }
}

.mv {
  width: 100%;
  background: #E0EDF7;
}
.mv-inner {
  max-width: 52rem;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 3rem;
}
.mv-image {
  text-align: center;
}
.mv-image img {
  width: 17rem;
  height: 17rem;
}
.mv-head {
  font-size: 2.7rem;
  line-height: 1.4;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .mv-head {
    text-align: left;
  }
}
@media screen and (min-width: 769px) {
  .mv-head-catch {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
}
.mv-text {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 3rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .mv-text {
    text-align: left;
    margin-bottom: 2rem;
    margin-top: -2rem;
  }
}
.mv-app-list {
  display: flex;
  flex-wrap: wrap;
}
.mv-app-item {
  width: calc(50% - 0.5rem);
  padding: 1.4rem 4rem 1.6rem;
  line-height: 1;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background: #185685;
  border-radius: 5rem;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .mv-app-item {
    width: calc(25% - 0.75rem);
    padding: 1.2rem 2rem 1.4rem;
  }
}
.mv-app-item:nth-child(odd) {
  margin-right: 1rem;
}
@media screen and (min-width: 769px) {
  .mv-app-item:nth-child(odd) {
    margin-right: 0;
  }
}
.mv-app-item:nth-child(1) {
  margin-bottom: 1rem;
}
@media screen and (min-width: 769px) {
  .mv-app-item:nth-child(1) {
    margin-bottom: 0;
  }
}
.mv-app-item:nth-child(2) {
  margin-bottom: 1rem;
}
@media screen and (min-width: 769px) {
  .mv-app-item:nth-child(2) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .mv-app-item + .mv-app-item {
    margin-left: 1rem;
  }
}

.service-area {
  background: url(../img/area-bgimg.webp) no-repeat top center/100%;
}
@media screen and (min-width: 769px) {
  .service-area {
    background: url(../img/area-bgimg.webp) no-repeat top center/70rem 24rem;
    padding-bottom: 6rem;
  }
}
.service-area-listArea {
  margin-top: 3rem;
  background: #fff;
  padding: 2rem;
  border-radius: 1rem;
}
.service-area-listArea-title {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 769px) {
  .service-area-listArea {
    width: 52rem;
    margin: 3rem auto 0;
  }
}
.service-area-list {
  display: flex;
  flex-wrap: wrap;
}
.service-area-item {
  font-size: 1.5rem;
}
@media screen and (min-width: 769px) {
  .service-area-item {
    width: calc(33.33% - 0.33333rem);
    margin-left: 0.5rem;
  }
  .service-area-item:nth-child(3n-2) {
    margin-left: 0rem;
  }
}
@media screen and (max-width: 768px) {
  .service-area-item:nth-child(odd) {
    width: calc(62% - 0.5rem);
    margin-right: 1rem;
  }
  .service-area-item:nth-child(even) {
    width: calc(38% - 0.5rem);
  }
}

.flow {
  background: #E0EDF7;
}
.flow-list {
  margin-top: 3rem;
}
.flow-item {
  margin-top: 4rem;
}
@media screen and (min-width: 769px) {
  .flow-item {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 769px) {
  .flow-item-wrap {
    width: calc(100% - 36rem);
  }
}
.flow-item-image {
  display: block;
  position: relative;
}
@media screen and (min-width: 769px) {
  .flow-item-image {
    width: 34rem;
    margin-right: 2rem;
  }
}
.flow-item-step {
  position: absolute;
  top: 0;
  left: 1.5rem;
  z-index: 1;
  background: #185685;
  padding: 0.3rem 1rem 0.5rem;
  font-size: 1.7rem;
  line-height: 1;
}
.flow-item-step > span {
  font-size: 2.1rem;
}
.flow-item-title {
  position: absolute;
  top: 4rem;
  left: 1.5rem;
  font-size: 1.9rem;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .flow-item-title {
    font-size: 2rem;
  }
}
.flow-item-desc {
  font-size: 1.3rem;
  margin-top: 1rem;
}
@media screen and (min-width: 769px) {
  .flow-item-desc {
    font-size: 1.4rem;
  }
}
.flow .cta.section-padTop {
  padding-top: 3rem;
}
@media screen and (min-width: 769px) {
  .flow .cta.section-padTop {
    padding-top: 2rem;
  }
}

.faq {
  background: #E0EDF7;
}
@media screen and (min-width: 769px) {
  .faq {
    max-width: 70rem;
    margin: 0 auto 4rem;
  }
}
.faq-content {
  margin-top: 1rem;
  padding: 1rem 1.5rem;
  background: #fff;
}
.faq-content:nth-of-type(1) {
  margin-top: 3rem;
}
@media screen and (min-width: 769px) {
  .faq-content {
    padding: 1.5rem 3.5rem;
  }
}
.faq-title {
  cursor: pointer;
  padding: 1rem 3rem 1rem 0;
  font-size: 1.7rem;
  line-height: 1.4;
  position: relative;
}
.faq-title::before {
  content: "";
  background: url(../img/arrow-circle-nvy-down.webp) no-repeat center center/cover;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translatey(-50%);
  z-index: 1;
}
.faq-title.open::before {
  background: url(../img/arrow-circle-nvy-up.webp) no-repeat center center/cover;
}
.faq-text {
  font-size: 1.4rem;
  border-top: 0.1rem solid #ccc;
  padding-top: 1rem;
}

.form-top {
  background: #185685;
}
@media screen and (min-width: 769px) {
  .form-top {
    max-width: 70rem;
    margin: 0 auto 4rem;
  }
}
.form-top-text {
  font-size: 1.4rem;
  margin-top: 2rem;
}
.form-top-wrap {
  background: #fff;
  padding: 3rem 1.5rem;
  margin-top: 2rem;
}
.form-top .form #sfm-form {
  margin-top: 0;
}
.form-top .form .input-area {
  margin-top: 0;
}

/* cta */
.cta {
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .cta-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 700px;
    margin: 0 auto;
    gap: 1.5rem;
    padding: 0 3rem;
  }
  .cta-s .cta-list {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .cta-list.flex-col {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cta-list.flex-col .tel-list {
    order: 4;
  }
  .cta-list.flex-col .web-list {
    order: 5;
  }
  .cta-list.flex-col .official-list {
    order: 1;
  }
}
.cta-list.cta-list-center {
  justify-content: flex-start;
}
.modal-area .cta-list {
  justify-content: center;
}
.cta-list.form_tel_box_cta li {
  width: 100%;
  height: 7rem;
}
@media screen and (min-width: 769px) {
  .cta-list.form_tel_box_cta li {
    height: 7rem;
    width: 38rem;
  }
}
.cta-list.form_tel_box_cta li a {
  text-decoration: none;
  transition: 0.3s all;
}
.cta-list.form_tel_box_cta li a.common-cta-tel .Oswald {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .cta-list.form_tel_box_cta li a.common-cta-tel {
    padding-right: 4rem;
  }
}
.cta-list.form_tel_box_cta li a:hover {
  opacity: 0.8;
}
.cta-list.form_tel_box_cta li a span > span {
  margin-bottom: 0.5rem;
}
.cta-list.form_tel_box_cta li a span > span.telText {
  font-size: 1.8rem;
}
.cta-list.form_tel_box_cta li a .cta-icon {
  margin-right: 1rem;
}
.cta-list.form_tel_box_cta li a::after {
  right: 2rem;
}
@media screen and (min-width: 769px) {
  .cta-list.form_tel_box_cta li a::after {
    right: 4rem;
  }
}
@media screen and (min-width: 769px) {
  .cta-list li {
    width: 31.2rem;
    height: 7rem;
  }
}
@media screen and (max-width: 768px) {
  .cta-list li {
    width: calc(100% - 6rem);
    height: 7rem;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .cta-list li.noTopMargin {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .cta-list li.topMargin {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 769px) {
  .modal-area .cta-list li {
    width: 34.2rem;
    height: 7rem;
  }
}
@media screen and (max-width: 768px) {
  .modal-area .cta-list li {
    width: calc(100% - 3rem);
  }
}
@media screen and (min-width: 769px) {
  .cta-s .cta-list li {
    width: 31.5rem;
    height: 7rem;
  }
}
@media screen and (max-width: 768px) {
  .cta-s .cta-list li {
    height: 7rem;
  }
}
.cta-list li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: bold;
  border-radius: 0.8rem;
  background: #D0002F;
  box-shadow: 0rem 0.3rem 0.553rem 0.2rem rgba(0, 0, 0, 0.2), 0rem 1.1062rem 1.4381rem 0rem rgba(0, 0, 0, 0.1);
  color: #fff;
  padding-right: 3rem;
  padding-left: 4rem;
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  .cta-list li a {
    padding-left: 3rem;
  }
}
.cta-list li a.common-cta-web .cta-icon {
  width: 2.45rem;
  height: 1.85rem;
}
.cta-s .cta-list li a.common-cta-tel {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media screen and (min-width: 769px) {
  .cta-s .cta-list li a.common-cta-tel {
    padding-left: 3.2rem;
  }
}
@media screen and (min-width: 769px) {
  .modal-area .cta-list li a.common-cta-tel {
    pointer-events: none;
  }
}
.cta-list li a.common-cta-tel .cta-icon {
  width: 2.55rem;
  height: 2.55rem;
}
.cta-list li a.common-cta-official {
  background: #869AAA;
  padding-left: 1rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .cta-list li a.common-cta-official {
    padding-left: 1rem;
  }
}
.modal-area .cta-list li a.common-cta-official {
  padding-left: 2rem;
}
@media screen and (min-width: 769px) {
  .modal-area .cta-list li a.common-cta-official {
    padding-left: 3rem;
  }
}
.cta-list li a.common-cta-official .btn-text-wrap > span {
  font-size: 1.5rem;
}
@media screen and (min-width: 769px) {
  .cta-list li a.common-cta-official .btn-text-wrap > span {
    font-size: 1.8rem;
  }
}
.modal-area .cta-list li a.common-cta-official .btn-text-wrap > span {
  font-size: 1.5rem;
  line-height: 1.3;
}
@media screen and (min-width: 769px) {
  .modal-area .cta-list li a.common-cta-official .btn-text-wrap > span {
    font-size: 1.8rem;
  }
}
.cta-list li a.common-cta-first {
  background: #fff;
  padding-left: 1rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .cta-list li a.common-cta-first {
    padding-left: 3rem;
  }
}
.modal-area .cta-list li a.common-cta-first {
  padding-left: 2rem;
}
@media screen and (min-width: 769px) {
  .modal-area .cta-list li a.common-cta-first {
    padding-left: 3rem;
  }
}
.cta-list li a.common-cta-first .btn-text-wrap > span {
  font-size: 1.5rem;
  color: #D0002F;
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .cta-list li a.common-cta-first .btn-text-wrap > span {
    font-size: 1.7rem;
  }
}
.cta-list li a.common-cta-first .btn-text-wrap > span.t-indent {
  text-indent: -0.7rem;
}
.modal-area .cta-list li a.common-cta-first .btn-text-wrap > span {
  font-size: 1.5rem;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .modal-area .cta-list li a.common-cta-first .btn-text-wrap > span {
    font-size: 1.7rem;
  }
}
.cta-list li a.common-cta-first .cta-icon.cta-note-icon {
  width: 2.7rem;
  height: 2.6rem;
}
.cta-list li a.common-cta-first .cta-icon.cta-card-icon {
  width: 2.7rem;
  height: 1.8rem;
}
.modal-area .cta-list li a {
  padding-left: 3rem;
}
.cta-list li a .btn-wrap {
  display: flex;
  align-items: center;
}
.cta-list li a .btn-text-wrap {
  line-height: 1;
  display: block;
  margin-top: 0.5rem;
}
.cta-list li a .btn-text-wrap > span {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 0.6rem;
  position: relative;
}
@media screen and (min-width: 769px) {
  .cta-list li a .btn-text-wrap > span {
    font-size: 2.2rem;
  }
}
.modal-area .cta-list li a .btn-text-wrap > span {
  font-size: 2.8rem;
}
.cta-list li a .btn-text-wrap > span.tel-text {
  font-size: 2.1rem;
}
@media screen and (min-width: 769px) {
  .cta-list li a .btn-text-wrap > span.tel-text {
    font-size: 2.6rem;
  }
}
.cta-list li a .btn-text-wrap > span.timeText {
  font-size: 1.2rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .modal-area .cta-list li a .btn-text-wrap > span.timeText {
    font-size: 1.6rem;
  }
}
.cta-list li a .btn-text-wrap > span.notetext {
  font-size: 1.1rem;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .cta-list li a .btn-text-wrap > span.notetext {
    font-size: 1.2rem;
  }
}
.modal-area .cta-list li a .btn-text-wrap > span.notetext {
  font-size: 1.1rem !important;
}
@media screen and (min-width: 769px) {
  .modal-area .cta-list li a .btn-text-wrap > span.notetext {
    font-size: 1.2rem !important;
  }
}
.cta-list li a .btn-text-wrap > span b {
  font-size: 2rem;
}
.cta-list li a .btn-text-wrap > span.open-times {
  font-size: 1.2rem;
  margin-top: 0.8rem;
  font-weight: 600;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .modal-area .cta-list li a .btn-text-wrap > span.open-times {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 768px) {
  .modal-area .cta-list li a .btn-text-wrap > span {
    font-size: 2.8rem;
  }
}
.cta-list li a::after {
  content: "";
  background: url(../img/arrow-circle-wht-right.webp) no-repeat center center/cover;
  position: absolute;
  width: 2rem;
  height: 2rem;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .modal-area .cta-list li a::after {
    right: 1.5rem;
  }
}
.modal-area.first-modal .cta-list li a::after {
  background: url(../img/arrow-red-right.webp) no-repeat center center/cover;
}
.cta-list li + li {
  margin-top: 1.5rem;
}
@media screen and (min-width: 769px) {
  .cta-list li + li {
    margin-top: 0;
  }
}
.cta-area .cta-list {
  margin-top: 0;
}
.cta-area .cta-list li {
  margin: 0 auto;
}
.cta-list .cta-icon {
  margin-right: 1.4rem;
}
.cta-head {
  margin-bottom: 1.5rem;
  padding: 0 3rem;
  position: relative;
}
.cta-head-text01 {
  font-size: 2.3rem;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.cta-head-text02 {
  font-size: 1.4rem;
  line-height: 1.5;
}
.cta-head-img {
  width: 8.5rem;
  height: 7rem;
  position: absolute;
  bottom: -1.5rem;
  right: 4rem;
}