@charset "UTF-8";
/* ▼タブレット・縦向きの時▼ */
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,
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;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

* {
  box-sizing: border-box;
}

body {
  color: #333;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 14px;
}

img {
  max-width: 100%;
}

.mt20 {
  margin-top: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.ta_c {
  text-align: center;
}

.mv {
  margin-top: 60px;
}
.mv-visual {
  text-align: center;
}
.mv img {
  width: 100%;
}

.cv-btn__inner {
  position: relative;
  margin: 0 auto 30px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cv-btn__inner a {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .cv-btn__inner a {
    padding: 12px 0 12px 20px;
    font-size: 18px;
    box-shadow: 0 5px 0 #FF6B00;
  }
}
.cv-btn__inner a span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  width: 22px;
  height: 22px;
  margin: auto;
  background-image: url(../images/cv_btn_arrow.svg?250618);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .cv-btn__inner a span::after {
    width: 6px;
    height: 10px;
  }
}
.cv-btn__inner a:hover {
  transform: translateY(6px);
  opacity: 1;
  box-shadow: none;
}

@media screen and (max-width: 767px) {
  .cv-btn__inner a:hover {
    transform: translateY(5px);
  }
}
.cv-btn__icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -55px;
  z-index: 998;
  width: 122px;
  height: 122px;
  margin: auto;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .cv-btn__icon {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .cv-btn__icon {
    left: -11px;
    width: 78px;
    height: 78px;
  }
}
.cv-btn__inner.end a {
  color: #fff;
  background: #9FA9AD;
  border: 3px solid #9FA9AD;
  outline: 3px solid #9FA9AD;
  box-shadow: none;
  pointer-events:none; 
}
.cv-btn__inner.end a:hover {
  transform: none;
}
.cv-btn__inner.end a span::after {
  content: none;
}


.cv__area {
  padding: 32px 0;
  background-image: url(../images/back.jpg?250618);
  background-repeat: no-repeat;
  background-size: cover;
}
.cv__area p {
  margin-bottom: 10px;
  text-align: center;
}
.cv__area--ttl {
  position: relative;
}
.cv__area--ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 102px;
  background-image: url(../images/cv_back_icon1.svg), url(../images/cv_back_icon2.svg);
  background-repeat: no-repeat;
  background-position: calc(50% - 400px) top, calc(50% + 400px) top;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .cv__area--ttl::before {
    background-size: 100px auto;
    background-position: calc(50% - 320px) top, calc(50% + 320px) top;
  }
}
.cv__area2 {
  padding: 40px 0;
  background-image: url(../images/back@2x.jpg?250618);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  .cv__area2 {
    padding: 40px 25px;
    background-image: url(../images/back_tab@2x.jpg?250618);
  }
}
.cv__area2 .cv-btn__inner {
  margin: -30px auto 30px;
}
@media screen and (max-width: 767px) {
  .cv__area2 {
    background-image: url(../images/back_sp@2x.jpg?250618);
  }
  .cv__area2 img {
    width: 100%;
  }
  .cv__area2 .cv-btn__inner {
    margin: -25px auto 30px;
  }
}
.cv2__ttl {
  text-align: center;
}

