@charset "UTF-8";
/****************************************

    Reset

*****************************************/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
html {
  text-rendering: optimizeSpeed;
  width: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
}

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,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ul,
ol,
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;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
}

em,
strong {
  font-weight: bold;
}

figure {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}

img,
svg {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

q:after,
q:before {
  content: "";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

ul,
ol {
  list-style: none;
}

/* inputやbuttonなどのフォントは継承を定義 */
input,
button,
textarea,
select {
  font: inherit;
}

/* 見たくない人用に、すべてのアニメーションとトランジションを削除 */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/****************************************

    Link

*****************************************/
a {
  outline: none;
  color: inherit;
}

a:active,
a:hover,
a:link,
a:visited {
  text-decoration: none;
}

/* classを持たない要素はデフォルトのスタイルを取得 */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

#footer_txt * {
  margin: 0;
  padding: 0;
}

#footer_txt .inner {
  margin: 0 auto;
  border-top: 1px solid #999;
  padding-top: 10px;
}

#footer_txt {
  text-align: center;
  padding: 15px 20px 30px;
  margin: 0 auto;
  max-width: 1000px;
}

#footer_txt ul {
  list-style: none;
  letter-spacing: -0.4em;
  margin-bottom: 15px;
  font-size: 14px;
}

#footer_txt li {
  display: inline-block;
  letter-spacing: normal;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #333;
  line-height: 100%;
}

#footer_txt li.last {
  padding-right: 0;
  margin-right: 0;
  border: 0;
}

#footer_txt .tit {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}

#footer_txt .tit span {
  font-size: 14px;
  letter-spacing: 1px;
}

#footer_txt .copyright {
  font-size: 14px;
  letter-spacing: 1px;
}

#footer_txt a {
  color: #0000ee;
  text-decoration: underline;
}

/* 独自リセット */
strong {
  font-weight: inherit;
}

/* utility */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin-top: 60px;
  margin-bottom: 70px;
}
@media screen and (min-width: 768px) {
  body {
    min-width: 1000px;
    margin: 0 auto;
    margin-top: 80px;
    margin-bottom: 0;
  }
}
body > img:first-child {
  display: none;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.is-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .is-pc {
    display: block;
  }
}

.is-sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}

br.bsp {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  br.bsp {
    display: none;
  }
}
br.nbsp {
  display: none;
}
@media screen and (min-width: 768px) {
  br.nbsp {
    display: inline-block;
  }
}

.serif {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}

.color-white {
  color: #fff;
}
.color-red {
  color: #bf376f;
}
.color-navy {
  color: #20245b;
}
.color-yellow {
  color: #ffff00;
}
.color-bronze {
  color: #87540a;
}

