@charset "UTF-8";
/*--------------------------------------*
 * foundation
 *--------------------------------------*/
/*-----------------------
import.scss
-----------------------*/
.pink {
  color: #F00082;
}

/*-----------------------
mixin
-----------------------*/
/*mediaquery*/
/*-----------------------
01.reset
-----------------------*/
/*reset --Don't use global reset!--*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
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 {
  margin: 0;
  padding: 0;
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-weight: normal;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
table caption,
table th {
  font-weight: 300;
}
table td {
  font-weight: 200;
}

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

a {
  display: inline-block;
  color: #000;
  text-decoration: none;
}
a:link {
  color: #000;
}
a:active {
  color: #000;
}
a:visited {
  color: #000;
}
a:hover {
  cursor: pointer;
}

a img {
  border: none;
}

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

ul {
  list-style: none;
}

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

input,
button,
textarea,
select {
  margin: 0;
  border: none;
  outline: none;
  letter-spacing: 0.1em;
}

img.cover,
video.cover {
  -o-object-fit: cover;
     object-fit: cover;
}

h1 {
  font-weight: normal;
}

h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

p {
  margin: 0;
}

:-moz-placeholder-shown {
  color: #8a8a8a;
}

:-ms-input-placeholder {
  color: #8a8a8a;
}

:placeholder-shown {
  color: #8a8a8a;
}

::-webkit-input-placeholder {
  color: #8a8a8a;
}

:-moz-placeholder {
  color: #8a8a8a;
  opacity: 1;
}

::-moz-placeholder {
  color: #8a8a8a;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #8a8a8a;
}

*:focus {
  outline: none;
}

.pc {
  display: block;
}
@media (max-width: 750px) {
  .pc {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .pc {
    display: none;
  }
}

.pc-tab {
  display: block;
}
@media (max-width: 750px) {
  .pc-tab {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .pc-tab {
    display: block;
  }
}

.tab {
  display: none;
}
@media (max-width: 750px) {
  .tab {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tab {
    display: block;
  }
}

.tab-sp {
  display: none;
}
@media (max-width: 750px) {
  .tab-sp {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tab-sp {
    display: block;
  }
}

.sp {
  display: none;
}
@media (max-width: 750px) {
  .sp {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sp {
    display: none;
  }
}

.fL {
  float: left;
}

.fR {
  float: right;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.table {
  display: table;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.bold {
  font-weight: bold;
}

.is-fixed {
  display: none;
}

.under-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFE63C));
  background: linear-gradient(transparent 70%, #FFE63C 70%);
  display: inline-block;
  padding: 0 10px;
}

.mT20 {
  margin-top: 2rem;
}

.mT40 {
  margin-top: 4rem;
}

.mT60 {
  margin-top: 6rem;
}

.fs26 {
  font-size: 26px;
}

.fs40 {
  font-size: 40px;
}

.fs42 {
  font-size: 42px;
}

.fs60 {
  font-size: 60px;
}

/*--------------------------------------*
 * foundation
 *--------------------------------------*/