.campaign-overview {
  margin-top: 20px;
  text-align: center;
}
.campaign-overview a {
  display: block;
  width: fit-content;
  margin: 0 auto;
  color: #333;
  text-decoration: none;
}
.campaign-overview a span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .campaign-overview a span {
    font-size: 14px;
  }
}
.campaign-overview a span::after {
  content: "";
  width: 22px;
  height: 10px;
  background-image: url(../images/ic-arrow-down_b.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.campaign__about {
  margin-top: 4px;
  padding: 50px 25px 0;
  line-height: 1.4444444444;
}

.campaign__about--ttl {
  color: #002e7f;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .campaign__about--ttl {
    font-size: 24px;
  }
}
.campaign__about--inner {
  max-width: 1000px;
  margin: 26px auto 0;
  font-size: 18px;
  background-color: #f2f7fa;
}
@media screen and (max-width: 767px) {
  .campaign__about--inner {
    font-size: 16px;
  }
}
.campaign__about__flex {
  display: flex;
  gap: 49px;
  margin-top: 10px;
  padding: 0 15px;
  line-height: 1.6666666667;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .campaign__about__flex {
    flex-direction: column;
    gap: 0;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .campaign__about__flex {
    flex-direction: column;
    gap: 0;
    padding: 0;
  }
}
.campaign__about__flex--ttl {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .campaign__about__flex--ttl {
    position: relative;
    justify-content: center;
    width: 70px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .campaign__about__flex--ttl {
    position: relative;
    justify-content: center;
    width: 70px;
    text-align: center;
  }
}
.campaign__about__flex--ttl::after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  margin-top: 6px;
  background-color: #333;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .campaign__about__flex--ttl::after {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .campaign__about__flex--ttl::after {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.campaign__about__flex > div {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.campaign__about__flex > div.pc {
  display: flex;
}
@media screen and (max-width: 767px) {
  .campaign__about__flex > div.pc {
    display: none;
  }
}
.campaign__about__flex > div.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .campaign__about__flex > div.sp {
    display: block;
  }
  .campaign__about__flex > div.sp > div {
    display: flex;
    gap: 10px;
  }
}
.campaign__about .col2 {
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .campaign__about .col2 {
    flex-wrap: wrap;
  }
}
.campaign__about .col2 dl {
  width: calc(50% - 4px);
}
@media screen and (max-width: 767px) {
  .campaign__about .col2 dl {
    width: 100%;
  }
}
.campaign__about dt {
  height: 34px;
  padding: 0 0 0 15px;
  color: #fff;
  line-height: 34px;
  background-color: #002e7f;
}
@media screen and (max-width: 767px) {
  .campaign__about dt {
    font-size: 18px;
  }
}
.campaign__about dd {
  padding: 15px;
}
.campaign__about dd.period {
  display: flex;
  /* align-items: center; */
}
.campaign__about dd .period01 {
  width: 50%;
  padding: 0 15px 0 0;
}
.campaign__about dd .period02 {
  width: 50%;
  padding: 0 0 0 10px;
  border-left: 1px solid #002e7f;
}
.campaign__about dd .period02 img {
  width: 474px;
  height: 80px;
}
@media screen and (max-width: 767px) {
  .campaign__about dd.period {
    display: block;
  }
  .campaign__about dd .period01 {
    width: 100%;
    padding: 0;
  }
  .campaign__about dd .period02 {
    width: 100%;
    padding: 10px 0 0;
    border-left: none;
  }
  .campaign__about dd .period02 img {
    width: 100%;
    height: auto;
  }
}
.summary__list {
  padding-left: 15px;
}
.summary__list li {
  text-indent: -11px;
  padding-left: 8px;
  line-height: 1.5555555556;
  letter-spacing: -0.1px;
}
.summary__list li::before {
  content: "●";
  display: inline-block;
  margin-right: 3px;
  font-size: 18px;
}
.summary__list li + li {
  margin-top: 10px;
}
.summary__list li span {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .summary__list li span {
    display: block;
    margin-left: -22px;
    text-indent: 0;
  }
}
.summary04 .summary__list li + li {
  margin-top: 0;
}
.summary04 dd {
  line-height: 1.5;
  font-size: 16px;
}

.sec__inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .sec__inner {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .sec__inner {
    padding: 0 25px;
  }
}
.sec-01__ttl {
  margin: 36px 0 31px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec-01__ttl {
    max-width: 90%;
    margin: 50px auto 0;
  }
}
.sec-01 .sec__inner {
  padding-top: 110px;
}
@media screen and (max-width: 767px) {
  .sec-01 .sec__inner {
    padding-top: 80px;
  }
}
.sec-01__image {
  text-align: center;
}
.sec-02 {
  overflow: hidden;
  position: relative;
  padding-bottom: 120px;
  /* border-top: 20px solid #002e7f;
  border-bottom: 20px solid #002e7f; */
  /* background-image: url(../images/sec02_back.png); */
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sec-02 {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .sec-02 {
    padding-bottom: 60px;
  }
}

.sec-02__ttl {
  padding: 45px 0 21px;
  text-align: center;
}
.sec-02__ttl--sub {
  margin-bottom: 29px;
  text-align: center;
}
.sec-03 {
  margin-top: 62px;
}
.sec-03 .middle__text {
  line-height: 1.5333333333;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .sec-03 .middle__text {
    line-height: 1.5;
    font-size: 24px;
  }
}
.sec-03__image1 {
  margin-bottom: 53px;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .sec-03__image1 {
    padding: 0 25px;
  }
}
.sec-03__image2 {
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .sec-03__image2 {
    padding: 0 25px;
  }
}
.sec-03__inner {
  position: relative;
  margin-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  background-color: #EBF9FF;
}
.sec-03__inner p {
  margin-bottom: 50px;
  padding-top: 74px;
  color: #002E7F;
  line-height: 1.5333333333;
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .sec-03__inner p {
    margin-bottom: 20px;
    line-height: 1.5;
    font-size: 24px;
  }
}
.sec-03__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 44px 55px 0 55px;
  border-color: #fff transparent transparent transparent;
}
.sec-04 {
  position: relative;
  padding: 59px 0 49px;
  background-color: #EBF9FF;
}
@media screen and (max-width: 767px) {
  .sec-04 {
    padding: 20px 0 49px;
  }
}
.sec-04__ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  height: 155px;
  margin-bottom: 55px;
  line-height: 1.15;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  background-image: url(../images/sec04_back1.svg), url(../images/sec04_back2.svg);
  background-repeat: no-repeat;
  background-position: 134px center, calc(100% - 47px) center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .sec-04__ttl {
    height: auto;
    margin-bottom: 0;
    padding-top: 170px;
    background-position: calc(50% - 100px) top, calc(50% + 100px) top;
  }
}
@media screen and (max-width: 767px) {
  .sec-04__ttl {
    padding-top: 150px;
    font-size: 24px;
    background-position: calc(50% - 100px) top, calc(50% + 70px) top;
    background-size: 99px, 164px;
  }
}
.sec-04__ttl span {
  display: block;
  line-height: 1.2777777778;
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  .sec-04__ttl span {
    font-size: 20px;
  }
}
.sec-04__text {
  margin: 55px auto;
  text-align: center;
  line-height: 1.6;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .sec-04__text {
    margin: 20px auto;
  }
}
@media screen and (max-width: 767px) {
  .sec-04__text {
    max-width: calc(100% - 10px);
    font-size: 16px;
  }
}
.sec-04::after {
  content: "";
  position: absolute;
  bottom: -44px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 44px 55px 0 55px;
  border-color: #EBF9FF transparent transparent transparent;
}
.sec-05 {
  margin-top: 60px;
}
.sec-05__ttl {
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.5333333333;
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .sec-05__ttl {
    max-width: 270px;
    margin: 0 auto 20px;
    text-align: center;
    font-size: 24px;
  }
}
.sec-05__ttl--sub {
  position: relative;
  margin: 20px 0;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .sec-05__ttl--sub {
    max-width: 242px;
    margin: 20px auto;
    line-height: 1.3333333333;
    font-size: 22px;
  }
}
.sec-05__ttl--sub::after {
  content: "※";
  position: absolute;
  top: -3px;
  left: calc(50% + 107px);
  color: #FD1D02;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .sec-05__ttl--sub::after {
    top: 27px;
    left: calc(50% - 2px);
  }
}
.sec-05__ttl--sub .big__text {
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  .sec-05__ttl--sub .big__text {
    font-size: 30px;
  }
}
.sec-05__ttl--sub .small__text {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .sec-05__ttl--sub .small__text {
    position: absolute;
    bottom: 8px;
    right: -24px;
    font-size: 13px;
    font-weight: normal;
  }
}
.sec-05__cart-mole {
  position: relative;
  margin-top: 40px;
  padding-top: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .sec-05__cart-mole {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-05__cart-mole {
    padding-top: 70px;
  }
}
.sec-05__cart-mole--inner {
  padding: 60px 35px 30px;
  border-radius: 20px;
  background-color: #EBF9FF;
}
.sec-05__cart-mole--inner::before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url(../images/sec05_sub_back1_1.svg), url(../images/sec05_sub_back1_2.svg);
  background-repeat: no-repeat;
  background-size: 120px, 265px;
  background-position: 50% 20px, calc(50% - 300px) 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .sec-05__cart-mole--inner::before {
    background-position: 50% 20px, calc(50% - 170px) calc(50% + 150px);
  }
}
@media screen and (max-width: 767px) {
  .sec-05__cart-mole--inner::before {
    top: 20px;
    height: 100%;
    /* background-image: url(../images/sp_sec05_sub_back1_1.svg), url(../images/sp_sec05_sub_back1_2.svg); */
    background-size: 91px, 216px;
    background-position: 50% 0, 20px calc(100% - 85px);
  }
}
@media screen and (max-width: 767px) {
  .sec-05__cart-mole--inner {
    padding: 40px 25px 20px;
  }
}
.sec-05__cart-mole--image {
  text-align: center;
}
.sec-05__system {
  position: relative;
  margin-top: 40px;
  padding-top: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .sec-05__system {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .sec-05__system {
    padding-top: 50px;
  }
}
.sec-05__system::before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 225px;
  background-image: url(../images/sec05_sub_back2_1.svg), url(../images/sec05_sub_back2_2.svg);
  background-repeat: no-repeat;
  background-size: 120px, 223px auto;
  background-position: 50% 0, calc(50% + 350px) 59px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .sec-05__system::before {
    height: 100%;
    background-position: 50% 0, calc(50% + 220px) calc(50% + 160px);
  }
}
@media screen and (max-width: 767px) {
  .sec-05__system::before {
    pointer-events: none;
    left: auto;
    right: -10px;
    width: 100%;
    height: 100%;
    /* background-image: url(../images/sp_sec05_sub_back2_1.svg), url(../images/sp_sec05_sub_back2_2.svg); */
    background-size: 91px, 170px;
    background-position: 50% 0, right calc(100% - 40px);
  }
}
.sec-05__system--inner {
  padding: 60px 35px 30px;
  border-radius: 20px;
  background-color: #F2F2F2;
}
@media screen and (max-width: 767px) {
  .sec-05__system--inner {
    padding: 30px 25px 20px;
  }
}
.sec-05__system .sec-05__ttl--sub {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .sec-05__system .sec-05__ttl--sub {
    line-height: 1.6363636364;
  }
}
.sec-05__system .sec-05__ttl--sub::after {
  content: none;
}
.sec-05__system .big__text {
  line-height: 1.7692307692;
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .sec-05__system .big__text {
    line-height: 1.6363636364;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .sec-05__system .sec-05__text {
    margin: 20px calc(50% - 28px) 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-05__system .sec-05__text {
    max-width: 130px;
    margin: 10px 100px 20px 0;
  }
}
@media screen and (min-width: 500px) and (max-width: 767px) {
  .sec-05__system .sec-05__text {
    max-width: 70%;
  }
}
.sec-05__system--image {
  text-align: center;
}
.sec-05__price {
  margin-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .sec-05__price {
    padding-bottom: 20px;
  }
}
.sec-05__price--ttl {
  position: relative;
  padding: 26px 0;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  line-height: 1.5333333333;
  font-size: 30px;
  font-weight: bold;
  background-color: #80D2FF;
}
@media screen and (max-width: 767px) {
  .sec-05__price--ttl {
    padding: 14px 0;
    line-height: 1.6666666667;
    font-size: 24px;
  }
}
.sec-05__price--ttl::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 145px;
  background-image: url(../images/sec05_sub_back3.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .sec-05__price--ttl::before {
    top: 60px;
    background-image: url(../images/sp_sec05_sub_back3_1.svg);
    background-size: 130px auto;
  }
}
@media screen and (max-width: 767px) {
  .sec-05__price--ttl::before {
    top: 85px;
    background-image: url(../images/sp_sec05_sub_back3_1.svg);
    background-position: 0;
  }
}
.sec-05__price--ttl::after {
  content: "";
  position: absolute;
  bottom: -44px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 44px 55px 0 55px;
  border-color: #80D2FF transparent transparent transparent;
}
.sec-05__price .big__text {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .sec-05__price .big__text {
    line-height: 1.1111111111;
    font-size: 36px;
  }
}
.sec-05__price--inner {
  margin-top: 50px;
}
.sec-05__price--inner h4 {
  margin-bottom: 10px;
  padding-top: 20px;
  text-align: center;
  line-height: 1.6666666667;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .sec-05__price--inner h4 {
    font-size: 19px;
  }
}
.sec-05__price--text {
  margin-top: 20px;
  text-align: center;
  line-height: 1.7142857143;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .sec-05__price--text {
    line-height: 1.8461538462;
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .sec-05__price--text {
    text-align: left;
  }
}
.sec-05__price--text b {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .sec-05__price--text b {
    margin-bottom: 5px;
  }
}
.sec-05__price--image {
  text-align: center;
}
.sec-05__text {
  margin-top: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .sec-05__text {
    margin: 20px 0 100px calc(50% - 28px);
    line-height: 1.875;
  }
}
@media screen and (max-width: 767px) {
  .sec-05__text {
    max-width: 182px;
    margin: 100px 0 20px 100px;
    text-align: left;
    line-height: 1.8461538462;
    font-size: 13px;
  }
}
@media screen and (min-width: 500px) and (max-width: 767px) {
  .sec-05__text {
    max-width: 100%;
  }
}
.sec-05__image {
  text-align: center;
}
.sec-06 {
  padding-top: 70px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec-06 {
    padding-top: 30px;
  }
}

.sec-06__row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 25px;
}
@media screen and (max-width: 767px) {
  .sec-06__row {
    flex-direction: column;
  }
}

.sec-06 .small__text {
  margin: 10px 0;
  text-align: center;
  font-size: 14px;
}
.sec-06__ttl {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .sec-06__ttl {
    display: block;
  }
}
.sec-06__ttl--inner {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.sec-06__ttl--text {
  position: relative;
  display: inline-block;
  color: #0099FF;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .sec-06__ttl--text {
    font-size: 20px;
  }
}
.sec-06__ttl--text::after {
  content: "※";
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .sec-06__ttl--text::after {
    top: 29px;
    left: calc(50% + 101px);
    right: auto;
  }
}
.sec-06__ttl .big__text {
  position: relative;
  font-size: 40px;
}
.sec-06__ttl .big__text::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 29px;
  height: 17px;
  background-image: url(../images/sec-06_rank.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .sec-06__ttl .big__text {
    font-size: 56px;
  }
  .sec-06__ttl .big__text::before {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .sec-06__ttl .middle__text {
    font-size: 36px;
  }
}
.sec-06__ttl--small {
  text-align: right;
  font-size: 14px;
}
.sec-06__inner {
  margin-top: 32px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .sec-06__inner {
    margin-top: 0;
  }
}
.sec-06__inner--text {
  text-align: center;
  line-height: 1.7;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .sec-06__inner--text {
    font-size: 19px;
  }
}
.sec-06__inner.no1 {
  padding-top: 25px;
  /* background-image: url(../images/sec06_back1.svg);
  background-repeat: no-repeat; */
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .sec-06__inner.no1 {
    background-size: 260px auto;
    background-position: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .sec-06__inner.no1 {
    position: relative;
    background-image: none;
  }
  /* .sec-06__inner.no1::before {
    content: "";
    pointer-events: none;
    position: absolute;
    top: 305px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 219px;
    padding-top: 25px;
    background-image: url(../images/sec06_back1.svg);
    background-repeat: no-repeat;
    background-position: center;
  } */
  /* .sec-06__inner.no1 .small__text {
    margin-bottom: 250px;
  } */
  .sec-06__inner.no1 img {
    margin: 30px 0 35px;
  }
  .sec-06__inner.no2 .sec-06__row img{
   display: none;
  }
}
/* .sec-06__inner.no2 {
  background-image: url(../images/sec06_back2.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 127px) 50px;
} */
/* @media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .sec-06__inner.no2 {
    background-size: 120px auto;
    background-position: calc(100% - 127px) 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-06__inner.no2 {
    background-image: none;
  }
} */
.sec-06__inner.no2 .sec-06__number::after {
  top: 80px;
  right: 42px;
}
@media screen and (max-width: 767px) {
  .sec-06__inner.no2 .sec-06__number::after {
    top: 66px;
    right: 34px;
  }
}
.sec-06__inner.no2 .sec-06__number > div {
  margin-top: 0;
}
.sec-06__inner--flex {
  display: flex;
  gap: 30px;
  margin-top: 41px;
}
@media screen and (max-width: 767px) {
  .sec-06__inner--flex {
    flex-wrap: wrap;
  }
}
.sec-06__inner--flex dl {
  width: calc(100% - 15px);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .sec-06__inner--flex dl {
    width: 100%;
  }
}
.sec-06__inner--flex dt {
  position: relative;
  max-width: 416px;
  margin: 0 auto;
  padding: 10px 0;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  line-height: 1.5555555556;
  font-size: 18px;
  font-weight: bold;
  background-color: #0099FF;
}
@media screen and (max-width: 767px) {
  .sec-06__inner--flex dt {
    max-width: 268px;
    font-size: 12px;
  }
}
.sec-06__inner--flex dt::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 55px 0 55px;
  border-color: #0099FF transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  .sec-06__inner--flex dt::after {
    bottom: -16px;
    border-width: 19px 23px 0 23px;
  }
}
.sec-06__inner--flex dd {
  height: 655px;
  margin-top: -35px;
  padding: 60px 34px 0;
  border-radius: 20px;
  border: 10px solid #EBF9FF;
}
@media screen and (max-width: 767px) {
  .sec-06__inner--flex dd {
    height: auto;
    padding: 50px 25px 30px;
  }
}
.sec-06__inner--flex dd .ttl {
  margin-bottom: 13px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .sec-06__inner--flex dd .ttl {
    font-size: 12px;
  }
}
.sec-06__inner--flex dd .text {
  margin-top: 10px;
  line-height: 2;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .sec-06__inner--flex dd .text {
    line-height: 1.8571428571;
    font-size: 14px;
  }
}
.sec-06__inner--flex dd .image {
  text-align: center;
}
.sec-06__number {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 184px;
  height: 184px;
  margin: 0 25px;
  border-radius: 50%;
  text-align: center;
  line-height: 2.3;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background-color: #0099FF;
}
@media screen and (max-width: 767px) {
  .sec-06__number {
    width: 147px;
    height: 147px;
    margin: auto auto 10px;
    font-size: 15px;
  }
}
.sec-06__number span {
  line-height: 0.5;
  font-size: 44px;
}
@media screen and (max-width: 767px) {
  .sec-06__number span {
    font-size: 35px;
  }
}
.sec-06__number > div {
  margin-top: -10px;
}
.sec-06__number::after {
  content: "※";
  position: absolute;
  top: 75px;
  right: 22px;
  display: inline-block;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .sec-06__number::after {
    top: 59px;
    right: 18px;
    font-size: 9px;
  }
}
.sec-06__voice {
  position: relative;
  margin-top: 98px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .sec-06__voice {
    margin-top: 26px;
  }
}
.sec-06__voice--ttl {
  position: relative;
  max-width: 316px;
  margin: 0 auto;
  padding: 10px 0 15px;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  border-radius: 20px;
  background-color: #0099FF;
}
@media screen and (max-width: 767px) {
  .sec-06__voice--ttl {
    max-width: 216px;
    margin: 5px auto 0;
    font-size: 20px;
  }
}
.sec-06__voice--ttl::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 44px 55px 0 55px;
  border-color: #0099FF transparent transparent transparent;
}
.sec-06__voice--ttl .small {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
}
.sec-06__voice--ttl p {
  position: relative;
  z-index: 1;
}
.sec-06__voice::before {
  content: "";
  position: absolute;
  top: -80px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 172px;
  background-image: url(../images/sec06_sub_back.svg);
  background-repeat: no-repeat;
  background-position: 20px 0;
}
@media screen and (max-width: 767px) {
  .sec-06__voice::before {
    position: static;
    display: block;
    background-position: center;
  }
}
.sec-06__voice--inner {
  margin-top: -35px;
  padding: 70px 35px;
  border-radius: 20px;
  background-color: #EBF9FF;
}
@media screen and (max-width: 767px) {
  .sec-06__voice--inner {
    padding: 35px 25px;
  }
}
.sec-06__voice--inner--item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 31px 40px;
  border-radius: 20px;
  background-color: #fff;
}
.sec-06__voice--inner--item.pc {
  display: flex;
}
@media screen and (max-width: 767px) {
  .sec-06__voice--inner--item.pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sec-06__voice--inner--item {
    flex-wrap: wrap;
    padding: 22px 24px;
  }
}
.sec-06__voice--inner--item .ttl {
  line-height: 1.5555555556;
  color: #0099FF;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .sec-06__voice--inner--item .ttl {
    text-align: center;
  }
}
.sec-06__voice--inner--item .name {
  margin: 10px 0;
  line-height: 1.8666666667;
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .sec-06__voice--inner--item .name {
    text-align: center;
  }
}
.sec-06__voice--inner--item .text {
  line-height: 2;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .sec-06__voice--inner--item .image {
    margin-bottom: 10px;
    text-align: center;
  }
}
.sec-06__voice--inner--item + div {
  margin-top: 30px;
}
.sec-06__voice--inner--item .left {
  max-width: 579px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .sec-06__voice--inner--item .left {
    max-width: none;
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .sec-06__voice--inner--item .right {
    width: calc(50% - 10px);
  }
  .sec-06__voice--inner--item .right img {
    width: 100%;
  }
}
.sec-06 .marker {
  background: #FCF3AF;
}
.sec-07 {
  margin: 56px 0;
  text-align: center;
}
.sec-07__ttl {
  color: #ED4063;
  line-height: 1.5333333333;
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .sec-07__ttl {
    font-size: 24px;
  }
}
.sec-07__image {
  margin-top: 44px;
}

.sub__ttl {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .sub__ttl {
    font-size: 20px;
  }
}
.sub__ttl span {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .sub__ttl span {
    font-size: 26px;
  }
}

.tokuten__ttl {
  z-index: 10;
  padding-top: 22px;
}
@media screen and (max-width: 767px) {
  .tokuten__ttl {
    max-width: 113px;
    padding-top: 0;
  }
}
.tokuten1 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -23px;
  padding-top: 23px;
}
@media screen and (max-width: 767px) {
  .tokuten1 {
    letter-spacing: -0.3px;
  }
}
.tokuten1::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 0;
  display: inline-block;
  width: 82%;
  height: 132px;
  background-image: url(../images/sec02_back_icon1.svg);
  background-repeat: no-repeat;
  background-size: 165px auto;
  background-position: top right;
}
@media screen and (max-width: 767px) {
  .tokuten1::before {
    top: 0;
    width: 96%;
    background-size: 132px auto;
  }
}
.tokuten1__list {
  text-align: center;
  line-height: 2.3;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .tokuten1__list {
    margin-bottom: 18px;
    padding: 0 19px;
    text-align: left;
    font-size: 16px;
  }
}
.tokuten1__list .icon1_1::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-image: url(../images/sec02_icon1_1.png);
}
@media screen and (max-width: 767px) {
  .tokuten1__list .icon1_1::before {
    width: 22px;
    height: 20px;
    background-size: contain;
    background-position: center;
  }
}
.tokuten1__list .icon1_1 .small__text {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .tokuten1__list .icon1_1 .small__text {
    display: block;
    text-indent: 28px;
    line-height: 1.8461538462;
    font-size: 13px;
  }
}
.tokuten1__list .icon1_2::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-image: url(../images//sec02_icon1_2.png);
}
@media screen and (max-width: 767px) {
  .tokuten1__list .icon1_2::before {
    width: 22px;
    height: 20px;
    background-size: contain;
    background-position: center;
  }
}
.tokuten1__list .icon1_2 .small__text {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .tokuten1__list .icon1_2 .small__text {
    display: block;
    text-indent: 28px;
    line-height: 1.8461538462;
    font-size: 13px;
  }
}
.tokuten2 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 23px;
}
@media screen and (max-width: 767px) {
  .tokuten2 {
    letter-spacing: -0.3px;
  }
}
.tokuten2::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 0;
  display: inline-block;
  width: 30%;
  height: 125px;
  background-image: url(../images/sec02_back_icon4.svg);
  background-repeat: no-repeat;
  background-size: 165px auto;
  background-position: top right;
}
@media screen and (max-width: 767px) {
  .tokuten2::before {
    top: 10px;
    right: calc(50% - 170px);
    width: 38%;
    height: 100px;
    background-size: 100px auto;
  }
}
.tokuten2__list {
  text-align: center;
  line-height: 2.3;
  font-size: 20px;
  font-weight: bold;
}
.tokuten2__list .icon2_1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.tokuten2__list .icon2_1::before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 35px;
  background-repeat: no-repeat;
  background-image: url(../images/sec02_icon2_1.png);
}
.tokuten2__list .icon2_2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.tokuten2__list .icon2_2::before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 35px;
  background-repeat: no-repeat;
  background-image: url(../images//sec02_icon2_2.png);
}
.tokuten2__list .icon2_3 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.tokuten2__list .icon2_3::before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 35px;
  background-repeat: no-repeat;
  background-image: url(../images//sec02_icon2_3.png);
}
.tokuten2__list .big__text {
  line-height: 1.3529411765;
  font-size: 34px;
}
.tokuten2__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 48px;
  padding: 0 45px 0 49px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .tokuten2__image::after {
    content: "※写真はイメージです。";
    display: block;
    margin-top: 20px;
    color: #333;
    font-size: 14px;
    font-weight: normal;
  }
}
@media screen and (max-width: 767px) {
  .tokuten2__image {
    padding: 0 20px;
  }
  .tokuten2__image::after {
    content: "※写真はイメージです。";
    display: block;
    margin-top: 20px;
    color: #333;
    font-size: 14px;
    font-weight: normal;
  }
}
.tokuten__inner {
  width: 100%;
  border: 4px solid #002e7f;
  border-radius: 10px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
}
.tokuten__inner.special1 {
  position: relative;
  margin-top: -89px;
  padding: 89px 0 69px;
  background-image: url(../images/sec02_sub_back1_1.svg), url(../images/sec02_sub_back1_2.svg);
  background-size: auto 165px, 165px auto;
  background-position: calc(50% - 350px) 38px, calc(50% + 350px) calc(50% + 70px);
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .tokuten__inner.special1 {
    background-size: auto 135px, 135px auto;
    background-position: calc(50% - 300px) 10px, calc(50% + 270px) calc(50% + 110px);
  }
}
@media screen and (max-width: 767px) {
  .tokuten__inner.special1 {
    margin-top: -60px;
    padding: 60px 0 36px;
  }
}
@media screen and (max-width: 767px) {
  .tokuten__inner.special1 {
    position: relative;
    background-image: none;
  }
  .tokuten__inner.special1::after {
    content: "";
    pointer-events: none;
    position: absolute;
    top: -30px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-image: url(../images/sp_sec02_sub_back1.svg);
    background-repeat: no-repeat;
    background-position: calc(50% - 120px) 0;
  }
}
.tokuten__inner.special1::before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 60px;
  left: 0;
  display: block;
  width: 100%;
  height: 65px;
  background-image: url(../images/sec02_fukidashi1.svg);
  background-repeat: no-repeat;
  background-size: 206px auto;
  background-position: calc(50% + 200px) top;
}
@media screen and (max-width: 767px) {
  .tokuten__inner.special1::before {
    top: 27px;
    right: -15px;
    left: auto;
    height: 77px;
    background-image: url(../images/sp_sec02_fukidashi1.svg);
    background-size: 113px auto;
    background-position: right 0;
  }
}
.tokuten__inner.special2 {
  position: relative;
  margin-top: -87px;
  padding: 87px 0 69px;
}
.tokuten__inner.special2::before {
  content: "";
  position: absolute;
  top: -20px;
  right: 40px;
  width: 229px;
  height: 207px;
  background-image: url(../images/sec02_sub_back2.svg);
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .tokuten__inner.special2::before {
    top: -60px;
  }
}
@media screen and (max-width: 767px) {
  .tokuten__inner.special2::before {
    top: -70px;
    right: -10px;
    width: 120px;
    height: 163px;
    background-image: url(../images/sp_sec02_sub_back3.svg);
  }
}
.tokuten__inner.special2::after {
  content: "";
  position: absolute;
  bottom: -80px;
  right: -230px;
  width: 428px;
  height: 143px;
  background-image: url(../images/sec02_back_icon7.svg);
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .tokuten__inner.special2::after {
    bottom: -82px;
    right: -261px;
    background-size: 350px;
  }
}
@media screen and (max-width: 767px) {
  .tokuten__inner.special2::after {
    bottom: -40px;
    right: -116px;
    width: 221px;
    height: 73px;
    background-size: contain;
  }
}
.tokuten__color--red1 {
  color: #FD1D02;
  line-height: 1.3529411765;
  font-size: 34px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .tokuten__color--red1 {
    font-size: 24px;
  }
}
.tokuten__text1 {
  color: #C70503;
  line-height: 1.5333333333;
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .tokuten__text1 {
    line-height: 1.5;
    font-size: 24px;
  }
}
.tokuten__text1 .big__text {
  font-size: 40px;
}
.tokuten__text2 {
  position: relative;
  margin-top: 10px;
  color: #C70503;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5333333333;
}
@media screen and (max-width: 767px) {
  .tokuten__text2 {
    font-size: 20px;
  }
}
.tokuten__text2::before {
  content: "";
  position: absolute;
  top: -27px;
  left: 150px;
  display: inline-block;
  width: 120px;
  height: 65px;
  margin-right: 10px;
  background-image: url(../images/sec02_fukidashi2.svg);
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .tokuten__text2::before {
    left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .tokuten__text2::before {
    top: -70px;
    left: 15px;
    width: 89px;
    height: 59px;
    background-image: url(../images/sp_sec02_fukidashi2.svg);
    background-size: contain;
  }
}
.tokuten__text2::after {
  content: "※写真はイメージです。";
  position: absolute;
  bottom: 5px;
  right: calc(10% + 10px);
  color: #333;
  font-size: 14px;
  font-weight: normal;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .tokuten__text2::after {
    content: normal;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tokuten__text2::after {
    bottom: 10px;
    right: 80px;
  }
}
@media screen and (max-width: 767px) {
  .tokuten__text2::after {
    content: none;
  }
}
.tokuten__text2 .big__text {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .tokuten__text2 .middle__text {
    font-size: 24px;
  }
}

.marker {
  background: linear-gradient(transparent 40%, #FCF3AF);
}
.marker2 {
  background: linear-gradient(transparent 60%, #FFFBBC 40%);
}

.about__hamee {
  display: flex;
  align-items: center;
  gap: 26px;
  max-width: 930px;
  margin: 0 auto;
  padding: 29px 39px 29px 21px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .about__hamee {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 27px 15px 23px 21px;
  }
}
.about__hamee--logo {
  min-width: 332px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about__hamee--logo {
    max-width: 170px;
    min-width: auto;
  }
}
.about__hamee--text {
  line-height: 2;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .about__hamee--text {
    line-height: 1.8571428571;
    font-size: 14px;
  }
}

.red {
  color: #ED4063;
}

.yellow {
  color: #FFFE05;
}

.link_icon::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 10px;
  background-image: url(../images/link_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.Footer {
  margin: 80px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .Footer {
    margin: 40px 0;
  }
}
.Footer .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}
.Footer_nelogo {
  margin: 0 auto 30px;
}
.Footer_tel {
  margin: 0 auto 70px;
}
.Footer_copyrights {
  margin-bottom: 54px;
  letter-spacing: 1px;
  font-size: 11px;
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}
