@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@600&family=Shippori+Mincho:wght@500&display=swap");
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, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background: transparent;
  vertical-align: baseline;
  font-size: 100%;
}

body {
  line-height: 1;
}

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

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  background: transparent;
  vertical-align: baseline;
  text-decoration: none;
  font-size: 100%;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-weight: bold;
  font-style: italic;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
}

input, select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

i {
  font-style: normal;
} 
html {
  font-size: 62.5%;

  scroll-behavior: smooth;
}

body {
  color: #333;
  letter-spacing: 0.15rem;
  font-weight: 100;
  font-size: 1.6rem;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1.75;
}

.pc-only {
  display: block;
}
@media (max-width: 480px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media (max-width: 480px) {
  .sp-only {
    display: block;
  }
}

.tab-only {
  display: block;
}
@media (min-width: 1024px) {
  .tab-only {
    display: none;
  }
}
@media (max-width: 480px) {
  .tab-only {
    display: block;
  }
}

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

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

img {
  display: block;
  max-width: 100%;
  height: 100%;
}

main {
  margin: 0 auto;
}

.container {
  width: min(950px, 100% - 1.5rem);

  margin-inline: auto;
}
@media (max-width: 480px) {
  .container {
    width: 100%;
  }
}

section {
  padding: 60px 0;
}
@media (max-width: 480px) {
  section {
    padding: 60px 15px;
  }
}

.padbot {
  padding-bottom: 140px;
}

.title {
  text-align: center;
  font-weight: 100;
  font-size: 4rem;
  font-family: "Shippori Mincho B1", serif;
}
@media (max-width: 768px) {
  .title {
    font-size: 2.6rem;
    line-height: 4rem;
  }
}

#header {
  z-index: 999;
  background-color: #95D8EB;
}
#header .zenplace_logo {
  width: 200px;
}
#header .c-hamburger-menu__button-mark {
  background-color: #fff;
}
#header .c-hamburger-menu__list {
  background-color: #333;
}
#header .c-hamburger-menu__list .c-header__list-link {
  color: #fff;
  font-size: 2.6rem;
}
@media (max-width: 480px) {
  #header .c-hamburger-menu__list .c-header__list-link {
    font-size: 1.8rem;
  }
}