/*-----------------------
style.scss
-----------------------*/
body {
  position: relative;
  -webkit-text-size-adjust: 100%;
  margin: 0 auto;
  color: #000;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
body p {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.inner {
  max-width: 1140px;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .inner {
    width: 92%;
  }
}
@media (max-width: 750px) {
  .inner {
    width: 92%;
  }
}

a:hover {
  opacity: 0.7;
}

.mainv img {
  width: 100%;
}

#recommend {
  padding: 80px 0;
}
@media (max-width: 750px) {
  #recommend {
    padding: 40px 0;
  }
}
#recommend .inner > .flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#recommend h2 {
  font-size: 26px;
  background: #00AAF0;
  color: #fff;
  padding: 9px 30px 15px;
  text-align: center;
  position: relative;
  border-radius: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 583px;
  max-height: 82px;
}
@media (max-width: 750px) {
  #recommend h2 {
    font-size: 4vw;
  }
}
#recommend h2::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 12px solid #00AAF0;
  border-bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -10px;
}
@media (max-width: 750px) {
  #recommend h2 span.fs40 {
    font-size: 4.8vw;
  }
}
#recommend .list {
  margin: 42px auto 0;
}
#recommend .list ul.flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #recommend .list ul.flex {
    gap: 10px;
  }
}
@media (max-width: 750px) {
  #recommend .list ul.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#recommend .list ul.flex > li {
  width: calc((100% - 60px) / 3);
  max-width: 360px;
  border: 1px solid #F0F0F0;
  border-radius: 15px;
  padding: 30px 25px 33px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #recommend .list ul.flex > li {
    padding: 20px;
  }
}
@media (max-width: 750px) {
  #recommend .list ul.flex > li {
    width: 100%;
    padding: 20px;
  }
}
#recommend .list ul.flex > li .sub-ttl p {
  font-size: 14px;
  font-weight: bold;
  background: #FFE63C;
  padding: 2px 10px;
  display: inline-block;
}
#recommend .list ul.flex > li .ttl {
  margin: 8px auto 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #CCCCCC;
}
#recommend .list ul.flex > li .ttl p {
  font-size: 24px;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #recommend .list ul.flex > li .ttl p {
    font-size: 2.5vw;
  }
}
#recommend .list ul.flex > li .sub-list {
  margin: 15px auto 0;
}
#recommend .list ul.flex > li .sub-list ul {
  min-height: 72px;
}
#recommend .list ul.flex > li .sub-list ul li {
  padding-left: 1em;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #recommend .list ul.flex > li .sub-list ul li {
    font-size: 1.5vw;
  }
}
#recommend .list ul.flex > li .sub-list ul li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: #fff;
  border: 2px solid #000;
  border-radius: 50%;
  top: 8px;
  left: 0;
}
#recommend .list ul.flex > li .img {
  margin: 10px auto 0;
}
#recommend .list ul.flex > li .price {
  margin: 20px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #recommend .list ul.flex > li .price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#recommend .list ul.flex > li .price p:not(.page) {
  font-size: 20px;
  font-weight: bold;
  color: #F00082;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  letter-spacing: -0.03em;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #recommend .list ul.flex > li .price p:not(.page) {
    font-size: 2.2vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#recommend .list ul.flex > li .price p:not(.page) span {
  font-size: 46px;
  margin-left: 10px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #recommend .list ul.flex > li .price p:not(.page) span {
    font-size: 4vw;
  }
}
@media (max-width: 750px) {
  #recommend .list ul.flex > li .price p:not(.page) span {
    font-size: 10vw;
  }
}
#recommend .list ul.flex > li .price p.page {
  font-size: 12px;
  padding: 5px;
  text-align: center;
  border: 1px solid #707070;
  letter-spacing: 0.01em;
  max-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#consul {
  background: #DBE0E1;
  padding: 80px 0 120px;
}
@media (max-width: 750px) {
  #consul {
    padding: 40px 0 60px;
  }
}
#consul h2 {
  font-size: 40px;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #consul h2 {
    font-size: 4.6vw;
  }
}
@media (max-width: 750px) {
  #consul h2 {
    font-size: 4.3vw;
  }
  #consul h2 img {
    width: 33%;
  }
}
#consul h2 img {
  margin: 0 9px;
}
#consul .flex {
  gap: 90px;
  margin: 50px auto 0;
}
@media (max-width: 750px) {
  #consul .flex {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
#consul .flex .img {
  width: 40%;
  max-width: 387px;
}
@media (max-width: 750px) {
  #consul .flex .img {
    width: 100%;
    max-width: inherit;
  }
}
#consul .flex .flex-right {
  width: 58%;
}
@media (max-width: 750px) {
  #consul .flex .flex-right {
    width: 90%;
    margin: 0 auto;
  }
}
#consul .flex .flex-right ul li {
  background: #fff;
  font-size: 24px;
  padding: 15px 0 15px 55px;
  border-radius: 0 40px 40px 0;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 750px) {
  #consul .flex .flex-right ul li {
    font-size: 5vw;
    padding: 15px 10px 15px 30px;
  }
}
#consul .flex .flex-right ul li::before {
  position: absolute;
  content: "";
  background: url(../img/consul-deco.svg) no-repeat;
  width: 69px;
  height: 69px;
  left: -34px;
  top: 2%;
}
@media (max-width: 750px) {
  #consul .flex .flex-right ul li::before {
    background-size: 50%;
    left: -14px;
    top: 13%;
  }
}
#consul .flex .flex-right ul li:last-child {
  margin-bottom: 0;
}

