@charset "UTF-8";
@font-face {
  font-family: 'Noto Sans CJKjp';
  font-style: normal;
  font-weight: 100;
  src: url("../img/font/NotoSansCJKjp-Thin.eot?#iefix") format("embedded-opentype"), url("../img/font/NotoSansCJKLight.woff") format("woff"), url("../img/font/NotoSansCJKLight.ttf") format("truetype");
  /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Noto Sans CJKjp';
  font-style: normal;
  font-weight: 400;
  src: url("../img/font/NotoSansCJKjp-Regular.eot?#iefix") format("embedded-opentype"), url("../img/font/NotoSansCJKRegular.woff") format("woff"), url("../img/font/NotoSansCJKRegular.ttf") format("truetype");
}

@font-face {
  font-family: 'Noto Sans CJKjp';
  font-style: normal;
  font-weight: 500;
  src: url("../img/font/NotoSansCJKjp-Medium.eot?#iefix") format("embedded-opentype"), url("../img/font/NotoSansCJKMedium.woff") format("woff"), url("../img/font/NotoSansCJKMedium.ttf") format("truetype");
}

@font-face {
  font-family: 'Noto Sans CJKjp';
  font-style: normal;
  font-weight: 700;
  src: url("../img/font/NotoSansCJKjp-Bold.eot?#iefix") format("embedded-opentype"), url("../img/font/NotoSansCJKBold.woff") format("woff"), url("../img/font/NotoSansCJKBold.ttf") format("truetype");
}

@font-face {
  font-family: 'GothamBook';
  font-style: normal;
  font-weight: 400;
  src: url("../img/font/GothamBook.woff") format("woff"), url("../img/font/GothamBook.ttf") format("truetype");
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1;
}

main {
  display: block;
}

ol, ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000;
}

blockquote, q {
  quotes: none;
}

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

code, kbd, samp {
  font-size: 1em;
}

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

caption, th {
  text-align: left;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: 1px solid #000;
  border-radius: 0;
  outline: none;
}

button {
  color: inherit;
  cursor: pointer;
  font: inherit;
  line-height: inherit;
}

button:disabled {
  cursor: default;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  min-height: 2em;
  overflow: auto;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 3px 5px;
}

select::-ms-expand {
  display: none;
}

body {
  font-family: "Dosis", "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-size: 16px;
}

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

.selectWrap {
  position: relative;
  display: inline-block;
}

.selectWrap select {
  height: 27px;
  background: transparent;
  position: relative;
  z-index: 1;
  padding-right: 15px;
}

.selectWrap::before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  background: #fff;
  height: 100%;
  width: 30px;
}

.selectWrap::after {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #000 transparent transparent transparent;
}

.spview {
  display: none;
  color: #000;
}

a {
  text-decoration: none;
  color: #000;
}

@media screen and (min-width: 960px) {
  a {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
  }
}

a:hover {
  cursor: pointer;
}

@media screen and (min-width: 960px) {
  a:hover {
    opacity: 0.8;
  }
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

span {
  font-family: 'GothamBook';
  letter-spacing: 0.1em;
  font-size: 22px;
}

@media screen and (max-width: 599px) {
  span {
    font-size: 3vw;
  }
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}

html {
  font-size: 62.5%;
  font-family: 'Noto Sans CJKjp';
  font-weight: 400;
}

body {
  font-size: 1.4em;
  line-height: 1.9em;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 2.6em;
  }
}

h1 {
  font-size: 3.0rem;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 5.5vw;
  }
}

@media screen and (max-width: 599px) {
  h1 {
    font-size: 2.3rem;
  }
}

@media screen and (max-width: 320px) {
  h1 {
    letter-spacing: 0;
    font-size: 1.9rem !important;
  }
}

p {
  font-size: 1.4rem;
  font-family: 'Noto Sans CJKjp';
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  p {
    /* font-size: 3.6vw; */
    font-size: 2.6rem;
    letter-spacing: 0.1em;
    font-weight: 100;
    line-height: 1.5;
  }
}

@media screen and (max-width: 599px) {
  p {
    font-size: 1.3rem;
    line-height: 2;
  }
}

ul {
  font-family: 'Noto Sans CJKjp';
  font-weight: 400;
}

/**
* @fileName: header.scss
**/
header {
  width: 100%;
  height: 120px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 599px) {
  header {
    height: 70px;
  }
}

header .logo img {
  width: 150px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 599px) {
  header .logo img {
    width: 110px;
  }
}

/**
* gnav.scss
**/
/**
* @fileName: footer.scss
**/
footer {
  font-family: 'GothamBook';
}

footer .wrap {
  text-align: center;
  letter-spacing: 0.1em;
  margin: 8rem auto 2rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  footer .wrap {
    letter-spacing: 0;
  }
}

@media screen and (max-width: 599px) {
  footer .wrap {
    margin-bottom: 1rem;
  }
}

footer ul {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  footer ul {
    margin-bottom: 150px;
  }
}

@media screen and (max-width: 599px) {
  footer ul {
    margin-bottom: 8rem;
  }
}

footer li {
  padding: 10px 0;
  font-family: 'GothamBook';
  font-size: 18px;
  line-height: 0.8;
}

@media screen and (max-width: 768px) {
  footer li {
    font-size: 22px;
    line-height: 1;
  }
}

@media screen and (max-width: 599px) {
  footer li {
    font-size: 1.2rem;
    padding: 0;
    line-height: 2;
  }
}

@media screen and (max-width: 320px) {
  footer li {
    font-size: 18px;
  }
}

footer li:nth-child(2) {
  font-weight: 700;
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  footer li:nth-child(2) {
    font-size: 30px;
  }
}

@media screen and (max-width: 599px) {
  footer li:nth-child(2) {
    font-weight: 700;
    font-size: 2rem;
  }
}

footer li:nth-child(3) {
  width: 120px;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  footer li:nth-child(3) {
    width: 30vw;
  }
}

@media screen and (max-width: 599px) {
  footer li:nth-child(3) {
    width: 120px;
  }
}