#hero,
#hero-lp2,
#hero-lp3 {
  position: relative;

  margin-inline: auto;
}
@media (max-width: 480px) {
  #hero,
  #hero-lp2,
  #hero-lp3 {
    padding-top: 15px !important;
  }
}
#hero .inner-hero,
#hero-lp2 .inner-hero,
#hero-lp3 .inner-hero {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0;
  max-width: 1110px;

  margin-inline: auto;
}
@media (max-width: 1050px) {
  #hero .inner-hero,
  #hero-lp2 .inner-hero,
  #hero-lp3 .inner-hero {
    flex-direction: column;
    max-width: 650px;
  }
}
#hero .inner-hero .content,
#hero-lp2 .inner-hero .content,
#hero-lp3 .inner-hero .content {
  z-index: 100;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (max-width: 650px) {
  #hero .inner-hero .content,
  #hero-lp2 .inner-hero .content,
  #hero-lp3 .inner-hero .content {
    padding: 0 15px;
  }
}
@media (max-width: 480px) {
  #hero .inner-hero .content,
  #hero-lp2 .inner-hero .content,
  #hero-lp3 .inner-hero .content {
    padding: 0;
  }
}
#hero .inner-hero .content span,
#hero-lp2 .inner-hero .content span,
#hero-lp3 .inner-hero .content span {
  padding: 5px 0;
  width: 400px;
  border: solid 1px #2E6EAC;
  color: #2E6EAC;
  text-align: center;
  font-size: 2.2rem;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (max-width: 650px) {
  #hero .inner-hero .content span,
  #hero-lp2 .inner-hero .content span,
  #hero-lp3 .inner-hero .content span {
    width: 350px;
    font-size: 1.7rem;
  }
}
@media (max-width: 480px) {
  #hero .inner-hero .content span,
  #hero-lp2 .inner-hero .content span,
  #hero-lp3 .inner-hero .content span {
    width: 350px;
  }
}
#hero .inner-hero .content .title,
#hero-lp2 .inner-hero .content .title,
#hero-lp3 .inner-hero .content .title {
  margin: 20px 0 30px;
  text-align: left;
  font-size: 4.4rem;
  line-height: 6.5rem;
}
@media (max-width: 650px) {
  #hero .inner-hero .content .title,
  #hero-lp2 .inner-hero .content .title,
  #hero-lp3 .inner-hero .content .title {
    font-size: 4rem;
  }
}
@media (max-width: 480px) {
  #hero .inner-hero .content .title,
  #hero-lp2 .inner-hero .content .title,
  #hero-lp3 .inner-hero .content .title {
    margin: 20px 0 20px;
    font-size: 3.1rem;
    line-height: 4.5rem;
  }
}
#hero .inner-hero .content p,
#hero-lp2 .inner-hero .content p,
#hero-lp3 .inner-hero .content p {
  font-size: 2.2rem;
}
@media (max-width: 650px) {
  #hero .inner-hero .content p,
  #hero-lp2 .inner-hero .content p,
  #hero-lp3 .inner-hero .content p {
    font-size: 1.5rem;
  }
}
#hero .inner-hero .content .no1,
#hero-lp2 .inner-hero .content .no1,
#hero-lp3 .inner-hero .content .no1 {
  margin-top: 30px;
  max-width: 290px;
}
@media (max-width: 650px) {
  #hero .inner-hero .content .no1,
  #hero-lp2 .inner-hero .content .no1,
  #hero-lp3 .inner-hero .content .no1 {
    margin-top: 20px;
    max-width: 250px;
  }
}
@media (max-width: 480px) {
  #hero .inner-hero .content .no1,
  #hero-lp2 .inner-hero .content .no1,
  #hero-lp3 .inner-hero .content .no1 {
    margin-top: 20px;
    max-width: 170px;
  }
}
#hero .inner-hero .img-mv01,
#hero-lp2 .inner-hero .img-mv01,
#hero-lp3 .inner-hero .img-mv01 {
  margin-right: 15px;
  width: 900px;
}
@media (max-width: 1050px) {
  #hero .inner-hero .img-mv01,
  #hero-lp2 .inner-hero .img-mv01,
  #hero-lp3 .inner-hero .img-mv01 {
    margin-right: 0;
    width: 550px;
    height: 380px;
  }
}
@media (max-width: 480px) {
  #hero .inner-hero .img-mv01,
  #hero-lp2 .inner-hero .img-mv01,
  #hero-lp3 .inner-hero .img-mv01 {
    margin-right: 0;
    width: 370px;
    height: 300px;
  }
}

@media (max-width: 1050px) {
  #hero-lp2 {
    background: url("/lp/img/pilates/men/man-mv-lp02-sp.webp") no-repeat center right;
  }
}

@media (max-width: 1050px) {
  #hero-lp3 {
    background: url("/lp/img/pilates/men/man-mv-lp03-sp.webp") no-repeat center right;
  }
}

#hero-lp2 {
  margin-bottom: 60px;
  padding-right: 60px;
  padding-left: 60px;
  width: 100%;
}
@media (max-width: 1050px) {
  #hero-lp2 {
    margin-bottom: 30px;
    padding-bottom: 39%;
    background-position: center 520px;
    background-size: contain !important;
  }
}
@media (max-width: 768px) {
  #hero-lp2 {
    padding-bottom: 35%;
    background-position: center 550px;
  }
}
@media (max-width: 650px) {
  #hero-lp2 {
    padding-right: 15px;
    padding-left: 15px;
    background-position: center 490px;
  }
}
@media (max-width: 480px) {
  #hero-lp2 {
    padding-bottom: 53%;
    background-position: center 410px;
  }
}
#hero-lp2 .inner-hero .content .lp2 {
  font-size: 2.2rem;
}
@media (max-width: 650px) {
  #hero-lp2 .inner-hero .content .lp2 {
    font-size: 1.5rem;
  }
}
#hero-lp2 .img-mv02 {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
@media (max-width: 1050px) {
  #hero-lp2 .img-mv02 {
    display: none;
  }
}