.btn a {
  color: #fff;
  background: #F00082;
  font-size: 26px;
  font-weight: bold;
  border: 4px solid #fff;
  border-radius: 90px;
  width: 440px;
  height: 117px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .btn a {
    width: 100%;
    max-width: inherit;
  }
}
@media (max-width: 750px) {
  .btn a {
    width: 100%;
    max-width: inherit;
  }
}
.btn a::before {
  position: absolute;
  content: "";
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 45%;
  right: 10%;
  width: 10px;
  height: 10px;
}

.cta {
  background: #00AAF0;
  padding: 60px 0;
  color: #fff;
}
.cta > .inner {
  max-width: 920px;
}
.cta h2 {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  position: relative;
}
@media (max-width: 750px) {
  .cta h2 {
    font-size: 6vw;
  }
}
.cta h2::before, .cta h2::after {
  position: absolute;
  content: "";
}
.cta h2::before {
  background: url(../img/leave01.png) no-repeat;
  background-size: 100%;
  width: 156px;
  height: 188px;
  left: 0;
  top: 10%;
}
@media (max-width: 750px) {
  .cta h2::before {
    width: 79px;
    height: 94px;
  }
}
.cta h2::after {
  background: url(../img/leave02.png) no-repeat;
  background-size: 100%;
  width: 167px;
  height: 204px;
  right: 0;
  top: 10%;
}
@media (max-width: 750px) {
  .cta h2::after {
    width: 83px;
    height: 102px;
  }
}
.cta .flex {
  margin: 40px auto 0;
  gap: 40px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cta .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 750px) {
  .cta .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cta .flex .flex-left {
  width: 47%;
  max-width: 440px;
  padding-bottom: 10px;
  border-bottom: 3px solid #fff;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cta .flex .flex-left {
    width: 100%;
    max-width: inherit;
  }
}
@media (max-width: 750px) {
  .cta .flex .flex-left {
    width: 100%;
    max-width: inherit;
  }
}
.cta .flex .flex-left .customer {
  text-align: center;
}
.cta .flex .flex-left .customer p {
  font-size: 18px;
  position: relative;
  color: #fff;
}
.cta .flex .flex-left .customer p::before, .cta .flex .flex-left .customer p:after {
  position: absolute;
  content: "";
  width: 20%;
  height: 3px;
  background: #fff;
  top: 50%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cta .flex .flex-left .customer p::before, .cta .flex .flex-left .customer p:after {
    width: 30%;
  }
}
@media (max-width: 750px) {
  .cta .flex .flex-left .customer p::before, .cta .flex .flex-left .customer p:after {
    width: 10%;
  }
}
.cta .flex .flex-left .customer p::before {
  left: 0;
}
.cta .flex .flex-left .customer p:after {
  right: 0;
}
.cta .flex .flex-left a {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (min-width: 1025px) {
  .cta .flex .flex-left a {
    pointer-events: none;
  }
}
@media (max-width: 750px) {
  .cta .flex .flex-left a {
    font-size: 8vw;
  }
}
.cta .flex .flex-left p.time {
  text-align: center;
  font-size: 12px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cta .flex .flex-left .btn a {
    width: 100%;
    max-width: inherit;
  }
}
@media (max-width: 750px) {
  .cta .flex .flex-left .btn a {
    width: 100%;
    max-width: inherit;
  }
}

.present {
  padding: 40px 0 17px;
  background: #E5F5FC;
}
.present h2 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
.present .btn {
  margin: 23px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.present .btn a {
  background: #01A9ED;
}

#cta01 {
  position: relative;
}
#cta01 .ttl {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#cta01 .ttl p {
  font-size: 26px;
  font-weight: bold;
  background: #000;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 268px;
  height: 57px;
  border-radius: 90px;
  position: relative;
}
#cta01 .ttl p::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 12px solid #000;
  border-bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -10px;
}
#cta01 h2 {
  font-size: 80px;
  line-height: 2;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #cta01 h2 {
    font-size: 8vw;
  }
}
@media (max-width: 750px) {
  #cta01 h2 {
    font-size: 10vw;
  }
  #cta01 h2::before {
    top: 28%;
  }
  #cta01 h2::after {
    top: 25%;
  }
}
#cta01 h2 span {
  display: block;
  font-size: 26px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #cta01 h2 span {
    font-size: 3vw;
  }
}
@media (max-width: 750px) {
  #cta01 h2 span {
    font-size: 4vw;
  }
}