footer li:nth-child(4) {
  font-size: 1.4rem;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  footer li:nth-child(4) {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  footer li img {
    width: 240px;
  }
}

.copy {
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .copy {
    /* font-size: 2.4vw; */
    font-size: 2rem;
  }
}

@media screen and (max-width: 599px) {
  .copy {
    font-size: 1rem;
    letter-spacing: 0.01rem;
  }
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.l-w25 {
  width: 25%;
}

.l-w50 {
  width: 50%;
}

.l-w100p {
  width: 100%;
}

.l-h100p {
  height: 100%;
}

.l-justify-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.l-justify-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l-justify-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.l-direction-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.parallax-window {
  min-height: 800px;
  background: transparent;
}

.parallax-slider {
  top: 0;
  left: 0;
}

/**
* @fileName: l-common.scss
* 全ページ共通で使用するレイアウト用のスタイル
**/
section#wrapper {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.title {
  background: #ecf5ff;
  padding: 4rem;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  .title {
    padding: 6rem;
  }
}

@media screen and (max-width: 599px) {
  .title {
    padding: 1.55rem;
  }
}

.title h1 {
  font-family: 'Noto Sans CJKjp';
  font-weight: 100;
}

.title span {
  position: absolute;
  bottom: -13px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 1.5rem;
  color: #4a86ce;
}

@media screen and (max-width: 768px) {
  .title span {
    font-size: 2rem;
    bottom: -23px;
  }
}

@media screen and (max-width: 599px) {
  .title span {
    font-size: 1rem;
    letter-spacing: 0.01rem;
    bottom: -24px;
  }
}

.title .img {
  width: 90px;
  margin: 0 auto 1rem;
}

@media screen and (max-width: 768px) {
  .title .img {
    width: 145px;
    padding-bottom: 1rem;
    display: block;
  }
}

@media screen and (max-width: 599px) {
  .title .img {
    width: 72px;
    padding: 0;
    margin: 0 auto;
    height: 3rem;
  }
}

.subtitle {
  font-size: 2rem;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.25em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .subtitle {
    font-size: 5vw;
  }
}

@media screen and (max-width: 599px) {
  .subtitle {
    font-size: 2rem;
  }
}

.button {
  display: block;
  background: #1f589c;
  color: white;
  font-family: 'GothamBook';
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  margin: 0 auto;
  height: 50px;
  position: relative;
  width: 100%;
  line-height: 50px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .button {
    height: auto;
    font-size: 28px;
    width: 70%;
    height: 90px;
    line-height: 90px;
  }
}

@media screen and (max-width: 599px) {
  .button {
    font-size: 1.4rem;
    width: 240px;
    height: 4.5rem;
    line-height: 60px;
    line-height: inherit;
  }
}

@media screen and (max-width: 320px) {
  .button {
    font-size: 18px;
    margin: 10px auto;
  }
}

.button::before {
  content: "";
  background-image: url(../img/button-arrow.png);
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@media screen and (max-width: 768px) {
  .button::before {
    width: 18px;
    top: -8px;
  }
}

.elem {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.isAnimate {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/**
* @fileName: l-index.scss
* トップページのレイアウト用
**/
.kv {
  position: relative;
}

.kv img {
  width: 100%;
}

.pagetop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 10;
  width: 60px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .pagetop {
    width: 80px;
    max-width: 13%;
    bottom: 20px;
    right: 5vw;
  }
}

@media screen and (max-width: 768px) {
  .pagetop img {
    width: 100%;
  }
}

.nav {
  margin: 2rem auto 7rem;
  max-width: 950px;
}

@media screen and (max-width: 768px) {
  .nav {
    margin: 0 auto 10rem;
  }
}

@media screen and (max-width: 599px) {
  .nav {
    margin: 0 auto 6rem;
  }
}

.nav ul {
  font-size: 0;
}

.nav ul li {
  text-align: center;
  display: inline-block;
  width: 20%;
  height: 140px;
  vertical-align: top;
  border-left: 1px solid #ccc;
  padding: 1.6rem 0;
  position: relative;
}

.nav ul li:last-child {
  border-right: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  .nav ul li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #ccc;
    border-left: none;
    height: 120px;
    padding: 3rem 1.2rem 1rem;
  }
}

@media screen and (max-width: 599px) {
  .nav ul li {
    height: 70px;
    padding: 1rem 1.2rem;
  }
}

.nav ul li::after {
  content: "";
  background-image: url(../img/arrow-pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 13px;
  height: 7px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .nav ul li::after {
    background-image: url(../img/arrow-sp.png);
    background-size: contain;
    width: 3.3rem;
    height: 1.7rem;
    right: 2rem;
    left: auto;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}

@media screen and (max-width: 599px) {
  .nav ul li::after {
    width: 1.5rem;
    height: 1rem;
  }
}

.nav ul li a {
  height: 120%;
  width: 100%;
  display: block;
  background-color: rgba(255,255,255,0);
}

@media screen and (max-width: 768px) {
  .nav ul li a {
    width: auto;
    height: auto;
  }
}

.nav ul li span {
  margin-bottom: 7px;
  font-size: 1rem;
  color: #4a86ce;
  display: block;
  font-family: 'GothamBook';
}

@media screen and (max-width: 768px) {
  .nav ul li span {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    /* line-height: 2.2; */
    line-height: 1.2;
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 599px) {
  .nav ul li span {
    font-size: 0.9rem;
    line-height: 2.2;
    letter-spacing: 0;
    margin-bottom: 0.3rem;
  }
}

.nav ul li .step {
  width: 6.6rem;
  margin: 0 auto;
  margin-bottom: -10px;
}

@media screen and (max-width: 768px) {
  .nav ul li .step {
    margin-bottom: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}

@media screen and (max-width: 599px) {
  .nav ul li .step {
    width: 4rem;
  }
}

.nav ul li p {
  font-size: 1.5rem;
  font-family: 'Noto Sans CJKjp';
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  width: 100%;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .nav ul li p {
    font-size: 2.8rem;
    position: inherit;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    line-height: 1;
  }
}

@media screen and (max-width: 599px) {
  .nav ul li p {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}

/* @media screen and (max-width: 320px) {
  .nav ul li p {
    letter-spacing: 0;
  }
} */

.nav ul li img {
  width: 1.5rem;
}

@media screen and (max-width: 768px) {
  .nav ul li:nth-child(1) {
    border-top: 1px solid #ccc;
  }
}

.nav ul li:nth-child(2) p {
  -webkit-transform: translate(-50%, -20%);
  transform: translate(-50%, -20%);
}

@media screen and (max-width: 768px) {
  .nav ul li:nth-child(2) p {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.nav ul li:nth-child(3) p {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

@media screen and (max-width: 768px) {
  .nav ul li:nth-child(3) p {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

#about .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 8rem auto;
  padding: 0 6.5rem;
  max-width: 950px;
}

@media screen and (max-width: 768px) {
  #about .content {
    display: block;
    padding: 0;
  }
}

@media screen and (max-width: 599px) {
  #about .content {
    margin: 6rem auto;
  }
}

#about .content .img {
  width: 52.43%;
  height: auto;
}

@media screen and (max-width: 840px) {
  #about .content .img {
    width: 55%;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  #about .content .img {
    width: 77.6%;
    height: auto;
    margin: 0 auto;
    text-align: center;
  }
}

#about .content .img img {
  vertical-align: bottom;
}

#about .content .text {
  width: 41%;
  position: relative;
}

@media screen and (max-width: 768px) {
  #about .content .text {
    width: 90%;
    margin: 4rem auto 2rem;
    font-size: 2.6vw;
  }
}

@media screen and (max-width: 599px) {
  #about .content .text {
    margin: 4rem auto 4rem;
  }
}

#about .content .text .conv {
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 768px) {
  #about .content .text .conv {
    position: static;
  }
}

#about .content .text ul {
  text-align: center;
  margin: 0 0 1rem;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  #about .content .text ul {
    margin: 5rem 0 3rem;
  }
}

@media screen and (max-width: 599px) {
  #about .content .text ul {
    margin: 3rem 0 1.2rem;
  }
}