#hero-lp3 {
  padding-right: 60px;
  padding-left: 60px;
  width: 100%;
}
@media (max-width: 1050px) {
  #hero-lp3 {
    padding-bottom: 46%;
    background-position: center 600px;
    background-size: contain !important;
  }
}
@media (max-width: 768px) {
  #hero-lp3 {
    margin-bottom: 30px;
    background-position: center 650px;
  }
}
@media (max-width: 650px) {
  #hero-lp3 {
    padding-right: 15px;
    padding-bottom: 42%;
    padding-left: 15px;
    background-position: center 570px;
  }
}
@media (max-width: 480px) {
  #hero-lp3 {
    margin-bottom: 60px;
    padding-bottom: 44%;
    background-position: center 450px;
  }
}
#hero-lp3 .inner-hero .content span {
  width: 600px;
}
@media (max-width: 768px) {
  #hero-lp3 .inner-hero .content span {
    width: 100%;
  }
}
@media (max-width: 650px) {
  #hero-lp3 .inner-hero .content span {
    font-size: 1.7rem;
  }
}
@media (max-width: 480px) {
  #hero-lp3 .inner-hero .content span {
    padding-left: 15px;
    width: 300px;
    text-align: left;
  }
}
@media (max-width: 650px) {
  #hero-lp3 .inner-hero .content .title {
    font-size: 4rem;
  }
}
@media (max-width: 480px) {
  #hero-lp3 .inner-hero .content .title {
    margin: 20px 0 20px;
    letter-spacing: -0.1rem;
    font-size: 3.1rem;
    line-height: 4.5rem;
  }
}
#hero-lp3 .inner-hero .content .lp2 {
  font-size: 2.2rem;
}
@media (max-width: 650px) {
  #hero-lp3 .inner-hero .content .lp2 {
    font-size: 1.5rem;
  }
}
#hero-lp3 .img-mv03 {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
@media (max-width: 1050px) {
  #hero-lp3 .img-mv03 {
    display: none;
  }
}

@media (max-width: 480px) {
  #benefits {
    padding: 0 15px 30px;
  }
  #benefits .pc-only {
    display: none;
  }
}
#benefits .title {
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  #benefits .title {
    text-align: left;
  }
}
#benefits article {
  display: flex;
  margin-bottom: 60px;

  gap: 20px;
}
@media (max-width: 768px) {
  #benefits article h3 {
    font-size: 2rem;
    line-height: 1.7;
  }
}
@media (max-width: 768px) {
  #benefits article {
    flex-direction: column;
  }
}
#benefits article img {
  max-width: 300px;
}
@media (max-width: 768px) {
  #benefits article img {
    max-width: 100%;
  }
}
#benefits article .content p {
  font-size: 1.6rem;
}
#benefits h3 {
  margin-bottom: 20px;
  color: #2E6EAC;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 4rem;
}
#benefits .note {
  font-size: 1rem;
}

#life-style {
  position: relative;
  padding: 60px 30px;
  background: url("/lp/img/pilates/men/life-style-pc.webp") no-repeat center center;
  background-size: cover;
  color: #fff;
  text-align: center;
}
@media (max-width: 1025px) {
  #life-style {
    background: url("/lp/img/pilates/men/life-style-tab.webp") no-repeat center center;
    text-align: left;
  }
}
@media (max-width: 480px) {
  #life-style {
    padding: 90px 15px;
    background: url("/lp/img/pilates/men/life-style-sp.webp") no-repeat center center;
    background-size: cover;
  }
}
#life-style .title {
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  #life-style .title {
    font-size: 2.6rem;
    line-height: 4rem;
  }
}
@media (max-width: 480px) {
  #life-style p {
    text-align: left;
    font-size: 1.6rem;
  }
}