#reason {
  padding: 60px 0 135px;
}
@media (max-width: 750px) {
  #reason {
    padding: 30px 0 67px;
  }
}
#reason h2 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 750px) {
  #reason h2 {
    font-size: 7vw;
  }
}
#reason h2 span.fs26 {
  display: block;
}
@media (max-width: 750px) {
  #reason h2 span.fs26 {
    font-size: 6vw;
  }
}
@media (max-width: 750px) {
  #reason h2 span.fs60 {
    font-size: 10vw;
  }
}
#reason .no-box {
  margin: 40px auto 0;
}
#reason .no-box:not(#no03) {
  padding-bottom: 100px;
}
@media (max-width: 750px) {
  #reason .no-box:not(#no03) {
    padding-bottom: 50px;
  }
}
#reason .no-box .ttl p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-size: 40px;
  font-weight: bold;
  color: #F00082;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #reason .no-box .ttl p {
    font-size: 3vw;
  }
}
@media (max-width: 750px) {
  #reason .no-box .ttl p {
    font-size: 5vw;
  }
  #reason .no-box .ttl p img {
    width: 12%;
  }
}
#reason .no-box .txt p {
  font-weight: 500;
  line-height: 30px;
}
#reason #no01 {
  margin: 40px auto 0;
}
#reason #no01 .ttl p {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#reason #no01 .txt {
  margin: 50px auto 0;
}
#reason #no01 .table {
  margin: 60px auto 0;
  padding-bottom: 40px;
  width: 100%;
  border-bottom: 2px solid #F0F0F0;
}
#reason #no01 .table .table-ttl p {
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 750px) {
  #reason #no01 .table .table-div {
    overflow: auto;
    white-space: nowrap; /* テーブルの内容を折り返さずに表示 */
    width: 100%;
    max-width: 358px;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#reason #no01 .table table {
  margin: 20px auto 0;
  border-collapse: collapse;
  border: 1px solid #CCCCCC;
  width: 100%;
}
@media (max-width: 750px) {
  #reason #no01 .table table {
    width: 100%;
  }
}
#reason #no01 .table table tr {
  border-bottom: 1px solid #CCCCCC;
}
#reason #no01 .table table tr:last-child {
  border-bottom: none;
}
#reason #no01 .table table tr:last-child td.just {
  border-bottom: 4px solid #00AAF0;
}
#reason #no01 .table table tr.price td {
  padding-left: 45px;
  text-align: left;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #reason #no01 .table table tr.price td {
    padding-left: 10px;
  }
}
@media (max-width: 750px) {
  #reason #no01 .table table tr.price td {
    padding-left: 20px;
  }
}
#reason #no01 .table table tr th,
#reason #no01 .table table tr td {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  border-right: 1px solid #CCCCCC;
  padding: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #reason #no01 .table table tr th,
  #reason #no01 .table table tr td {
    padding: 10px;
    font-size: 2.2vw;
  }
}
@media (max-width: 750px) {
  #reason #no01 .table table tr th,
  #reason #no01 .table table tr td {
    padding: 12px;
    font-size: 12px;
  }
}
#reason #no01 .table table tr th {
  background: #E5F5FC;
  line-height: 30px;
}
#reason #no01 .table table tr th.just {
  font-size: 30px;
  font-weight: bold;
  border-top: 4px solid #00AAF0;
  border-left: 4px solid #00AAF0;
  border-right: 4px solid #00AAF0;
  border-bottom: 1px solid #00AAF0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #reason #no01 .table table tr th.just {
    font-size: 2.5vw;
  }
}
@media (max-width: 750px) {
  #reason #no01 .table table tr th.just {
    font-size: 15px;
  }
}
#reason #no01 .table table tr th.left {
  text-align: left;
  padding-left: 40px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #reason #no01 .table table tr th.left {
    padding-left: 10px;
  }
}
@media (max-width: 750px) {
  #reason #no01 .table table tr th.left {
    padding-left: 20px;
  }
}
#reason #no01 .table table tr th.left span {
  font-size: 16px;
  display: block;
  margin: 12px auto 0;
  line-height: 1.6;
}
@media (max-width: 750px) {
  #reason #no01 .table table tr th.left span {
    font-size: 10px;
  }
}
#reason #no01 .table table tr td {
  line-height: 2.5;
}
#reason #no01 .table table tr td.just {
  background: #E5F5FC;
  font-weight: bold;
  border-left: 4px solid #00AAF0;
  border-right: 4px solid #00AAF0;
  border-bottom: 1px solid #00AAF0;
}
#reason #no01 .table table tr td:last-child {
  border-right: none;
}
#reason #no01 .table p.right {
  margin: 12px auto 0;
  font-size: 20px;
  font-weight: 500;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #reason #no01 .table p.right {
    font-size: 2vw;
  }
}
@media (max-width: 750px) {
  #reason #no01 .table p.right {
    font-size: 3vw;
  }
}
#reason #no02 .flex,
#reason #no03 .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 750px) {
  #reason #no02 .flex,
  #reason #no03 .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