#about .content .text ul li {
  font-size: 1.8rem;
  color: #1f589c;
  font-family: 'Noto Sans CJKjp';
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #about .content .text ul li {
    /* font-size: 3.8vw; */
    font-size: 3rem;
  }
}
@media screen and (max-width: 599px) {
  #about .content .text ul li {
    font-size: 1.5rem;
  }
  #about .content .text ul li.-spacing {
    letter-spacing: 2px;
  }
}

#about .content .text ul span {
  font-family: 'Noto Sans CJKjp';
  font-size: 1.3rem;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  #about .content .text ul span {
    /* font-size: 2.5vw; */
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 599px) {
  #about .content .text ul span {
    font-size: 1.1rem;
  }
}

#about .content .text ul li:nth-child(2) {
  font-size: 1.6rem;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  #about .content .text ul li:nth-child(2) {
    /* font-size: 2.2vw; */
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 599px) {
  #about .content .text ul li:nth-child(2) {
    font-size: 1.3rem;
  }
}

#about .content .text ul li:nth-child(2) span {
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0.01rem;
}
@media screen and (max-width: 768px) {
  #about .content .text ul li:nth-child(2) span {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 599px) {
  #about .content .text ul li:nth-child(2) span {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 768px) {
  #about .content .text ul li:nth-child(3) span {
    /* font-size: 2.1vw; */
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 599px) {
  #about .content .text ul li:nth-child(3) span {
    font-size: 1.1rem;
  }
}

#about .effect ul.effect-list01 {
  font-size: 0;
  padding: 0 2.5rem;
  max-width: 950px;
  margin: 12rem auto 0;
}

@media screen and (max-width: 768px) {
  #about .effect ul.effect-list01 {
    text-align: center;
    padding: 0 4.5rem;
  }
}

@media screen and (max-width: 599px) {
  #about .effect ul.effect-list01 {
    padding: 0 2.5rem;
    margin: 9rem auto 0;
  }
}

#about .effect ul.effect-list01 li {
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  #about .effect ul.effect-list01 li {
    vertical-align: middle;
  }
}

#about .effect ul.effect-list01 li:nth-child(1) {
  /* width: 13.36%; */
  width: 14%;
  vertical-align: text-top;
  margin-top: 1rem;
}

@media screen and (max-width: 768px) {
  #about .effect ul.effect-list01 li:nth-child(1) {
    width: 30vw;
    vertical-align: middle;
    margin: 0;
  }
}

@media screen and (max-width: 599px) {
  #about .effect ul.effect-list01 li:nth-child(1) {
    width: 35vw;
  }
}

#about .effect ul.effect-list01 li:nth-child(2) {
  /* max-width: 9.68%; */
  max-width: 10%;
  margin-left: 5.3%;
}

@media screen and (max-width: 768px) {
  #about .effect ul.effect-list01 li:nth-child(2) {
    max-width: 35vw;
  }
}

@media screen and (max-width: 599px) {
  #about .effect ul.effect-list01 li:nth-child(2) {
    max-width: 25vw;
  }
}

#about .effect ul.effect-list01 li:nth-child(3) {
  border-right: 1px solid #ccc;
  padding: 0 5.3% 0 0;
  margin-left: 5.3%;
  /* width: 38.21%; */
  width: 32.8%;
}

@media screen and (max-width: 768px) {
  #about .effect ul.effect-list01 li:nth-child(3) {
    display: block;
    width: 100%;
    margin: 0;
    border-top: 1px solid #ccc;
    border-right: none;
    padding: 3rem;
  }
}

#about .effect ul.effect-list01 li:nth-child(4) {
  margin-left: 5.3%;
  /* width: 33.78%; */
  width: 26.5%;
}

@media screen and (max-width: 768px) {
  #about .effect ul.effect-list01 li:nth-child(4) {
    display: block;
    width: 100%;
    margin: 0;
    border-top: 1px solid #ccc;
    padding: 3rem;
  }
}

#about .effect ul.effect-list01 li .catch {
  font-size: 1.8rem;
  color: #1f589c;
}

@media screen and (max-width: 768px) {
  #about .effect ul.effect-list01 li .catch {
    /* font-size: 4.6vw; */
    font-size: 3.4rem;
    font-weight: 700;
  }
}

@media screen and (max-width: 599px) {
  #about .effect ul.effect-list01 li .catch {
    /* font-size: 4.6vw; */
    font-size: 1.7rem;
  }
}

#about .effect .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 4rem auto 14rem;
  max-width: 950px;
}

@media screen and (max-width: 768px) {
  #about .effect .wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 1.5rem auto 0;
  }
}

#about .effect .wrap .img-left,
#about .effect .wrap .img-right {
  width: 320px;
}

@media screen and (max-width: 768px) {
  #about .effect .wrap .img-left,
  #about .effect .wrap .img-right {
    width: 50%;
  }
}

#about .effect .wrap .img-left img,
#about .effect .wrap .img-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#about .effect .wrap .img-left {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

#about .effect .wrap .img-right {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

@media screen and (max-width: 768px) {
  #about .effect .wrap .img-right {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

#about .effect .wrap .text {
  background: #f9f8f4;
  text-align: center;
  padding: 4.5rem;
  position: relative;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media screen and (max-width: 768px) {
  #about .effect .wrap .text {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
  }
}

@media screen and (max-width: 599px) {
  #about .effect .wrap .text {
    padding: 4rem 0 8.5rem;
  }
}

@media screen and (max-width: 768px) {
  #about .effect .wrap .text::before {
    /* content: ""; */
    display: block;
    padding-top: 60%;
    content: none;
  }
}
@media screen and (max-width: 599px) {
  #about .effect .wrap .text::before {
    content: none;
  }
}

#about .effect .wrap .text .circle {
  border: 1px solid #87beff;
  border-radius: 215px;
  width: 215px;
  height: 215px;
  position: relative;
}

@media screen and (max-width: 868px) {
  #about .effect .wrap .text .circle {
    border-radius: 200px;
    width: 200px;
    height: 200px;
  }
}

@media screen and (max-width: 768px) {
  #about .effect .wrap .text .circle {
    width: 44rem;
    height: 44rem;
    border-radius: 44rem;
    margin: 0 auto;
    /* width: 50vw;
    height: 50vw; */
    /* -webkit-transform: translateY(-103%);
    transform: translateY(-103%); */
  }
}
@media screen and (max-width: 599px) {
  #about .effect .wrap .text .circle {
    width: 22rem;
    height: 22rem;
    transform: none;
  }
}

#about .effect .wrap .text .circle p {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.7;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

@media screen and (max-width: 768px) {
  #about .effect .wrap .text .circle p {
    /* font-size: 4.6vw; */
    font-size: 3.6rem;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 599px) {
  #about .effect .wrap .text .circle p {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}

#about .effect .wrap .text ul.effect-list02 {
  text-align: left;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-25%, 20%);
  transform: translate(-25%, 20%);
  width: 100%;
}

@media screen and (max-width: 868px) {
  #about .effect .wrap .text ul.effect-list02 {
    top: 55%;
    left: 50%;
  }
}