.text-center {
  text-align: center;
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.section {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.section-title {
  letter-spacing: 0.1em;
  font-size: 25px;
  font-size: 1.5625rem;
  color: #bf376f;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .section-title {
    font-size: 40px;
    font-size: 2.5rem;
    margin-bottom: 40px;
  }
}

/* header */
.header {
  z-index: 999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
.header-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  width: 100%;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .header-inner {
    height: 80px;
    padding-right: 20px;
    min-width: 1000px;
    margin: 0 auto;
  }
}
.header-logo {
  width: 139px;
  display: block;
}
@media screen and (min-width: 768px) {
  .header-logo {
    width: 285px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .header-logo:hover, .header-logo:focus-visible {
    opacity: 0.7;
  }
}
.header-ham {
  width: 60px;
  height: 60px;
  background: #f5d9d9;
  position: relative;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .header-ham {
    width: 80px;
    height: 80px;
    margin-left: 30px;
  }
}
.header-ham-line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 34px;
  height: 2px;
  border-radius: 50px;
  background: #bf376f;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (min-width: 768px) {
  .header-ham-line {
    width: 45px;
    height: 4px;
  }
}
.header-ham-line:nth-of-type(1) {
  -webkit-transform: translate(-50%, 4px);
          transform: translate(-50%, 4px);
}
@media screen and (min-width: 768px) {
  .header-ham-line:nth-of-type(1) {
    -webkit-transform: translate(-50%, 6px);
            transform: translate(-50%, 6px);
  }
}
.header-ham-line:nth-of-type(2) {
  -webkit-transform: translate(-50%, -4px);
          transform: translate(-50%, -4px);
}
@media screen and (min-width: 768px) {
  .header-ham-line:nth-of-type(2) {
    -webkit-transform: translate(-50%, -6px);
            transform: translate(-50%, -6px);
  }
}
@media screen and (min-width: 768px) {
  .header-ham:hover .header-ham-line:nth-of-type(1), .header-ham:focus-visible .header-ham-line:nth-of-type(1) {
    -webkit-transform: translate(-50%, 7px);
            transform: translate(-50%, 7px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .header-ham:hover .header-ham-line:nth-of-type(1), .header-ham:focus-visible .header-ham-line:nth-of-type(1) {
    -webkit-transform: translate(-50%, 9px);
            transform: translate(-50%, 9px);
  }
}
@media screen and (min-width: 768px) {
  .header-ham:hover .header-ham-line:nth-of-type(2), .header-ham:focus-visible .header-ham-line:nth-of-type(2) {
    -webkit-transform: translate(-50%, -7px);
            transform: translate(-50%, -7px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .header-ham:hover .header-ham-line:nth-of-type(2), .header-ham:focus-visible .header-ham-line:nth-of-type(2) {
    -webkit-transform: translate(-50%, -9px);
            transform: translate(-50%, -9px);
  }
}
.header-ham.is-open .header-ham-line:nth-of-type(1) {
  -webkit-transform: translate(-50%, 0) rotate(45deg);
          transform: translate(-50%, 0) rotate(45deg);
}
@media screen and (min-width: 768px) {
  .header-ham.is-open .header-ham-line:nth-of-type(1) {
    -webkit-transform: translate(-50%, 0) rotate(45deg);
            transform: translate(-50%, 0) rotate(45deg);
  }
}
.header-ham.is-open .header-ham-line:nth-of-type(2) {
  -webkit-transform: translate(-50%, 0) rotate(-45deg);
          transform: translate(-50%, 0) rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .header-ham.is-open .header-ham-line:nth-of-type(2) {
    -webkit-transform: translate(-50%, 0) rotate(-45deg);
            transform: translate(-50%, 0) rotate(-45deg);
  }
}
.header-nav {
  position: absolute;
  top: 100%;
  right: 0;
  background: rgba(255, 255, 255, 0.7);
  padding: 18px 15px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (min-width: 768px) {
  .header-nav {
    padding: 24px 15px;
    right: 20px;
  }
}
.header-nav[aria-hidden=true] {
  opacity: 0;
  visibility: hidden;
}
.header-nav-item {
  position: relative;
}
.header-nav-item::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  position: absolute;
  background-image: linear-gradient(to right, #000 2px, transparent 2px);
  background-size: 7px 2px;
  background-repeat: repeat-x;
}
.header-nav-item:last-of-type::after {
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #000 2px, transparent 2px);
  background-size: 7px 2px;
  background-repeat: repeat-x;
}
.header-nav-link {
  padding: 5px 0;
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  letter-spacing: 0.04em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .header-nav-link {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.header-nav-link:hover, .header-nav-link:focus-visible {
  opacity: 0.7;
}

/* contact-links */
.contact-links {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .contact-links {
    position: static;
    margin-left: auto;
    width: auto;
  }
}
.contact-links-item {
  width: 50%;
  height: 70px;
}
@media screen and (min-width: 768px) {
  .contact-links-item {
    width: 187px;
    height: 60px;
  }
}
.contact-links-item:nth-of-type(2) {
  border-left: 2px solid #fff;
}
@media screen and (min-width: 768px) {
  .contact-links-item:nth-of-type(2) {
    border-left: 0;
    margin-left: 6px;
  }
}
.contact-links-item button,
.contact-links-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: 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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
  position: relative;
}
.contact-links-item button::after,
.contact-links-item a::after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(30%, rgba(255, 255, 255, 0)), color-stop(70%, rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.4) 70%, rgba(255, 255, 255, 0) 100%);
}
.contact-links-item button::before,
.contact-links-item a::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), color-stop(30%, rgba(255, 255, 255, 0)), color-stop(70%, rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.4) 70%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (min-width: 768px) {
  .contact-links-item button::before,
  .contact-links-item a::before {
    content: none;
  }
}
.contact-links-item button {
  background: #f5d9d9;
  color: #bf376f;
}
@media screen and (min-width: 768px) {
  .contact-links-item button {
    pointer-events: none;
  }
}
.contact-links-item a {
  background: #bf376f;
  color: #f5d9d9;
}
@media screen and (min-width: 768px) {
  .contact-links-link {
    border-radius: 10px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .contact-links-link:hover, .contact-links-link:focus-visible {
    opacity: 0.7;
  }
}
.contact-links-link span {
  display: block;
  line-height: 1.2;
  font-weight: 700;
}
.contact-links-link-top {
  font-size: 18px;
  font-size: 1.125rem;
}
.contact-links-link-bottom {
  font-size: 25px;
  font-size: 1.5625rem;
}

/* modal */
.modal[aria-hidden=true] .modal-overlay {
  opacity: 0;
  visibility: hidden;
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal-contents {
  height: 400px;
  width: 320px;
  background: #fff;
}
.modal-inner {
  padding: 20px 40px 50px;
  text-align: center;
}
.modal-tel-title {
  height: 54px;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  background-image: url("../img/icon-phone.svg");
  background-size: 38px 54px;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal-tel-list {
  margin-top: 30px;
}
.modal-tel-item:nth-of-type(n+2) {
  margin-top: 20px;
}
.modal-tel-link {
  background: #bf376f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: 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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 78px;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.modal-tel-link-title {
  font-size: 23px;
  font-size: 1.4375rem;
}
.modal-tel-link-test {
  margin-top: 8px;
  font-size: 17px;
  font-size: 1.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal-tel-link-icon {
  display: inline-block;
  width: 17px;
}
.modal-tel-caption {
  margin-top: 30px;
}
.modal-tel-caption-text {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.375;
}

/* mv */
.mv {
  background-image: url("../img/mv-sp.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .mv {
    background-image: url("../img/mv.jpg");
  }
}
.mv-inner {
  padding-top: 8vw;
  padding-left: 5.3333333333vw;
  padding-bottom: 7.4666666667vw;
}
@media screen and (min-width: 768px) {
  .mv-inner {
    padding: 100px 20px;
    max-width: 1000px;
    margin: 0 auto;
  }
}
.mv-title img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .mv-title img {
    width: 63.854%;
  }
}

/* intro */
.intro {
  position: relative;
  background-image: url("../img/intro-bg-sp.png");
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .intro {
    background-image: url("../img/intro-bg.png");
    background-size: 1500px;
    background-position: center bottom;
  }
}
.intro-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 740px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(55, 65, 124, 0)), to(rgb(55, 65, 124)));
  background: linear-gradient(180deg, rgba(55, 65, 124, 0) 0%, rgb(55, 65, 124) 100%);
}
@media screen and (min-width: 768px) {
  .intro-gradient {
    height: 820px;
  }
}
.intro-arrow {
  z-index: 1;
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 187.5px 0 187.5px;
  border-color: #37417c transparent transparent transparent;
}
@media screen and (min-width: 768px) {
  .intro-arrow {
    border-width: 160px 500px 0 500px;
  }
}
.intro-read, .intro-bottom {
  position: relative;
}
.intro-read span {
  display: block;
}
.intro-read-top {
  padding: 20px;
  margin: 0 auto;
  max-width: 500px;
}
@media screen and (min-width: 768px) {
  .intro-read-top {
    max-width: 700px;
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
.intro-read-middle {
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .intro-read-middle {
    font-size: 48px;
    font-size: 3rem;
  }
}
.intro-read-bottom {
  max-width: 104px;
  margin: 15px auto 0;
}
@media screen and (min-width: 768px) {
  .intro-read-bottom {
    max-width: 202px;
    margin-top: 30px;
  }
}
.intro-bottom {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .intro-bottom {
    margin-top: 100px;
  }
}
.intro-list {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  max-width: 340px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .intro-list {
    margin-left: 30px;
    max-width: 100%;
    width: 530px;
    padding: 30px;
  }
}
.intro-item {
  font-size: 17px;
  font-size: 1.0625rem;
  padding: 10px 0 10px 31px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .intro-item {
    font-size: 26px;
    font-size: 1.625rem;
    padding: 10px 0 10px 45px;
  }
}
.intro-item:nth-of-type(n + 2)::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, #20245b 2px, transparent 2px);
  background-size: 7px 2px;
  background-repeat: repeat-x;
}
.intro-item::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 14px;
  width: 19px;
  height: 16px;
  background-image: url("../img/icon-check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 768px) {
  .intro-item::before {
    width: 30px;
    height: 30px;
  }
}
.intro-text {
  color: #fff;
}
.intro-text-top {
  margin-top: 150px;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .intro-text-top {
    margin-top: 64px;
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.intro-text-middle {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .intro-text-middle {
    font-size: 38px;
    font-size: 2.375rem;
    margin-top: 30px;
    padding-bottom: 50px;
  }
}
.intro-text-bottom {
  font-size: 26px;
  font-size: 1.625rem;
  letter-spacing: 0.06em;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .intro-text-bottom {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 45px;
    font-size: 2.8125rem;
    margin-top: -10px;
  }
}

/* s1 */
.s1 {
  padding-top: 100px;
  padding-bottom: 55px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(247, 193, 204)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(247, 193, 204) 100%);
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .s1 {
    padding-top: 190px;
    padding-bottom: 85px;
  }
}
.s1-bg {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0.8;
  mix-blend-mode: multiply;
  top: 20px;
  width: 609px;
}
@media screen and (min-width: 768px) {
  .s1-bg {
    top: 335px;
    width: 1478px;
  }
}
.s1-title {
  font-size: 26px;
  font-size: 1.625rem;
  letter-spacing: 0.04em;
  line-height: 1.3076923077;
  position: relative;
  margin: 0 auto;
  max-width: 330px;
  padding: 0 42px;
}
@media screen and (min-width: 768px) {
  .s1-title {
    font-size: 46px;
    font-size: 2.875rem;
    max-width: 900px;
    padding: 20px 60px;
  }
}
.s1-title::before, .s1-title::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../img/s1-title-decoration.svg");
  width: 32px;
  height: 58px;
}
@media screen and (min-width: 768px) {
  .s1-title::before, .s1-title::after {
    width: 50px;
    height: 90px;
  }
}
.s1-title::before {
  left: 0;
}
.s1-title::after {
  right: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.s1-list {
  margin: 0 auto;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .s1-list {
    max-width: 100%;
    margin-top: 80px;
    width: 900px;
  }
}
.s1-item {
  position: relative;
  width: 94.6666666667vw;
  margin-left: auto;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .s1-item {
    background: none;
    max-width: 100%;
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.s1-item:nth-of-type(n + 2) {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .s1-item:nth-of-type(n + 2) {
    margin-top: 40px;
  }
}
.s1-item:nth-of-type(odd) {
  margin-left: 0;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .s1-item:nth-of-type(odd)::before {
    background: -webkit-gradient(linear, right top, left top, from(rgb(255, 255, 255)), color-stop(50%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
    right: 0;
    left: auto;
  }
}
.s1-item:nth-of-type(odd) .s1-item-imgbox {
  right: 0;
  left: auto;
}
.s1-item:nth-of-type(odd) .s1-item-imgbox img {
  -o-object-position: center right;
     object-position: center right;
}
@media screen and (min-width: 768px) {
  .s1-item:nth-of-type(odd) .s1-item-imgbox {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.s1-item:nth-of-type(odd) .s1-item-textbox {
  text-align: left;
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .s1-item:nth-of-type(odd) .s1-item-textbox {
    padding-left: 0;
    position: relative;
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  .s1-item::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    height: 100%;
    width: 1410px;
    background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), color-stop(50%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
  }
}
.s1-item-imgbox, .s1-item-textbox {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.s1-item-imgbox {
  position: absolute;
  top: -1%;
  height: 102%;
  left: 0;
}
@media screen and (min-width: 768px) {
  .s1-item-imgbox {
    position: relative;
    width: 500px;
  }
}
.s1-item-imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center left;
     object-position: center left;
}
@media screen and (min-width: 768px) {
  .s1-item-imgbox img {
    width: 100%;
    height: auto;
    -o-object-fit: none;
       object-fit: none;
  }
}
.s1-item-textbox {
  text-align: right;
  padding: 13px 30px;
  max-width: 355px;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .s1-item-textbox {
    text-align: left;
    padding: 30px 0 0;
    padding-left: 30px;
    width: 400px;
    max-width: 100%;
  }
}
.s1-item-title {
  white-space: nowrap;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 700;
  text-shadow: 0.7px 0.7px 0px rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  .s1-item-title {
    font-size: 36px;
    font-size: 2.25rem;
    text-shadow: none;
  }
}
.s1-item-text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2857142857;
  color: #333333;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .s1-item-text {
    margin-top: 20px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

/* s2 */
.s2 {
  position: relative;
  margin-top: -20px;
  padding-bottom: 60px;
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .s2 {
    margin-top: -50px;
    padding-bottom: 120px;
  }
}
.s2-top {
  background-image: url("../img/s2-top-sp.png");
  background-size: 375px;
  background-position: center bottom;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  height: 180px;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .s2-top {
    width: 1000px;
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 50px;
    height: 300px;
    background-image: url("../img/s2-top.png");
    background-size: 1000px auto;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
}
.s2-top-person {
  position: absolute;
  bottom: 0;
  font-size: 9px;
  font-size: 0.5625rem;
  background: #fff;
  padding: 6px 0;
  width: 120px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .s2-top-person {
    font-size: 12px;
    font-size: 0.75rem;
    bottom: 18px;
    width: 180px;
  }
}
.s2-top-person:nth-of-type(1) {
  left: 0;
}
@media screen and (min-width: 768px) {
  .s2-top-person:nth-of-type(1) {
    padding-right: 25px;
    text-align: right;
  }
}
.s2-top-person:nth-of-type(2) {
  right: 0;
}
@media screen and (min-width: 768px) {
  .s2-top-person:nth-of-type(2) {
    padding-left: 25px;
    text-align: left;
  }
}
.s2-title {
  letter-spacing: 0.06em;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6666666667;
}
@media screen and (min-width: 768px) {
  .s2-title {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 1.6176470588;
  }
}
.s2-bottom {
  padding: 0 20px;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .s2-bottom {
    margin-top: 0;
  }
}
.s2-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.s2-tab-item {
  width: calc((100% - 60px) / 4);
}
.s2-tab-item:nth-of-type(n + 2) {
  margin-left: 20px;
}
.s2-tab-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: 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;
  width: 100%;
  position: relative;
  height: 100%;
  padding: 15px 0;
  border-radius: 10px 10px 0 0;
  background: #f5d9d9;
}
.s2-tab-button::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.5;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.s2-tab-button:hover::after, .s2-tab-button:focus-visible::after, .s2-tab-button.is-active::after {
  opacity: 0;
}
.s2-tab-button .row-1 {
  letter-spacing: -0.1em;
  font-size: 20px;
  font-size: 1.25rem;
}
.s2-tab-button .row-2 {
  font-weight: 700;
  margin-top: 10px;
  font-size: 28px;
  font-size: 1.75rem;
}
.s2-tab-button .row-2 .small {
  display: block;
  font-size: 16px;
  font-size: 1rem;
}
.s2-tab-button .row-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.s2-tab-button .row-3 .icon {
  width: 36px;
  height: 36px;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  margin-right: 5px;
}
.s2-tab-button .row-3 .price {
  font-weight: 500;
  font-size: 38px;
  font-size: 2.375rem;
}
.s2-tab-button .row-3 .yen {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.s2-tab-button .row-4 {
  margin-top: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2857142857;
}
.s2-panel-item {
  display: none;
  padding: 30px;
  border: 3px solid #f5d9d9;
}
.s2-panel-item.is-active {
  display: block;
}
.s2-panel-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.s2-panel-header .imgbox {
  width: 100px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .s2-panel-header .imgbox {
    margin-right: 30px;
    width: 195px;
  }
}
.s2-panel-title span:not(.small) {
  display: block;
}
.s2-panel-title span.small {
  font-size: 13px;
  font-size: 0.8125rem;
}
.s2-panel-title-top {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .s2-panel-title-top {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
.s2-panel-title-bottom {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .s2-panel-title-bottom {
    margin-top: 2px;
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.s2-panel-read {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 20px;
  line-height: 1.5714285714;
}
@media screen and (min-width: 768px) {
  .s2-panel-read {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.s2-panel-list-a {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .s2-panel-list-a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.s2-panel-list-a-item {
  border: 2px solid #f5d9d9;
}
@media screen and (min-width: 768px) {
  .s2-panel-list-a-item {
    width: calc((100% - 30px) / 3);
  }
}
.s2-panel-list-a-item:nth-of-type(n + 2) {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .s2-panel-list-a-item:nth-of-type(n + 2) {
    margin-top: 0;
    margin-left: 15px;
  }
}
.s2-panel-list-a-item-inner {
  padding: 20px 18px;
}
.s2-panel-list-a-item .row-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .s2-panel-list-a-item .row-3 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.s2-panel-list-a-item .row-3 .icon {
  width: 32px;
  height: 32px;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  .s2-panel-list-a-item .row-3 .icon {
    width: 44px;
    height: 44px;
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}
.s2-panel-list-a-item .row-3 .price {
  font-weight: 500;
  font-size: 28px;
  font-size: 1.75rem;
}
@media screen and (min-width: 768px) {
  .s2-panel-list-a-item .row-3 .price {
    font-size: 46px;
    font-size: 2.875rem;
  }
}
.s2-panel-list-a-item .row-3 .yen {
  font-weight: 700;
  font-size: 15px;
  font-size: 0.9375rem;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  margin-left: 2px;
}
@media screen and (min-width: 768px) {
  .s2-panel-list-a-item .row-3 .yen {
    font-size: 24px;
    font-size: 1.5rem;
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}
.s2-panel-list-a-title {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  background: #f5d9d9;
  padding: 3px 10px 5px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .s2-panel-list-a-title {
    padding: 6px 0 8px;
    text-align: center;
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.s2-panel-list-b {
  border: 1px solid #f5d9d9;
  padding: 25px 10px 10px;
}
@media screen and (min-width: 768px) {
  .s2-panel-list-b {
    padding: 40px 40px 20px;
  }
}
.s2-panel-list-b-wrapper {
  position: relative;
  padding-top: 17px;
}
@media screen and (min-width: 768px) {
  .s2-panel-list-b-wrapper {
    padding-top: 19px;
  }
}
.s2-panel-list-b-title {
  position: absolute;
  top: 0;
  left: 50%;
  width: 220px;
  height: 34px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f5d9d9;
  border-radius: 100px;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .s2-panel-list-b-title {
    width: 300px;
    height: 38px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.s2-panel-list-b-item {
  position: relative;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.3846153846;
  padding-left: 18px;
}
@media screen and (min-width: 768px) {
  .s2-panel-list-b-item {
    padding-left: 22px;
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.5882352941;
  }
}
.s2-panel-list-b-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 13px;
  height: 13px;
  background: #bf376f;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .s2-panel-list-b-item::before {
    top: 6px;
    width: 17px;
    height: 17px;
  }
}
.s2-panel-2col {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .s2-panel-2col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
  }
}
.s2-panel-2col .s2-panel-read {
  margin-top: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (min-width: 768px) {
  .s2-panel-2col .s2-panel-read {
    width: 420px;
    margin-right: 30px;
  }
}
.s2-panel-2col .s2-panel-textbox {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .s2-panel-2col .s2-panel-textbox {
    margin-top: 0;
  }
}
.s2-panel-2col .row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 90px;
}
.s2-panel-2col .row-flex .icon {
  width: 40px;
  height: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  margin-right: 6px;
}
.s2-panel-2col .row-flex .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.s2-panel-2col .row-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 10px;
}
.s2-panel-2col .row-3 .icon {
  width: 40px;
  height: 40px;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  margin-right: 6px;
}
@media screen and (min-width: 768px) {
  .s2-panel-2col .row-3 .icon {
    -webkit-transform: translateY(-9px);
            transform: translateY(-9px);
    width: 45px;
    height: 45px;
  }
}
.s2-panel-2col .row-3 .price {
  font-weight: 500;
  font-size: 28px;
  font-size: 1.75rem;
}
@media screen and (min-width: 768px) {
  .s2-panel-2col .row-3 .price {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
.s2-panel-2col .row-3 .yen {
  font-weight: 700;
  font-size: 15px;
  font-size: 0.9375rem;
  margin-left: 3px;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
@media screen and (min-width: 768px) {
  .s2-panel-2col .row-3 .yen {
    font-size: 25px;
    font-size: 1.5625rem;
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}
.s2-panel-2col .row-4 {
  font-size: 7px;
  font-size: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .s2-panel-2col .row-4 {
    margin-left: 50px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.s2-box:nth-of-type(n + 2) {
  margin-top: 20px;
}
.s2-box-trigger {
  color: #000;
  background: #f5d9d9;
  border-radius: 10px;
  display: block;
  width: 100%;
  padding: 10px 20px;
  position: relative;
}
.s2-box-trigger.is-open {
  border-radius: 10px 10px 0 0;
}
.s2-box-trigger.is-open .s2-box-trigger-icon-line:first-of-type {
  -webkit-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
}
.s2-box-trigger-icon {
  position: absolute;
  display: block;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background: #20245b;
  width: 32px;
  height: 32px;
}
.s2-box-trigger-icon-line {
  position: absolute;
  display: block;
  height: 3px;
  width: 20px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
}
.s2-box-trigger-icon-line:first-of-type {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.s2-box-trigger .row-1 {
  letter-spacing: 0.06em;
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  text-align: left;
}
.s2-box-trigger .row-2 {
  font-weight: 700;
  font-size: 21px;
  font-size: 1.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.s2-box-trigger .row-2 .small {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.s2-box-trigger .row-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.s2-box-trigger .row-3 .icon {
  width: 28px;
  height: 28px;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  margin-right: 8px;
}
.s2-box-trigger .row-3 .price {
  font-weight: 500;
  font-size: 28px;
  font-size: 1.75rem;
}
.s2-box-trigger .row-3 .yen {
  font-weight: 700;
  font-size: 13px;
  font-size: 0.8125rem;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
.s2-box-trigger .row-4 {
  font-size: 8px;
  font-size: 0.5rem;
  margin-top: 10px;
  display: block;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  text-align: left;
}
.s2-box-trigger .row-4 br {
  display: none;
}
.s2-box-content {
  display: none;
  padding: 20px 15px;
  border: 2px solid #f5d9d9;
  border-radius: 0 0 10px 10px;
}
.s2-last {
  margin: 0 auto;
  margin-top: 10px;
  padding: 0 20px;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: right;
  max-width: 1000px;
}
@media screen and (min-width: 768px) {
  .s2-last {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/* s3 */
.s3 {
  background: linear-gradient(300deg, rgb(239, 204, 143) 0%, rgb(240, 199, 161) 20%, rgb(242, 190, 190) 50%, rgb(226, 152, 170) 80%, rgb(215, 126, 157) 100%);
  padding-bottom: 45px;
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .s3 {
    padding: 50px 0 60px;
  }
}
.s3-title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.s3-title-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .s3-title-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.s3-title-top {
  position: relative;
  z-index: 2;
  font-size: 21px;
  font-size: 1.3125rem;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .s3-title-top {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}
.s3-title-bottom {
  position: relative;
  z-index: 2;
  display: block;
  margin-top: 10px;
  width: 213px;
}
@media screen and (min-width: 768px) {
  .s3-title-bottom {
    margin-left: auto;
    width: 502px;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
}
.s3-title-person {
  position: absolute;
  margin-top: -64px;
  width: 160px;
  right: 0;
}
@media screen and (min-width: 768px) {
  .s3-title-person {
    position: relative;
    width: 370px;
    margin-right: 0;
    margin-top: -120px;
  }
}
.s3-title-person-img {
  display: block;
  width: 146px;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .s3-title-person-img {
    width: 342px;
  }
}
.s3-title-person-name {
  position: absolute;
  left: 0;
  bottom: 38px;
  background: #fff;
  width: 82px;
  height: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 9px;
  font-size: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .s3-title-person-name {
    font-size: 12px;
    font-size: 0.75rem;
    padding-top: 4px;
    width: 105px;
    height: 26px;
    bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .s3-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.s3-item {
  background: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .s3-item {
    width: calc((100% - 20px) / 2);
  }
}
.s3-item:nth-of-type(n + 2) {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .s3-item:nth-of-type(n + 2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .s3-item:nth-of-type(even) {
    margin-left: 20px;
  }
}
@media screen and (min-width: 768px) {
  .s3-item:nth-of-type(n + 3) {
    margin-top: 20px;
  }
}
.s3-item-num {
  position: absolute;
  background-image: url("../img/s3-num-bg.png");
  background-size: cover;
  background-position: top left;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  width: 70px;
  height: 70px;
  padding: 8px 12px;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .s3-item-num {
    padding: 8px 12px;
    width: 76px;
    height: 76px;
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.s3-item-title {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.1739130435;
  padding-top: 15px;
  padding-left: 50px;
}
@media screen and (min-width: 768px) {
  .s3-item-title {
    padding-left: 40px;
    text-align: center;
    padding-top: 20px;
    font-size: 29px;
    font-size: 1.8125rem;
  }
}
.s3-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .s3-item-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 30px;
  }
}
.s3-item-text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 20px 10px;
  line-height: 1.7333333333;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .s3-item-text {
    padding: 0 20px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.s3-item-img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 0 36px;
}
@media screen and (min-width: 768px) {
  .s3-item-img {
    width: 220px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0;
  }
}

/* s4 */
.s4 {
  padding: 40px 0 15px;
}
@media screen and (min-width: 768px) {
  .s4 {
    padding: 80px 0 50px;
  }
}
.s4-title {
  background-image: url("../img/s4-title-bg.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 225px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 21px;
  font-size: 1.3125rem;
  letter-spacing: 0.4em;
  font-weight: 500;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .s4-title {
    width: 395px;
    height: 64px;
    font-size: 38px;
    font-size: 2.375rem;
  }
}
.s4-slider {
  position: relative;
  max-width: 820px;
  margin: 0 auto;
}
.s4-slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
}
.s4-slider .slick-arrow .s4-slide-prev-btn,
.s4-slider .slick-arrow .s4-slide-next-btn {
  cursor: pointer;
  display: block;
  background-image: url("../img/icon-carousel-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 28px;
  height: 28px;
}
@media screen and (min-width: 768px) {
  .s4-slider .slick-arrow .s4-slide-prev-btn,
  .s4-slider .slick-arrow .s4-slide-next-btn {
    width: 45px;
    height: 45px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .s4-slider .slick-arrow .s4-slide-prev-btn:hover, .s4-slider .slick-arrow .s4-slide-prev-btn:focus-visible,
  .s4-slider .slick-arrow .s4-slide-next-btn:hover,
  .s4-slider .slick-arrow .s4-slide-next-btn:focus-visible {
    opacity: 0.7;
  }
}
.s4-slider .slick-arrow.s4-slide-prev {
  left: -14px;
}
@media screen and (min-width: 768px) {
  .s4-slider .slick-arrow.s4-slide-prev {
    left: -70px;
  }
}
.s4-slider .slick-arrow.s4-slide-next {
  right: -14px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .s4-slider .slick-arrow.s4-slide-next {
    right: -70px;
  }
}
.s4-slider-wrapper {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .s4-slider-wrapper {
    margin-top: 40px;
  }
}
.s4-slider-slide {
  padding: 5px 0;
}
.s4-slider-slide-inner {
  padding: 15px 20px;
  -webkit-box-shadow: 0 2px 5px rgba(191, 55, 111, 0.2);
          box-shadow: 0 2px 5px rgba(191, 55, 111, 0.2);
}
@media screen and (min-width: 768px) {
  .s4-slider-slide-inner {
    padding: 30px;
  }
}
.s4-slider-dots .slick-dots {
  margin-top: 15px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .s4-slider-dots .slick-dots {
    margin-top: 40px;
  }
}
.s4-slider-dots .slick-dots li:nth-of-type(n+2) {
  margin-left: 30px;
}
@media screen and (min-width: 768px) {
  .s4-slider-dots .slick-dots li:nth-of-type(n+2) {
    margin-left: 70px;
  }
}
.s4-slider-dots .slick-dots li.slick-active button {
  background: #bf376f;
}
.s4-slider-dots .slick-dots button {
  display: block;
  width: 14px;
  height: 14px;
  background: #f5d9d9;
  border-radius: 50%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (min-width: 768px) {
  .s4-slider-dots .slick-dots button {
    width: 20px;
    height: 20px;
  }
  .s4-slider-dots .slick-dots button:hover, .s4-slider-dots .slick-dots button:focus-visible {
    background: #bf376f;
  }
}
.s4-slide-title {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .s4-slide-title {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.s4-slide-title-text {
  padding: 5px 10px;
  border: 2px solid #bf376f;
}
@media screen and (min-width: 768px) {
  .s4-slide-title-text {
    padding: 12px 20px 16px;
  }
}
.s4-slide-subtitle span {
  display: block;
}
.s4-slide-subtitle-top {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .s4-slide-subtitle-top {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.s4-slide-subtitle-bottom {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .s4-slide-subtitle-bottom {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.s4-slide-imgbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: 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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .s4-slide-imgbox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 20px;
  }
}
.s4-slide-img-before, .s4-slide-img-after {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .s4-slide-img-before, .s4-slide-img-after {
    width: calc((100% - 30px) / 2);
  }
}
.s4-slide-img-after {
  position: relative;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .s4-slide-img-after {
    margin-top: 0;
    margin-left: 30px;
  }
}
.s4-slide-img-after::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  right: 50%;
  -webkit-transform: translateX(50%) rotate(90deg);
          transform: translateX(50%) rotate(90deg);
  width: 30px;
  height: 30px;
  background-image: url("../img/icon-arrow-left.svg");
  background-size: 8px 12px;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .s4-slide-img-after::before {
    right: 100%;
    bottom: 0;
    width: 30px;
    height: 100%;
    background-size: 10px 22px;
    -webkit-transform: none;
            transform: none;
  }
}
.s4-slide-textbox {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .s4-slide-textbox {
    margin-top: 25px;
  }
}
.s4-slide-text {
  margin-top: 10px;
  font-size: 8px;
  font-size: 0.5rem;
  line-height: 1.375;
}
@media screen and (min-width: 768px) {
  .s4-slide-text {
    margin-top: 20px;
    padding: 0 20px;
    font-size: 10px;
    font-size: 0.625rem;
  }
}
.s4-slide-text .row dt,
.s4-slide-text .row dd {
  display: inline;
}
.s4-slide-text .mt {
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .s4-slide-text a:hover, .s4-slide-text a:focus-visible {
    text-decoration: underline;
  }
}
.s4-slide-text-wrapper {
  margin-top: 10px;
  height: 5rem;
  overflow-y: scroll;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), color-stop(6%, rgba(0, 0, 0, 0.2)), color-stop(20%, rgba(0, 0, 0, 0))), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), color-stop(10%, rgba(0, 0, 0, 0)));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 6%, rgba(0, 0, 0, 0) 20%), linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 10%);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center bottom;
}
.s4-slide-text-wrapper .s4-slide-text {
  margin-top: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(6%, white), color-stop(30%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.3)), color-stop(10%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(0deg, white 0%, white 6%, rgba(255, 255, 255, 0) 30%), linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 10%);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center bottom;
}
.s4-bnr {
  background-image: url("../img/s4-bnr-bg-sp.jpg");
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 140px;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .s4-bnr {
    background-image: url("../img/s4-bnr-bg.jpg");
    height: 260px;
    margin-top: 80px;
  }
}
.s4-bnr-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  align-item: flex-end;
}
@media screen and (min-width: 768px) {
  .s4-bnr-inner {
    width: 510px;
    padding-right: 40px;
  }
}
.s4-bnr-title {
  font-weight: 500;
  text-align: center;
  font-size: 21px;
  font-size: 1.3125rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .s4-bnr-title {
    text-align: left;
    font-size: 38px;
    font-size: 2.375rem;
  }
}
.s4-bnr-title span {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .s4-bnr-title span {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .s4-bnr-title-bottom {
    margin-left: 3em;
  }
}
.s4-bnr-text {
  font-size: 10px;
  font-size: 0.625rem;
  margin-top: 10px;
  margin-left: auto;
  display: inline-block;
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  .s4-bnr-text {
    padding-right: 0;
    margin-top: 10px;
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.6470588235;
  }
}

/* s5 */
.s5-item:nth-of-type(n + 2) {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .s5-item:nth-of-type(n + 2) {
    margin-top: 30px;
  }
}
.s5-item-title-btn {
  padding: 10px 40px 10px 16px;
  display: block;
  width: 100%;
  text-align: left;
  background: #f5d9d9;
  color: #20245b;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  font-size: 17px;
  font-size: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .s5-item-title-btn {
    padding: 10px 16px 12px;
    font-size: 20px;
    font-size: 1.25rem;
  }
  .s5-item-title-btn:hover, .s5-item-title-btn:focus-visible {
    color: #bf376f;
  }
}
.s5-item-title-btn-icon {
  width: 25px;
  height: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  display: block;
  position: absolute;
  background: #20245b;
  border-radius: 50%;
}
.s5-item-title-btn-icon-line {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 15px;
  height: 3px;
  background: #fff;
}
.s5-item-title-btn-icon-line:nth-of-type(2) {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.s5-item-title-btn.is-open .s5-item-title-btn-icon-line:nth-of-type(2) {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
.s5-item-text {
  border: 1px solid #f5d9d9;
  display: none;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5714285714;
}
@media screen and (min-width: 768px) {
  .s5-item-text {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.s5-item-text-inner {
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .s5-item-text-inner {
    padding: 20px;
  }
}

/* s6 */
.s6-item {
  border-top: 1px solid #bf376f;
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .s6-item {
    padding: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .s6-item {
    border-top-width: 2px;
  }
}
.s6-item:last-of-type {
  border-bottom: 1px solid #bf376f;
}
@media screen and (min-width: 768px) {
  .s6-item:last-of-type {
    border-bottom-width: 2px;
  }
}
@media screen and (min-width: 768px) {
  .s6-item .textbox {
    width: 480px;
  }
}
.s6-item .imgbox {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (min-width: 768px) {
  .s6-item .imgbox {
    width: auto;
    margin-left: auto;
  }
}
.s6-item-title {
  font-weight: 700;
  text-align: center;
  font-size: 26px;
  font-size: 1.625rem;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .s6-item-title {
    text-align: left;
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.s6-item-title .small {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .s6-item-title .small {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.s6-item-dl .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.s6-item-dl dt {
  width: 100px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  margin-left: -0.4em;
}
@media screen and (min-width: 768px) {
  .s6-item-dl dt {
    width: 110px;
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.s6-item-dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5625;
}
@media screen and (min-width: 768px) {
  .s6-item-dl dd {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.s6-item-thumb {
  width: calc((100% - 15px) * 0.375);
}
@media screen and (min-width: 768px) {
  .s6-item-thumb {
    position: absolute;
    top: 0;
    right: calc(100% + 30px);
    width: 140px;
    height: 140px;
  }
}
.s6-item-map {
  width: calc((100% - 15px) * 0.625);
  margin-left: 15px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .s6-item-map {
    width: 300px;
    height: 200px;
    margin-left: auto;
  }
}
.s6-item-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.s6-freedial {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5px 0 10px;
}
@media screen and (min-width: 768px) {
  .s6-freedial {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    pointer-events: none;
  }
}
.s6-freedial-icon {
  width: 34px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
.s6-freedial-tel {
  margin-left: 6px;
  font-size: 34px;
  font-size: 2.125rem;
}

/* s7 */
.s7-list {
  max-width: 480px;
  margin: 50px auto 0;
}
@media screen and (min-width: 768px) {
  .s7-list {
    max-width: 100%;
    margin-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.s7-item {
  padding: 40px 20px;
  position: relative;
  background: linear-gradient(315deg, rgb(245, 217, 217) 0%, rgb(255, 255, 255) 100%);
}
@media screen and (min-width: 768px) {
  .s7-item {
    width: calc((100% - 40px) / 2);
  }
}
.s7-item:nth-of-type(n + 2) {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .s7-item:nth-of-type(n + 2) {
    margin-top: 0;
    margin-left: 40px;
  }
}
.s7-item-img {
  position: absolute;
  top: -30px;
  right: 0;
  width: 184px;
}
@media screen and (min-width: 768px) {
  .s7-item-img {
    top: -34px;
    width: 220px;
  }
}
.s7-item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.s7-item-title-top, .s7-item-title-name {
  font-weight: 700;
}
.s7-item-title-top {
  width: 80%;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 8px;
  padding-bottom: 10px;
  border-bottom: 2px solid #bf376f;
}
@media screen and (min-width: 768px) {
  .s7-item-title-top {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
.s7-item-title-name {
  font-size: 28px;
  font-size: 1.75rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .s7-item-title-name {
    font-size: 32px;
    font-size: 2rem;
  }
}
.s7-item-title-bottom {
  position: relative;
  margin-top: 8px;
  height: 1.34rem;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .s7-item-title-bottom {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.s7-item-list {
  margin-top: 70px;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: -0.05em;
  line-height: 1.5625;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .s7-item-list {
    margin-top: 80px;
    font-size: 17px;
    font-size: 1.0625rem;
  }
}