#reason #no02 .flex .flex-left,
#reason #no03 .flex .flex-left {
  width: 70%;
  max-width: 700px;
}
@media (max-width: 750px) {
  #reason #no02 .flex .flex-left,
  #reason #no03 .flex .flex-left {
    width: 100%;
    max-width: inherit;
  }
}
#reason #no02 .flex .flex-left .txt,
#reason #no03 .flex .flex-left .txt {
  margin: 32px auto 0;
}
#reason #no02 .flex .img,
#reason #no03 .flex .img {
  width: 30%;
  max-width: 340px;
}
@media (max-width: 750px) {
  #reason #no02 .flex .img,
  #reason #no03 .flex .img {
    width: 100%;
    max-width: inherit;
  }
}

#specification {
  padding: 80px 0;
  background: #E5F5FC;
  position: relative;
}
@media (max-width: 750px) {
  #specification {
    padding: 40px 0;
  }
}
#specification::before {
  position: absolute;
  content: "";
  background: url(../img/specification-deco.svg) no-repeat;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -55px;
  width: 111px;
  height: 122px;
}
@media (max-width: 750px) {
  #specification::before {
    width: 55px;
    height: 61px;
    background-size: 100%;
    top: -25px;
  }
}
#specification h2 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 750px) {
  #specification h2 {
    font-size: 7vw;
  }
}
#specification .box {
  margin: 30px auto 0;
}
#specification .box:first-of-type {
  margin: 50px auto 0;
}
#specification .box .ttl {
  background: #00AAF0;
  padding: 20px 0;
  border-radius: 20px 20px 0 0;
}
#specification .box .ttl p {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 750px) {
  #specification .box .ttl p {
    font-size: 6.5vw;
  }
}
#specification .box .flex-box {
  background: #fff;
  border-radius: 20px;
  padding: 40px 50px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  gap: 50px;
}
@media (max-width: 750px) {
  #specification .box .flex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding: 20px 25px;
  }
}
#specification .box .flex-box .flex-left {
  width: 40%;
  max-width: 450px;
}
@media (max-width: 750px) {
  #specification .box .flex-box .flex-left {
    width: 100%;
    max-width: inherit;
  }
}
#specification .box .flex-box .flex-left .point {
  margin: 30px auto 0;
}
#specification .box .flex-box .flex-left .point p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
}
#specification .box .flex-box .flex-left .point p:last-of-type {
  margin-bottom: 0;
}
#specification .box .flex-box .flex-left .point p span {
  background: #00AAF0;
  color: #fff;
  font-size: 12px;
  padding: 2px 10px;
}
#specification .box .flex-box .flex-right {
  width: 55%;
  max-width: 540px;
}
@media (max-width: 750px) {
  #specification .box .flex-box .flex-right {
    width: 100%;
    max-width: inherit;
  }
}
#specification .box .flex-box .flex-right .txt p {
  font-weight: 500;
  line-height: 1.8;
}
#specification .box .flex-box .flex-right .sub-ttl {
  margin: 20px auto 0;
}
#specification .box .flex-box .flex-right .sub-ttl p {
  color: #00AAF0;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 2px solid #00AAF0;
  position: relative;
}
#specification .box .flex-box .flex-right .sub-ttl p::before {
  position: absolute;
  content: "";
  background: url(../img/specification-sub-ttl.svg) no-repeat;
  width: 22px;
  height: 23px;
  top: 30%;
  right: -5%;
}
#specification .box .flex-box .flex-right dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dashed #F0F0F0;
}
#specification .box .flex-box .flex-right dl:first-of-type {
  margin: 20px auto 0;
}
#specification .box .flex-box .flex-right dl dt,
#specification .box .flex-box .flex-right dl dd {
  padding: 15px 0;
}
#specification .box .flex-box .flex-right dl dt {
  max-width: 100px;
  min-width: 100px;
}
#specification .box .flex-box .flex-right dl dd {
  padding-left: 55px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #specification .box .flex-box .flex-right dl dd {
    padding-left: 15px;
  }
}
@media (max-width: 750px) {
  #specification .box .flex-box .flex-right dl dd {
    padding-left: 15px;
  }
}
#specification .box .flex-box .flex-right .in-flex {
  margin: 20px auto 0;
  gap: 15px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #specification .box .flex-box .flex-right .in-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 750px) {
  #specification .box .flex-box .flex-right .in-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#specification .box .flex-box .flex-right .in-flex .price p {
  font-size: 60px;
  font-weight: bold;
  color: #F00082;
  letter-spacing: -0.03em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 10px;
}
#specification .box .flex-box .flex-right .in-flex .btn a {
  width: 284px;
  height: 96px;
  border-radius: 48px;
  background: #f00082;
  border: 4px solid #fff;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.14);
  font-size: 18px;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #specification .box .flex-box .flex-right .in-flex .btn a {
    width: 300px;
  }
}
#specification .option {
  margin: 80px auto 0;
  background: #fff;
  border-radius: 20px;
  padding: 40px 50px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 750px) {
  #specification .option {
    padding: 20px 25px 15px;
  }
}
#specification .option h3 {
  font-size: 24px;
  font-weight: bold;
}
#specification .option .txt {
  margin: 30px auto 0;
}
#specification .option .list {
  margin: 50px auto 0;
}
#specification .option .list ul.flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
@media (max-width: 750px) {
  #specification .option .list ul.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#specification .option .list ul.flex li {
  width: 40%;
}
@media (max-width: 750px) {
  #specification .option .list ul.flex li {
    width: 100%;
  }
}
#specification .option .list ul.flex li .ttl {
  margin: 20px auto 0;
  text-align: center;
}
#specification .option .list ul.flex li .ttl p {
  font-size: 22px;
  font-weight: bold;
}
#specification .option .list ul.flex li .txt {
  text-align: center;
  min-height: 52px;
}
#specification .option .list ul.flex li .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px auto 0;
}
#specification .option .list ul.flex li .btn a {
  width: 300px;
  height: 80px;
}