@media screen and (max-width: 768px) {
  #about .effect .wrap .text ul.effect-list02 {
    /* top: 55vw; */
    -webkit-transform: none;
    transform: none;
    position: relative;
    top: auto;
    left: auto;
    width: 33rem;
    margin: 5rem auto 0 27%;
  }
}

@media screen and (max-width: 599px) {
  #about .effect .wrap .text ul.effect-list02 {
    /* -webkit-transform: translate(-35%, 20%);
    transform: translate(-35%, 20%); */
    -webkit-transform: none;
    transform: none;
    position: relative;
    top: auto;
    left: auto;
    margin: 2.5rem auto 0;
    width: 16.5rem;
    letter-spacing: 0.1rem;
  }
}

#about .effect .wrap .text ul.effect-list02 li {
  font-size: 1.4rem;
  font-weight: 700;
  display: list-item;
  margin: 0;
  width: 100%;
  padding-left: 30px;
  line-height: 3;
  position: relative;
}

@media screen and (max-width: 868px) {
  #about .effect .wrap .text ul.effect-list02 li {
    line-height: 2.5;
  }
}

@media screen and (max-width: 768px) {
  #about .effect .wrap .text ul.effect-list02 li {
    /* font-size: 3.6vw; */
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 2.5;
  }
}

@media screen and (max-width: 599px) {
  #about .effect .wrap .text ul.effect-list02 li {
    font-size: 1.4rem;
  }
}

#about .effect .wrap .text ul.effect-list02 li::before {
  content: "";
  background: url(../img/check.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0 9px;
}

@media screen and (max-width: 768px) {
  #about .effect .wrap .text ul.effect-list02 li::before {
    width: 30px;
    height: 30px;
    margin: auto 0 15px -20px;
  }
}

@media screen and (max-width: 599px) {
  #about .effect .wrap .text ul.effect-list02 li::before {
    width: 20px;
    height: 20px;
    margin: auto 0 3px;
  }
}

#howtowear .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 8rem auto 5rem;
  max-width: 780px;
}

@media screen and (max-width: 768px) {
  #howtowear .content {
    display: block;
    margin: 8rem auto 5rem;
  }
}

@media screen and (max-width: 599px) {
  #howtowear .content {
    display: block;
    margin: 4rem auto 7.3rem;
  }
}

#howtowear .content .movie {
  width: 450px;
  height: auto;
}

@media screen and (max-width: 768px) {
  #howtowear .content .movie {
    width: 90%;
    margin: 0 auto;
  }
}

#howtowear .content .movie video {
  width: 100%;
}

#howtowear .content ul.howto-list {
  width: 200px;
}

@media screen and (max-width: 768px) {
  #howtowear .content ul.howto-list {
    width: 90%;
    margin: 3rem auto 13rem;
    padding-left: 15%;
    padding-right: 5%;
  }
}

@media screen and (max-width: 599px) {
  #howtowear .content ul.howto-list {
    margin: 2rem auto 6rem;
  }
}

#howtowear .content ul.howto-list li {
  position: relative;
}

@media screen and (max-width: 768px) {
  #howtowear .content ul.howto-list li {
    /* font-size: 4vw; */
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 599px) {
  #howtowear .content ul.howto-list li {
    font-size: 1.3rem;
    line-height: 2;
    text-align: justify;
    letter-spacing: 0.05rem;
  }
}

#howtowear .content ul.howto-list li::before {
  content: "";
  display: inline-block;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 7px;
  left: -80px;
}

@media screen and (max-width: 768px) {
  #howtowear .content ul.howto-list li::before {
    width: 55px;
    height: 55px;
    left: -80px;
  }
}

@media screen and (max-width: 599px) {
  #howtowear .content ul.howto-list li::before {
    width: 30px;
    height: 30px;
    top: 7px;
    left: -50px;
  }
}

#howtowear .content ul.howto-list li:nth-child(1)::before {
  background: url(../img/icon/black-01.png) no-repeat;
  background-size: contain;
}

#howtowear .content ul.howto-list li:nth-child(1)::after {
  content: "";
  display: inline-block;
  height: 100px;
  width: 1px;
  background: #ccc;
  position: absolute;
  left: -65px;
  top: 50px;
}

@media screen and (max-width: 768px) {
  #howtowear .content ul.howto-list li:nth-child(1)::after {
    top: 80px;
    left: -52px;
  }
}

@media screen and (max-width: 599px) {
  #howtowear .content ul.howto-list li:nth-child(1)::after {
    left: -36px;
    top: 40px;
    height: 70px;
  }
}

#howtowear .content ul.howto-list li:nth-child(2)::before {
  background: url(../img/icon/black-02.png) no-repeat;
  background-size: contain;
}

#howtowear .content ul.howto-list li:nth-child(2)::after {
  content: "";
  display: inline-block;
  height: 100px;
  width: 1px;
  background: #ccc;
  position: absolute;
  left: -65px;
  top: 50px;
}

@media screen and (max-width: 768px) {
  #howtowear .content ul.howto-list li:nth-child(2)::after {
    top: 80px;
    left: -52px;
  }
}

@media screen and (max-width: 599px) {
  #howtowear .content ul.howto-list li:nth-child(2)::after {
    left: -36px;
    top: 40px;
    height: 70px;
  }
}

#howtowear .content ul.howto-list li:nth-child(3)::before {
  background: url(../img/icon/black-03.png) no-repeat;
  background-size: contain;
}

#howtowear .content ul.howto-list li + li {
  margin-top: 6rem;
}

@media screen and (max-width: 599px) {
  #howtowear .content ul.howto-list li + li {
    margin-top: 3rem;
  }
}

#howtowear .point {
  text-align: center;
  background-color: #ecf5ff;
  max-width: 950px;
  margin: 4rem auto 11rem;
  padding: 7rem 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#howtowear .point .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  /* max-width: 950px;
  margin: 4rem auto 11rem; */
  /* -webkit-box-sizing: border-box;
  box-sizing: border-box; */
}

@media screen and (max-width: 768px) {
  #howtowear .point .wrap {
    display: block;
    width: 90%;
    margin: auto;
  }
}

@media screen and (max-width: 599px) {
  #howtowear .point .wrap {
    width: 100%;
    margin: 5rem auto 5rem;
  }
}

#howtowear .point .wrap .item {
  width: 33%;
  height: auto;
  border-right: 1px solid #ccc;
  margin: 8rem 0 1rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  #howtowear .point .wrap .item {
    width: 100%;
    /* margin-top: 20rem; */
    margin: 34vw 0 0 0;
    padding: 1rem ;
    border-right: none;
  }
}

@media screen and (max-width: 599px) {
  #howtowear .point .wrap .item {
    /* margin-top: 34.6vw; */
    margin-top: 29.6vw;
    padding: 1rem 5%;
  }
}

#howtowear .point .wrap .item::before {
  content: "";
  display: inline-block;
  width: 90px;
  height: 90px;
  position: absolute;
  /* top: 20px; */
  top: -60px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #howtowear .point .wrap .item::before {
    width: 90vw;
    height: 30vw;
    /* top: -155px; */
    top: -27vw;
  }
}

@media screen and (max-width: 599px) {
  #howtowear .point .wrap .item::before {
    /* top: -27vw; */
  }
}