#muscle-training {
  padding: 30px 0;
  background-color: #42464A;
  color: #fff;
  text-align: center;
}
@media (max-width: 480px) {
  #muscle-training {
    padding-top: 1px;
  }
}
#muscle-training .container {
  position: relative;
  margin-top: 50px;
  padding: 100px 30px 60px;
  background-color: #fff;
}
@media (max-width: 768px) {
  #muscle-training .container {
    padding: 80px 15px 60px;
  }
}
@media (max-width: 480px) {
  #muscle-training .container {
    padding-bottom: 40px;
  }
}
#muscle-training .container h3 {
  position: absolute;
  top: -40px;
  left: 50%;
  padding: 10px 0;
  width: 450px;
  border: solid 2px #42464A;
  background-color: #fff;
  color: #333;
  font-weight: bold;
  font-size: 3rem;
  transform: translateX(-50%);
}
@media (max-width: 480px) {
  #muscle-training .container h3 {
    top: -20px;
    left: 40%;
    width: 400px;
    width: 90%;
    font-size: 2.3rem;
    transform: translateX(-40%);
  }
}
#muscle-training .container .table {
  width: 80%;
}
@media (max-width: 768px) {
  #muscle-training .container .table {
    width: 90%;
  }
}

.clip {
  position: relative;
  height: 120px;
  background-color: #42464A;
}
@media (max-width: 1050px) {
  .clip {
    height: 60px;
  }
}
@media (max-width: 480px) {
  .clip {
    height: 40px;
  }
}
.clip .path {
  position: absolute;
  top: -0.04rem;
  width: 100%;
  height: 300px;
  background-color: #fff;

  clip-path: polygon(0 0, 100% 0, 100% 0, 50% 40%, 0 0);
}
@media (max-width: 1050px) {
  .clip .path {
    clip-path: polygon(0 0, 100% 0, 100% 0, 50% 20%, 0 0);
  }
}
@media (max-width: 480px) {
  .clip .path {
    height: 200px;

    clip-path: polygon(0 0, 100% 0, 100% 0, 50% 20%, 0 0);
  }
}

#reasons {
  position: relative;
  background-color: #42464A;
  color: #fff;
  text-align: center;
}
#reasons .subtitle {
  font-size: 2rem;
}
@media (max-width: 480px) {
  #reasons .subtitle {
    margin-bottom: 40px;
    font-size: 1.5rem;
  }
}
#reasons .title {
  margin-bottom: 50px;
}
@media (max-width: 480px) {
  #reasons .title {
    margin: 20px 0 50px;
  }
}
#reasons .feature {
  display: flex;
  margin-bottom: 100px;
  text-align: left;

  gap: 45px;
}
@media (max-width: 768px) {
  #reasons .feature {
    flex-direction: column-reverse;
    margin-bottom: 80px;

    gap: 35px;
  }
}
#reasons .feature img {
  width: 430px;
}
@media (max-width: 768px) {
  #reasons .feature img {
    width: 100%;
  }
}
#reasons .feature .content span {
  color: #A08150;
  font-size: 3rem;
}
#reasons .feature .content h3 {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 3rem;
}
@media (max-width: 480px) {
  #reasons .feature .content h3 {
    font-size: 2.4rem;
  }
}
#reasons .feature .content p {
  font-size: 2rem;
}
#reasons .reverse {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  #reasons .reverse {
    flex-direction: column-reverse;
  }
}