#cta02 h2::before,
#cta03 h2::before {
  top: -58%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #cta02 h2::before,
  #cta03 h2::before {
    top: -15%;
  }
}
#cta02 h2::after,
#cta03 h2::after {
  top: -65%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #cta02 h2::after,
  #cta03 h2::after {
    top: -25%;
  }
}

#case {
  padding: 80px 0;
}
@media (max-width: 750px) {
  #case {
    padding: 40px 0;
  }
}
#case h2 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 750px) {
  #case h2 {
    font-size: 8vw;
  }
}
#case .ttl {
  margin: 100px auto 0 0;
}
@media (max-width: 750px) {
  #case .ttl {
    margin: 50px auto 0 0;
  }
}
#case .ttl:first-of-type {
  margin: 122px auto 0 0;
  max-width: 474px;
}
@media (max-width: 750px) {
  #case .ttl:first-of-type {
    width: 80%;
    margin: 61px auto 0 0;
  }
}
#case .ttl:nth-of-type(2) {
  max-width: 474px;
}
@media (max-width: 750px) {
  #case .ttl:nth-of-type(2) {
    width: 80%;
  }
}
#case .ttl:nth-of-type(3) {
  max-width: 774px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #case .ttl:nth-of-type(3) {
    top: -68px;
  }
}
@media (max-width: 750px) {
  #case .ttl:nth-of-type(3) {
    width: 100%;
    top: -34px;
  }
}
#case .box {
  position: relative;
  border: 2px solid #F0F0F0;
  border-radius: 0 20px 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 70px 60px 49px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #case .box {
    padding: 70px 30px 49px;
  }
}
@media (max-width: 750px) {
  #case .box {
    padding: 35px 20px 25px;
  }
}
#case .box .flex-box {
  gap: 50px;
}
@media (max-width: 750px) {
  #case .box .flex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
#case .box .flex-box .img {
  width: 45%;
  max-width: 470px;
}
@media (max-width: 750px) {
  #case .box .flex-box .img {
    width: 100%;
    max-width: inherit;
  }
}
#case .box .flex-box .flex-right {
  width: 53%;
  max-width: 500px;
}
@media (max-width: 750px) {
  #case .box .flex-box .flex-right {
    width: 100%;
    max-width: inherit;
  }
}
#case .box .flex-box .flex-right .sub-ttl p {
  background: #F00082;
  color: #fff;
  font-weight: bold;
  padding: 5px 15px;
  display: inline-block;
}
#case .box .flex-box .flex-right .name {
  margin: 10px auto 0;
}
#case .box .flex-box .flex-right .name p {
  font-size: 40px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  letter-spacing: 0.01em;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #case .box .flex-box .flex-right .name p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
  }
}
@media (max-width: 750px) {
  #case .box .flex-box .flex-right .name p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
    font-size: 7vw;
  }
}
#case .box .flex-box .flex-right .name p span {
  font-size: 16px;
  font-weight: bold;
}
#case .box .flex-box .flex-right dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#case .box .flex-box .flex-right dl:first-of-type {
  margin: 16px auto 0;
}
#case .box .flex-box .flex-right dl:last-of-type {
  padding-bottom: 20px;
  border-bottom: 1px solid #CCCCCC;
}
#case .box .flex-box .flex-right dl.mr0 {
  margin: 0;
}
#case .box .flex-box .flex-right dl dt,
#case .box .flex-box .flex-right dl dd {
  font-weight: bold;
}
#case .box .flex-box .flex-right .txt {
  margin: 30px auto 0;
}
#case .box .flex-box .flex-right .txt p {
  font-weight: 500;
  line-height: 2;
}
#case .box .flex-box .flex-right > .dl-flex {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px auto 0;
  gap: 16px;
}
#case .box .flex-box .flex-right > .dl-flex dl {
  padding-bottom: 0;
  border-bottom: none;
  margin: 0;
}