#howtowear .point .wrap .item:first-child {
  /* border-left: 1px solid #ccc; */
}

@media screen and (max-width: 768px) {
  #howtowear .point .wrap .item:first-child {
    border: none;
  }
}

#howtowear .point .wrap .item:last-child {
  border: none;
}

#howtowear .point .wrap .item:first-child::before {
  background: url(../img/icon/front.png) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  #howtowear .point .wrap .item:first-child::before {
    background: url(../img/icon/front-sp.png) no-repeat;
    background-size: contain;
  }
}

#howtowear .point .wrap .item:nth-child(2)::before {
  background: url(../img/icon/side.png) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  #howtowear .point .wrap .item:nth-child(2)::before {
    background: url(../img/icon/side-sp.png) no-repeat;
    background-size: contain;
  }
}

#howtowear .point .wrap .item:nth-child(3)::before {
  background: url(../img/icon/back.png) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  #howtowear .point .wrap .item:nth-child(3)::before {
    background: url(../img/icon/back-sp.png) no-repeat;
    background-size: contain;
  }
}

#howtowear .point .wrap .item .img {
  width: 100%;
  margin-bottom: 1rem;
  padding: 0 1rem;
}

@media screen and (max-width: 768px) {
  #howtowear .point .wrap .item .img {
    margin-bottom: 4rem;
    padding: 0;
  }
}

@media screen and (max-width: 599px) {
  #howtowear .point .wrap .item .img {
    margin-bottom: 2rem;
  }
}

#howtowear .point .wrap .item .text-box {
  width: 100%;
  padding: 0 1.5rem;
  display: flex;
  justify-content: space-between;
}

#howtowear .point .wrap .item .text-box p {
  width: 50%;
  padding: 0 4%;
  font-size: 1.3rem;
  text-align: left;
}

@media screen and (max-width: 768px) {
  #howtowear .point .wrap .item .text-box p {
    font-size: 3.5vw;
    /* margin-bottom: 8rem; */
    margin-bottom: 4rem;
  }
}

@media screen and (max-width: 599px) {
  #howtowear .point .wrap .item .text-box p {
    font-size: 1.3rem;
    margin-bottom: 2rem;
  }
}

#howtowear .point .wrap .item .text-box p br {
  line-height: 3;
}
#howtowear .point .wrap .item .text-box p span {
  font-family: 'Noto Sans CJKjp';
  margin-top: 0.8rem;
  font-size: inherit;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  #howtowear .point .wrap .item .text-box p span {
    margin-top: 1rem;
  }
}
#howtowear .point .wrap .item .text-box p span:last-child {
  border: 1px solid #000;
  font-size: 1.2rem;
  padding: 0 1rem;
}

@media screen and (max-width: 768px) {
  #howtowear .point .wrap .item .text-box p span:last-child {
    font-size: 2.2rem;
    padding: 1.65rem 2.95rem 1.35rem 2.6rem;
  }
}
@media screen and (max-width: 599px) {
  #howtowear .point .wrap .item .text-box p span:last-child {
    font-size: 1.1rem;
    padding: 0.8rem 1.45rem 0.75rem 1.3rem;
  }
}

#walk .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 8rem auto 10rem;
  max-width: 880px;
  padding: 0 2rem;
}

@media screen and (max-width: 768px) {
  #walk .wrap {
    padding: 0;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 680px) {
  #walk .wrap {
    padding: 0 1rem;
  }
}

@media screen and (max-width: 599px) {
  #walk .wrap {
    margin: 4rem auto 2rem;
    padding: 0 5%;
  }
}

#walk .wrap .item {
  width: 49.619%;
  padding: 0 1rem;
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  #walk .wrap .item {
    /* width: 50%; */
    padding: 0;
    width: 48.5%;
    margin-bottom: 5rem;
  }
}

@media screen and (max-width: 599px) {
  #walk .wrap .item {
    margin-bottom: 0;
    /* padding: 0;
    width: 48.5%; */
  }
}

@media screen and (max-width: 768px) {
  #walk .wrap .item .img {
    width: 100%;
  }
}

#walk .wrap .item .img img {
  height: 100%;
}

#walk .wrap .item .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transform: translateY(-25px);
  transform: translateY(-25px);
}

@media screen and (max-width: 768px) {
  #walk .wrap .item .text {
    display: block;
    /* transform: none; */
  }
}

#walk .wrap .item .text span {
  width: 70px;
}
#walk .wrap .item .start span {

}

@media screen and (max-width: 768px) {
  #walk .wrap .item .text span {
    width: 60px;
    display: block;
    margin: 5rem auto 2rem;
  }
}

@media screen and (max-width: 599px) {
  #walk .wrap .item .text span {
    width: 30px;
    margin: 4rem auto 1rem;
  }
}

#walk .wrap .item .text p {
  font-size: 1.6rem;
  padding-left: 2.3rem;
  padding-top: 3.3rem;
  letter-spacing: 0.1em;
  line-height: 1.625;
}

@media screen and (max-width: 768px) {
  #walk .wrap .item .text p {
    font-size: 3.5vw;
    font-weight: 100;
    letter-spacing: 0;
    padding: 0 0.5rem;
  }
}

@media screen and (max-width: 599px) {
  #walk .wrap .item .text p {
    font-size: 1.3rem;
    padding: 0 0.5rem;
  }
}

#walk .wrap .item .text p span {
  display: block;
  color: #fff;
  background: #000;
  font-size: 1.4rem;
  border-radius: 20px;
  width: 100px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #walk .wrap .item .text p span {
    width: 150px;
    padding: 0.2rem;
    font-size: 3vw;
    border-radius: 40px;
    margin: 1rem auto 1.4rem;
  }
  #walk .wrap .item .text.ouyou {
    text-align: center;
  }
}

@media screen and (max-width: 599px) {
  #walk .wrap .item .text p span {
    width: 70px;
    margin: 1.3rem auto 0.7rem;
    font-size: 1.1rem;
  }
}

#walk .point ,
#exercise .point ,
#walk .point {
  max-width: 770px;
  margin: 0 auto;
}

#walk .point .wrap ,
#exercise .point .wrap ,
#walk .point .wrap {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  #walk .point .wrap ,
  #exercise .point .wrap , 
  #walk .point .wrap {
    display: block;
    width: 90%;
  }
}

#walk .point .wrap .movie ,
#exercise .point .wrap .movie ,
#walk .point .wrap .movie {
  width: 58.44%;
}

@media screen and (max-width: 768px) {
  #walk .point .wrap .movie ,
  #exercise .point .wrap .movie ,
  #walk .point .wrap .movie {
    width: 100%;
  }
}

#walk .point .wrap .movie video ,
#exercise .point .wrap .movie video ,
#walk .point .wrap .movie video {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #walk .point .wrap .movie video ,
  #exercise .point .wrap .movie video ,
  #walk .point .wrap .movie video {
    vertical-align: bottom;
  }
}

#walk .point .wrap .text ,
#exercise .point .wrap .text ,
#exercise .point .wrap .text {
  background: #f7f7f7;
  position: relative;
  width: 41.55%;
  height: auto;
  max-height: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#walk .point .wrap .text {
  max-height: 427px;
}

