@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Istok+Web:ital,wght@0,400;0,700;1,400;1,700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
fieldset,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}

body {
  color: #000;
  font-family: "Inter", "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0em;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100vh;
}
@-moz-document url-prefix() {
  body {
    overflow-x: hidden;
  }
}

main {
  flex: 1;
}

body.active {
  width: 100%;
  height: 100%;
  position: fixed;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

@media screen and (min-width: 900px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.main {
  z-index: 1;
}

.inner {
  max-width: 992px;
  margin: 0 auto;
}
@media screen and (max-width: 899px) {
  .inner {
    padding: 0 15px;
  }
}

.h2-style {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 899px) {
  .h2-style {
    font-size: 25px;
    letter-spacing: 0.15em;
    margin-left: 10px;
  }
}
.h2-style span {
  color: #29a7e1;
  font-size: 18px;
  display: block;
  letter-spacing: 0.31em;
  position: relative;
  padding-left: 30px;
  line-height: 1.9;
  margin-left: 5px;
}
@media screen and (max-width: 899px) {
  .h2-style span {
    letter-spacing: 0.13em;
    padding-left: 23px;
    margin-left: 0;
  }
}
.h2-style span::before {
  content: "";
  height: 12px;
  background: #29a7e1;
  width: 12px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0%, -50%);
}

/*====================================================================================
# header
=====================================================================================*/
.header {
  width: 100%;
  height: 82px;
  position: fixed;
  top: 0;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 28px;
  left: 0;
  right: 0;
  transition: 0.3s;
  background: #fff;
}
@media screen and (max-width: 899px) {
  .header {
    height: 66px;
    padding: 0 0 0 3px;
  }
}
.header__logo {
  display: flex;
  align-items: center;
  z-index: 41;
  position: relative;
  height: 82px;
  width: min(323px, 19%);
}
@media screen and (max-width: 899px) {
  .header__logo {
    height: 66px;
    width: 223px;
  }
}
.header__logo > a {
  display: flex;
  height: 82px;
  padding: 10px 0;
  z-index: 42;
  width: 100%;
  transition: 0.3s ease-in-out;
}
.header__logo > a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 899px) {
  .header__logo > a {
    height: 66px;
  }
}
.header__logo > a img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 600px) {
  .header .header_logo img {
    width: 150px;
    padding-left: 5px;
  }
}

/*====================================================================================
# fv
=====================================================================================*/
.fv {
  margin-top: 82px;
}
@media screen and (max-width: 899px) {
  .fv {
    margin-top: 66px;
  }
}