#flow {
  padding: 80px 0;
  background: #F9F9F9;
}
@media (max-width: 750px) {
  #flow {
    padding: 40px 0;
  }
}
#flow h2 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 750px) {
  #flow h2 {
    font-size: 8vw;
  }
}
#flow .list {
  margin: 52px auto 0;
}
#flow .list ul {
  max-width: 800px;
  margin: 0 auto;
}
#flow .list ul li.flex {
  background: #fff;
  border-radius: 20px;
  border: 2px solid #F0F0F0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 60px 30px 65px;
  gap: 40px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #flow .list ul li.flex {
    padding: 30px 30px 30px 35px;
  }
}
@media (max-width: 750px) {
  #flow .list ul li.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px;
  }
}
#flow .list ul li.flex:nth-child(n+2) {
  margin: 40px auto 0;
  position: relative;
}
#flow .list ul li.flex:nth-child(n+2)::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 20px solid #00AAF0;
  border-bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -30px;
}
#flow .list ul li.flex .img {
  min-width: 102px;
  max-width: 102px;
  text-align: center;
  width: 25%;
}
@media (max-width: 750px) {
  #flow .list ul li.flex .img {
    width: 100%;
    max-width: inherit;
  }
}
#flow .list ul li.flex .flex-right {
  width: 70%;
  max-width: 531px;
}
@media (max-width: 750px) {
  #flow .list ul li.flex .flex-right {
    width: 100%;
    max-width: inherit;
  }
}
#flow .list ul li.flex .flex-right .ttl p {
  font-size: 24px;
  font-weight: bold;
  color: #F00082;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