#price {
  padding-bottom: 0;
}
#price p {
  margin: 40px 0 80px;
  font-size: 2rem;
}
#price .table {
  position: relative;
}
#price .table .sticker {
  position: absolute;
  top: -18px;
  left: 10%;
  padding: 5px 40px;
  border-radius: 25px;
  background-color: #A08150;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  #price .table .sticker {
    font-size: 1.1rem;
  }
}
#price .table table {
  margin-bottom: 60px;
  width: 100%;
  text-align: center;
  font-size: 2rem;
}
#price .table table th, #price .table table td {
  padding: 10px 0;
  width: 50%;
  border: 1px solid #707070;
}
@media (max-width: 768px) {
  #price .table table th, #price .table table td {
    font-size: 1.6rem;
  }
}
#price .table table th {
  background-color: #2E6EAC;
  color: #fff;
}
@media (max-width: 768px) {
  #price .table table th:first-of-type {
    font-size: 1.4rem;
  }
}

.cta-sec {
  text-align: center;
}
.cta-sec h3 {
  font-weight: bold;
  font-size: 2.6rem;
}
@media (max-width: 480px) {
  .cta-sec h3 {
    text-align: left;
  }
}
.cta-banner {
  margin: 20px 0;
}
.cta-banner img {
  height: auto;
}
.cta-sec .buttons {
  display: flex;
  justify-content: space-around;
  margin-top: 30px;

  gap: 20px;
}
@media (max-width: 768px) {
  .cta-sec .buttons {
    align-items: center;
    flex-direction: column;
  }
}
.cta-sec .buttons a {
  padding: 20px;
  width: 390px;
  border-radius: 50px;
  background-color: orange;
  font-weight: bold;
  font-size: 2.2rem;
}
@media (max-width: 768px) {
  .cta-sec .buttons a {
    width: 100%;
  }
}
.cta-sec .buttons .btn-web {
  background-color: #E93842;
  color: #fff;
}
.cta-sec .buttons .btn-phone {
  border: solid 1px #333333;
  background-color: #fff;
  color: #333;
}

#concerns .title {
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  #concerns .title {
    letter-spacing: -0.1rem;
  }
}
#concerns .content {
  display: flex;

  gap: 40px;
}
@media (max-width: 768px) {
  #concerns .content {
    flex-direction: column-reverse;
  }
}
#concerns .content img {
  width: 390px;
}
@media (max-width: 768px) {
  #concerns .content img {
    width: 100%;
  }
}
#concerns .content ul {
  width: 100%;
}
@media (max-width: 768px) {
  #concerns .content ul {
    margin: 0 auto;
    width: 400px;
  }
}
@media (max-width: 480px) {
  #concerns .content ul {
    width: 100%;
  }
}
#concerns .content ul li {
  display: flex;
  align-items: flex-start;
  padding: 3px 0;
  font-size: 2.6rem;
  line-height: 2;
}
@media (max-width: 768px) {
  #concerns .content ul li {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  #concerns .content ul li {
    font-size: 1.8rem;
  }
}
#concerns .content ul li .check {
  display: block;
  margin-right: 15px;
  width: 40px;
  height: auto;
}
@media (max-width: 768px) {
  #concerns .content ul li .check {
    margin-right: 10px;
    width: 30px;
  }
}