@media screen and (max-width: 768px) {
  #walk .point .wrap .text ,
  #exercise .point .wrap .text ,
  #exercise .point .wrap .text {
    width: 100%;
    height: auto;
    padding: 6rem 0;
    max-height: none;
  }
}

@media screen and (max-width: 599px) {
  #walk .point .wrap .text , 
  #exercise .point .wrap .text ,
  #exercise .point .wrap .text {
    padding: 3rem 0;
  }
}

#walk .point .wrap .text .text-inner ,
#exercize .point .wrap .text .text-inner ,
#exercize .point .wrap .text .text-inner {
  display: block;
  text-align: center;
}

#walk .point .wrap .text .text-inner .subtitle ,
#exercise .point .wrap .text .text-inner .subtitle ,
#walk .point .wrap .text .text-inner .subtitle {
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  #walk .point .wrap .text .text-inner .subtitle ,
  #exercise .point .wrap .text .text-inner .subtitle ,
  #walk .point .wrap .text .text-inner .subtitle {
    margin-bottom: 2rem;
  }
}

#walk .point .wrap .text .text-inner ul ,
#exercise .point .wrap .text .text-inner ul ,
#walk .point .wrap .text .text-inner ul {
  text-align: left;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  #walk .point .wrap .text ul.walk-list ,
  #exercise .point .wrap .text ul.walk-list ,
  #walk .point .wrap .text ul.walk-list {
    margin: 0 auto;
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: none;
    transform: none;
  }
}
@media screen and (max-width: 599px) {
  #walk .point .wrap .text ul.walk-list ,
  #exercise .point .wrap .text ul.walk-list ,
  #walk .point .wrap .text ul.walk-list {
    width: 226px;
  }
}

#walk .point .wrap .text ul.walk-list li ,
#exercise .point .wrap .text ul.walk-list li ,
#walk .point .wrap .text ul.walk-list li {
  font-size: 1.4rem;
  font-weight: 700;
  display: list-item;
  margin: 0;
  margin-bottom: 2rem;
  width: 100%;
  padding-left: 30px;
  line-height: 2;
  position: relative;
}

@media screen and (max-width: 768px) {
  #walk .point .wrap .text ul.walk-list li ,
  #exercise .point .wrap .text ul.walk-list li ,
  #walk .point .wrap .text ul.walk-list li {
    font-size: 3.5vw;
    font-weight: 500;
  }
}

@media screen and (max-width: 599px) {
  #walk .point .wrap .text ul.walk-list li ,
  #exercise .point .wrap .text ul.walk-list li ,
  #walk .point .wrap .text ul.walk-list li {
    font-size: 1.4rem;
  }
}

#walk .point .wrap .text ul.walk-list li::before ,
#exercise .point .wrap .text ul.walk-list li::before ,
#walk .point .wrap .text ul.walk-list li::before {
  content: "";
  background: url(../img/check.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 8px;
  left: 0;
  margin: auto 0 9px;
}

@media screen and (max-width: 768px) {
  #walk .point .wrap .text ul.walk-list li::before ,
  #exercise .point .wrap .text ul.walk-list li::before ,
  #walk .point .wrap .text ul.walk-list li::before {
    width: 30px;
    height: 30px;
    /* margin: auto 0 15px -20px; */
    margin: 7px 0 15px -20px;
  }
}

@media screen and (max-width: 599px) {
  #walk .point .wrap .text ul.walk-list li::before ,
  #exercise .point .wrap .text ul.walk-list li::before ,
  #walk .point .wrap .text ul.walk-list li::before {
    width: 20px;
    height: 20px;
    margin: auto 0 3px;
  }
}

#walk .point .wrap .text ul.walk-list li + li {
  margin-top: 2.5rem;
}

@media screen and (max-width: 599px) {
  #walk .point .wrap .text ul.walk-list li + li {
    margin-top: 1.5rem;
  }
}

#exercise {
  margin-bottom: 13rem;
}

@media screen and (max-width: 599px) {
  #exercise {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
}

@media screen and (max-width: 599px) {
  #exercise h1 {
    letter-spacing: 0;
    font-size: 2.2rem;
  }
}

#exercise .wrap {
  text-align: center;
  margin: 8rem auto 4rem;
}

@media screen and (max-width: 768px) {
  #exercise .wrap {
    margin-top: 16rem;
  }
  #exercise .wrap.elem {
    margin-top: 9rem;
  }
}

  @media screen and (max-width: 599px) {
  #exercise .wrap {
    margin: 7.8rem auto 0;
    padding: 0 5%;
  }
  #exercise .wrap.elem {
    margin: 4rem auto 0;
  }
}

@media screen and (max-width: 768px) {
  #exercise .point .wrap {
    margin: 1rem auto 0;
  }
}
@media screen and (max-width: 599px) {
  #exercise .point .wrap {
    margin: 1rem auto 0;
  }
}

#exercise .point .wrap .cap {
  text-align: right;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  #exercise .point .wrap .cap {
    line-height: 2;
  }
}
@media screen and (max-width: 599px) {
  #exercise .point .wrap .cap {
    font-size: 1rem;
  }
}

#exercise .wrap h2 {
  font-size: 3.4rem;
  font-family: 'Noto Sans CJKjp';
  font-weight: 100;
  line-height: 1;
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  #exercise .wrap h2 {
    font-size: 4.6rem;
    margin-bottom: 4rem;
  }
  #exercise .wrap h2.exercise__title {
    margin-bottom: 9rem;
  }
}
@media screen and (max-width: 599px) {
  #exercise .wrap h2 {
    font-size: 2.3rem;
    margin-bottom: 2rem;
  }
  #exercise .wrap h2.exercise__title {
    margin-bottom: 4.5rem;
  }
}

#exercise .wrap p.sub {
  margin-bottom: 4rem;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  #exercise .wrap p.sub {
    margin-bottom: 2.5rem;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 599px) {
  #exercise .wrap p.sub {
    margin-bottom: 2.5rem;
    font-size: 1.3rem;
  }
}

#exercise .wrap .frame {
  border: 1px solid #000;
  padding: 0 1rem;
  font-size: 1.4rem;
  width: 120px;
  letter-spacing: 0.1em;
  font-family: 'Noto Sans CJKjp';
  font-weight: 700;
  margin: 3rem auto 4rem;
}

#exercise .wrap .img {
  max-width: 400px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #exercise .wrap .img {
    max-width: 768px;
    width: 85%;
  }
}

#exercise .wrap-chair {
  margin-top: 13rem;
}

@media screen and (max-width: 599px) {
  #exercise .wrap-chair {
    /* margin-top: 6rem; */
    margin-top: 8rem;
  }
}

#exercise .wrap-chair h2 {
  margin-bottom: 8rem;
}
@media screen and (max-width: 599px) {
  #exercise .wrap-chair h2{
    margin-bottom: 4.5rem;
  }
}

@media screen and (max-width: 768px) {
  #exercise .wrap-chair p {
    width: 85%;
    text-align: left;
    line-height: 2;
  }
}

