@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@200;300;400;500&display=swap");
* {
  box-sizing: border-box;
}

/* webkit specific styles */
input[type="color"]::-webkit-color-swatch {
  border: none;
}

input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0;
}

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

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input,
select {
  vertical-align: middle;
}

input:focus {
  outline: none;
}

ul,
ol {
  list-style-type: none;
}

/* my custom style */
body, a {
  color: #333;
}

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

main {
  display: block;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1.6rem;
  font-weight: 700;
}

a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: .2s;
}
a:hover {
  opacity: 0.7;
  transition: .2s;
}

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

address {
  font-style: normal;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

* + p {
  margin-top: 1rem;
}

.font-Jost, .font-Jost--el, .font-Jost--l, .font-Jost--m {
  font-family: 'Jost', sans-serif;
  font-weight: 400 !important;
}
.font-Jost--el {
  font-weight: 200 !important;
}
.font-Jost--l {
  font-weight: 300 !important;
}
.font-Jost--m {
  font-weight: 500 !important;
}

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}

html.is-load {
  opacity: 1;
  transition: opacity 0.5s;
}

body {
  position: relative;
  padding-top: 80px;
}

body,
input,
button,
textarea,
select {
  color: #333;
  font-size: 1.4rem;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
  letter-spacing: .05rem;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 480px) {
  body {
    padding-top: 65px;
  }

  .pc-only {
    display: none;
  }

  .sp-only {
    display: inline-block;
  }
}
/*ふわっと表示*/
.animate {
  opacity: 0;
  transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
}
.animate .delay {
  opacity: 0;
  transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
}