#steps {
  padding: 60px 30px 100px 30px;
  padding-bottom: 200px;
  background-color: #42464A;
  color: #fff;
  text-align: center;
}
#steps .steps-process {
  display: grid;
  flex-wrap: wrap;
  margin: 100px auto 30px auto;
  max-width: 950px;
  color: #333;
  text-align: left;

  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  grid-auto-rows: minmax(100px, auto);
}
@media (max-width: 768px) {
  #steps .steps-process {
    grid-template-columns: 1fr;
  }
}
#steps .steps-process .step {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 60px;
  height: 300px;
  background-color: #fff;
}
#steps .steps-process .step:first-of-type {
  grid-column: 1/2;
}
#steps .steps-process .step .step-num {
  position: absolute;
  top: -50px;
  left: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #2E6EAC;
  color: #fff;
  font-family: "Shippori Mincho B1", serif;
  line-height: 0.5;
}
#steps .steps-process .step .step-num span:first-of-type {
  font-size: 2rem;
}
#steps .steps-process .step .step-num span:last-child {
  font-size: 4rem;
  line-height: 1.3;
}
#steps .steps-process .step .content {
  padding: 50px 20px 20px;
}
#steps .steps-process .step .content h3 {
  margin-bottom: 10px;
  font-size: 2.4rem;
}
@media (max-width: 480px) {
  #steps .steps-process .step .content p {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
#steps .steps-process .step .footer {
  padding: 20px;
  padding-bottom: 20px;
  min-height: 90px;
  background-color: #F7F7F7;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  #steps .steps-process .step .footer {
    min-height: auto;
  }
}
#steps .steps-process .step .footer .highlight {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, #dacebe 50%);
}
#steps .items {
  position: relative;
  padding: 55px 0 20px;
  max-width: 950px;
  background-color: #fff;
  color: #333;

  margin-inline: auto;
}
#steps .items h3 {
  position: absolute;
  top: -25px;
  left: 50%;
  padding: 10px 20px;
  max-width: 400px;
  width: 100%;
  background-color: #2E6EAC;
  color: #fff;
  font-weight: bold;
  font-size: 2.3rem;
  transform: translateX(-50%);
}
@media (max-width: 480px) {
  #steps .items h3 {
    max-width: 270px;
  }
}
#steps .items p {
  font-weight: bold;
  font-size: 2.3rem;
}
#steps .items span {
  font-weight: bold;
  font-size: 1.4rem;
}

#faq {
  padding-right: 30px;
  padding-left: 30px;
}
#faq .title {
  margin-bottom: 60px;
}
@media (max-width: 480px) {
  #faq .title {
    margin-top: 30px;
  }
}
#faq .question .question-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 1.2em 0;
  font-size: 2.4rem;
  line-height: 1.5;
  cursor: pointer;
}
@media (max-width: 480px) {
  #faq .question .question-wrapper {
    padding: 0.9em 0;
  }
}
#faq .question .question-wrapper h3 {
  font-weight: 400 !important;
  font-size: 2.4rem;
  font-family: YuGothic, "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 3.6rem;
}
@media (max-width: 480px) {
  #faq .question .question-wrapper h3 {
    font-size: 2rem;
  }
}
#faq .question .question-wrapper .plus {
  position: relative;
  display: block;
  margin: 2px 6px 0 0;
  width: 2.6rem;
  height: 2.6rem;
}
@media (max-width: 480px) {
  #faq .question .question-wrapper .plus {
    align-self: center;
    margin-left: pv(24);
    width: pv(17);
    height: pv(17);
  }
}
#faq .question .question-wrapper .plus:before, #faq .question .question-wrapper .plus:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1px;
  height: 100%;
  background: #707070;
  content: "";
  transition: 0.2s;
  transform: translate(-50%, -50%) rotate(-90deg);
}
#faq .question .question-wrapper .plus:after {
  transform: translate(-50%, -50%) rotate(180deg);
}
#faq .question .question-wrapper .plus.open:before, #faq .question .question-wrapper .plus.open:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
#faq .question .answer {
  display: grid;
  overflow: hidden;
  border-bottom: 1px solid #707070;
  transition: grid-template-rows 200ms;

  grid-template-rows: 0fr;
}
#faq .question .answer.open {
  grid-template-rows: 1fr;
}
#faq .question .answer.open p {
  padding-bottom: 20px;
  opacity: 1;
  transition: opacity 250ms;
}
#faq .question p {
  min-height: 0;
  font-size: 1.8rem;
  font-family: YuGothic, "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 2;
  opacity: 0;
}
@media (max-width: 480px) {
  #faq .question p {
    font-size: 1.6rem;
  }
}

.marquee {
  margin-top: 80px;
  background-color: #2E6EAC;
}

#footer img {
  margin-inline: auto;
}

/*# sourceMappingURL=style.css.map */