#exercise .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  max-width: 880px;
  padding: 0 2rem;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  #exercise .img-wrap {
    width: 90%;
    padding: 0;
  }
}
@media screen and (max-width: 599px) {
  #exercise .img-wrap {
    width: 100%;
    padding: 0;
  }
}

#exercise .img-wrap .item {
  width: 49.619%;
  padding: 0 1rem;
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  #exercise .img-wrap .item {
    width: 48.5%;
    padding: 0;
  }
}

#exercise .img-wrap .item .img img {
  vertical-align: bottom;
}

@media screen and (max-width: 768px) {
  #exercise .img-wrap .item .img {
    width: 100%;
  }
}

#exercise .img-wrap .item .text {
  display: flex;
  flex-wrap: nowrap;
  -webkit-transform: translateY(-25px);
  transform: translateY(-25px);
  /* height: 148px; */
  height: 117px;
}

@media screen and (max-width: 819px) {
  #exercise .img-wrap .item .text {
    height: 143px;
  }
}
@media screen and (max-width: 768px) {
  #exercise .img-wrap .item .text {
    display: block;
    /* transform: none; */
    height: auto;
  }
}

#exercise .img-wrap .item .text .number-box {
  width: 80px;
  padding: 4rem 2.3rem 3rem 0.5rem;
  border-right: 1px solid #87beff;
}


@media screen and (max-width: 768px) {
  #exercise .img-wrap .item .text .number-box {
    width: 60px;
    padding: 0;
    line-height: 0;
    /* padding-top: 1rem; */
    padding: 4rem 1rem 0 0;
    margin: 0 0 1.3rem;
    /* border-right: none; */
  }
}

@media screen and (max-width: 599px) {
  #exercise .img-wrap .item .text .number-box {
    width: 30px;
    /* padding: 1rem 0 0.5rem;
    line-height: 1; */
    padding: 2.5rem 0.5rem 0 0;
    margin: 1rem 0 0.5rem;
  }
}

#exercise .img-wrap .item .text .number-box img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #exercise .img-wrap .item .text span {
    width: 60px;
    display: block;
    margin: 5rem auto 2rem;
  }
}

@media screen and (max-width: 599px) {
  #exercise .img-wrap .item .text span {
    width: 30px;
    margin: 2rem auto 1rem;
  }
}

#exercise .img-wrap .item .text p {
  font-size: 1.6rem;
  /* padding-left: 1rem; */
  padding-left: 2.3rem;
  padding-top: 4rem;
  letter-spacing: 0.1em;
  text-align: left;
  margin: 0;
  line-height: 1.7;
  flex: 1;
}

@media screen and (max-width: 768px) {
  #exercise .img-wrap .item .text p {
    /* font-size: 3.5vw; */
    width: 100%;
    font-size: 2.6rem;
    margin: 0;
    padding: 0;
    letter-spacing: 0.01rem;
  }
}

@media screen and (max-width: 599px) {
  #exercise .img-wrap .item .text p {
    font-size: 1.3rem;
    width: 95%;
    margin: 0 auto;
    padding: 0;
  }
}

#exercise .wall-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 860px;
  padding: 0 1rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #exercise .wall-wrap {
    width: 90%;
    padding: 0;
  }
}
@media screen and (max-width: 599px) {
  #exercise .wall-wrap {
    width: 100%;
    padding: 0;
  }
}

#exercise .wall-wrap .item {
  margin-bottom: 4rem;
  width: 33%;
  padding: 0 1rem;
}

@media screen and (max-width: 768px) {
  #exercise .wall-wrap .item {
    width: 48%;
    /* height: 45vh; */
    height: auto;
    padding: 0;
    /* margin-bottom: 30rem; */
    margin-bottom: 8rem;
  }
}

@media screen and (max-width: 599px) {
  #exercise .wall-wrap .item {
    margin-bottom: 4rem;
    height: auto;
    padding: 0;
  }
}

#exercise .wall-wrap .item .img {
  width: 100%;
  margin: 0;
}

@media screen and (max-width: 768px) {
  #exercise .wall-wrap .item .img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 599px) {
  #exercise .wall-wrap .item .img {
    /* height: auto; */
  }
}

#exercise .wall-wrap .item .text {
  display: flex;
  flex-wrap: nowrap;
  -webkit-transform: translateY(-25px);
  transform: translateY(-25px);
  height: 170px;
}

@media screen and (max-width: 772px) {
  #exercise .wall-wrap .item .text {
    height: 196px;
  }
}

@media screen and (max-width: 768px) {
  #exercise .wall-wrap .item .text {
    display: block;
    /* -webkit-transform: none;
    transform: none; */
    height: auto;
  }
}

#exercise .wall-wrap .item .icon,
#walk .wrap .item .text .icon {
  /* width: 40px;
  margin: 1rem auto; */
  width: 60px;
  padding: 4rem 1rem 3rem 0.5rem;
  border-right: 1px solid #87beff;
}

#walk .wrap .item .text .icon {
  padding-bottom: 0.3rem;
}

@media screen and (max-width: 815px) {
  #walk .wrap .item .text .icon {
    padding-bottom: 3rem;
  }
}

@media screen and (max-width: 768px) {
  #exercise .wall-wrap .item .icon,
  #walk .wrap .item .text .icon {
    width: 60px;
    /* margin: 2rem auto 0; */
    /* border-right: none; */
    line-height: 0;
    padding: 4rem 1rem 0.2rem 0;
    margin: 0 0 1.3rem;
  }
}

@media screen and (max-width: 599px) {
  #exercise .wall-wrap .item .icon,
  #walk .wrap .item .text .icon {
    width: 30px;
    /* margin: 0 auto;
    line-height: 1;
    padding: 1rem 0 0.5rem; */
    padding: 2.5rem 0.5rem 0.1rem 0;
    margin: 1rem 0 0.5rem;
  }
}

#exercise .wall-wrap .item p {
  /* font-size: 1.6rem;
  letter-spacing: 0;
  margin: 0; */
  font-size: 1.6rem;
  /* padding-left: 1rem; */
  padding-left: 1rem;
  padding-top: 4rem;
  letter-spacing: 0.1em;
  text-align: left;
  margin: 0;
  line-height: 1.7;
  flex: 1;
}

@media screen and (max-width: 768px) {
  #exercise .wall-wrap .item p {
    font-size: 2.6rem;
    text-align: left;
    font-weight: 100;
    width: 95%;
    margin: auto;
    padding: 0;
  }
}

@media screen and (max-width: 599px) {
  #exercise .wall-wrap .item p {
    font-size: 1.3rem;
    line-height: 2;
    width: 95%;
    margin: auto;
  }
}

#exercise .wall-wrap .item p span {
  font-family: 'Noto Sans CJKjp';
  font-size: 1.4rem;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  #exercise .wall-wrap .item p span {
    font-size: 3vw;
  }
}
@media screen and (max-width: 599px) {
  #exercise .wall-wrap .item p span {
    font-size: 1.1rem;
  }
}

#technology {
  padding: 10rem 0 5rem;
  background: #f3f3f3;
}