#flow .list ul li.flex .flex-right .ttl p span {
  font-size: 18px;
  color: #fff;
  background: #000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#flow .list ul li.flex .flex-right .txt {
  margin: 15px auto 0;
}
#flow .list ul li.flex .flex-right .txt p {
  font-weight: 500;
  line-height: 2;
}
#flow .list ul li.flex .flex-right .txt p a {
  color: #F00082;
  text-decoration: underline;
}
#flow .list ul li.flex .flex-right .txt p a:link {
  color: #F00082;
}
#flow .list ul li.flex .flex-right .txt p a:active {
  color: #F00082;
}
#flow .list ul li.flex .flex-right .txt p a:visited {
  color: #F00082;
}
#flow .bnr {
  margin: 30px auto 0;
  max-width: 800px;
}

#second {
  padding: 80px 0;
  background: #E5F5FC;
}
@media (max-width: 750px) {
  #second {
    padding: 40px 0;
  }
}
#second h2 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  position: relative;
}
#second h2::before, #second h2:after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 45px;
  height: 42px;
}
#second h2::before {
  background: url(../img/seconds-deco01.svg) no-repeat;
  left: 12%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #second h2::before {
    left: 0;
  }
}
@media (max-width: 750px) {
  #second h2::before {
    left: 0;
  }
}
#second h2::after {
  background: url(../img/seconds-deco02.svg) no-repeat;
  right: 12%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #second h2::after {
    right: 0;
  }
}
@media (max-width: 750px) {
  #second h2::after {
    right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #second h2 {
    font-size: 2.8vw;
  }
  #second h2 span.fs42 {
    font-size: 4vw;
  }
  #second h2 span.fs40 {
    font-size: 3.5vw;
  }
}
@media (max-width: 750px) {
  #second h2 span.fs42 {
    font-size: 9vw;
  }
  #second h2 span.fs40 {
    font-size: 8vw;
  }
}
#second h2 .deco01 {
  margin: 0 18px 0 0;
}
#second h2 .deco02 {
  margin: 0 14px 0 0;
}
#second .list {
  margin: 50px auto 0;
}
#second .list ul.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 750px) {
  #second .list ul.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
#second .list ul.flex li {
  width: calc((100% - 60px) / 3);
  background: #fff;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #second .list ul.flex li {
    width: calc((100% - 30px) / 3);
    padding: 15px;
  }
}
@media (max-width: 750px) {
  #second .list ul.flex li {
    width: 100%;
  }
}
#second .list ul.flex li > .ttl p {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.01em;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #second .list ul.flex li > .ttl p {
    font-size: 2.4vw;
    min-height: 63px;
  }
}
@media (max-width: 750px) {
  #second .list ul.flex li > .ttl p {
    text-align: center;
  }
}
#second .list ul.flex li > .img {
  margin: 20px auto 0;
}
#second .list ul.flex li .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin: 15px auto 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #second .list ul.flex li .tag {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#second .list ul.flex li .tag p {
  color: #00AAF0;
  border: 1px solid #00AAF0;
  padding: 4px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 90px;
  font-size: 14px;
  letter-spacing: 0.01em;
}
#second .list ul.flex li > .txt {
  margin: 15px auto 0;
}
#second .list ul.flex li > .txt p {
  text-align: left;
  line-height: 2;
  font-weight: 500;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #second .list ul.flex li > .txt p {
    min-height: 230px;
  }
}
#second .list ul.flex li > .btn {
  margin: 20px auto 0;
}
#second .list ul.flex li > .btn a {
  width: 300px;
  height: 66px;
  border-radius: 33px;
  font-size: 18px;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.14);
}
@media (min-width: 768px) and (max-width: 1024px) {
  #second .list ul.flex li > .btn a {
    width: 100%;
    font-size: 1.8vw;
  }
}

.footer {
  padding: 50px 0 60px;
}
.footer > .inner {
  max-width: 1210px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 750px) {
  .footer > .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
}
.footer .logo {
  max-width: 232px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .footer .logo {
    max-width: 116px;
  }
}
.footer .flex-right nav ul.flex {
  gap: 40px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .footer .flex-right nav ul.flex {
    gap: 20px;
  }
}
@media (max-width: 750px) {
  .footer .flex-right nav ul.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}
.footer .flex-right nav ul.flex li a {
  font-size: 16px;
  font-weight: bold;
}
.footer .flex-right .copy {
  margin: 30px auto 0;
}
.footer .flex-right .copy p {
  text-align: right;
  font-size: 12px;
}
@media (max-width: 750px) {
  .footer .flex-right .copy p {
    text-align: center;
  }
}