.animate.show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.animate.show .delay {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

/*以下、遅延の設定*/
.animate.show .delay-1 {
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}

.animate.show .delay-2 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.animate.show .delay-3 {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.animate.show .delay-4 {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

.animate.show .delay-5 {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}

.animate.show .delay-6 {
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}

.animate.show .delay-7 {
  -webkit-transition-delay: 3.5s;
  transition-delay: 3.5s;
}

.animate.show .delay-8 {
  -webkit-transition-delay: 4s;
  transition-delay: 4s;
}

.animate.show .delay-9 {
  -webkit-transition-delay: 4.5s;
  transition-delay: 4.5s;
}

.animate.show .delay-10 {
  -webkit-transition-delay: 5s;
  transition-delay: 5s;
}

/*! header */
.l-header {
  position: absolute;
  width: 100%;
  height: 80px;
  background-color: #fff;
  z-index: 99999;
  top: 0;
  left: 0;
}
.l-header__logo {
  display: none;
}
.l-header.l-header--fixed {
  box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.1);
}
.l-header__menu {
  display: none;
}
.l-header__main-content {
  padding-top: 16px;
  padding-bottom: 16px;
  height: 100%;
}
.l-header-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.l-header-main__logo {
  width: 170px;
}
.l-header-main-nav__list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-header-main-nav__item {
  margin-right: 12px;
}
.l-header-main-nav__item:nth-of-type(5) {
  margin-right: 0;
}
.l-header-main-nav__item:last-of-type {
  display: none;
}
.l-header-main-nav__item a {
  display: block;
  color: #888;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 4px 22px 4px 10px;
  background-image: url("../img/common/icon_link01-gray01.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-position: right 8px center;
}
.l-header-main-nav__item a.is-active {
  position: relative;
}
.l-header-main-nav__item a.is-active::before {
  content: "";
  display: block;
  width: calc(100% - 16px);
  height: 1px;
  background-color: #888;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.l-header-main-nav__item span {
  display: none;
}

@media screen and (max-width: 960px) {
  .l-header {
    height: 65px;
  }
  .l-header__logo {
    display: block;
    position: relative;
    top: 15px;
    left: 15px;
    width: 170px;
  }
  .l-header__menu {
    display: block;
    position: fixed;
    font-family: 'Jost', sans-serif;
    font-weight: 500 !important;
    font-size: 1rem;
    letter-spacing: -0.1em;
    text-align: center;
    color: #666;
    top: 20px;
    right: 20px;
    cursor: pointer;
    width: 24px;
    padding-top: 18px;
    text-align: center;
    z-index: 10;
    transition: 0.5s;
  }
  .l-header__menu span {
    display: block;
    width: 100%;
    transition: all .4s;
    position: absolute;
    top: 0;
    height: 2px;
    background-color: #666;
    transition: 0.5s;
  }
  .l-header__menu span:nth-of-type(2) {
    top: 7px;
  }
  .l-header__menu span:nth-of-type(3) {
    top: 14px;
  }
  .l-header__menu--close {
    color: #fff !important;
    position: relative;
    top: 5px;
    right: 0;
  }
  .l-header__menu--close span {
    background-color: #fff !important;
  }
  .l-header__menu--close span:nth-of-type(1) {
    top: 16px;
    transform: translateY(-8px) rotate(-45deg);
    width: 100%;
  }
  .l-header__menu--close span:nth-of-type(2) {
    top: 28px;
    transform: translateY(-20px) rotate(45deg);
    width: 100%;
  }
  .l-header__main-content {
    position: fixed;
    width: 320px;
    height: auto;
    min-height: 100vh;
    padding: 12px 18px 18px !important;
    background-color: #529de9;
    transition: .5s;
    z-index: 99999;
    top: 0;
    right: -100%;
  }
  .l-header__main-content.is-open {
    right: 0;
  }
  .l-header__main-content.is-open .l-header-main {
    justify-content: space-between !important;
    flex-wrap: wrap;
  }
  .l-header__main-content.is-open .l-header-main__logo {
    width: 170px;
    display: block !important;
  }
  .l-header__main-content.is-open .l-header-main__nav {
    display: block;
    width: 100%;
  }
  .l-header__main-content.is-open .l-header-main-nav__list {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 40px;
  }
  .l-header__main-content.is-open .l-header-main-nav__item {
    width: 100%;
    margin-right: 0;
    padding-top: 15px;
    border-top: 1px solid #86baf0;
  }
  .l-header__main-content.is-open .l-header-main-nav__item a {
    color: #fff;
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 1.4;
    padding: 2px 25px 15px 12px;
    background-image: url("../img/common/icon_link01.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 6px 10px;
    background-position: right 8px top 10px !important;
  }
  .l-header__main-content.is-open .l-header-main-nav__item a.is-active {
    position: relative;
  }
  .l-header__main-content.is-open .l-header-main-nav__item a.is-active::before {
    content: "";
    display: block;
    width: calc(100% - 16px);
    height: 1px;
    background-color: #888;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .l-header__main-content.is-open .l-header-main-nav__item span {
    display: block;
    font-size: 1.4rem;
    color: #85cef2;
    font-family: 'Jost', sans-serif;
    font-weight: 300 !important;
    letter-spacing: 0.08em;
    margin-left: 12px;
  }
  .l-header__main-content.is-open .l-header-main-nav__item:nth-of-type(4) {
    border-bottom: 1px solid #86baf0;
  }
  .l-header__main-content.is-open .l-header-main-nav__item:nth-of-type(5) {
    margin-top: 30px;
    border-top: none;
  }
  .l-header__main-content.is-open .l-header-main-nav__item:last-of-type {
    display: block;
    border-top: none;
    padding-top: 8px;
  }
  .l-header__main-content.is-open .l-header-main-nav__item:nth-of-type(5) a, .l-header__main-content.is-open .l-header-main-nav__item:nth-of-type(6) a {
    font-size: 1.6rem;
    background-color: #86baf0;
    padding: 8px 25px 8px 12px;
    background-position: right 8px top 14px !important;
    border-radius: 3px;
  }
  .l-header-main__nav {
    display: none;
  }
}
/*! main */
.l-main {
  margin: 0 0 75px;
}
.l-main--home {
  margin-top: 0;
  padding: 0;
}
.l-main--bg {
  background-color: #f5f5f5;
  margin: 0 0 75px;
  padding: 75px 0;
}

@media screen and (max-width: 960px) {
  .l-main {
    margin: 0 0 50px;
  }
  .l-main--bg {
    background-color: #f5f5f5;
    margin: 0 0 50px;
    padding: 30px;
  }
}
/*! footer */
.l-footer {
  background-color: #f5f5f5;
  color: #888;
  padding: 40px 0 30px;
}
.l-footer__logo {
  width: 226px;
}
.l-footer__content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.l-footer__content a {
  display: inline-block;
  width: auto;
  font-size: 1.3rem;
  color: #888;
  padding: 0 22px 0 0;
  background-image: url("../img/common/icon_link01-gray01.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-position: right 8px center;
}
.l-footer__comp {
  margin-top: 20px;
}
.l-footer__comp span {
  font-size: 1.2rem;
}
.l-footer__copyright {
  color: #bebebe;
  font-size: 1.1rem;
  margin-top: 30px;
}

@media screen and (max-width: 960px) {
  .l-footer {
    padding: 30px 20px 30px;
  }
  .l-footer__logo {
    width: 200px;
  }
  .l-footer__content {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }
  .l-footer__content a {
    margin-top: 20px;
  }
  .l-footer__comp {
    margin-top: 15px;
  }
  .l-footer__comp span {
    display: inline-block;
    margin-top: 5px;
  }
  .l-footer__copyright {
    font-size: 1rem;
    margin-top: 20px;
  }
}
/*! inner and outer */
.l-inner, .l-inner--tb {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.l-inner--gray {
  position: relative;
  padding-bottom: 60px;
}
.l-inner--gray::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 4rem);
  background-color: #f5f5f5;
  top: 4rem;
  z-index: -1;
}
.l-inner--tb {
  max-width: 960px;
}

.l-outer {
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 960px) {
  .l-inner, .l-inner--tb {
    width: 100%;
  }
  .l-inner--gray {
    padding: 0 30px 30px;
  }
  .l-inner--gray::after {
    height: calc(100% - 2rem);
    top: 2rem;
    left: 0;
  }

  .l-outer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/*! flex */
.l-flex, .l-flex-justify__beetween, .l-flex-justify__center, .l-flex-justify__end, .l-flex-align__center, .l-flex-align__start, .l-flex-align__end, .l-flex-wrap, .l-flex-direction__col, .l-flex-direction__col-r, .l-flex-direction__row, .l-flex-direction__row-r {
  display: flex;
}
@media screen and (max-width: 960px) {
  .l-flex.__tb, .__tb.l-flex-justify__beetween, .__tb.l-flex-justify__center, .__tb.l-flex-justify__end, .__tb.l-flex-align__center, .__tb.l-flex-align__start, .__tb.l-flex-align__end, .__tb.l-flex-wrap, .__tb.l-flex-direction__col, .__tb.l-flex-direction__col-r, .__tb.l-flex-direction__row, .__tb.l-flex-direction__row-r {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .l-flex.__sp, .__sp.l-flex-justify__beetween, .__sp.l-flex-justify__center, .__sp.l-flex-justify__end, .__sp.l-flex-align__center, .__sp.l-flex-align__start, .__sp.l-flex-align__end, .__sp.l-flex-wrap, .__sp.l-flex-direction__col, .__sp.l-flex-direction__col-r, .__sp.l-flex-direction__row, .__sp.l-flex-direction__row-r {
    flex-direction: column;
  }
}
.l-flex-justify__beetween {
  justify-content: space-between;
}
.l-flex-justify__center {
  justify-content: center;
}
.l-flex-justify__end {
  justify-content: flex-end;
}
.l-flex-align__center {
  align-items: center;
}
.l-flex-align__start {
  align-items: flex-start;
}
.l-flex-align__end {
  align-items: flex-end;
}
.l-flex-wrap {
  flex-wrap: wrap;
}
.l-flex-direction__col {
  flex-direction: column;
}
.l-flex-direction__col-r {
  flex-direction: column-reverse;
}
.l-flex-direction__row {
  flex-direction: row;
}
.l-flex-direction__row-r {
  flex-direction: row-reverse;
}

/*! btn */
.c-btn, .c-btn--small, .c-btn--normal {
  display: block;
  text-align: center;
  border-radius: 3px;
  width: 230px;
  line-height: 60px;
  background-image: url("../img/common/icon_link01.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-position: right 10px center;
  background-color: #85cef2;
  color: #fff;
  font-family: 'Jost', sans-serif;
  font-weight: 500 !important;
  height: auto;
}
.c-btn--dark {
  background-color: #529de9;
}
.c-btn.__accent, .__accent.c-btn--small, .__accent.c-btn--normal {
  color: #fff;
  background-color: #8c7b33;
}
.c-btn.__ghost, .__ghost.c-btn--small, .__ghost.c-btn--normal {
  color: #8c7b33;
  background-color: transparent;
}
.c-btn--small {
  font-size: 1.4rem;
  min-width: auto;
  width: 160px;
  padding: 0 15px;
  line-height: 40px;
}
.c-btn--normal {
  text-align: left;
  max-width: 240px;
  padding: 20px 24px;
  position: relative;
}
.c-btn--normal::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border: 2px #fff;
  border-style: solid solid none none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 16px;
}

@media screen and (max-width: 960px) {
  .c-btn, .c-btn--small, .c-btn--normal {
    display: block;
    text-align: center;
    border-radius: 3px;
    width: 230px;
    line-height: 60px;
    background-image: url("../img/common/icon_link01.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-position: right 10px center;
    background-color: #85cef2;
    color: #fff;
    font-family: 'Jost', sans-serif;
    font-weight: 500 !important;
    height: auto;
  }
  .c-btn--dark {
    background-color: #529de9;
  }
  .c-btn--small {
    font-size: 1.2rem;
    width: 155px;
    padding: 0 15px;
    line-height: 32px;
  }
}
/*! hero */
.c-hero {
  position: relative;
  width: 100%;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.c-hero__title {
  font-size: 2rem;
  text-align: center;
  font-weight: normal;
}
.c-hero__title span {
  display: inline-block;
  margin-bottom: -0.2em;
  color: #bebebe;
  font-size: 7.2rem;
  font-family: 'Jost', sans-serif;
  font-weight: 200 !important;
  letter-spacing: 0.08em;
}
.c-hero--sub {
  flex-direction: column;
}
.c-hero--sub .c-hero__title {
  font-size: 3.6rem;
  color: #333;
}
.c-hero--sub .c-hero__description {
  width: 720px;
  margin: 35px 0 0;
  font-size: 1.6rem;
}

@media screen and (max-width: 960px) {
  .c-hero {
    width: 100%;
    height: auto;
    padding: 30px 20px;
  }
  .c-hero__title {
    font-size: 1.4rem;
  }
  .c-hero__title span {
    font-size: 3rem;
  }
  .c-hero--sub {
    flex-direction: column;
  }
  .c-hero--sub .c-hero__title {
    font-size: 2.4rem;
  }
  .c-hero--sub .c-hero__description {
    width: 100%;
    margin: 30px 0 0;
    font-size: 1.4rem;
  }
}
/*! description */
.c-description {
  text-align: center;
  margin: 75px 0 0;
}
.c-description__title {
  font-size: 3.6rem;
  line-height: 1.4;
  font-weight: normal;
}
.c-description p {
  margin-top: 50px;
  font-size: 2rem;
  line-height: 2;
}

@media screen and (max-width: 960px) {
  .c-description {
    text-align: center;
    margin: 50px 20px 0;
  }
  .c-description__title {
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .c-description p {
    margin-top: 20px;
    font-size: 1.4rem;
    line-height: 2;
  }
  .c-description p:first-of-type {
    margin-top: 30px;
  }
}
/*! heading */
.c-heading {
  margin-top: -2.4rem;
  text-align: center;
}
.c-heading__en {
  font-size: 4.8rem;
  color: #bebebe;
  font-family: 'Jost', sans-serif;
  font-weight: 300 !important;
  letter-spacing: 0.08em;
}
.c-heading__title {
  margin-top: 1em;
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: normal;
}
.c-heading__title span {
  font-size: 4rem;
}
.c-heading__title span.u-ml12 {
  font-size: 2.4rem;
  margin-left: 0;
}

@media screen and (max-width: 960px) {
  .c-heading {
    margin-top: -1.2rem;
  }
  .c-heading__en {
    font-size: 2.4rem;
  }
  .c-heading__title {
    font-size: 1.8rem;
  }
  .c-heading__title span {
    font-size: 3.6rem;
  }
  .c-heading__title span.u-ml12 {
    font-size: 1.8rem;
  }
}
/*! text-description */
.c-text-description, .c-text-description--small {
  font-size: 1.4rem;
  line-height: 2.4;
}
.c-text-description p, .c-text-description--small p {
  margin-top: 16px;
}
.c-text-description p:first-of-type, .c-text-description--small p:first-of-type {
  margin-top: 0;
}
.c-text-description--small {
  font-size: 1.3rem;
  line-height: 1.8;
}
.c-text-description--small p {
  margin-top: 12px;
}

/*! panel */
.c-panel {
  width: 760px;
  padding: 30px 30px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 5px;
}
.c-panel--small {
  width: 700px;
}
.c-panel + .c-panel {
  margin-top: 40px;
}
.c-panel--point {
  width: 960px;
  display: flex;
  justify-content: space-between;
  margin: 30px auto 0;
  text-align: center;
}
.c-panel--point li {
  width: 32%;
  background-color: #fff;
  padding: 40px 20px;
}
.c-panel--blue {
  background-color: #85cef2;
  color: #fff;
}
.c-panel--2rows {
  width: 460px;
  margin: 0;
}

@media screen and (max-width: 960px) {
  .c-panel {
    width: 100%;
    padding: 30px 20px;
    border-radius: 3px;
  }
  .c-panel--small {
    width: 100%;
  }
  .c-panel + .c-panel {
    margin-top: 30px;
  }
  .c-panel--point {
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: left;
  }
  .c-panel--point li {
    width: 100%;
    padding: 25px 20px;
  }
  .c-panel--point li + li {
    margin-top: 15px;
  }
  .c-panel--2rows {
    width: 460px;
    margin: 0;
  }
}
/*! form */
/*---------------------------------------------------
   Component form
----------------------------------------------------*/
input[type="text"],
input[type="url"],
input[type="email"],
input[type="tel"],
textarea {
  width: 100%;
  padding: 0 8px;
  border: 2px solid #fff;
  border-radius: 3px;
  line-height: 36px;
}

textarea {
  height: 200px;
}

input:focus,
textarea:focus {
  outline: none;
  border: 2px solid #dbf1fc;
  -webkit-box-shadow: inset 0 0 5px rgba(82, 185, 143, 0.2);
  box-shadow: inner 0 0 5px rgba(82, 185, 143, 0.2);
}

input.wpcf7-submit {
  cursor: pointer;
  border: none !important;
  outline: none;
}

input[type="button"]:hover,
input.wpcf7-submit:hover {
  opacity: 0.7;
  transition: .2s;
}

.wpcf7 form .wpcf7-form.sent .wpcf7-submit {
  display: none;
  transition: .2s;
}

.wpcf7 form .wpcf7-spinner {
  margin-top: 30px;
}

.wpcf7 form .wpcf7-response-output {
  padding: 1em 1.5em !important;
  margin-top: 60px;
  border-radius: 7px;
  color: #FFF;
  border: none !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  background-color: #85cef2;
  /* Green */
}

.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
  background-color: #ffb941;
  /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
  background-color: #f56e2e;
  /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  background-color: #dc3232;
  /* Yellow */
}

.wpcf7-not-valid-tip {
  color: #dc3232 !important;
  /* Red */
}

@media screen and (max-width: 960px) {
  input[type="text"],
  input[type="url"],
  input[type="email"],
  input[type="tel"],
  textarea {
    width: 100%;
    max-width: 100%;
    -webkit-appearance: none;
    padding: 0 5px;
    border: 2px solid #fff;
    border-radius: 3px;
    line-height: 28px;
  }

  textarea {
    height: 200px;
  }

  input:focus,
  textarea:focus {
    outline: none;
    border: 2px solid #dbf1fc;
    -webkit-box-shadow: inset 0 0 5px rgba(82, 185, 143, 0.2);
    box-shadow: inner 0 0 5px rgba(82, 185, 143, 0.2);
  }

  input.wpcf7-submit {
    cursor: pointer;
    border: none !important;
    outline: none;
  }

  input[type="button"]:hover,
  input.wpcf7-submit:hover {
    opacity: 0.7;
    transition: .2s;
  }

  .wpcf7 form .wpcf7-response-output {
    margin: 50px 30px 0;
    border-radius: 3px;
  }
}
/*! home */
.l-header--home {
  background-color: transparent;
}
.l-header--home.l-header--fixed {
  background-color: #fff;
}
.l-header--home.l-header--fixed .l-header-main {
  justify-content: space-between;
}
.l-header--home.l-header--fixed .l-header-main__logo {
  display: block;
}
.l-header--home:not(.l-header--fixed) .l-header-main {
  justify-content: flex-end;
}
.l-header--home:not(.l-header--fixed) .l-header-main__logo {
  display: none;
}
.l-header--home:not(.l-header--fixed) .l-header-main__nav .l-header-main-nav__item a {
  color: #fff;
  background-image: url("../img/common/icon_link01.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-position: right 8px center;
}

.c-hero--home {
  margin-top: -80px;
  padding-top: 60px;
  height: 800px;
  color: #fff;
  text-align: center;
  background-image: url("../img/index_mainvisual01_bg01.jpg");
  background-image: image-set(url("../img/index_mainvisual01_bg01.jpg") 1x, url("../img/index_mainvisual01_bg01@2x.jpg") 2x);
  background-image: -webkit-image-set(url("../img/index_mainvisual01_bg01.jpg") 1x, url("../img/index_mainvisual01_bg01@2x.jpg") 2x);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.c-hero--home .c-hero__title {
  font-size: 2.4rem;
  text-shadow: rgba(0, 158, 255, 0.4) 0 0 8px;
}
.c-hero--home .c-hero__catch {
  margin-top: 150px;
  font-size: 3.6rem;
  text-shadow: rgba(0, 158, 255, 0.4) 0 0 8px;
  font-weight: normal;
}

.p-home__description {
  margin-top: 80px;
  font-size: 2rem;
  line-height: 2em;
  text-align: center;
}
.p-home__description p + p {
  margin-top: 50px;
}
.p-home__content {
  margin-top: 100px;
}
.p-home-content__item {
  display: flex;
  align-items: center;
  height: 400px;
  background-image: url("../img/index_cymatics_bg01.jpg");
  background-image: image-set(url("../img/index_cymatics_bg01.jpg") 1x, url("../img/index_cymatics_bg01@2x.jpg") 2x);
  background-image: -webkit-image-set(url("../img/index_cymatics_bg01.jpg") 1x, url("../img/index_cymatics_bg01@2x.jpg") 2x);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.p-home-content__item + .p-home-content__item {
  margin-top: 50px;
}
.p-home-content__item:nth-child(2) {
  background-image: url("../img/index_association_bg01.jpg");
  background-image: image-set(url("../img/index_association_bg01.jpg") 1x, url("../img/index_association_bg01@2x.jpg") 2x);
  background-image: -webkit-image-set(url("../img/index_association_bg01.jpg") 1x, url("../img/index_association_bg01@2x.jpg") 2x);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.p-home-content__item:nth-child(3) {
  background-image: url("../img/index_therapist_bg01.jpg");
  background-image: image-set(url("../img/index_therapist_bg01.jpg") 1x, url("../img/index_therapist_bg01@2x.jpg") 2x);
  background-image: -webkit-image-set(url("../img/index_therapist_bg01.jpg") 1x, url("../img/index_therapist_bg01@2x.jpg") 2x);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.p-home-content__item:nth-child(4) {
  background-image: url("../img/index_salon_bg01.jpg");
  background-image: image-set(url("../img/index_salon_bg01.jpg") 1x, url("../img/index_salon_bg01@2x.jpg") 2x);
  background-image: -webkit-image-set(url("../img/index_salon_bg01.jpg") 1x, url("../img/index_salon_bg01@2x.jpg") 2x);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.p-home-content__item:nth-child(2n) .p-home-content-item__inner {
  align-items: flex-end;
}
.p-home-content__item:nth-child(2n) .p-home-content-item__title, .p-home-content__item:nth-child(2n) p {
  text-align: right;
}
.p-home-content-item__inner {
  display: flex;
  flex-direction: column;
  width: 840px;
  margin: 0 auto;
}
.p-home-content-item__inner p {
  margin-top: 20px;
  font-size: 1.6rem;
}
.p-home-content-item__inner a.c-btn--small {
  margin-top: 40px;
  line-height: 30px;
}
.p-home-content-item__title {
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: normal;
}
.p-home-content-item__title span {
  font-family: 'Jost', sans-serif;
  font-weight: 200 !important;
  font-size: 8rem;
  color: #bebebe;
  letter-spacing: 0.08em;
}
.p-home-content__btn {
  margin-top: 75px;
}
.p-home-content__btn a {
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  .l-header--home .l-header__logo {
    display: none;
  }
  .l-header--home .l-header-main {
    justify-content: flex-end;
  }
  .l-header--home .l-header-main__logo {
    display: none;
  }

  .c-hero--home {
    margin-top: -65px;
    padding-top: 20px;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-content: center;
    background-image: url("../img/index_mainvisual01_bg01_sp.jpg");
    background-image: image-set(url("../img/index_mainvisual01_bg01_sp.jpg") 1x, url("../img/index_mainvisual01_bg01_sp@2x.jpg") 2x);
    background-image: -webkit-image-set(url("../img/index_mainvisual01_bg01_sp.jpg") 1x, url("../img/index_mainvisual01_bg01_sp@2x.jpg") 2x);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
  .c-hero--home img {
    width: 200px;
  }
  .c-hero--home .c-hero__title {
    font-size: 1.8rem;
  }
  .c-hero--home .c-hero__catch {
    margin-top: 80px;
    font-size: 2.8rem;
  }

  .p-home__description {
    margin-top: 60px;
    padding: 0 20px;
    font-size: 1.4rem;
    line-height: 2em;
  }
  .p-home__description p + p {
    margin-top: 30px;
  }
  .p-home__content {
    margin-top: 60px;
  }
  .p-home-content__item {
    height: auto;
    text-align: center;
    padding: 50px 20px;
    background-image: url("../img/index_cymatics_bg01_sp.jpg");
    background-image: image-set(url("../img/index_cymatics_bg01_sp.jpg") 1x, url("../img/index_cymatics_bg01_sp@2x.jpg") 2x);
    background-image: -webkit-image-set(url("../img/index_cymatics_bg01_sp.jpg") 1x, url("../img/index_cymatics_bg01_sp@2x.jpg") 2x);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
  .p-home-content__item + .p-home-content__item {
    margin-top: 40px;
  }
  .p-home-content__item:nth-child(2) {
    background-image: url("../img/index_association_bg01_sp.jpg");
    background-image: image-set(url("../img/index_association_bg01_sp.jpg") 1x, url("../img/index_association_bg01_sp@2x.jpg") 2x);
    background-image: -webkit-image-set(url("../img/index_association_bg01_sp.jpg") 1x, url("../img/index_association_bg01_sp@2x.jpg") 2x);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
  .p-home-content__item:nth-child(3) {
    background-image: url("../img/index_therapist_bg01_sp.jpg");
    background-image: image-set(url("../img/index_therapist_bg01_sp.jpg") 1x, url("../img/index_therapist_bg01_sp@2x.jpg") 2x);
    background-image: -webkit-image-set(url("../img/index_therapist_bg01_sp.jpg") 1x, url("../img/index_therapist_bg01_sp@2x.jpg") 2x);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
  .p-home-content__item:nth-child(4) {
    background-image: url("../img/index_salon_bg01_sp.jpg");
    background-image: image-set(url("../img/index_salon_bg01_sp.jpg") 1x, url("../img/index_salon_bg01_sp@2x.jpg") 2x);
    background-image: -webkit-image-set(url("../img/index_salon_bg01_sp.jpg") 1x, url("../img/index_salon_bg01_sp@2x.jpg") 2x);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
  .p-home-content__item:nth-child(2n) .p-home-content-item__inner {
    align-items: center;
  }
  .p-home-content__item:nth-child(2n) .p-home-content-item__title, .p-home-content__item:nth-child(2n) p {
    text-align: center;
  }
  .p-home-content-item__inner {
    width: auto;
    align-items: center;
  }
  .p-home-content-item__inner p {
    margin-top: 15px;
    font-size: 1.4rem;
  }
  .p-home-content-item__inner a.c-btn--small {
    margin-top: 30px;
    line-height: 40px;
  }
  .p-home-content-item__title {
    font-size: 2.2rem;
  }
  .p-home-content-item__title span {
    display: inline-block;
    font-size: 4.8rem;
    line-height: 1;
    margin-bottom: 20px;
  }
  .p-home-content__btn {
    margin-top: 50px;
  }
}
/* cymatics healing */
.c-hero--cymatics-healing {
  background-image: url("../img/cymatics-healing/index_mainvisual01_bg01.jpg");
  background-image: image-set(url("../img/cymatics-healing/index_mainvisual01_bg01.jpg") 1x, url("../img/cymatics-healing/index_mainvisual01_bg01@2x.jpg") 2x);
  background-image: -webkit-image-set(url("../img/cymatics-healing/index_mainvisual01_bg01.jpg") 1x, url("../img/cymatics-healing/index_mainvisual01_bg01@2x.jpg") 2x);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.p-cymatics-healing-features {
  position: relative;
  margin-top: 100px;
  padding-bottom: 60px;
}
.p-cymatics-healing-features::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 4rem);
  background-image: url("../img/cymatics-healing/index_features_bg01.jpg");
  background-image: image-set(url("../img/cymatics-healing/index_features_bg01.jpg") 1x, url("../img/cymatics-healing/index_features_bg01@2x.jpg") 2x);
  background-image: -webkit-image-set(url("../img/cymatics-healing/index_features_bg01.jpg") 1x, url("../img/cymatics-healing/index_features_bg01@2x.jpg") 2x);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  top: 4rem;
  left: 0;
  z-index: -1;
}
.p-cymatics-healing-features-point__number {
  color: #85cef2;
  font-size: 2.4rem;
  font-family: 'Jost', sans-serif;
  font-weight: 500 !important;
  line-height: 1;
}
.p-cymatics-healing-features-point__number span {
  font-size: 7.2rem;
  font-weight: 300 !important;
}
.p-cymatics-healing-features__effect {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 2px #fff solid;
  text-align: center;
}
.p-cymatics-healing-about {
  margin-top: 60px;
}
.p-cymatics-healing-about__description {
  width: 760px;
  margin: 30px auto 0;
}
.p-cymatics-healing-about__person {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.p-cymatics-healing-about__person p {
  width: 520px;
  margin-top: 0;
}
.p-cymatics-healing-about__person p span {
  font-size: 2.4rem;
  line-height: 1.1;
  display: inline-block;
  margin-bottom: 5px;
}
.p-cymatics-healing-about__person p span span {
  font-size: 1.4rem;
}
.p-cymatics-healing-history {
  margin-top: 60px;
  text-align: center;
}
.p-cymatics-healing-history__description {
  width: 760px;
  margin: 30px auto 0;
}
.p-cymatics-healing-history__item {
  margin-top: 40px;
  font-size: 1.8rem;
}
.p-cymatics-healing-history__item li {
  padding: 30px 115px !important;
}
.p-cymatics-healing-history__item li img {
  margin-bottom: 40px;
}
.p-cymatics-healing-history__item li span {
  display: inline-block;
  text-align: left;
  font-size: 1.4rem;
  margin-top: 10px;
}
.p-cymatics-healing-history__item li + li {
  position: relative;
  margin-top: 80px !important;
}
.p-cymatics-healing-history__item li::before {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 40px;
  background-image: url("../img/common/icon_arrow01-down01-gray01.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 14px 40px !important;
  top: -60px;
  left: 50%;
  transform: translate(-50%, 0);
}
.p-cymatics-healing-history__item li:first-child::before {
  display: none;
}
.p-cymatics-healing-message {
  margin-top: 60px;
  font-size: 1.6rem;
}
.p-cymatics-healing-message__description {
  width: 760px;
  margin: 30px auto 0;
}
.p-cymatics-healing-message__content {
  width: 760px;
  margin: 50px auto 0;
  text-align: center;
}
.p-cymatics-healing-message__content p {
  margin-top: 50px;
  text-align: left;
}
.p-cymatics-healing-message__content p span {
  display: inline-block;
  width: 100%;
  text-align: right;
  margin-top: 30px;
}

@media screen and (max-width: 960px) {
  .p-cymatics-healing-features {
    margin-top: 70px;
    padding: 0 30px 30px;
  }
  .p-cymatics-healing-features::after {
    height: calc(100% - 2rem);
    background-image: url("../img/cymatics-healing/index_features_bg01.jpg");
    background-image: image-set(url("../img/cymatics-healing/index_features_bg01.jpg") 1x, url("../img/cymatics-healing/index_features_bg01@2x.jpg") 2x);
    background-image: -webkit-image-set(url("../img/cymatics-healing/index_features_bg01.jpg") 1x, url("../img/cymatics-healing/index_features_bg01@2x.jpg") 2x);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    top: 2rem;
  }
  .p-cymatics-healing-features__point li {
    display: flex;
    align-items: center;
  }
  .p-cymatics-healing-features__point li p {
    margin-top: 0;
  }
  .p-cymatics-healing-features-point__number {
    font-size: 1.6rem;
    margin-right: 20px;
  }
  .p-cymatics-healing-features-point__number span {
    font-size: 4.6rem;
  }
  .p-cymatics-healing-features__effect {
    margin-top: 30px;
    padding-top: 30px;
  }
  .p-cymatics-healing-about {
    margin-top: 50px;
  }
  .p-cymatics-healing-about__description {
    width: 100%;
    margin: 20px auto 0;
  }
  .p-cymatics-healing-about__person {
    flex-direction: column;
    align-items: center;
  }
  .p-cymatics-healing-about__person p {
    width: 100%;
    margin-top: 20px;
  }
  .p-cymatics-healing-about__person p span {
    font-size: 1.8rem;
  }
  .p-cymatics-healing-about__person p span span {
    font-size: 1.2rem;
  }
  .p-cymatics-healing-history {
    margin-top: 50px;
  }
  .p-cymatics-healing-history__description {
    width: 100%;
    margin: 20px auto 0;
    text-align: left;
  }
  .p-cymatics-healing-history__item {
    margin-top: 30px;
    font-size: 1.6rem;
  }
  .p-cymatics-healing-history__item li {
    padding: 30px 20px !important;
  }
  .p-cymatics-healing-history__item li img {
    margin-bottom: 30px;
  }
  .p-cymatics-healing-history__item li span {
    font-size: 1.2rem;
  }
  .p-cymatics-healing-history__item li + li {
    position: relative;
    margin-top: 70px !important;
  }
  .p-cymatics-healing-history__item li::before {
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 40px;
    background-image: url("../img/common/icon_arrow01-down01-gray01.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 14px 40px !important;
    top: -55px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .p-cymatics-healing-history__item li:first-child::before {
    display: none;
  }
  .p-cymatics-healing-message {
    margin-top: 50px;
    font-size: 1.4rem;
  }
  .p-cymatics-healing-message .c-heading__title {
    text-align: center;
  }
  .p-cymatics-healing-message__description {
    width: 100%;
    margin: 20px auto 0;
  }
  .p-cymatics-healing-message__content {
    width: 100%;
    margin: 30px auto 0;
  }
  .p-cymatics-healing-message__content picture {
    display: block;
    width: calc( 100% + 30px);
    margin-right: -30px;
  }
  .p-cymatics-healing-message__content img {
    width: calc( 100% + 30px);
  }
  .p-cymatics-healing-message__content p {
    margin-top: 30px;
  }
  .p-cymatics-healing-message__content p span {
    margin-top: 20px;
  }
}
/* association */
.c-hero--association {
  background-image: url("../img/association/index_mainvisual01_bg01.jpg");
  background-image: image-set(url("../img/association/index_mainvisual01_bg01.jpg") 1x, url("../img/association/index_mainvisual01_bg01@2x.jpg") 2x);
  background-image: -webkit-image-set(url("../img/association/index_mainvisual01_bg01.jpg") 1x, url("../img/association/index_mainvisual01_bg01@2x.jpg") 2x);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.p-association .c-description p {
  width: 700px;
  margin: 2rem auto 0;
  font-size: 1.6rem;
  text-align: left;
}
.p-association .c-description p:first-of-type {
  margin-top: 50px;
}
.p-association-activities {
  position: relative;
  margin-top: 100px;
  padding-bottom: 60px;
}
.p-association-activities li .p-association-activities-point__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: calc(100% - 80px);
  line-height: 1.4;
  font-size: 2.4rem;
  margin-top: 5px;
}
.p-association-activities li .p-association-activities-point__content a {
  margin-top: 8px;
}
.p-association-activities::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 4rem);
  background-image: url("../img/association/index_activities_bg01.jpg");
  background-image: image-set(url("../img/association/index_activities_bg01.jpg") 1x, url("../img/association/index_activities_bg01@2x.jpg") 2x);
  background-image: -webkit-image-set(url("../img/association/index_activities_bg01.jpg") 1x, url("../img/association/index_activities_bg01@2x.jpg") 2x);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  top: 4rem;
  left: 0;
  z-index: -1;
}
.p-association-members {
  margin-top: 60px;
}
.p-association-members__person {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.p-association-members__info {
  width: 520px;
}
.p-association-members__info p {
  margin-top: 1.5rem;
}
.p-association-members__info p:first-of-type {
  margin-top: 0;
}
.p-association-members-info__name span {
  font-size: 2.8rem;
}
.p-association-members-info__name span.en {
  display: inline-block;
  margin-left: 15px;
  font-family: 'Jost', sans-serif;
  font-weight: 400 !important;
  font-size: 1.4rem;
}
.p-association-members-info__catch {
  font-size: 2rem;
}
.p-association-members-info__biography {
  margin-top: 1rem !important;
}
.p-association-members-info__biography dl {
  display: flex;
  align-content: flex-start;
  flex-flow: wrap;
}
.p-association-members-info__biography dl dt {
  width: 6rem;
}
.p-association-members-info__biography dl dd {
  width: calc(100% - 6rem);
}

@media screen and (max-width: 960px) {
  .p-association .c-description p {
    width: 100%;
    margin: 2rem auto 0;
    font-size: 1.4rem;
    text-align: left;
  }
  .p-association-activities {
    margin-top: 70px;
    padding: 0 30px 30px;
  }
  .p-association-activities li {
    display: flex;
    align-items: center;
  }
  .p-association-activities li .p-association-activities-point__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    height: auto;
    line-height: 1.4;
    font-size: 1.8rem;
    margin-top: 0;
  }
  .p-association-activities li .p-association-activities-point__content a {
    margin-top: 8px;
  }
  .p-association-activities li img {
    width: 62px;
    margin-right: 20px;
  }
  .p-association-activities::after {
    height: calc(100% - 2rem);
    background-image: url("../img/association/index_activities_bg01_sp.jpg");
    background-image: image-set(url("../img/association/index_activities_bg01_sp.jpg") 1x, url("../img/association/index_activities_bg01_sp@2x.jpg") 2x);
    background-image: -webkit-image-set(url("../img/association/index_activities_bg01_sp.jpg") 1x, url("../img/association/index_activities_bg01_sp@2x.jpg") 2x);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    top: 2rem;
  }
  .p-association-members {
    margin-top: 50px;
  }
  .p-association-members__person {
    margin-top: 30px;
    flex-direction: column;
    align-items: center;
  }
  .p-association-members__info {
    width: 100%;
    margin-top: 20px;
    line-height: 1.4;
  }
  .p-association-members__info p {
    line-height: 1.8;
  }
  .p-association-members-info__name span {
    font-size: 2.4rem;
  }
  .p-association-members-info__catch {
    font-size: 1.6rem;
  }
  .p-association-members-info__biography dl {
    line-height: 1.8;
  }
}
/* therapist */
.c-hero--therapist {
  background-image: url("../img/therapist/index_mainvisual01_bg01.jpg");
  background-image: image-set(url("../img/therapist/index_mainvisual01_bg01.jpg") 1x, url("../img/therapist/index_mainvisual01_bg01@2x.jpg") 2x);
  background-image: -webkit-image-set(url("../img/therapist/index_mainvisual01_bg01.jpg") 1x, url("../img/therapist/index_mainvisual01_bg01@2x.jpg") 2x);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.p-therapist .c-description p {
  width: 700px;
  margin: 2rem auto 0;
  font-size: 1.6rem;
  text-align: left;
}
.p-therapist .c-description p:first-of-type {
  margin-top: 50px;
}
.p-therapist-seminar {
  position: relative;
  margin-top: 100px;
  padding: 0 60px 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-therapist-seminar .c-heading {
  width: 100%;
}
.p-therapist-seminar__description {
  width: 700px;
  margin: 30px auto 0;
}
.p-therapist-seminar__flow {
  width: 960px;
  margin: 30px auto 0;
  text-align: center;
}
.p-therapist-seminar__flow ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  color: #333;
  margin-top: 30px;
}
.p-therapist-seminar__flow ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 260px;
  padding: 15px 20px;
  background-color: #fff;
  border-radius: 5px;
  font-size: 2rem;
  line-height: 1.6;
}
.p-therapist-seminar__flow ul li span, .p-therapist-seminar__flow ul li sup {
  font-size: 1.4rem;
}
.p-therapist-seminar__flow ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url("../img/common/icon_arrow01-right01.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 40px 14px !important;
  width: 40px;
  height: 14px;
  top: 50%;
  right: -50px;
  transform: translate(0, -50%);
}
.p-therapist-seminar__curriculum {
  text-align: center;
  display: flex;
  flex-direction: column;
}
.p-therapist-seminar__curriculum ul {
  text-align: center;
  display: block;
  margin-top: 30px;
}
.p-therapist-seminar__curriculum ul li {
  display: flex;
  align-items: center;
  padding: 3px 20px 3px 30px;
  background-color: #fff;
  border-radius: 5px;
  font-size: 2rem;
  color: #333;
}
.p-therapist-seminar__curriculum ul li + li {
  margin-top: 15px;
}
.p-therapist-seminar__curriculum ul li span {
  display: inline-block;
  font-family: 'Jost', sans-serif;
  font-weight: 300 !important;
  font-size: 4.8rem;
  color: #85cef2;
  margin-right: 20px;
}
.p-therapist-seminar__overview {
  text-align: center;
  display: flex;
  flex-direction: column;
}
.p-therapist-seminar__overview ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 30px;
  padding: 0 20px;
  background-color: #fff;
  border-radius: 5px;
  font-size: 2rem;
  color: #333;
  height: 100%;
}
.p-therapist-seminar__overview ul li {
  width: 100%;
  text-align: center;
}
.p-therapist-seminar__overview ul li:last-of-type {
  border-top: 2px solid #ccc;
  padding-top: 15px;
  margin-top: 25px;
  font-size: 2.2rem;
}
.p-therapist-seminar__overview ul li:last-of-type span {
  font-size: 1.6rem;
}
.p-therapist-seminar__overview ul li + li {
  margin-top: 10px;
}
.p-therapist-seminar__overview ul img {
  margin-top: 5px;
}
.p-therapist-seminar__name {
  position: relative;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  font-weight: normal !important;
}
.p-therapist-seminar__name::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #fff;
  margin: 3px auto;
}
.p-therapist-seminar::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 4rem);
  background-image: url("../img/therapist/index_seminar_bg01.jpg");
  background-image: image-set(url("../img/therapist/index_seminar_bg01.jpg") 1x, url("../img/therapist/index_seminar_bg01@2x.jpg") 2x);
  background-image: -webkit-image-set(url("../img/therapist/index_seminar_bg01.jpg") 1x, url("../img/therapist/index_seminar_bg01@2x.jpg") 2x);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  top: 4rem;
  left: 0;
  z-index: -1;
}
.p-therapist-equipment {
  margin-top: 60px;
}
.p-therapist-equipment__description {
  width: 760px;
  margin: 30px auto 0;
  text-align: center;
}
.p-therapist-equipment__device {
  margin-top: 30px;
  padding: 30px 30px 30px 45px !important;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.p-therapist-equipment-device__name {
  display: none;
}
.p-therapist-equipment__info {
  width: 505px;
}
.p-therapist-equipment__info p {
  margin-top: 1.5rem;
}
.p-therapist-equipment__info p:first-of-type {
  margin-top: 0;
}
.p-therapist-equipment-info__name {
  position: relative;
  font-size: 1.8rem;
  width: 325px;
  text-align: center;
  font-weight: normal !important;
}
.p-therapist-equipment-info__name::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #333;
  margin: 3px auto;
}
.p-therapist-equipment-info__effect {
  margin-top: 25px;
  font-size: 1.6rem;
}
.p-therapist-equipment-info__effect span {
  display: block;
  border-bottom: 2px solid #ccc;
}
.p-therapist-equipment-info__effect ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
}
.p-therapist-equipment-info__effect ul li {
  width: 55%;
}
.p-therapist-equipment-info__effect ul li:nth-of-type(2n) {
  width: 43%;
}
.p-therapist-equipment-info__effect ul li::before {
  content: "●";
  color: #777;
}
.p-therapist-equipment-info__effect ul li:last-child::before {
  display: none;
}

@media screen and (max-width: 960px) {
  .p-therapist .c-description p {
    width: 100%;
    font-size: 1.4rem;
  }
  .p-therapist .c-description p:first-of-type {
    margin-top: 30px;
  }
  .p-therapist-seminar {
    position: relative;
    margin-top: 70px;
    padding: 0 30px 30px;
    justify-content: center;
    flex-direction: column;
  }
  .p-therapist-seminar__description {
    width: 100%;
    margin: 20px auto 0;
  }
  .p-therapist-seminar__flow {
    width: 100%;
    margin: 30px auto 0;
    text-align: center;
  }
  .p-therapist-seminar__flow ul {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
  }
  .p-therapist-seminar__flow ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 15px 20px;
    border-radius: 3px;
    font-size: 1.6rem;
    line-height: 1.3;
  }
  .p-therapist-seminar__flow ul li span, .p-therapist-seminar__flow ul li sup {
    font-size: 1.2rem;
  }
  .p-therapist-seminar__flow ul li:not(:last-child)::after {
    content: "";
    position: absolute;
    display: block;
    background-image: url("../img/common/icon_arrow01-down01.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 14px 40px !important;
    width: 14px;
    height: 40px;
    top: auto;
    bottom: -50px;
    right: auto;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .p-therapist-seminar__flow ul li + li {
    margin-top: 60px;
  }
  .p-therapist-seminar__flow p {
    font-size: 1.2rem;
  }
  .p-therapist-seminar__curriculum {
    width: 100%;
  }
  .p-therapist-seminar__curriculum ul li {
    padding: 8px 20px 8px 20px;
    border-radius: 3px;
    font-size: 1.8rem;
    line-height: 1.4;
    text-align: left;
  }
  .p-therapist-seminar__curriculum ul li + li {
    margin-top: 15px;
  }
  .p-therapist-seminar__curriculum ul li span {
    font-size: 3.6rem;
    margin-right: 15px;
  }
  .p-therapist-seminar__overview {
    width: 100%;
  }
  .p-therapist-seminar__overview ul {
    padding: 20px;
    border-radius: 3px;
    font-size: 1.6rem;
  }
  .p-therapist-seminar__overview ul li:last-of-type {
    font-size: 2rem;
  }
  .p-therapist-seminar__overview ul li:last-of-type span {
    font-size: 1.4rem;
  }
  .p-therapist-seminar__name {
    font-size: 1.8rem;
  }
  .p-therapist-seminar::after {
    height: calc(100% - 2rem);
    background-image: url("../img/therapist/index_seminar_bg01_sp.jpg");
    background-image: image-set(url("../img/therapist/index_seminar_bg01_sp.jpg") 1x, url("../img/therapist/index_seminar_bg01_sp@2x.jpg") 2x);
    background-image: -webkit-image-set(url("../img/therapist/index_seminar_bg01_sp.jpg") 1x, url("../img/therapist/index_seminar_bg01_sp@2x.jpg") 2x);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    top: 2rem;
  }
  .p-therapist-equipment {
    margin-top: 50px;
  }
  .p-therapist-equipment__description {
    width: 100%;
    margin: 20px auto 0;
    text-align: left;
  }
  .p-therapist-equipment__device {
    margin-top: 20px;
    padding: 20px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .p-therapist-equipment__device img {
    margin-top: 20px;
  }
  .p-therapist-equipment-device__name {
    display: block;
    position: relative;
    font-size: 1.8rem;
    width: 325px;
    text-align: center;
    font-weight: normal !important;
  }
  .p-therapist-equipment-device__name::after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background-color: #333;
    margin: 3px auto;
  }
  .p-therapist-equipment__info {
    width: 100%;
    margin-top: 20px;
  }
  .p-therapist-equipment-info__name {
    display: none;
  }
  .p-therapist-equipment-info__effect {
    margin-top: 0;
    font-size: 1.6rem;
    text-align: center;
  }
  .p-therapist-equipment-info__effect ul {
    flex-direction: column;
    margin: 10px 20px 0;
  }
  .p-therapist-equipment-info__effect ul li {
    width: 100%;
    font-size: 1.4rem;
    text-align: left;
  }
  .p-therapist-equipment-info__effect ul li:nth-of-type(2n) {
    width: 100%;
  }
}
/* salon */
.c-hero--salon {
  background-image: url("../img/salon/index_mainvisual01_bg01.jpg");
  background-image: image-set(url("../img/salon/index_mainvisual01_bg01.jpg") 1x, url("../img/salon/index_mainvisual01_bg01@2x.jpg") 2x);
  background-image: -webkit-image-set(url("../img/salon/index_mainvisual01_bg01.jpg") 1x, url("../img/salon/index_mainvisual01_bg01@2x.jpg") 2x);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.p-salon .c-description p {
  width: 700px;
  margin: 2rem auto 0;
  font-size: 1.6rem;
}
.p-salon .c-description p:first-of-type {
  margin-top: 50px;
}
.p-salon-earcy {
  position: relative;
  margin-top: 100px;
  padding-bottom: 60px;
}
.p-salon-earcy .c-heading__title {
  margin-top: 0;
}
.p-salon-earcy__content {
  margin-top: 30px;
  text-align: center;
}
.p-salon-earcy__salon {
  width: 460px;
  margin: 0 auto;
  text-align: center;
}
.p-salon-earcy__salon img {
  margin: 20px 0 0;
}
.p-salon-earcy__salon p {
  text-align: left;
  font-size: 1.6rem;
}
.p-salon-earcy__map {
  margin-top: 30px;
  text-align: center;
}
.p-salon-earcy-map__frame iframe {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.p-salon a {
  margin: 20px auto 0;
}

@media screen and (max-width: 960px) {
  .p-salon .c-description p {
    width: 100%;
    font-size: 1.4rem;
  }
  .p-salon .c-description p:first-of-type {
    margin-top: 20px;
  }
  .p-salon-earcy {
    position: relative;
    margin-top: 70px;
    padding-bottom: 50px;
  }
  .p-salon-earcy__content {
    margin-top: 20px;
  }
  .p-salon-earcy__salon {
    width: 100%;
  }
  .p-salon-earcy__salon img {
    width: 100%;
  }
  .p-salon-earcy__salon p {
    font-size: 1.4rem;
  }
  .p-salon-earcy-map__frame iframe {
    width: 100%;
    height: calc(100vw - 100px);
  }
}
/* contact */
.c-hero--contact {
  text-align: center;
  letter-spacing: 0.06rem;
}

.p-contact__input {
  background-color: #f5f5f5;
  padding: 75px 0;
}
.p-contact-input__list {
  width: 720px;
  margin: 0 auto;
  font-size: 1.6rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-contact-input__list dt {
  position: relative;
  width: 180px;
  padding-top: 8px;
  line-height: 1.4;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 30px;
}
.p-contact-input__list dt .icon {
  position: absolute;
  display: inline-block;
  background-color: #85cef2;
  color: #fff;
  border-radius: 3px;
  line-height: 26px;
  padding: 0 10px;
  font-size: 1.4rem;
  top: 7px;
  right: 0;
}
.p-contact-input__list dt .icon--any {
  background-color: #bebebe;
}
.p-contact-input__list dt:first-of-type {
  margin-top: 0;
}
.p-contact-input__list dd {
  position: relative;
  width: 525px;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.p-contact-input__list dd input {
  margin-bottom: 2em;
}
.p-contact-input__list dd.long {
  flex-direction: column;
}
.p-contact-input__list dd .short {
  position: relative;
  width: 255px;
}
.p-contact-input__list dd .example {
  position: absolute;
  display: inline-block;
  font-size: 1.4rem;
  margin-top: 3px;
  color: #888;
  top: 42px;
  left: 0;
}
.p-contact-input__list dd .btn-zip {
  position: absolute;
  padding: 0 10px;
  line-height: 40px;
  border: none;
  background-color: #888;
  color: #fff;
  border-radius: 3px;
  font-size: 1.4rem;
  cursor: pointer;
  top: 0;
  left: 270px;
}
.p-contact-input__list dd:first-of-type {
  margin-top: 0;
}
.p-contact__send {
  text-align: center;
  margin-top: 15px;
}
.p-contact__send input[type="submit"] {
  margin: 75px auto 0;
  background-color: #529de9;
}

@media screen and (max-width: 960px) {
  .c-hero--contact {
    text-align: center;
    letter-spacing: 0.06rem;
  }

  .p-contact__input {
    padding: 30px;
  }
  .p-contact-input__list {
    width: 100%;
    font-size: 1.4rem;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
  }
  .p-contact-input__list dt {
    position: relative;
    width: 100%;
    padding-top: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .p-contact-input__list dt .icon {
    position: static;
    border-radius: 2px;
    line-height: 18px;
    padding: 0 5px;
    font-size: 1rem;
    margin-left: 5px;
  }
  .p-contact-input__list dt:first-of-type {
    margin-top: 0;
  }
  .p-contact-input__list dd {
    margin-top: 8px;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .p-contact-input__list dd input {
    margin-bottom: 2em;
  }
  .p-contact-input__list dd .short {
    width: 49%;
  }
  .p-contact-input__list dd .example {
    font-size: 1.2rem;
    top: 35px;
  }
  .p-contact-input__list dd .btn-zip {
    padding: 0 5px;
    line-height: 32px;
    font-size: 1.2rem;
    top: 0;
    left: 51%;
  }
  .p-contact-input__list dd:first-of-type {
    margin-top: 8px;
  }
  .p-contact__send {
    text-align: center;
    margin-top: 15px;
    padding: 0 30px;
  }
  .p-contact__send input[type="submit"] {
    margin: 50px auto 0;
    background-color: #529de9;
  }
}
/*! privacy policy */
.p-privacy-policy__item {
  padding: 30px 60px;
}
.p-privacy-policy__title {
  font-size: 2.4rem;
  text-align: center;
  font-weight: normal;
}
.p-privacy-policy__uselist {
  padding-left: 1em;
  text-indent: -1em;
}
.p-privacy-policy__uselist li::before {
  content: "●";
  color: #888;
}

@media screen and (max-width: 960px) {
  .p-privacy-policy__item {
    padding: 30px 15px;
  }
  .p-privacy-policy__title {
    font-size: 2rem;
    line-height: 1.3;
  }
}
/*! utility */
.u-fl {
  float: left !important;
}
.u-fr {
  float: right !important;
}
.u-fn {
  float: none !important;
}
.u-dn {
  display: none !important;
}
.u-di {
  display: inline !important;
}
.u-db {
  display: block !important;
}
.u-diib {
  display: inline-block !important;
}
.u-dtb {
  display: table !important;
}
.u-df {
  display: flex !important;
}
.u-flex {
  display: flex !important;
}
.u-flex-jf-between {
  justify-content: space-between !important;
}
.u-flex-jf-around {
  justify-content: space-around !important;
}
.u-flex-jf-center {
  justify-content: center !important;
}
.u-flex-jf-start {
  justify-content: flex-start !important;
}
.u-flex-jf-end {
  justify-content: flex-end !important;
}
.u-flex-ai-center {
  align-items: center !important;
}
.u-flex-ai-start {
  align-items: flex-start !important;
}
.u-flex-ai-end {
  align-items: flex-end !important;
}
.u-flex-0-0-auto {
  align-items: 0 0 auto !important;
}
.u-flex-1-1-auto {
  align-items: 1 1 auto !important;
}
.u-position-ab {
  position: absolute !important;
}
.u-position-rt {
  position: relative !important;
}
.u-position-st {
  position: static !important;
}
.u-border-top-none {
  border-top: none !important;
}
.u-border-left-none {
  border-left: none !important;
}
.u-border-right-none {
  border-right: none !important;
}
.u-border-bottom-none {
  border-bottom: none !important;
}
.u-width-100 {
  width: 100% !important;
}
.u-width-auto {
  width: auto !important;
}
.u-height-100 {
  height: 100% !important;
}
.u-height-auto {
  height: auto !important;
}
.u-font-we-normal {
  font-weight: normal !important;
}
.u-font-we-bold {
  font-weight: bold !important;
}
.u-text-align-center {
  text-align: center !important;
}
.u-text-align-left {
  text-align: left !important;
}
.u-text-align-right {
  text-align: right !important;
}
.u-anchor {
  color: #527bc1 !important;
  text-decoration: underline !important;
  display: inline !important;
}
.u-anchor:hover {
  text-decoration: none !important;
}

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

.u-mt4 {
  margin-top: 4px !important;
}

.u-mt8 {
  margin-top: 8px !important;
}

.u-mt12 {
  margin-top: 12px !important;
}

.u-mt16 {
  margin-top: 16px !important;
}

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

.u-mt24 {
  margin-top: 24px !important;
}

.u-mt28 {
  margin-top: 28px !important;
}

.u-mt32 {
  margin-top: 32px !important;
}

.u-mt36 {
  margin-top: 36px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-ml0 {
  margin-left: 0px !important;
}

.u-ml4 {
  margin-left: 4px !important;
}

.u-ml8 {
  margin-left: 8px !important;
}

.u-ml12 {
  margin-left: 12px !important;
}

.u-ml16 {
  margin-left: 16px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-ml24 {
  margin-left: 24px !important;
}

.u-ml28 {
  margin-left: 28px !important;
}

.u-ml32 {
  margin-left: 32px !important;
}

.u-ml36 {
  margin-left: 36px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-mr0 {
  margin-right: 0px !important;
}

.u-mr4 {
  margin-right: 4px !important;
}

.u-mr8 {
  margin-right: 8px !important;
}

.u-mr12 {
  margin-right: 12px !important;
}

.u-mr16 {
  margin-right: 16px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mr24 {
  margin-right: 24px !important;
}

.u-mr28 {
  margin-right: 28px !important;
}

.u-mr32 {
  margin-right: 32px !important;
}

.u-mr36 {
  margin-right: 36px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-mb4 {
  margin-bottom: 4px !important;
}

.u-mb8 {
  margin-bottom: 8px !important;
}

.u-mb12 {
  margin-bottom: 12px !important;
}

.u-mb16 {
  margin-bottom: 16px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb24 {
  margin-bottom: 24px !important;
}

.u-mb28 {
  margin-bottom: 28px !important;
}

.u-mb32 {
  margin-bottom: 32px !important;
}

.u-mb36 {
  margin-bottom: 36px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-pt0 {
  padding-top: 0px !important;
}

.u-pt4 {
  padding-top: 4px !important;
}

.u-pt8 {
  padding-top: 8px !important;
}

.u-pt12 {
  padding-top: 12px !important;
}

.u-pt16 {
  padding-top: 16px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pt24 {
  padding-top: 24px !important;
}

.u-pt28 {
  padding-top: 28px !important;
}

.u-pt32 {
  padding-top: 32px !important;
}

.u-pt36 {
  padding-top: 36px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pl0 {
  padding-left: 0px !important;
}

.u-pl4 {
  padding-left: 4px !important;
}

.u-pl8 {
  padding-left: 8px !important;
}

.u-pl12 {
  padding-left: 12px !important;
}

.u-pl16 {
  padding-left: 16px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-pl24 {
  padding-left: 24px !important;
}

.u-pl28 {
  padding-left: 28px !important;
}

.u-pl32 {
  padding-left: 32px !important;
}

.u-pl36 {
  padding-left: 36px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-pr0 {
  padding-right: 0px !important;
}

.u-pr4 {
  padding-right: 4px !important;
}

.u-pr8 {
  padding-right: 8px !important;
}

.u-pr12 {
  padding-right: 12px !important;
}

.u-pr16 {
  padding-right: 16px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-pr24 {
  padding-right: 24px !important;
}

.u-pr28 {
  padding-right: 28px !important;
}

.u-pr32 {
  padding-right: 32px !important;
}

.u-pr36 {
  padding-right: 36px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-pb4 {
  padding-bottom: 4px !important;
}

.u-pb8 {
  padding-bottom: 8px !important;
}

.u-pb12 {
  padding-bottom: 12px !important;
}

.u-pb16 {
  padding-bottom: 16px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pb24 {
  padding-bottom: 24px !important;
}

.u-pb28 {
  padding-bottom: 28px !important;
}

.u-pb32 {
  padding-bottom: 32px !important;
}

.u-pb36 {
  padding-bottom: 36px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-w0 {
  width: 0px !important;
}

.u-w20 {
  width: 20px !important;
}

.u-w40 {
  width: 40px !important;
}

.u-w60 {
  width: 60px !important;
}

.u-w80 {
  width: 80px !important;
}

.u-w100 {
  width: 100px !important;
}

.u-w120 {
  width: 120px !important;
}

.u-w140 {
  width: 140px !important;
}

.u-w160 {
  width: 160px !important;
}

.u-w180 {
  width: 180px !important;
}

.u-w200 {
  width: 200px !important;
}

.u-w220 {
  width: 220px !important;
}

.u-w240 {
  width: 240px !important;
}

.u-w260 {
  width: 260px !important;
}

.u-w280 {
  width: 280px !important;
}

.u-w300 {
  width: 300px !important;
}

.u-w320 {
  width: 320px !important;
}

.u-w340 {
  width: 340px !important;
}

.u-w360 {
  width: 360px !important;
}

.u-w380 {
  width: 380px !important;
}

.u-w400 {
  width: 400px !important;
}