@media screen and (max-width: 599px) {
  #technology {
    padding: 4rem 0 2rem;
  }
}

#technology .title-technology {
  max-width: 454px;
  width: 70vw;
  margin: 0 auto;
}

@media screen and (max-width: 599px) {
  #technology .title-technology {
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  #technology .title-technology {
    max-width: 570px;
  }
}

#technology p {
  text-align: center;
  margin: 1rem auto;
  font-weight: 100;
}

@media screen and (max-width: 768px) {
  #technology p {
    line-height: 2;
  }
}

#technology .tecknology-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: inherit;
  -ms-flex-align: inherit;
  align-items: inherit;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 952px;
  width: 90%;
  margin: 5rem auto 10rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #technology .tecknology-wrap {
    width: 90%;
    margin: 5rem auto;
  }
}

#technology .tecknology-wrap .item {
  background: #fff;
  width: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 350px;
  margin-bottom: 3rem;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  position: relative;
}

@media screen and (max-width: 768px) {
  #technology .tecknology-wrap .item {
    width: 48%;
    height: auto;
  }
}

#technology .tecknology-wrap .item .coming {
  background-color: #fff;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  top: 0;
}

#technology .tecknology-wrap .item .coming__img {
  position: absolute;
  width: 55%;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#technology .tecknology-wrap .item .coming__img svg {
  width: 100%;
}

#technology .tecknology-wrap .item ul {
  text-align: center;
}

#technology .tecknology-wrap .item ul .text {
  font-size: 1.3rem;
  line-height: 1.7;
  margin-top: 1rem;
}

@media screen and (max-width: 768px) {
  #technology .tecknology-wrap .item ul .text {
    font-size: 2.6vw;
  }
}

@media screen and (max-width: 599px) {
  #technology .tecknology-wrap .item ul .text {
    font-size: 1.3rem;
  }
}

#technology .tecknology-wrap .item ul .text span {
  font-size: 1.3rem;
  display: block;
  font-weight: 700;
}

#technology .tecknology-wrap .item ul .logo {
  width: 100px;
  margin: 2rem auto 4rem;
}

#technology .tecknology-wrap .item:nth-child(3) ul .logo {
  width: 170px;
  margin: 1rem auto 4rem;
}

#technology .tecknology-wrap .item:nth-child(4) ul .logo {
  width: 170px;
  margin: 3rem auto 2rem;
}

@media screen and (max-width: 599px) {
  #technology .tecknology-wrap .item ul .logo {
    margin: 1vw auto 2vw;
    width: 20vw;
  }
  #technology .tecknology-wrap .item:nth-child(3) ul .logo,
  #technology .tecknology-wrap .item:nth-child(4) ul .logo {
    margin: 0.5vw auto 2vw;
    width: 40vw;
  }
  #technology .tecknology-wrap .item ul .logo.compression {
    width: 40vw;
  }
}

#technology .tecknology-wrap .item p {
  font-weight: 600;
  letter-spacing: 0.15em;
}

#shoplist .button-area {
  margin: 8rem auto 12rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #shoplist .button-area {
    width: 100%;
  }
}

@media screen and (max-width: 599px) {
  #shoplist .button-area {
    margin: 4.1rem auto 8rem;
  }
}

#shoplist .button-area a {
  width: 500px;
  height: 80px;
  padding: 30px 0;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
  background: #000;
}

@media screen and (max-width: 768px) {
  #shoplist .button-area a {
    /* max-width: 500px; */
    /* width: 90%; */
    padding: 2.8rem 0;
    height: auto;
    max-width: 480px;
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 599px) {
  #shoplist .button-area a {
    /* width: 70%; */
    max-width: 240px;
    line-height: 1;
    padding: 1.7rem 0;
    font-size: 1.1rem;
  }
}

#shoplist .link__button {
  background: #ecf5ff;
  text-align: center;
  margin: 30px auto;
  display: block;
  padding: 70px 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  #shoplist .link__button {
    padding: 60px 0 70px;
  }
}

@media screen and (max-width: 599px) {
  #shoplist .link__button {
    padding: 25px 0 35px;
    margin: 3px auto;
  }
}

#shoplist .link__button span {
  font-family: 'GothamBook';
  padding-bottom: 5px;
  display: inline-block;
  font-size: 18px;
  color: #1f589c;
}

@media screen and (max-width: 768px) {
  #shoplist .link__button span {
    font-size: 22px;
    line-height: 1;
  }
}

@media screen and (max-width: 599px) {
  #shoplist .link__button span {
    font-size: 1.1rem;
    padding: 0;
  }
}

#shoplist .link__button p {
  position: relative;
  z-index: 1;
  font-size: 18px;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  #shoplist .link__button p {
    font-size: 30px;
    -webkit-transform: translate(10px, 0);
    transform: translate(10px, 0);
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 599px) {
  #shoplist .link__button p {
    font-size: 1.5rem;
    margin-top: -1rem;
  }
}

#shoplist .link__button p::after {
  content: "";
  background-image: url(../img/arrow-sp.png);
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 8px;
  height: 8px;
  padding-left: 40px;
  vertical-align: 15px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@media screen and (max-width: 768px) {
  #shoplist .link__button p::after {
    width: 15px;
    height: 13px;
    vertical-align: 13px;
  }
}

@media screen and (max-width: 599px) {
  #shoplist .link__button p::after {
    width: 7px;
    height: 7px;
    vertical-align: 15px;
  }
}

#shoplist .link__button p span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(10%, #fff));
  background: linear-gradient(transparent 50%, #fff 10%);
  padding-bottom: 0em;
}

@media screen and (max-width: 768px) {
  #shoplist .link__button p span {
    font-size: 26px;
  }
}

@media screen and (max-width: 599px) {
  #shoplist .link__button p span {
    font-size: 20px;
  }
}

@media screen and (max-width: 320px) {
  #shoplist .link__button p span {
    font-size: 16px;
  }
}

#shoplist .lb02 p::before {
  width: 27%;
}

p.alternating {
  font-size: 1.4rem !important;
  padding: 9px 15px 10px 17px !important;
  border: 1px solid #000;
  width: 13.2rem;
  line-height: 1 !important;
  margin: 1rem 0 0 1rem !important;
  text-align: center !important;
}

@media screen and (max-width: 768px) {
  p.alternating {
    font-size: 2.4rem !important;
    padding: 12px 13px 16px 18px !important;
    width: 19.2rem !important;
    margin: 1rem auto 0 2.5% !important;
  }
}

@media screen and (max-width: 599px) {
  p.alternating {
    font-size: 1.2rem !important;
    padding: 6px 7.5px 8px 9px !important;
    /* padding: 3px 3.75px 4px 4.5px !important; */
    width: 10.2rem !important;
    margin: 0.5rem auto 0 2.5% !important;
  }
}

.alternating {
  width: 12rem;
  margin: 0.5rem 0 0 1rem;
}

@media screen and (max-width: 768px) {
  .alternating {
    width: 18rem;
    margin-top: 1rem;
  }
}

@media screen and (max-width: 599px) {
  .alternating {
    width: 9rem;
    margin: -0.5rem 0 0 2.5%;
  }
}