/*====================================================================================
# cta
=====================================================================================*/
.cta {
  background: #fff;
}
.cta > p {
  color: #000;
  text-align: center;
  font-weight: 600;
  font-size: 31.7px;
  line-height: 1.6;
}
@media screen and (max-width: 899px) {
  .cta > p {
    font-size: 21.9px;
    line-height: 1.65;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 392px) {
  .cta > p {
    font-size: clamp(1.125rem, 0.042rem + 5.417vw, 1.369rem);
  }
}
@media screen and (min-width: 900px) {
  .cta > p span {
    color: #29a7e1;
  }
}
.cta .cta-btn {
  margin: 14px auto 0;
}
.cta .cta-btn > a {
  background: #a0e112;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 430px;
  padding: 30px 25px 28px 52px;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  box-shadow: 5px 5px 0 rgba(101, 147, 0, 0.6);
  border-radius: 50px;
  font-size: 30px;
  text-shadow: 5px 5px 9px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 899px) {
  .cta .cta-btn > a {
    width: 82%;
    font-size: 22.5px;
    margin: 30px auto 0;
    padding: 24px 25px 20px 52px;
    box-shadow: 3px 3px 0 #659300;
  }
}
@media screen and (max-width: 392px) {
  .cta .cta-btn > a {
    font-size: clamp(1rem, -0.806rem + 9.028vw, 1.406rem);
    padding: 12px 12px 10px 26px;
  }
}
.cta .cta-btn > a span {
  color: #ffea00;
}
.cta .cta-btn > a:hover {
  box-shadow: 0 0 0;
  transform: translate(3px, 3px);
}
.cta .cta-btn > a:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 40px;
  width: 37px;
  height: 43px;
  transition: 0.2s ease-in-out;
  background: url(https://listing-partners.com/accel/wp-content/themes/twentynineteen/total-fitness-studio-first/image/cta/deco.png)
    no-repeat center center/contain;
  transform: translateY(-50%);
}
@media screen and (max-width: 899px) {
  .cta .cta-btn > a:after {
    left: 33px;
    width: 21px;
    height: 43px;
  }
}
.cta.cta1 {
  padding: 57px 0;
}
@media screen and (max-width: 899px) {
  .cta.cta1 {
    padding: 41px 0 24px;
  }
}
.cta.cta1 > p {
  font-size: 31.7px;
  line-height: 1.6;
}
@media screen and (max-width: 899px) {
  .cta.cta1 > p {
    font-size: 21.9px;
    line-height: 1.65;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 392px) {
  .cta.cta1 > p {
    font-size: clamp(1.125rem, 0.042rem + 5.417vw, 1.369rem);
  }
}
.cta.cta2 {
  padding: 66px 0;
}
@media screen and (max-width: 899px) {
  .cta.cta2 {
    padding: 66px 0 98px;
  }
}
.cta.cta2 > p {
  font-size: 24px;
  line-height: 1.6;
}
@media screen and (max-width: 899px) {
  .cta.cta2 > p {
    font-size: 18.6px;
    line-height: 2.05;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 392px) {
  .cta.cta2 > p {
    font-size: clamp(1.125rem, 0.042rem + 5.417vw, 1.369rem);
  }
}

/*====================================================================================
# sec1
=====================================================================================*/
.sec1 {
  padding: 37px 0 92px;
  background: url(https://listing-partners.com/accel/wp-content/themes/twentynineteen/total-fitness-studio-first/image/1/bg.png)
    no-repeat center center/cover;
}
@media screen and (max-width: 899px) {
  .sec1 {
    background: url(https://listing-partners.com/accel/wp-content/themes/twentynineteen/total-fitness-studio-first/image/1/bg-sp.png)
      no-repeat center center/cover;
    padding: 34px 0 67px;
  }
}
.sec1 .inner > p {
  text-align: center;
  line-height: 2.1;
  font-weight: bold;
  font-size: 23px;
}
@media screen and (max-width: 899px) {
  .sec1 .inner > p {
    line-height: 2.3;
    font-size: 20px;
  }
}
@media screen and (max-width: 392px) {
  .sec1 .inner > p {
    font-size: clamp(0.938rem, -1.285rem + 11.111vw, 1.438rem);
  }
}
.sec1 .inner > p span {
  padding: 10px;
  border: 1px solid #000;
  margin: 20px 0;
  position: relative;
}
@media screen and (max-width: 899px) {
  .sec1 .inner > p span {
    padding: 7px 2px;
    font-size: 27px;
  }
}
.sec1 .inner > p span::before {
  content: "";
  position: absolute;
  background: url(https://listing-partners.com/accel/wp-content/themes/twentynineteen/total-fitness-studio-first/image/1/deco.png)
    no-repeat center center/contain;
  width: 36px;
  height: 37px;
  left: -21%;
  top: -10px;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 899px) {
  .sec1 .inner > p span::before {
    left: -29%;
    top: 50%;
  }
}
@media screen and (min-width: 900px) {
  .sec1 .sec1-contents {
    margin: 12px auto 0;
    width: 69.3%;
  }
}
.sec1 .sec1-contents-inner {
  margin: 0 16px 0 0;
  display: flex;
}
@media screen and (max-width: 899px) {
  .sec1 .sec1-contents-inner {
    flex-flow: column;
    margin: 10px 0 0 0;
  }
}
.sec1 .sec1-contents ul {
  display: flex;
  flex-flow: column;
}
@media screen and (min-width: 900px) {
  .sec1 .sec1-contents ul {
    flex-grow: 1;
    margin: 19px 29px 0 0;
  }
}
@media screen and (max-width: 899px) {
  .sec1 .sec1-contents ul {
    max-width: 500px;
    width: 100%;
    margin-bottom: 11px;
    margin: 0 auto 11px;
  }
}
.sec1 .sec1-contents ul li {
  margin-bottom: 14px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: #fff;
  padding: 10px 0 7px 53px;
  text-align: left;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 899px) {
  .sec1 .sec1-contents ul li {
    margin-bottom: 18px;
    padding: 8.8px 0;
    font-size: 16px;
    text-align: center;
  }
}
@media screen and (max-width: 392px) {
  .sec1 .sec1-contents ul li {
    font-size: clamp(0.875rem, 0.319rem + 2.778vw, 1rem);
  }
}
.sec1 .sec1-contents .sec1-person {
  margin: 20px auto 0;
}
@media screen and (min-width: 900px) {
  .sec1 .sec1-contents .sec1-person {
    width: 211px;
  }
}
@media screen and (max-width: 899px) {
  .sec1 .sec1-contents .sec1-person {
    width: 70%;
    margin: 0 auto;
  }
}
.sec1 .sec1-contents .sec1-person img {
  -o-object-fit: contain;
  object-fit: contain;
}

/*====================================================================================
# sec2
=====================================================================================*/
.sec2 {
  padding: 35px 0 48px;
  text-align: center;
}
@media screen and (max-width: 899px) {
  .sec2 {
    padding: 11px 0 49px;
  }
}
.sec2 p:nth-child(1) {
  position: relative;
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
}
.sec2 p:nth-child(1)::before,
.sec2 p:nth-child(1)::after {
  content: "";
  position: absolute;
  top: 11%;
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 392px) {
  .sec2 p:nth-child(1)::before,
  .sec2 p:nth-child(1)::after {
    top: 5%;
  }
}
.sec2 p:nth-child(1)::before {
  background: url(https://listing-partners.com/accel/wp-content/themes/twentynineteen/total-fitness-studio-first/image/2/deco1.png)
    no-repeat center center/contain;
  left: -12%;
  transform: translate(-100%, -50%);
}
@media screen and (max-width: 392px) {
  .sec2 p:nth-child(1)::before {
    left: -2%;
  }
}
.sec2 p:nth-child(1)::after {
  background: url(https://listing-partners.com/accel/wp-content/themes/twentynineteen/total-fitness-studio-first/image/2/deco2.png)
    no-repeat center center/contain;
  right: -12%;
  transform: translate(100%, -50%);
}
@media screen and (max-width: 392px) {
  .sec2 p:nth-child(1)::after {
    right: -2%;
  }
}
@media screen and (max-width: 899px) {
  .sec2 p:nth-child(1) {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.94;
  }
}
.sec2 p:nth-child(2) {
  font-weight: bold;
  margin-top: 18px;
  font-size: 24px;
  color: #29a7e1;
}
@media screen and (max-width: 899px) {
  .sec2 p:nth-child(2) {
    margin-top: 11px;
    font-size: 20px;
    line-height: 2.2;
  }
}
@media screen and (max-width: 392px) {
  .sec2 p:nth-child(2) {
    font-size: clamp(1.125rem, 0.569rem + 2.778vw, 1.25rem);
  }
}

/*====================================================================================
# sec3
=====================================================================================*/
.sec3 {
  padding: 81px 0 73px;
  background: url(https://listing-partners.com/accel/wp-content/themes/twentynineteen/total-fitness-studio-first/image/3/bg-pc.png)
    no-repeat center center/cover;
}
@media screen and (max-width: 899px) {
  .sec3 {
    background: url(https://listing-partners.com/accel/wp-content/themes/twentynineteen/total-fitness-studio-first/image/3/bg-sp.png)
      no-repeat center center/cover;
    padding: 34px 0 30px;
  }
}
@media screen and (max-width: 899px) {
  .sec3 .inner {
    padding: 0;
  }
}
.sec3 .inner > h2 {
  text-align: center;
  color: #fff;
  font-size: 34px;
  line-height: 1.6;
  font-family: "Roboto", "Inter", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 899px) {
  .sec3 .inner > h2 {
    font-size: 24px;
  }
}
.sec3 .inner > p {
  text-align: center;
  font-family: "Roboto", "Inter", sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 20px;
}
@media screen and (max-width: 899px) {
  .sec3 .inner > p {
    font-size: 15px;
  }
}
.sec3-items {
  display: flex;
  flex-flow: column;
  margin: 113px auto 0;
}
@media screen and (min-width: 900px) {
  .sec3-items {
    padding: 0 15px;
  }
}
@media screen and (max-width: 899px) {
  .sec3-items {
    margin: 146px auto 0;
    max-width: 600px;
  }
}
.sec3-item {
  display: flex;
  margin-bottom: 70px;
}
.sec3-item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 900px) {
  .sec3-item {
    align-items: center;
  }
}
@media screen and (max-width: 899px) {
  .sec3-item {
    margin-bottom: 76px;
    flex-flow: column;
  }
}
.sec3-item .sec3-item-img {
  position: relative;
  z-index: 2;
  width: 100%;
}
@media screen and (max-width: 899px) {
  .sec3-item .sec3-item-img {
    width: 88%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 900px) {
  .sec3-item .sec3-item-img {
    width: min(408px, 40.5%);
    margin-right: -7%;
    flex-shrink: 0;
  }
}
.sec3-item .sec3-item-img::before {
  content: "";
  position: absolute;
  z-index: 3;
}
.sec3-item .sec3-item-text {
  background: #fff;
}
@media screen and (min-width: 900px) {
  .sec3-item .sec3-item-text {
    border-radius: 8px;
    padding: 45px 47px 54px 115px;
  }
}
@media screen and (max-width: 899px) {
  .sec3-item .sec3-item-text {
    padding: 51px 18px 50px;
    margin-top: -5%;
  }
}
.sec3-item .sec3-label {
  position: relative;
  color: #29a7e1;
  letter-spacing: 0.23em;
}
.sec3-item .sec3-label::before {
  content: "";
  background: #29a7e1;
  width: 79%;
  max-width: 200px;
  height: 1.5px;
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translate(0%, -50%);
}
@media screen and (min-width: 900px) {
  .sec3-item .sec3-label::before {
    right: -47px;
    width: 89%;
  }
}
.sec3-item .sec3-title {
  font-weight: bold;
  font-size: 28px;
  text-align: left;
  margin-top: 25px;
  line-height: 1.8;
}
@media screen and (max-width: 899px) {
  .sec3-item .sec3-title {
    font-size: 23.8px;
    margin-top: 18px;
    line-height: 1.7;
  }
}
@media screen and (min-width: 381px) {
  .sec3-item .sec3-title br.u-hidden-393 {
    display: none;
  }
}
@media screen and (max-width: 392px) {
  .sec3-item .sec3-title {
    font-size: 21px;
  }
}
.sec3-item .sec3-title span {
  color: #29a7e1;
}
.sec3-item .sec3-text {
  margin-top: 22px;
  line-height: 2.23;
}
@media screen and (max-width: 899px) {
  .sec3-item .sec3-text {
    margin-top: 8px;
  }
}
.sec3-item .sec3-text span {
  color: #29a7e1;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #ffea00 60%);
  display: inline;
}
.sec3-item.sec3-item1 .sec3-item-img::before {
  background: url(https://listing-partners.com/accel/wp-content/themes/twentynineteen/total-fitness-studio-first/image/3/text1.png)
    no-repeat center center/contain;
  left: 41%;
  top: -20.9%;
  width: 89.3%;
  height: 37.1%;
  transform: translate(-50%, -50%) rotate(0deg);
}
@media screen and (max-width: 899px) {
  .sec3-item.sec3-item1 .sec3-item-img::before {
    left: 46%;
    top: -16.3%;
  }
}
.sec3-item.sec3-item2 {
  margin-bottom: 60px;
}
@media screen and (max-width: 899px) {
  .sec3-item.sec3-item2 {
    margin-bottom: 151px;
  }
}
.sec3-item.sec3-item2 .sec3-title {
  margin-top: 16px;
}
@media screen and (min-width: 900px) {
  .sec3-item.sec3-item2 .sec3-item-text {
    padding: 52px 67px 54px 54px;
  }
}
.sec3-item.sec3-item2 .sec3-label {
  position: relative;
  color: #29a7e1;
}
@media screen and (min-width: 900px) {
  .sec3-item.sec3-item2 .sec3-label::before {
    right: -67px;
  }
}
@media screen and (min-width: 900px) {
  .sec3-item.sec3-item2 {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 900px) {
  .sec3-item.sec3-item2 .sec3-item-img {
    margin-left: -2%;
    margin-right: 0;
    width: min(417px, 42.1%);
  }
}
@media screen and (min-width: 900px) {
  .sec3-item.sec3-item3 .sec3-item-text {
    padding: 45px 47px 62px 67px;
  }
}
@media screen and (min-width: 900px) {
  .sec3-item.sec3-item3 .sec3-item-img {
    width: min(401px, 40.2%);
    margin-right: -1.9%;
  }
}
.sec3-item.sec3-item3 .sec3-item-img::before {
  background: url(https://listing-partners.com/accel/wp-content/themes/twentynineteen/total-fitness-studio-first/image/3/text2.png)
    no-repeat center center/contain;
  left: 24.1%;
  top: -14%;
  width: 68.3%;
  height: 50.2%;
  transform: translate(-50%, -50%) rotate(-15deg);
}
@media screen and (max-width: 899px) {
  .sec3-item.sec3-item3 .sec3-item-img::before {
    left: 38%;
    top: -17.3%;
    width: 66.3%;
    height: 49.2%;
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
.sec3 .sec3-machine {
  padding: 20px 30px;
  background: #b3e0f4;
  width: 90%;
  border-radius: 8px;
}
.sec3 .sec3-machine .js-accordion--close {
  display: none;
}
.sec3 .sec3-machine .accordion-box {
  height: 0;
  overflow: hidden;
  transition: 0.4s ease;
}
.sec3 .sec3-machine .accordion .item {
  margin-bottom: 30px;
}
.sec3 .sec3-machine .accordion .item:last-child {
  margin-bottom: 0px;
}
.sec3 .sec3-machine .js-accordion_2 {
  position: relative;
  outline: none;
  border: none;
  background: none;
  width: 100%;
}
.sec3 .sec3-machine .js-accordion_2 > div {
  text-align: left;
}
.sec3 .sec3-machine .js-accordion_2 > div p {
  font-size: 25px;
  font-weight: bold;
  color: #000;
}
@media screen and (max-width: 899px) {
  .sec3 .sec3-machine .js-accordion_2 > div p {
    font-size: 20px;
  }
}
.sec3 .sec3-machine .js-accordion_2::before,
.sec3 .sec3-machine .js-accordion_2::after {
  margin: auto;
  transition: 0.6s ease;
  content: "";
  top: 0;
  bottom: 0;
  background: #038ccb;
  position: absolute;
}
.sec3 .sec3-machine .js-accordion_2::before {
  width: 2px;
  height: 26px;
  right: 18px;
}
.sec3 .sec3-machine .js-accordion_2::after {
  width: 26px;
  height: 2px;
  right: 6px;
}
.sec3 .sec3-machine .js-accordion_2.is-accordion--open_2::before {
  transform: rotate(90deg);
}
.sec3 .sec3-machine .js-accordion_2.is-accordion--open_2::after {
  transform: rotate(-180deg);
}
.sec3 .sec3-machine .js-accordion_2.is-accordion--open_2 + .accordion-box {
  height: auto;
  opacity: 1;
}
.sec3 .sec3-machine .accordion-box-items {
  padding: 20px 0 0;
}
.sec3 .sec3-machine .accordion-box-items .accordion-box-item {
  display: flex;
  justify-content: space-between;
  padding: 20px 0 0;
  border-top: 1px solid #038ccb;
  margin-bottom: 20px;
}

.sec3
  .sec3-machine
  .accordion-box-items
  .accordion-box-item
  .accordion-box-item-title {
  display: flex;
}
@media screen and (max-width: 899px) {
  .sec3 .sec3-machine .accordion-box-items .accordion-box-item {
    flex-flow: column;
  }
  .sec3
    .sec3-machine
    .accordion-box-items
    .accordion-box-item
    .accordion-box-item-title {
    flex-flow: column;
    justify-content: flex-end;
  }
}
.sec3 .sec3-machine .accordion-box-items .accordion-box-item:last-child {
  margin-bottom: 0px;
}
.sec3 .sec3-machine .accordion-box-items .accordion-box-item p:first-of-type {
  font-weight: bold;
  font-size: 16px;
  flex-shrink: 0;
  width: 112px;
  margin-right: 8%;
}
@media screen and (max-width: 899px) {
  .sec3 .sec3-machine .accordion-box-items .accordion-box-item p:first-of-type {
    font-size: 16px;
  }
}
.sec3 .sec3-machine .accordion-box-items .accordion-box-item p:nth-of-type(2) {
  font-size: 14px;
  color: #4f4f4f;
}
@media screen and (max-width: 899px) {
  .sec3
    .sec3-machine
    .accordion-box-items
    .accordion-box-item
    p:nth-of-type(2) {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.sec3
  .sec3-machine
  .accordion-box-items
  .accordion-box-item
  .sec3-machine-item-img {
  flex-shrink: 0;
  width: 303px;
  margin-left: 3%;
}
@media screen and (max-width: 899px) {
  .sec3
    .sec3-machine
    .accordion-box-items
    .accordion-box-item
    .sec3-machine-item-img {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
}
@media screen and (min-width: 900px) {
  .sec3 .sec3-machine {
    margin: 60px auto 0;
  }
  .sec3 .sec3-machine .inner-Box {
    margin: 0 auto;
    position: relative;
  }
  .sec3 .sec3-machine .js-accordion_2 > div p {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 899px) {
  .sec3 .sec3-machine {
    margin: 30px auto 0;
    max-width: 600px;
    padding: 20px 10px;
  }
  .sec3 .sec3-machine .js-accordion_2 > div {
    width: 90%;
  }
  .sec3 .sec3-machine .js-accordion_2,
  .sec3 .sec3-machine .accordion-box {
    padding: 0;
  }
  .sec3 .sec3-machine .inner-Box {
    margin: 0 4vw;
    position: relative;
  }
}

/*====================================================================================
# sec4
=====================================================================================*/
.sec4 {
  padding: 30px 0 0;
  /* スライドの動き等速 */
  /* 画像のサイズ調整 */
}
@media screen and (max-width: 899px) {
  .sec4 {
    background: #29a7e1;
    padding: 30px 0;
  }
}
@media screen and (max-width: 450px) {
  .sec4 {
    margin: -4px 0 0;
  }
}
.sec4 .swiper-wrapper {
  transition-timing-function: linear;
}
.sec4 .swiper-slide img {
  height: auto;
  width: 100%;
}

/*====================================================================================
# sec5
=====================================================================================*/
.sec5 {
  padding: 194px 0 84px;
}
@media screen and (max-width: 899px) {
  .sec5 {
    padding: 84px 0 77px;
  }
}
.sec5 .inner {
  max-width: 813px;
}
.sec5-text {
  font-size: 20px;
  margin: 7px 0 0 5px;
}
@media screen and (max-width: 899px) {
  .sec5-text {
    font-size: 14.7px;
    letter-spacing: -0.04em;
    margin: 14px 0 0 13px;
  }
}
.sec5-img {
  width: 100%;
  margin: 62px auto 0;
}
@media screen and (max-width: 899px) {
  .sec5-img {
    margin: 83px auto 0;
  }
}
.sec5-btn {
  text-align: center;
  padding: 12px 0;
  margin: 8px auto 0;
  width: 66%;
  border-radius: 10px;
  max-width: 400px;
}
@media screen and (max-width: 899px) {
  .sec5-btn {
    padding: 11px 0;
    margin: 4px auto 0;
    width: 100%;
    border-radius: 0;
  }
}
.sec5-btn a {
  width: 100%;
  border: 2px solid #29a7e1;
  color: #29a7e1;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  transition: 0.3s ease-in-out;
}
.sec5-btn a:hover {
  color: #fff;
  background: #29a7e1;
}
@media screen and (max-width: 899px) {
  .sec5-btn a {
    font-size: 20px;
  }
}
.sec5-program {
  padding: 50px 0 0;
}
@media screen and (max-width: 899px) {
  .sec5-program {
    padding: 12% 0 0;
  }
}
@media screen and (max-width: 450px) {
  .sec5-program {
    padding: 10% 0 0;
  }
}
.sec5-program h3 {
  font-weight: bold;
  text-align: center;
  position: relative;
  font-size: 22px;
}
@media screen and (max-width: 899px) {
  .sec5-program h3 {
    margin: 0 auto;
    font-size: clamp(16px, 5vw, 22px);
  }
}
@media screen and (min-width: 600px) and (max-width: 899px) {
  .sec5-program h3 {
    max-width: 400px;
  }
}
.sec5-program h3 span {
  color: #29a7e1;
}
.sec5-program h3::after {
  content: "";
  background: url(https://listing-partners.com/accel/wp-content/themes/twentynineteen/total-fitness-studio-first/image/fixes/5/img.png)
    no-repeat center center/contain;
  position: absolute;
  top: -80%;
  right: -50%;
  height: 296%;
  width: 100%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 899px) {
  .sec5-program h3::after {
    background: url(https://listing-partners.com/accel/wp-content/themes/twentynineteen/total-fitness-studio-first/image/fixes/5/img2.png)
      no-repeat center center/contain;
  }
}
@media screen and (max-width: 899px) {
  .sec5-program h3::after {
    width: calc(100% + 30px);
    right: calc(-50% - 30px);
  }
}
.sec5-program-items {
  width: 100%;
  margin: 90px auto;
}
@media screen and (min-width: 900px) {
  .sec5-program-items {
    width: 95%;
    margin: 90px auto;
  }
}
.sec5-program .sec5-program-items,
.sec5-program .sec5-program-item-star,
.sec5-program .sec5-program-item-top,
.sec5-program .sec5-program-item-middle,
.sec5-program .sec5-program-item-bottom {
  display: flex;
}
.sec5-program .sec5-program-items {
  flex-wrap: wrap;
}
.sec5-program-item {
  margin-right: 12px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  padding: 25px 15px 15px;
}
@media screen and (min-width: 900px) {
  .sec5-program-item {
    width: calc(25% - 9px);
  }
  .sec5-program-item:nth-child(4n) {
    margin-right: 0;
  }
  .sec5-program-item:nth-child(-n + 4) {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 899px) {
  .sec5-program-item {
    width: calc(50% - 6px);
  }
  .sec5-program-item:nth-child(2n) {
    margin-right: 0;
  }
  .sec5-program-item:nth-child(n-2) {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 450px) {
  .sec5-program-item {
    padding: 25px 10px 15px;
  }
}
.sec5-program .sec5-program-item-top {
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 899px) {
  .sec5-program .sec5-program-item-top {
    justify-content: flex-start;
  }
}
.sec5-program .sec5-program-item-top h4 {
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
}
@media screen and (max-width: 450px) {
  .sec5-program .sec5-program-item-top h4 {
    font-size: clamp(0.75rem, 0.135rem + 3.077vw, 1rem);
  }
}
.sec5-program .sec5-program-item-top .sec5-program-item-icon {
  width: 44px;
}
@media screen and (max-width: 899px) {
  .sec5-program .sec5-program-item-top .sec5-program-item-icon {
    margin-right: 30px;
  }
}
@media screen and (max-width: 450px) {
  .sec5-program .sec5-program-item-top .sec5-program-item-icon {
    margin-right: 10px;
  }
}
.sec5-program .sec5-program-item-middle {
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
  padding: 10px 0;
  margin-bottom: 20px;
}
.sec5-program .sec5-program-item-middle > p {
  font-size: 13px;
  margin-right: 20px;
}
@media screen and (max-width: 450px) {
  .sec5-program .sec5-program-item-middle > p {
    margin-right: 3px;
    font-size: 12px;
    flex-shrink: 0;
  }
}
.sec5-program .sec5-program-item-middle .sec5-program-item-star {
  align-items: center;
}
.sec5-program .sec5-program-item-middle .sec5-program-item-star > div {
  width: 17px;
  margin-right: 3px;
  align-items: center;
  display: flex;
}
.sec5-program
  .sec5-program-item-middle
  .sec5-program-item-star
  > div:last-child {
  margin-right: 0;
}
.sec5-program .sec5-program-item-bottom p {
  font-size: 14px;
}
.sec5-program-text {
  background: #f4fcff;
  padding: 20px;
}
.sec5-program-text > div {
  margin-bottom: 15px;
}
.sec5-program-text > div:last-child {
  margin-bottom: 0;
}
.sec5-program-text h4 {
  position: relative;
  color: #29a7e1;
  font-weight: bold;
  padding-left: 20px;
}
.sec5-program-text h4::before {
  content: "";
  width: 12px;
  height: 12px;
  background: #29a7e1;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.sec5-program-text p {
  font-size: 14px;
}

/*====================================================================================
# sec6
=====================================================================================*/
.sec6 {
  padding: 78px 0 58px;
  background: #fffdea;
}
@media screen and (max-width: 899px) {
  .sec6 {
    padding: 95px 0 77px;
  }
}
.sec6 .inner {
  max-width: 1000px;
}
.sec6 .h2-style {
  margin: 0 auto;
  max-width: 804px;
}
.sec6-text {
  font-size: 20px;
  margin: 0 0 0 104px;
}
@media screen and (max-width: 899px) {
  .sec6-text {
    font-size: 14.7px;
    letter-spacing: -0.04em;
    margin: 5px 0 0 8px;
  }
}
.sec6-items {
  display: flex;
  margin: 48px 0 0;
}
@media screen and (max-width: 899px) {
  .sec6-items {
    flex-flow: column;
    margin: 25px 0 0;
  }
}
.sec6-item {
  display: flex;
  flex-flow: column;
  background: #fff;
  padding: 18px 32px 30px;
  border-radius: 10px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 900px) {
  .sec6-item {
    width: calc(100% - 21.3333333333px);
    margin-right: 32px;
  }
  .sec6-item:nth-child(3) {
    margin-right: 0;
  }
}
@media screen and (max-width: 899px) {
  .sec6-item {
    width: 85%;
    margin: 0 auto 28px;
    max-width: 400px;
  }
  .sec6-item:nth-child(2) {
    padding: 18px 32px 101px;
  }
}
@media screen and (max-width: 392px) {
  .sec6-item {
    padding: 18px 16px 30px;
    width: 100%;
  }
  .sec6-item:nth-child(2) {
    padding: 18px 16px 101px;
  }
}
.sec6-item-star {
  display: flex;
  margin: 0 auto 0;
  align-items: center;
  width: 100%;
}
.sec6-item-star-text {
  font-weight: bold;
  font-size: 13px;
  margin-right: 10px;
}
.sec6-item-star-img {
  width: 22px;
  margin-right: 5.5px;
  display: flex;
}
.sec6-item-star-img:last-of-type {
  margin-right: 27px;
}
.sec6-item-star-img img {
  -o-object-fit: contain;
  object-fit: contain;
}
.sec6-item-star-number {
  font-size: 22px;
  font-weight: bold;
  color: #f6e30c;
}
.sec6-item-img {
  margin: 27px auto 0;
  width: 45%;
  max-width: 112px;
}
.sec6-item-age {
  color: #29a7e1;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin-top: 14px;
}
.sec6-item-title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.sec6-item-text {
  font-size: 15.8px;
  margin-top: 14px;
  line-height: 1.53;
}

/*====================================================================================
# sec7
=====================================================================================*/
.sec7 {
  padding: 55px 0;
  background: #f4fcff;
}
@media screen and (max-width: 899px) {
  .sec7 {
    padding: 39px 0 20px;
  }
}
.sec7 .inner {
  max-width: 804px;
}
.sec7 .h2-style {
  margin: 0 auto;
  max-width: 804px;
}
.sec7-items {
  display: flex;
  flex-flow: column;
  margin: 10px auto 0;
  width: 99%;
}
.sec7-items > p {
  color: #29a7e1;
  text-align: right;
  font-size: 18px;
}
@media screen and (max-width: 550px) {
  .sec7-items > p {
    font-size: clamp(0.688rem, 0.253rem + 2.174vw, 1rem);
  }
}
.sec7-item-wrap {
  display: flex;
}
@media screen and (max-width: 899px) {
  .sec7-item-wrap {
    flex-flow: column;
  }
}
.sec7 .sec7-item1 {
  text-align: center;
  background: #29a7e1;
  color: #fff;
  padding: 6px 0;
  font-size: 36px;
  margin: 34px 0 3px;
}
@media screen and (max-width: 899px) {
  .sec7 .sec7-item1 {
    padding: 14px 0;
    font-size: 25px;
    margin: 23px auto 12px;
    width: 90%;
    line-height: 1.2;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 550px) {
  .sec7 .sec7-item1 {
    font-size: clamp(0.875rem, -0.082rem + 4.783vw, 1.563rem);
  }
}
.sec7 .sec7-item1 p {
  text-shadow: 2px 2px 1.5px rgba(11, 11, 11, 0.5);
  font-weight: bold;
}
.sec7 .sec7-item1 span {
  color: #ffea00;
}
.sec7-circles {
  display: flex;
  justify-content: center;
  margin: 20px auto;
  align-items: center;
}
.sec7-circles .sec7-circle {
  width: 141px;
  height: 141px;
  border-radius: 50%;
  border: 1px solid #29a7e1;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 400px) {
  .sec7-circles .sec7-circle {
    width: 90px;
    height: 90px;
  }
}
.sec7-circles .sec7-circle:nth-of-type(1) p {
  font-size: 15px;
}
@media screen and (max-width: 400px) {
  .sec7-circles .sec7-circle:nth-of-type(1) p {
    font-size: 12px;
  }
}
.sec7-circles .sec7-circle:nth-of-type(1):nth-of-type(3) p {
  font-size: 20px;
}
@media screen and (max-width: 400px) {
  .sec7-circles .sec7-circle:nth-of-type(1):nth-of-type(3) p {
    font-size: 16px;
  }
}
.sec7-circles .sec7-circle P {
  text-align: center;
  font-weight: bold;
  color: #29a7e1;
}
.sec7-circles .sec7-plus {
  width: 43px;
  margin: 0 15px;
  flex-shrink: 0;
}
.sec7-head {
  margin: 10px auto;
}
.sec7-head p {
  text-align: center;
  font-size: 24px;
  color: #29a7e1;
  font-weight: bold;
}
@media screen and (max-width: 899px) {
  .sec7-head p {
    font-size: 20px;
  }
}
.sec7 .sec7-item2,
.sec7 .sec7-item3 {
  background: #fff;
  border-radius: 10px;
  padding: 11px 20px 0;
}
@media screen and (min-width: 900px) {
  .sec7 .sec7-item2,
  .sec7 .sec7-item3 {
    width: calc(50% - 17px);
  }
}
@media screen and (max-width: 899px) {
  .sec7 .sec7-item2,
  .sec7 .sec7-item3 {
    width: 91.5%;
    margin: 0 auto 17px;
  }
}
.sec7 .sec7-item2 > p,
.sec7 .sec7-item3 > p {
  color: #29a7e1;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  padding: 0 0 5px;
  border-bottom: 2px solid #29a7e1;
}
@media screen and (max-width: 899px) {
  .sec7 .sec7-item2 > p,
  .sec7 .sec7-item3 > p {
    padding: 0;
    width: 86%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 392px) {
  .sec7 .sec7-item2 > p,
  .sec7 .sec7-item3 > p {
    font-size: 18px;
  }
}
.sec7 .sec7-item2 .price,
.sec7 .sec7-item3 .price {
  display: flex;
  align-items: center;
  color: #29a7e1;
  justify-content: flex-start;
}
@media screen and (max-width: 899px) {
  .sec7 .sec7-item2 .price,
  .sec7 .sec7-item3 .price {
    justify-content: center;
  }
}
.sec7 .sec7-item2 {
  border: 3px solid #ffea00;
}
@media screen and (min-width: 900px) {
  .sec7 .sec7-item2 {
    margin-right: 34px;
  }
}
.sec7 .sec7-item2 .price-img {
  width: 38%;
  flex-shrink: 0;
  margin: -16px 16px 0 -4px;
}
@media screen and (max-width: 899px) {
  .sec7 .sec7-item2 .price-img {
    width: 42%;
    flex-shrink: 0;
    margin: -6px -9px 0 11px;
    max-width: 120px;
  }
}
@media screen and (max-width: 392px) {
  .sec7 .sec7-item2 .price-img {
    width: 42%;
    margin: -6px clamp(0rem, 2.5rem - 12.5vw, -0.563rem) 0 9px;
    max-width: 92px;
  }
}
.sec7 .sec7-item2 .price p {
  font-size: 21px;
  font-family: "Istok Web", sans-serif;
  line-height: 1.15;
}
@media screen and (max-width: 392px) {
  .sec7 .sec7-item2 .price p {
    font-size: 21px;
  }
}
.sec7 .sec7-item2 .price p span {
  font-size: 4.6em;
  font-weight: bold;
  line-height: 1.47;
}
@media screen and (max-width: 899px) {
  .sec7 .sec7-item2 .price p span {
    line-height: 1.17;
  }
}
@media screen and (max-width: 392px) {
  .sec7 .sec7-item2 .price p span {
    font-size: 4.6em;
  }
}
.sec7 .sec7-item3 {
  border: 2px solid #29a7e1;
  padding: 17px 20px 20px;
}
@media screen and (max-width: 899px) {
  .sec7 .sec7-item3 {
    padding: 17px 20px 7px;
  }
}
.sec7 .sec7-item3 > p {
  padding: 0;
}
.sec7 .sec7-item3 .price {
  margin: 37px 0 0 26px;
}
@media screen and (max-width: 899px) {
  .sec7 .sec7-item3 .price {
    margin: 19px 0 0 13px;
  }
}
@media screen and (max-width: 392px) {
  .sec7 .sec7-item3 .price {
    margin: 19px 0 0 clamp(0rem, -3.611rem + 18.056vw, 0.813rem);
  }
}
.sec7 .sec7-item3 .price p:first-of-type {
  font-weight: bold;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  text-orientation: upright;
  font-family: "Inter", "Roboto", sans-serif;
  font-size: 21px;
  letter-spacing: 0.5em;
  margin: 16px 0 0 -3px;
}
@media screen and (max-width: 899px) {
  .sec7 .sec7-item3 .price p:first-of-type {
    margin: 0 0 0 -4px;
  }
}
@media screen and (max-width: 392px) {
  .sec7 .sec7-item3 .price p:first-of-type {
    font-size: clamp(0.875rem, -1.069rem + 9.722vw, 1.313rem);
  }
}
.sec7 .sec7-item3 .price p:nth-child(2) {
  font-size: 21px;
  font-family: "Istok Web", sans-serif;
  line-height: 1;
  margin: 9px 0 0 16px;
}
@media screen and (max-width: 392px) {
  .sec7 .sec7-item3 .price p:nth-child(2) {
    font-size: 21px;
  }
}
.sec7 .sec7-item3 .price p:nth-child(2) span {
  font-weight: bold;
  font-size: 3.2em;
  letter-spacing: -0.02em;
  margin: 0 6px 0 0;
}
@media screen and (max-width: 899px) {
  .sec7 .sec7-item3 .price .u-hidden-pc {
    display: flex;
    align-items: center;
    margin: 0 0 0 10px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 899px) and (max-width: 392px) {
  .sec7 .sec7-item3 .price .u-hidden-pc {
    margin: 0 0 0 clamp(0rem, -2.778rem + 13.889vw, 0.625rem);
  }
}
@media screen and (max-width: 899px) {
  .sec7 .sec7-item3 .price .u-hidden-pc span:nth-child(1) {
    font-size: 65px;
    font-family: "Istok Web", sans-serif;
    letter-spacing: -0.01em;
    font-weight: bold;
  }
}
@media screen and (max-width: 899px) and (max-width: 392px) {
  .sec7 .sec7-item3 .price .u-hidden-pc span:nth-child(1) {
    font-size: clamp(3.625rem, 1.681rem + 9.722vw, 4.063rem);
  }
}
@media screen and (max-width: 899px) {
  .sec7 .sec7-item3 .price .u-hidden-pc .en {
    display: flex;
    flex-flow: column;
    margin: 4px 0 0 11px;
  }
}
@media screen and (max-width: 899px) and (max-width: 392px) {
  .sec7 .sec7-item3 .price .u-hidden-pc .en {
    margin: 4px 0 0 clamp(0.438rem, -0.674rem + 5.556vw, 0.688rem);
  }
}
@media screen and (max-width: 899px) {
  .sec7 .sec7-item3 .price .u-hidden-pc .en span:nth-child(1) {
    font-size: 14px;
    font-family: "Istok Web", sans-serif;
    margin: 0 0 0 3px;
  }
}
@media screen and (max-width: 899px) and (max-width: 392px) {
  .sec7 .sec7-item3 .price .u-hidden-pc .en span:nth-child(1) {
    font-size: 14px;
  }
}
@media screen and (max-width: 899px) {
  .sec7 .sec7-item3 .price .u-hidden-pc .en span:nth-child(2) {
    font-size: 20px;
    font-family: "Istok Web", sans-serif;
    margin: 2px 0 0 0;
  }
}
@media screen and (max-width: 899px) and (max-width: 392px) {
  .sec7 .sec7-item3 .price .u-hidden-pc .en span:nth-child(2) {
    font-size: 20px;
  }
}

/*====================================================================================
# sec8
=====================================================================================*/
.sec8 {
  padding: 167px 0 158px;
}
@media screen and (max-width: 899px) {
  .sec8 {
    padding: 64px 0;
  }
}
.sec8 .inner {
  max-width: 804px;
}
@media screen and (max-width: 899px) {
  .sec8 .inner {
    padding: 0 17px;
  }
}
.sec8 .h2-style {
  margin: 0 auto;
  max-width: 804px;
}
.sec8 .faq .js-accordion--close {
  display: none;
}
.sec8 .faq .accordion-box {
  height: 0;
  overflow: hidden;
  transition: 0.4s ease;
}
.sec8 .faq .accordion-box p {
  text-indent: -3em;
  padding: 23px 25px 26px calc(35px + 3em);
}
.sec8 .faq .accordion .item {
  margin-bottom: 32px;
}
.sec8 .faq .accordion .item:last-child {
  margin-bottom: 0;
}
.sec8 .faq .js-accordion {
  position: relative;
  outline: none;
  border: none;
  background: none;
  width: 100%;
}
.sec8 .faq .js-accordion > div {
  text-align: left;
  background: #f4fcff;
}
.sec8 .faq .js-accordion > div p {
  margin-bottom: 8px;
  padding: 23px 25px 26px 35px;
}
.sec8 .faq .js-accordion > div p,
.sec8 .faq .accordion-box p {
  font-size: 18px;
  color: #000;
}
.sec8 .faq .js-accordion > div p span,
.sec8 .faq .accordion-box p span {
  color: #29a7e1;
  font-weight: bold;
  margin-right: 32px;
  font-size: 24px;
}
.sec8 .faq .js-accordion::before,
.sec8 .faq .js-accordion::after {
  content: "";
  background: #29a7e1;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.6s ease;
}
.sec8 .faq .js-accordion::before {
  width: 3px;
  height: 16px;
  right: 18px;
}
.sec8 .faq .js-accordion::after {
  width: 16px;
  height: 3px;
  right: 11px;
}
.sec8 .faq .js-accordion.is-accordion--open::before {
  transform: rotate(90deg);
}
.sec8 .faq .js-accordion.is-accordion--open::after {
  transform: rotate(-180deg);
}
.sec8 .faq .js-accordion.is-accordion--open + .accordion-box {
  height: auto;
  opacity: 1;
}
@media screen and (min-width: 900px) {
  .sec8 .faq {
    margin: 0 auto;
    padding: 33px 0 0 0;
  }
  .sec8 .faq > section {
    margin-bottom: 95px;
  }
  .sec8 .faq .inner-Box {
    margin: 0 auto;
    position: relative;
  }
}
@media screen and (max-width: 899px) {
  .sec8 .faq {
    padding: 38px 0 0 0;
  }
  .sec8 .faq .inner-Box {
    position: relative;
  }
  .sec8 .faq .accordion .item {
    margin-bottom: 17px;
  }
  .sec8 .faq .accordion .item:nth-child(2) .js-accordion > div p,
  .sec8 .faq .accordion .item:nth-child(3) .js-accordion > div p,
  .sec8 .faq .accordion .item:nth-child(6) .js-accordion > div p {
    line-height: 1.7;
    padding: 13px 48px 27px calc(29px + 1.8em);
  }
  .sec8 .faq .js-accordion {
    height: 85px;
  }
  .sec8 .faq .js-accordion p {
    height: 85px;
  }
  .sec8 .faq .js-accordion::before {
    width: 2px;
    height: 18px;
    right: 24px;
  }
  .sec8 .faq .js-accordion::after {
    width: 18px;
    height: 2px;
    right: 16px;
  }
  .sec8 .faq .js-accordion > div p {
    padding: 27px 48px 27px calc(29px + 1.8em);
    text-indent: -2.2em;
  }
  .sec8 .faq .accordion-box p {
    padding: 27px 48px 27px calc(29px + 1.8em);
    text-indent: -2.2em;
  }
  .sec8 .faq .js-accordion > div p,
  .sec8 .faq .accordion-box p {
    font-size: 16px;
  }
  .sec8 .faq .js-accordion > div p span,
  .sec8 .faq .accordion-box p span {
    margin-right: 16px;
    font-size: 18px;
  }
}
@media screen and (max-width: 392px) {
  .sec8 .faq .accordion .item {
    margin-bottom: 17px;
  }
  .sec8 .faq .accordion .item:nth-child(2) .js-accordion > div p,
  .sec8 .faq .accordion .item:nth-child(3) .js-accordion > div p,
  .sec8 .faq .accordion .item:nth-child(6) .js-accordion > div p {
    padding: 13px 48px 13px calc(29px + 1.6em);
  }
  .sec8 .faq .js-accordion {
    height: auto;
  }
  .sec8 .faq .js-accordion p {
    height: auto;
  }
  .sec8 .faq .js-accordion > div p {
    padding: 27px 48px 27px calc(29px + 1.6em);
    text-indent: -2.5em;
  }
  .sec8 .faq .accordion-box p {
    padding: 27px 48px 27px calc(29px + 1.6em);
    text-indent: -2.5em;
  }
  .sec8 .faq .js-accordion > div p,
  .sec8 .faq .accordion-box p {
    font-size: 14px;
  }
}

/*====================================================================================
# sec9
=====================================================================================*/
.sec9 {
  padding: 0 0 88px;
}
@media screen and (max-width: 899px) {
  .sec9 {
    padding: 16px 0 51px;
  }
}
.sec9 .inner {
  max-width: 804px;
}
@media screen and (max-width: 899px) {
  .sec9 .inner {
    padding: 0 17px;
  }
}
.sec9 .h2-style {
  margin: 0 auto;
  max-width: 804px;
}
.sec9 .access {
  display: flex;
  flex-flow: column;
  margin: 34px 0 0;
}
@media screen and (max-width: 899px) {
  .sec9 .access {
    margin: 37px 0 0;
  }
}
.sec9 .access-info {
  display: flex;
}
@media screen and (max-width: 899px) {
  .sec9 .access-info {
    flex-flow: column;
    margin-bottom: 47px;
  }
}
@media screen and (min-width: 900px) {
  .sec9 .access-info-img {
    width: 44%;
    flex-shrink: 0;
    margin-right: 21px;
  }
}
@media screen and (max-width: 899px) {
  .sec9 .access-info-img {
    width: 100%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 900px) {
  .sec9 .access-info-text {
    flex-grow: 1;
  }
}
@media screen and (max-width: 899px) {
  .sec9 .access-info-text {
    width: 100%;
  }
}
.sec9 .access-info-text p {
  font-size: 20px;
  margin: 3px 0 0 5px;
}
@media screen and (max-width: 899px) {
  .sec9 .access-info-text p {
    font-size: 15.6px;
    margin: 5px 0 0 -2px;
  }
}
@media screen and (max-width: 392px) {
  .sec9 .access-info-text p {
    font-size: 14px;
  }
}
.sec9 .access-info-text p:nth-child(1) {
  font-weight: bold;
  margin-top: 4px;
  font-size: 20px;
  line-height: 2.1;
  margin: 4px 0 0 0;
}
@media screen and (max-width: 899px) {
  .sec9 .access-info-text p:nth-child(1) {
    font-size: 16px;
    margin: 6px 0 0 0;
  }
}
@media screen and (max-width: 392px) {
  .sec9 .access-info-text p:nth-child(1) {
    font-size: 15px;
  }
}
.sec9 .access-info-text p:nth-child(2) {
  margin: 35px 0 0 5px;
}
@media screen and (max-width: 899px) {
  .sec9 .access-info-text p:nth-child(2) {
    margin: 27px 0 0 -2px;
  }
}
.sec9 .access-map {
  width: 100%;
  margin-top: 30px;
}
@media screen and (max-width: 899px) {
  .sec9 .access-map {
    width: calc(100% + 34px);
    margin: 0 -17px;
    max-height: 300px;
  }
}
.sec9 .access-map iframe {
  width: 100%;
}
@media screen and (max-width: 899px) {
  .sec9 .access-map iframe {
    max-height: 300px;
  }
}

/*====================================================================================
# sec10
=====================================================================================*/
.sec10 {
  padding: 88px 0 103px;
  background: #f4fcff;
  margin-top: 61px;
  text-align: center;
}
.sec10.check,
.sec10.complete {
  margin-top: 82px;
  padding: 156px 0 103px;
  min-height: calc(100vh - 82px - 75px);
}
@media screen and (max-width: 899px) {
  .sec10.check,
  .sec10.complete {
    min-height: calc(100vh - 66px - 71px);
    margin-top: 66px;
    padding: 30px 0 103px;
  }
}
.sec10.check dl:not(:nth-of-type(1)) {
  flex-flow: row;
}
@media screen and (max-width: 899px) {
  .sec10.check dl:not(:nth-of-type(1)) {
    flex-flow: column;
  }
}
.sec10.check .form-btn {
  width: 100%;
}
.sec10.check .form-btn .wpcf7-submit,
.sec10.check .form-btn .wpcf7-previous {
  width: calc(40% - 15px);
}
.sec10.check .form-btn .wpcf7-previous {
  margin-right: 30px;
}
.sec10.complete .form-btn a {
  display: inline-block;
}
@media screen and (max-width: 899px) {
  .sec10 {
    padding: 54px 0 51px;
  }
}
.sec10 .inner {
  max-width: 722px;
  text-align: center;
}
@media screen and (max-width: 899px) {
  .sec10 .inner {
    padding: 0 17px;
  }
}
.sec10 .inner > p {
  font-size: 18px;
  letter-spacing: 0.36em;
  font-weight: bold;
}
@media screen and (max-width: 899px) {
  .sec10 .inner > p {
    letter-spacing: 0.1em;
  }
}
.sec10 .inner > h2 {
  font-weight: bold;
  font-size: 30px;
  color: #29a7e1;
  margin: 2px 0 30px;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 899px) {
  .sec10 .inner > h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 899px) {
  .sec10 {
    margin-top: 45px;
  }
}
.sec10 dl {
  display: flex;
  align-items: flex-start;
  padding: 12px 0 4px 0;
}
.sec10 dl:not(:nth-of-type(1)) {
  flex-flow: column;
}
@media screen and (min-width: 900px) {
  .sec10 dl:nth-of-type(1) {
    padding: 12px 16px 23px 0;
  }
  .sec10 dl:nth-of-type(1) dt {
    width: 182px;
  }
  .sec10 dl:nth-of-type(2) {
    padding: 12px 16px 0 0;
  }
  .sec10 dl:nth-of-type(3) {
    padding: 17px 16px 1px 0;
  }
  .sec10 dl:nth-of-type(4) {
    padding: 12px 16px 18px 0;
  }
  .sec10 dl:nth-of-type(5) {
    padding: 0 16px 0 0;
  }
  .sec10 dl:nth-of-type(6) {
    padding: 12px 16px 0 0;
  }
  .sec10 dl:nth-of-type(7) {
    padding: 12px 16px 0 0;
  }
  .sec10 dl:nth-of-type(8) {
    padding: 15px 16px 10px 0;
  }
  .sec10 dl:nth-of-type(8) dt {
    padding: 0 0 0 3px;
  }
}
@media screen and (max-width: 899px) {
  .sec10 dl {
    flex-flow: column;
  }
}
.sec10 dt {
  width: 200px;
  flex-shrink: 0;
  display: flex;
  padding: 0 47px 0 3px;
}
@media screen and (max-width: 899px) {
  .sec10 dt {
    width: auto;
    padding: 0;
  }
}
.sec10 dt label {
  font-size: 14px;
  margin-right: 5px;
}
@media screen and (max-width: 899px) {
  .sec10 dt label {
    padding-right: 3px;
  }
}
.sec10 dt span {
  font-size: 14px;
  color: #fff;
  padding: 0 5px;
  margin: -1px 0 0 5px;
  height: 21px;
  border-radius: 5px;
}
.sec10 dt span.need {
  background: #ff9b9b;
}
.sec10 dd {
  flex-grow: 1;
  text-align: left;
  width: 100%;
  margin-top: 0;
}
.sec10 dd input[type="tel"],
.sec10 dd input[type="text"],
.sec10 dd select,
.sec10 dd input[type="time"],
.sec10 dd input[type="date"],
.sec10 dd input[type="email"] {
  height: 55px;
}
.sec10 dd label {
  margin-right: 44px;
  position: relative;
}
.sec10 dd label:first-child {
  margin-left: 20px;
}
.sec10 dd label p {
  display: inline-block;
}
.sec10 dd .wpcf7-validates-as-date,
.sec10 dd .wpcf7-validates-as-date::-webkit-date-and-time-value {
  text-align: left;
  width: 100%;
  -webkit-appearance: none;
}
.sec10 dd input[type="radio"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
@media screen and (max-width: 899px) {
  .sec10 dd .wpcf7-list-item {
    margin: 0 !important;
  }
}
.sec10 dd .wpcf7-list-item label {
  margin: 0 !important;
}
.sec10 dd .wpcf7-list-item.first {
  margin-left: 0;
}
@media screen and (max-width: 899px) {
  .sec10 dd .wpcf7-list-item.first {
    margin-bottom: 10px;
  }
}
.sec10 dd span.wpcf7-radio {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 899px) {
  .sec10 dd span.wpcf7-radio {
    flex-flow: column;
    align-items: flex-start;
  }
}
.sec10 dd span.wpcf7-list-item-label {
  padding: 0 62px 0 20px;
  font-size: 14px;
  cursor: pointer;
  position: relative;
}
.sec10 dd span.wpcf7-list-item-label::before {
  display: block;
  content: "";
  border-radius: 50%;
  border: 2px solid #dedede;
  width: 16px;
  height: 16px;
  background: #fff;
  position: absolute;
  top: 0;
}
.sec10 dd span.wpcf7-list-item-label::after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 9px;
  height: 9px;
  background-color: #29a7e1;
  left: 3.7px;
  top: 47%;
  transform: translateY(-50%);
  display: none;
}
.sec10 dd input[type="radio"]:checked + span.wpcf7-list-item-label::after {
  display: block;
}
.sec10 dd input[type="tel"],
.sec10 dd select,
.sec10 dd input[type="time"],
.sec10 dd input[type="date"],
.sec10 dd input[type="text"],
.sec10 dd input[type="email"],
.sec10 dd textarea {
  width: 100%;
  border: 1px solid #ddd;
  margin: 3px 0 -3px;
  padding: 10px;
}
.sec10 dd textarea {
  min-height: 135px;
  resize: vertical;
}
.sec10 dd p {
  margin-top: 5px;
  letter-spacing: 0.05em;
  margin-left: 2px;
  font-size: 12px;
}
@media screen and (max-width: 899px) {
  .sec10 dl:nth-child(1) dd {
    display: flex;
    margin-top: 25px;
  }
  .sec10 dl:nth-child(1) dd label {
    margin: 0;
  }
  .sec10 dl:nth-child(1) dd .first label {
    margin: 0 24.2vw 0 27px;
  }
}
@media screen and (max-width: 392px) {
  .sec10 dl:nth-child(1) dd .first label {
    margin: 0 40px 5px 27px;
  }
}
.sec10 .form-btn {
  margin-top: 37px;
  cursor: pointer;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 900px) {
  .sec10 .form-btn {
    margin-left: 72px;
  }
}
@media screen and (max-width: 899px) {
  .sec10 .form-btn {
    width: 100%;
  }
}
.sec10 .form-btn .wpcf7-submit,
.sec10 .form-btn .wpcf7-previous,
.sec10 .form-btn a {
  font-size: 20px;
  color: #fff;
  background: #99da09;
  border: none;
  font-weight: bold;
  width: 394px;
  border-radius: 9px;
  margin: 0 auto;
  padding: 19px 0;
  transition: 0.3s ease-in-out;
}
.sec10 .form-btn .wpcf7-submit:hover,
.sec10 .form-btn .wpcf7-previous:hover,
.sec10 .form-btn a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 899px) {
  .sec10 .form-btn .wpcf7-submit,
  .sec10 .form-btn .wpcf7-previous,
  .sec10 .form-btn a {
    width: 100%;
  }
}
.sec10 .wpcf7-not-valid-tip,
.sec10 .wpcf7-response-output {
  color: red;
  margin-top: 3px;
  display: inline-block;
}

/*====================================================================================
# footer
=====================================================================================*/
footer {
  background: #4f4f4f;
  padding: 27px 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
}
footer a {
  display: inline-block;
  transition: 0.3s ease-in-out;
}
footer a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 899px) {
  footer {
    font-size: 10px;
  }
}

/*====================================================================================
# 非表示
=====================================================================================*/
@media screen and (min-width: 900px) {
  .u-hidden-pc {
    display: none !important;
  }
}

@media screen and (max-width: 899px) {
  .u-hidden-sp {
    display: none !important;
  }
}

/*====================================================================================
# fix
=====================================================================================*/
.fix .sec1 .sec1-person {
  width: 226px;
}
@media screen and (min-width: 900px) {
  .fix .sec1 .sec1-contents ul {
    margin: 30px auto;
    max-width: 450px;
  }
  .fix .sec1 .sec1-person {
    margin: 0 auto;
  }
}
@media screen and (max-width: 899px) {
  .fix .sec1 .sec1-contents .sec1-person {
    max-width: none;
  }
}
