@charset "UTF-8";
/*
Theme Name: Nail Spatial ver.2
*/
/*-------------------------------------------
ress.css
-------------------------------------------*/
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'],
[role='button'] {
  cursor: pointer;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy='true'] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled='true'] {
  cursor: default;
}

/*-------------------------------------------
Common
-------------------------------------------*/
html {
  visibility: hidden;
}

html.wf-active,
html.loading-delay {
  visibility: visible;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
}

address {
  font-style: normal;
}

iframe {
  vertical-align: bottom;
}

video {
  vertical-align: bottom;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.wrapper {
  overflow-x: hidden;
  min-width: 1120px;
  margin: 0 auto;
}

.inner {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

.inview {
  transform: translateY(30px);
  opacity: 0;
  transition: transform 2s, opacity 2s;
}

.inview.show {
  transform: translateY(0);
  opacity: 1;
}

.section-title__en {
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 0.2em;
}

.section-title__en span {
  color: #309b8e;
  letter-spacing: 0.2em;
}

.section-title__ja {
  display: block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2em;
}

.landscape-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 402px;
  height: 86px;
  border-radius: 43px;
  background: #424242;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.1em;
  transition: opacity .6s;
}

.landscape-button:hover {
  opacity: .6;
}

.large-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 308px;
  height: 86px;
  border-radius: 43px;
  background: #424242;
  color: #fff;
  transition: opacity .6s;
}

.large-button:hover {
  opacity: .6;
}

.large-button--ja {
  font-size: 18px;
  letter-spacing: 0.1em;
}

.large-button--en {
  font-size: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  letter-spacing: 0.16em;
}

.small-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 60px;
  border-radius: 30px;
  background: #424242;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.16em;
  transition: opacity .6s;
}

.small-button:hover {
  opacity: 0.6;
}

.label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 66px;
  height: 64px;
  background: url(images/bg_circle02.png) no-repeat center/contain;
}

.label__text {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  letter-spacing: 0.08em;
}

.sp {
  display: none;
}

@media screen and (max-width: 430px) {
  .wrapper {
    min-width: 100%;
    padding-top: 66px;
  }
  .section-title__en {
    font-size: 26px;
  }
  .section-title__ja {
    font-size: 12px;
  }
  .landscape-button {
    width: 272px;
    height: 64px;
    border-radius: 32px;
    font-size: 14px;
  }
  .large-button {
    width: 228px;
    height: 62px;
    border-radius: 31px;
  }
  .large-button--ja {
    font-size: 14px;
  }
  .large-button--en {
    font-size: 16px;
  }
  .small-button {
    width: 190px;
    height: 56px;
    border-radius: 28px;
    font-size: 14px;
  }
  .label {
    width: 60px;
    height: 60px;
  }
  .label__text {
    font-size: 12px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

/*-------------------------------------------
ヘッダー
-------------------------------------------*/
.header {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

.home .header {
  padding: 30px 50px;
  padding: 30px 3.125vw;
}

:not(.home) .header {
  padding: 25px 50px 32px;
  padding: 25px 3.125vw 32px;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-logo {
  width: 227px;
}

.header-logo a {
  display: block;
  transition: opacity .6s;
}

.header-logo a:hover {
  opacity: 0.6;
}

.nav__list {
  display: flex;
  align-items: center;
}

.nav__item {
  margin-right: 40px;
  margin-right: 2.5vw;
  letter-spacing: 0.05em;
}

.nav__item a {
  color: #000;
  transition: opacity .6s;
}

.nav__item a:hover {
  opacity: 0.6;
}

.nav__contact {
  display: flex;
  width: 184px;
  height: 46px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.nav__contact a {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  padding-left: 22px;
  border: 2px solid #88cec1;
  border-radius: 23px;
  background: #88cec1;
  color: #fff;
  transition: opacity .6s;
}

.nav__contact a:hover {
  opacity: 0.6;
}

.nav__contact a:before {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: '';
  transition: border .6s;
}

.nav__contact a:hover:before {
  border-top: 2px solid #88cec1;
  border-right: 2px solid #88cec1;
}

.hamburger-button {
  display: none;
}

@media screen and (max-width: 430px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    background: #fff;
  }
  .home .header {
    padding: 10px 15px;
  }
  :not(.home) .header {
    padding: 10px 15px;
  }
  .header-logo {
    width: 140px;
  }
  .nav {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    overflow-y: scroll;
    visibility: hidden;
    width: 100%;
    height: 100%;
    padding: 60px 20px;
    background: rgba(255, 255, 255, 0.95);
    opacity: 0;
    transition: visibility .6s, opacity .6s;
  }
  .nav.open {
    visibility: visible;
    opacity: 1;
  }
  .nav__list {
    flex-direction: column;
  }
  .nav__item {
    display: flex;
    width: 100%;
    margin-right: 0;
  }
  .nav__item a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px 0;
  }
  .nav__contact {
    margin-top: 15px;
    font-size: 14px;
  }
  .nav__contact a {
    padding-left: 30px;
  }
  .nav__contact a:before {
    right: 18px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .hamburger-button {
    display: block;
    position: relative;
    z-index: 20;
    width: 32px;
    height: 24px;
    cursor: pointer;
  }
  .hamburger-button span {
    position: absolute;
    left: 0;
    width: 32px;
    height: 2px;
    background: #008474;
    transition: transform .6s, opacity .6s;
  }
  .hamburger-button span:first-child {
    top: 0;
  }
  .hamburger-button.open span:first-child {
    transform: translateY(11px) rotate(-45deg);
  }
  .hamburger-button span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .hamburger-button.open span:nth-child(2) {
    opacity: 0;
  }
  .hamburger-button span:nth-child(3) {
    bottom: 0;
  }
  .hamburger-button.open span:nth-child(3) {
    transform: translateY(-11px) rotate(45deg);
  }
}

/*-------------------------------------------
メインビジュアル
-------------------------------------------*/
.homehero {
  padding: 200px 0 225px;
  background: url(images/bg_homehero_pc.png) no-repeat left calc(50% + 275px) top/950px 771px;
}

.homehero__inner {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}

.homehero__textarea {
  position: relative;
}

.homehero__textarea:before,
.homehero__textarea:after {
  position: absolute;
  left: -15px;
  transform: rotate(-60deg);
  width: 108px;
  height: 1px;
  background: #008474;
  content: '';
}

.homehero__textarea:before {
  top: -70px;
}

.homehero__textarea:after {
  bottom: -95px;
}

.homehero__title {
  margin-bottom: 26px;
  color: #008474;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.83;
  letter-spacing: 0.16em;
}

.homehero__title span {
  font-size: 50px;
  letter-spacing: 0.16em;
}

.homehero__catchphrase {
  display: inline-block;
  padding: 4px 18px;
  background: #008474;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 430px) {
  .homehero {
    padding: 260px 0 120px;
    background: url(images/bg_homehero_sp.png) no-repeat right 10px top 40px/280px 280px;
  }
  .homehero__textarea:before,
  .homehero__textarea:after {
    left: -10px;
    width: 65px;
  }
  .homehero__textarea:before {
    top: -40px;
  }
  .homehero__textarea:after {
    bottom: -65px;
  }
  .homehero__title {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .homehero__title span {
    font-size: 28px;
  }
  .homehero__catchphrase {
    padding: 4px 12px;
    font-size: 15px;
  }
}

/*-------------------------------------------
Concept
-------------------------------------------*/
.homeconcept {
  padding: 130px 0;
}

.homeconcept-media {
  display: flex;
  justify-content: space-between;
  padding: 0 42px 0 55px;
}

.homeconcept-media__imagearea {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 436px;
  height: 494px;
  background: -moz-linear-gradient(0deg, #d1eae6 0%, #d1eae6 27%, #fbfdd1 27%, #fbfdd1 100%);
  background: -webkit-linear-gradient(0deg, #d1eae6 0%, #d1eae6 27%, #fbfdd1 27%, #fbfdd1 100%);
  background: linear-gradient(90deg, #d1eae6 0%, #d1eae6 27%, #fbfdd1 27%, #fbfdd1 100%);
}

.homeconcept-media__image {
  width: 396px;
}

.homeconcept-media__textarea {
  width: 460px;
  padding-top: 12px;
}

.homeconcept-media__title {
  margin-bottom: 22px;
  font-family: 'Lato', sans-serif;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0.2em;
}

.homeconcept-media__title span {
  color: #309b8e;
}

.homeconcept-media__catchphrase {
  margin-bottom: 15px;
  padding-left: 2px;
  font-size: 25px;
  line-height: 2.25;
  letter-spacing: 0.1em;
}

.homeconcept-media__catchphrase span {
  padding: 6px 20px;
  background: #d1eae6;
}

.homeconcept-media__text {
  width: 440px;
  padding-left: 2px;
  line-height: 2.25;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 430px) {
  .homeconcept {
    padding: 60px 0;
  }
  .homeconcept-media {
    flex-direction: column;
    padding: 0;
  }
  .homeconcept-media__imagearea {
    width: 100%;
    height: 375px;
    margin-bottom: 15px;
  }
  .homeconcept-media__image {
    width: calc(100% - 30px);
  }
  .homeconcept-media__image img {
    width: 100%;
    height: 345px;
    object-fit: cover;
  }
  .homeconcept-media__textarea {
    display: contents;
  }
  .homeconcept-media__title {
    order: -2;
    font-size: 26px;
  }
  .homeconcept-media__catchphrase {
    order: -1;
    padding-left: 0;
    font-size: 18px;
  }
  .homeconcept-media__catchphrase span {
    padding: 4px 12px;
  }
  .homeconcept-media__text {
    width: 100%;
    font-size: 14px;
    line-height: 2.07;
  }
}

/*-------------------------------------------
About
-------------------------------------------*/
/*-------------------------------------------
Feature
-------------------------------------------*/
.homefeature {
  padding-top: 80px;
  padding-bottom: 120px;
  background-color: #f1f9f7;
  position: relative;
}

.homefeature::before {
  content: '';
  width: 100%;
  height: 237px;
  background-image: url(images/bg_homeabout.png);
  background-repeat: repeat-x;
  background-position: right center;
  background-size: 1300px 100%;
  display: block;
  position: absolute;
  top: -45px;
  left: 0;
  z-index: -1;
}

.homefeature .section-title {
  margin-bottom: 40px;
  text-align: center;
}

.homefeature-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.homefeature-col {
  width: 320px;
}

.homefeature-col:nth-of-type(1) h3::before {
  background-image: url(images/bg_homefeature_num1.png);
}

.homefeature-col:nth-of-type(2) h3::before {
  background-image: url(images/bg_homefeature_num2.png);
}

.homefeature-col:nth-of-type(3) h3::before {
  background-image: url(images/bg_homefeature_num3.png);
}

.homefeature-col img {
  width: 100%;
}

.homefeature-col h3 {
  margin-top: 20px;
  padding-left: 70px;
  font-size: 20px;
  font-weight: normal;
  position: relative;
}

.homefeature-col h3::before {
  content: '';
  width: 63px;
  height: 61px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.homefeature-col p {
  margin-top: 20px;
  line-height: 2;
}

@media screen and (max-width: 430px) {
  .homefeature {
    padding: 60px 0;
  }
  .homefeature::before {
    top: -15px;
    height: 118px;
    background-repeat: repeat-x;
    background-position: right center;
    background-size: 650px 100%;
  }
  .homefeature-row {
    width: 100%;
    display: block;
  }
  .homefeature-col {
    margin-top: 40px;
    width: 100%;
  }
  .homefeature-col img {
    width: 100%;
  }
  .homefeature-col p {
    font-size: 14px;
  }
}

/*-------------------------------------------
Menu
-------------------------------------------*/
.homemenu {
  padding: 120px 0 100px;
}

.homemenu .section-title {
  text-align: center;
}

.homemenu-row {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.homemenu-col {
  width: 46%;
}

.homemenu-col:nth-of-type(n+3) {
  margin-top: 50px;
}

.homemenu-col h3 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  letter-spacing: .1rem;
  position: relative;
}

.homemenu-col h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 4px;
  background-image: radial-gradient(2px 2px at center center, #309b8e, #309b8e 100%, transparent, transparent);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 8px 4px;
}

.homemenu-col dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.homemenu-col dl dt, .homemenu-col dl dd {
  margin-bottom: 8px;
  font-feature-settings: "palt";
}

.homemenu-col dl dt {
  width: calc(100% - 70px);
}

.homemenu-col dl dd {
  width: 70px;
  text-align: right;
}

.homemenu-col p {
  margin-top: 20px;
  font-size: 14px;
}

.homemenu-note {
  margin-top: 30px;
  font-size: 14px;
  text-align: right;
}

@media screen and (max-width: 430px) {
  .homemenu {
    padding: 60px 0;
  }
  .homemenu-row {
    display: block;
  }
  .homemenu-col {
    margin-top: 50px;
    width: 100%;
  }
}

/*-------------------------------------------
Gallery
-------------------------------------------*/
.homegallery {
  padding: 120px 0;
  background-image: url(images/bg_graph2.png);
  background-repeat: repeat;
  background-position: top center;
  background-size: 20px;
  border-top: 1px solid #efefef;
}

.homegallery .section-title {
  text-align: center;
}

.homegallery-row {
  margin-top: 50px;
}

.homegallery .large-button {
  margin: 50px auto 0;
}

@media screen and (max-width: 430px) {
  .homegallery-row img {
    width: calc(50% - 2px);
  }
}

/*-------------------------------------------
Voice
-------------------------------------------*/
.homevoice {
  padding-top: 80px;
  padding-bottom: 120px;
  background-color: #f1f9f7;
  z-index: 2;
  position: relative;
}

.homevoice::before {
  content: '';
  width: 100%;
  height: 237px;
  background-image: url(images/bg_homeabout.png);
  background-repeat: repeat-x;
  background-position: right center;
  background-size: 1300px 100%;
  display: block;
  position: absolute;
  top: -45px;
  left: 0;
  z-index: -1;
}

.homevoice .section-title {
  text-align: center;
}

.homevoice-row {
  margin-top: 60px;
}

.homevoice-col {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.homevoice-col .col-img {
  aspect-ratio: 1 / 1;
  width: 150px;
}

.homevoice-col .col-img img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  object-fit: cover;
}

.homevoice-col .col-text {
  padding: 30px;
  width: calc(100% - 190px);
  background-color: #fff;
  line-height: 2;
  align-self: center;
  position: relative;
}

.homevoice-col .col-text > div {
  text-align: justify;
}

.homevoice-col .col-text::before {
  content: '';
  width: 0;
  height: 0;
  border-right-width: 20px;
  border-right-style: solid;
  border-right-color: #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid transparent;
  display: block;
  position: absolute;
  top: 50%;
  left: -28px;
  transform: translateY(-50%);
}

.homevoice .large-button {
  margin: 50px auto 0;
}

@media screen and (max-width: 430px) {
  .homevoice {
    width: 100%;
  }
  .homevoice::before {
    top: -15px;
    height: 118px;
    background-repeat: repeat-x;
    background-position: right center;
    background-size: 650px 100%;
  }
  .homevoice-col {
    width: 100%;
    display: block;
  }
  .homevoice-col .col-img {
    margin: 0 auto;
    display: block;
  }
  .homevoice-col .col-text {
    margin-top: 30px;
    width: 100%;
    position: relative;
  }
  .homevoice-col .col-text::before {
    width: 0;
    height: 0;
    border-bottom-width: 20px;
    border-bottom-style: solid;
    border-bottom-color: #fff;
    border-top: 12px solid transparent;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
  }
}

/*-------------------------------------------
Blog
-------------------------------------------*/
.homeblog {
  padding: 120px 0;
}

.homeblog .section-title {
  text-align: center;
}

.homeblog-row {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.homeblog-col {
  width: calc( (100% / 3) - ( ( 60px * 2 ) / 3 ));
  margin-right: 60px;
  color: #000;
  display: block;
}

.homeblog-col:nth-of-type(3n) {
  margin-right: 0;
}

.homeblog-col .col-date {
  margin-top: 15px;
  color: #008474;
}

.homeblog-col .col-img {
  aspect-ratio: 3 / 2;
}

.homeblog-col .col-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.homeblog-col h3 {
  margin-top: 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.8;
}

.homeblog .large-button {
  margin: 50px auto 0;
}

@media screen and (max-width: 430px) {
  .homeblog {
    padding: 60px 0;
  }
  .homeblog-row {
    display: block;
  }
  .homeblog-col {
    width: 100%;
    margin-top: 50px;
  }
}

/*-------------------------------------------
Profile
-------------------------------------------*/
.homeprofile {
  padding: 60px 0 90px;
  background: #FDFEE4;
  position: relative;
}

.homeprofile::before {
  content: '';
  width: 100%;
  height: 204px;
  background-image: url(images/bg_homeprofile.png);
  background-repeat: repeat-x;
  background-position: right center;
  background-size: 1111px 100%;
  display: block;
  position: absolute;
  top: -45px;
  left: 0;
  z-index: -1;
}

.homeprofile .section-title {
  margin-bottom: 45px;
  padding-left: 145px;
}

.homeprofile-media {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 148px;
}

.homeprofile-media__container:first-child {
  width: 400px;
}

.homeprofile-media__container:not(:first-child) {
  width: 360px;
}

.homeprofile-media__container:nth-child(3) {
  padding-top: 8px;
}

.homeprofile-media__container:nth-child(n + 3) {
  margin-top: 40px;
}

.homeprofile-media__name {
  margin-bottom: 24px;
  padding: 0 14px;
  border-left: 2px solid #309b8e;
  font-size: 14px;
  letter-spacing: 0.1em;
}

.homeprofile-media__name span {
  display: block;
  padding-top: 6px;
  font-size: 28px;
  letter-spacing: 0.1em;
}

.homeprofile-media__license {
  margin-bottom: 30px;
  padding-left: 0;
}

.homeprofile-media__license li {
  position: relative;
  line-height: 1.875;
  letter-spacing: 0.1em;
}

.homeprofile-media__license li:before {
  content: '';
  margin-right: 10px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: inline-block;
  background: #309b8e;
  position: relative;
  top: -2px;
}

.homeprofile-media__textarea {
  width: 380px;
}

.homeprofile-media__text {
  line-height: 1.875;
  /*  letter-spacing: 0.1em;*/
  letter-spacing: 0.06em;
}

.homeprofile-media__image {
  width: 360px;
  position: relative;
}

.homeprofile-media__image:before, .homeprofile-media__image:after {
  position: absolute;
  width: 48px;
  height: 48px;
  background: -webkit-linear-gradient(135deg, transparent 0%, transparent 50%, #FDFEE4 50%, #FDFEE4 100%);
  background: linear-gradient(-45deg, transparent 0%, transparent 50%, #FDFEE4 50%, #FDFEE4 100%);
  content: '';
}

.homeprofile-media__image:before {
  top: 0;
  left: 0;
}

.homeprofile-media__image:after {
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}

@media screen and (max-width: 430px) {
  .homeprofile {
    padding: 60px 0;
  }
  .homeprofile::before {
    top: -15px;
    height: 102px;
    background-repeat: repeat-x;
    background-position: right center;
    background-size: 555px 100%;
  }
  .homeprofile .section-title {
    margin-bottom: 25px;
    padding-left: 0;
    text-align: center;
  }
  .homeprofile-media {
    flex-direction: column;
    justify-content: flex-start;
    padding: 0;
  }
  .homeprofile-media__container:first-child, .homeprofile-media__container:not(:first-child) {
    width: 100%;
  }
  .homeprofile-media__container:nth-child(n + 2) {
    margin-top: 30px;
  }
  .homeprofile-media__container:nth-child(3) {
    order: 1;
    padding-top: 0;
  }
  .homeprofile-media__name {
    margin-bottom: 20px;
    padding: 4px 12px;
    border-left: 5px solid #309b8e;
    font-size: 13px;
  }
  .homeprofile-media__name span {
    padding-top: 2px;
    font-size: 22px;
  }
  .homeprofile-media__license {
    margin-bottom: 10px;
  }
  .homeprofile-media__license li {
    padding-left: 15px;
    font-size: 14px;
  }
  .homeprofile-media__license li:before {
    top: -1px;
    left: 0;
    width: 8px;
    height: 8px;
  }
  .homeprofile-media__image {
    width: 100%;
  }
  .homeprofile-media__image:before, .homeprofile-media__image:after {
    width: 30px;
    height: 30px;
  }
  .homeprofile-media__textarea {
    width: 100%;
  }
  .homeprofile-media__text {
    font-size: 14px;
    line-height: 2.07;
    letter-spacing: 0.05em;
  }
}

/*-------------------------------------------
Access
-------------------------------------------*/
.homeaccess {
  padding-top: 100px;
}

.homeaccess .section-title {
  text-align: center;
}

.homeaccess .inner {
  padding: 0 80px;
}

.homeaccess-row {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-self: center;
}

.homeaccess-row dl {
  width: 400px;
}

.homeaccess-row dl dt {
  margin-top: 20px;
  font-size: 16px;
  color: #008474;
}

.homeaccess-row dl dt:first-of-type {
  margin-top: 0;
}

.homeaccess-row dl dd {
  padding: 10px 0 20px;
  position: relative;
}

.homeaccess-row dl dd::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 4px;
  background-image: radial-gradient(2px 2px at center center, #309b8e, #309b8e 100%, transparent, transparent);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 8px 4px;
}

.homeaccess-row dl dd a {
  color: #000;
  text-decoration: underline;
}

.homeaccess-row dl dd a:hover {
  text-decoration: none;
}

.homeaccess-map iframe {
  width: 480px;
  height: 540px;
}

@media screen and (max-width: 430px) {
  .homeaccess {
    padding: 60px 0;
  }
  .homeaccess .inner {
    padding: 0 20px;
  }
  .homeaccess-row {
    display: block;
  }
  .homeaccess-row dl {
    width: 100%;
  }
  .homeaccess-map iframe {
    margin-top: 60px;
    width: 100%;
  }
}

/*-------------------------------------------
faq
-------------------------------------------*/
.homefaq {
  padding-top: 100px;
  padding-bottom: 100px;
}

.homefaq .section-title {
  text-align: center;
}

.homefaq h3 {
  margin-top: 50px;
  padding-bottom: 10px;
  font-size: 18px;
  color: #008474;
  font-weight: normal;
  position: relative;
}

.homefaq h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 4px;
  background-image: radial-gradient(2px 2px at center center, #309b8e, #309b8e 100%, transparent, transparent);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 8px 4px;
}

.homefaq-list {
  margin-top: 30px;
  list-style-type: none;
  padding-left: 0;
}

.homefaq-list li {
  margin-top: 30px;
}

.homefaq-list li h4 {
  padding: 20px 80px 20px 130px;
  background-color: #F1F9F7;
  font-size: 18px;
  color: #008474;
  font-weight: normal;
  position: relative;
  cursor: pointer;
}

.homefaq-list li h4::before {
  content: 'Q';
  margin-right: 40px;
  width: 45px;
  height: 45px;
  background-color: #008474;
  border-radius: 100%;
  font-size: 24px;
  line-height: 40px;
  font-family: #008474;
  color: #fff;
  text-align: center;
  display: block;
  position: absolute;
  top: 11px;
  left: 50px;
}

.homefaq-list li h4 span {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.homefaq-list li h4 span > span {
  background-color: #008474;
  border-radius: 100px;
  display: block;
  position: absolute;
}

.homefaq-list li h4 span > span:nth-of-type(1) {
  width: 20px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.homefaq-list li h4 span > span:nth-of-type(2) {
  width: 2px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all .2s ease-out;
}

.homefaq-list li h4 span.is-open > span:nth-of-type(2) {
  transform: translateX(-50%) rotate(90deg);
  opacity: 0;
}

.homefaq-list li p {
  display: none;
  padding: 25px 20px 30px 130px;
  border: 4px solid #F1F9F7;
  position: relative;
}

.homefaq-list li p::before {
  content: 'A';
  margin-right: 40px;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  border: 1px solid #008474;
  font-size: 24px;
  line-height: 40px;
  color: #008474;
  text-align: center;
  display: block;
  position: absolute;
  left: 46px;
  top: 15px;
}

.homefaq-list li p a {
  color: #000;
  text-decoration: underline;
}

.homefaq-list li p a:hover {
  text-decoration: none;
}

@media screen and (max-width: 430px) {
  .homefaq-list li h4 {
    padding: 20px 50px 20px 70px;
    font-size: 16px;
  }
  .homefaq-list li h4::before {
    content: 'Q';
    left: 10px;
  }
  .homefaq-list li p {
    padding: 20px 30px 20px 70px;
    font-size: 16px;
  }
  .homefaq-list li p::before {
    left: 10px;
  }
}

/*-------------------------------------------
Gallery
-------------------------------------------*/
/*.homegallery-card__link {
  transition: opacity .6s;
}

.homegallery-card__link:hover {
  opacity: 0.6;
}*/
/*.homegallery-card__meta {
  margin-bottom: 12px;
}

.homegallery-card__time {
  color: #000;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.1em;
}

.homegallery-card__title {
  padding-left: 5px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0.1em;
}*/
/*.homegallery-card__meta {
    margin-bottom: 5px;
  }

  .homegallery-card__time {
    font-size: 13px;
  }

  .homegallery-card__title {
    padding-left: 0;
    font-size: 14px;
    line-height: 1.7;
  }*/
/*-------------------------------------------
Online Lesson
-------------------------------------------*/
.homelesson {
  position: relative;
  z-index: 1;
  padding: 90px 0 95px;
  background: #fdfee4;
}

.homelesson:before {
  position: absolute;
  top: -35px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 240px;
  background: url(images/bg_homelesson.png) repeat right center/1350px 100%;
  content: '';
}

.homelesson .section-title {
  margin-bottom: 112px;
  text-align: center;
}

.homelesson-list {
  margin-bottom: 145px;
}

.homelesson-item {
  position: relative;
}

.homelesson-item:nth-child(n + 2) {
  margin-top: 82px;
}

.homelesson-item__textarea {
  width: 575px;
}

.homelesson-item:nth-child(odd) .homelesson-item__textarea {
  margin-left: auto;
}

.homelesson-item__head {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.homelesson-item__title {
  padding-left: 10px;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.homelesson-item__title span {
  padding: 0 2px;
  background: -webkit-linear-gradient(transparent 70%, #ceebd6 70% 82%, transparent 82%);
  background: linear-gradient(transparent 70%, #ceebd6 70% 82%, transparent 82%);
}

.homelesson-item__text {
  padding-left: 35px;
  line-height: 2.1875;
  letter-spacing: 0.1em;
}

.homelesson-item__text span {
  background: -webkit-linear-gradient(transparent 60%, #daf0d9 60%);
  background: linear-gradient(transparent 60%, #daf0d9 60%);
}

.homelesson-item__image {
  position: absolute;
  top: -20px;
  width: 658px;
}

.homelesson-item:first-child .homelesson-item__image {
  left: -260px;
}

.homelesson-item:nth-child(2) .homelesson-item__image {
  right: -260px;
}

.homelesson .large-button {
  margin: 0 auto;
}

@media screen and (max-width: 430px) {
  .homelesson {
    padding: 60px 0;
  }
  .homelesson:before {
    top: -15px;
    height: 120px;
    background: url(images/bg_homelesson.png) repeat right center/675px 100%;
  }
  .homelesson .section-title {
    margin-bottom: 40px;
  }
  .homelesson-list {
    margin-bottom: 60px;
  }
  .homelesson-item:nth-child(n + 2) {
    margin-top: 40px;
  }
  .homelesson-item__image {
    position: static;
    width: 100%;
  }
  .homelesson-item__textarea {
    width: 100%;
    margin-bottom: 15px;
  }
  .homelesson-item__title {
    font-size: 18px;
  }
  .homelesson-item__text {
    padding-left: 0;
    font-size: 14px;
    line-height: 2.07;
    letter-spacing: 0.05em;
  }
}

/*-------------------------------------------
Blog
-------------------------------------------*/
/*-------------------------------------------
Online lesson
-------------------------------------------*/
/* プロから学ぶ本格セルフネイル */
.lessonintro {
  padding: 140px 0;
}

.lessonintro__title {
  margin-bottom: 42px;
  font-size: 26px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.14em;
}

.lessonintro__title span {
  margin: 0 12px;
  padding: 0 10px;
  background: #88cec1;
  color: #fff;
  font-size: 35px;
  line-height: 1.03;
  letter-spacing: 0.14em;
}

.lessonintro__textarea {
  margin-bottom: 62px;
}

.lessonintro__text {
  text-align: center;
  line-height: 1.875;
  letter-spacing: 0.1em;
}

.lessonintro__text:nth-child(n + 2) {
  margin-top: 30px;
}

.lessonintro__text span {
  background: -webkit-linear-gradient(transparent 60%, #fdfee4 60%);
  background: linear-gradient(transparent 60%, #fdfee4 60%);
}

.lessonintro__images {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lessonintro__image {
  width: 322px;
}

.lessonintro__image:nth-child(2) {
  transition-delay: .3s;
}

.lessonintro__image:nth-child(3) {
  transition-delay: .6s;
}

/* Lesson */
.lessoncontent {
  padding: 100px 0;
  background: #fdfee4;
}

.lessoncontent .section-title {
  margin-bottom: 40px;
  text-align: center;
}

.lessoncontent-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.lessoncontent-item:nth-child(odd) {
  flex-flow: row-reverse;
}

.lessoncontent-item:nth-child(n + 2) {
  margin-top: 50px;
}

.lessoncontent-item__textarea {
  width: 515px;
}

.lessoncontent-item__head {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.lessoncontent-item__title {
  padding-left: 16px;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.lessoncontent-item__title span {
  padding: 0 2px;
  background: -webkit-linear-gradient(transparent 70%, #ceebd6 70% 82%, transparent 82%);
  background: linear-gradient(transparent 70%, #ceebd6 70% 82%, transparent 82%);
}

.lessoncontent-item__text {
  padding-left: 30px;
  line-height: 2.25;
  letter-spacing: 0.1em;
}

.lessoncontent-item__image {
  position: relative;
  width: 510px;
}

.lessoncontent-item__image:before,
.lessoncontent-item__image:after {
  position: absolute;
  width: 48px;
  height: 48px;
  background: -webkit-linear-gradient(135deg, transparent 0%, transparent 50%, #fdfee4 50%, #fdfee4 100%);
  background: linear-gradient(-45deg, transparent 0%, transparent 50%, #fdfee4 50%, #fdfee4 100%);
  content: '';
}

.lessoncontent-item__image:before {
  top: 0;
  left: 0;
}

.lessoncontent-item__image:after {
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}

/* About “SHINY GEL” */
.lessonabout {
  padding: 95px 0 120px;
  background: url(images/bg_graph.png) repeat left top/contain;
}

.lessonabout-wrapper {
  padding: 0 145px;
}

.lessonabout .section-title {
  margin-bottom: 46px;
  text-align: center;
}

.lessonabout__lead {
  margin-bottom: 50px;
  text-align: center;
  font-size: 26px;
  letter-spacing: 0.1em;
}

.lessonabout__lead span {
  background: -webkit-linear-gradient(transparent 60%, #fdfee4 60%);
  background: linear-gradient(transparent 60%, #fdfee4 60%);
}

.lessonabout-list {
  display: flex;
  justify-content: center;
  padding-bottom: 40px;
  margin-bottom: 56px;
  background-image: radial-gradient(2px 2px at center center, #309b8e, #309b8e 100%, transparent, transparent);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 8px 4px;
}

.lessonabout-item {
  width: 202px;
  margin: 0 22px;
}

.lessonabout-item__titlearea {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 202px;
  margin-bottom: 32px;
}

.lessonabout-item:first-child .lessonabout-item__titlearea {
  background: url(images/bg_circle01.png) no-repeat center/contain;
}

.lessonabout-item:nth-child(2) .lessonabout-item__titlearea {
  background: url(images/bg_circle02.png) no-repeat center/contain;
}

.lessonabout-item:nth-child(3) .lessonabout-item__titlearea {
  background: url(images/bg_circle03.png) no-repeat center/contain;
}

.lessonabout-item__title {
  text-align: center;
}

.lessonabout-item__title--ja {
  display: block;
  margin-bottom: 18px;
  font-weight: 300;
}

.lessonabout-item:first-child .lessonabout-item__title--ja,
.lessonabout-item:nth-child(3) .lessonabout-item__title--ja {
  font-size: 30px;
}

.lessonabout-item:nth-child(2) .lessonabout-item__title--ja {
  font-size: 25px;
}

.lessonabout-item:nth-child(2) .lessonabout-item__title--ja span {
  font-size: 20px;
}

.lessonabout-item__title--en {
  display: block;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  letter-spacing: 0.08em;
}

.lessonabout-item:first-child .lessonabout-item__title--en,
.lessonabout-item:nth-child(2) .lessonabout-item__title--en {
  font-size: 20px;
}

.lessonabout-item:nth-child(3) .lessonabout-item__title--en {
  font-size: 18px;
}

.lessonabout-item__text {
  line-height: 1.5625;
  letter-spacing: 0.1em;
}

.lessonabout__text {
  margin-bottom: 65px;
  padding: 0 5px;
  line-height: 1.875;
  letter-spacing: 0.1em;
}

.lessonabout__image {
  width: 510px;
  margin: 0 auto;
}

.lessonabout__buttons {
  display: flex;
  justify-content: center;
}

.lessonabout .large-button:first-child {
  margin-right: 100px;
}

/* Price */
.lessonprice {
  padding: 95px 0 145px;
  background: #f1f9f7;
}

.lessonprice-wrapper {
  padding: 0 100px;
}

.lessonprice .section-title {
  margin-bottom: 40px;
  text-align: center;
}

.lessonprice__lead {
  margin-bottom: 62px;
  text-align: center;
  line-height: 2.25;
  letter-spacing: 0.1em;
}

.lessonprice-container {
  margin-bottom: 60px;
}

.lessonprice-inner {
  position: relative;
}

.lessonprice-inner:before,
.lessonprice-inner:after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 70px);
  height: 1px;
  background: #000;
  content: '';
}

.lessonprice-inner:before {
  top: 0;
}

.lessonprice-inner:after {
  bottom: 0;
}

.lessonprice-inner:nth-child(n + 2) {
  margin-top: 80px;
}

.lessonprice-list {
  position: relative;
}

.lessonprice-inner:first-child .lessonprice-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 50px 0 44px;
}

.lessonprice-inner:nth-child(2) .lessonprice-list {
  padding: 66px 0 48px;
}

.lessonprice-list:before,
.lessonprice-list:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: calc(100% - 70px);
  background: #000;
  content: '';
}

.lessonprice-list:before {
  left: 0;
}

.lessonprice-list:after {
  right: 0;
}

.lessonprice-list dt {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 80px;
  color: #fff;
  font-size: 24px;
  white-space: nowrap;
  letter-spacing: 0.06em;
}

.lessonprice-inner:first-child .lessonprice-list dt {
  background: #95ccc5;
}

.lessonprice-inner:nth-child(2) .lessonprice-list dt {
  background: #228d80;
}

.lessonprice-list__yen {
  margin-left: 22px;
  font-size: 20px;
}

.lessonprice-list__tax {
  font-size: 14px;
}

.lessonprice-list dd {
  font-size: 20px;
  letter-spacing: 0.1em;
}

.lessonprice-inner:first-child .lessonprice-list dd {
  width: 50%;
}

.lessonprice-inner:first-child .lessonprice-list dd:nth-of-type(odd) {
  padding-left: 192px;
}

.lessonprice-inner:first-child .lessonprice-list dd:nth-of-type(even) {
  padding-left: 20px;
}

.lessonprice-inner:first-child .lessonprice-list dd:nth-of-type(n + 3) {
  margin-top: 12px;
}

.lessonprice-inner:nth-child(2) .lessonprice-list dd {
  padding-left: 245px;
}

.lessonprice-inner:nth-child(2) .lessonprice-list dd:nth-of-type(n + 2) {
  margin-top: 10px;
}

.lessonprice-zoom {
  position: relative;
  width: 728px;
  height: 128px;
  margin: 0 auto 48px;
  padding: 26px 0 0 160px;
  border-radius: 64px;
  background: #fff;
}

.lessonprice-label {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -10px;
  left: -20px;
  transform: rotate(-15deg);
  width: 148px;
  height: 148px;
  background: url(images/bg_circle03.png) no-repeat center/contain;
}

.lessonprice-label__text {
  color: #555;
  font-size: 22px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.lessonprice-zoom__catchphrase {
  color: #228d80;
  font-size: 20px;
  letter-spacing: 0.08em;
}

.lessonprice-zoom__title {
  color: #555;
  font-size: 28px;
  letter-spacing: 0.08em;
}

.lessonprice-zoom__title span {
  background: -webkit-linear-gradient(transparent 70%, #fdfee4 70%);
  background: linear-gradient(transparent 70%, #fdfee4 70%);
}

.lessonprice__microcopy {
  margin-bottom: 18px;
  text-align: center;
  letter-spacing: 0.14em;
}

.lessonprice .landscape-button {
  margin: 0 auto;
}

@media screen and (max-width: 430px) {
  /* プロから学ぶ本格セルフネイル */
  .lessonintro {
    padding: 60px 0;
  }
  .lessonintro__title {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 2.5;
  }
  .lessonintro__title span {
    font-size: 22px;
  }
  .lessonintro__textarea {
    margin-bottom: 30px;
  }
  .lessonintro__text {
    font-size: 14px;
    text-align: left;
    letter-spacing: 0.05em;
  }
  .lessonintro__text:nth-child(n + 2) {
    margin-top: 15px;
  }
  .lessonintro__images {
    flex-direction: column;
  }
  .lessonintro__image {
    width: 100%;
  }
  .lessonintro__image:nth-child(2),
  .lessonintro__image:nth-child(3) {
    transition-delay: 0s;
  }
  .lessonintro__image:nth-child(n + 2) {
    margin-top: 20px;
  }
  /* Lesson */
  .lessoncontent {
    padding: 60px 0;
  }
  .lessoncontent .section-title {
    margin-bottom: 25px;
  }
  .lessoncontent-item {
    flex-direction: column;
  }
  .lessoncontent-item:nth-child(odd) {
    flex-flow: column;
  }
  .lessoncontent-item:nth-child(n + 2) {
    margin-top: 40px;
  }
  .lessoncontent-item__textarea {
    width: 100%;
    margin-bottom: 15px;
  }
  .lessoncontent-item__title {
    font-size: 18px;
  }
  .lessoncontent-item__text {
    padding-left: 0;
    font-size: 14px;
    line-height: 2.07;
    letter-spacing: 0.05em;
  }
  .lessoncontent-item__image {
    width: 100%;
  }
  .lessoncontent-item__image:before,
  .lessoncontent-item__image:after {
    width: 30px;
    height: 30px;
  }
  /* About “SHINY GEL” */
  .lessonabout {
    padding: 60px 0;
  }
  .lessonabout-wrapper {
    padding: 0;
  }
  .lessonabout .section-title {
    margin-bottom: 30px;
  }
  .lessonabout__lead {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.75;
  }
  .lessonabout-list {
    flex-direction: column;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .lessonabout-item {
    width: 100%;
    margin: 0;
  }
  .lessonabout-item:nth-child(n + 2) {
    margin-top: 40px;
  }
  .lessonabout-item__titlearea {
    height: 152px;
    margin-bottom: 15px;
  }
  .lessonabout-item__title--ja {
    margin-bottom: 5px;
  }
  .lessonabout-item:first-child .lessonabout-item__title--ja,
  .lessonabout-item:nth-child(3) .lessonabout-item__title--ja {
    font-size: 22px;
  }
  .lessonabout-item:nth-child(2) .lessonabout-item__title--ja {
    font-size: 22px;
  }
  .lessonabout-item:first-child .lessonabout-item__title--en,
  .lessonabout-item:nth-child(2) .lessonabout-item__title--en {
    font-size: 15px;
  }
  .lessonabout-item:nth-child(3) .lessonabout-item__title--en {
    font-size: 15px;
  }
  .lessonabout-item__text {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
  .lessonabout__text {
    margin-bottom: 30px;
    padding: 0;
    font-size: 14px;
    line-height: 2.07;
    letter-spacing: 0.05em;
  }
  .lessonabout__image {
    width: 100%;
  }
  .lessonabout__buttons {
    flex-direction: column;
    align-items: center;
  }
  .lessonabout .large-button:first-child {
    margin-right: 0;
  }
  .lessonabout .large-button:nth-child(n + 2) {
    margin-top: 20px;
  }
  /* Price */
  .lessonprice {
    padding: 60px 0;
  }
  .lessonprice-wrapper {
    padding: 0;
  }
  .lessonprice .section-title {
    margin-bottom: 25px;
  }
  .lessonprice__lead {
    margin-bottom: 50px;
    font-size: 14px;
    line-height: 2.07;
    letter-spacing: 0.05em;
  }
  .lessonprice-inner:first-child .lessonprice-list,
  .lessonprice-inner:nth-child(2) .lessonprice-list {
    padding: 45px 0 30px;
  }
  .lessonprice-inner:nth-child(n + 2) {
    margin-top: 60px;
  }
  .lessonprice-inner:before,
  .lessonprice-inner:after {
    width: calc(100% - 50px);
  }
  .lessonprice-list:before,
  .lessonprice-list:after {
    height: calc(100% - 50px);
  }
  .lessonprice-list dt {
    top: -18px;
    padding: 8px 20px;
    font-size: 14px;
  }
  .lessonprice-list__yen {
    margin-left: 8px;
    font-size: 16px;
  }
  .lessonprice-list__tax {
    font-size: 12px;
  }
  .lessonprice-list dd {
    font-size: 14px;
  }
  .lessonprice-inner:first-child .lessonprice-list dd {
    width: 100%;
  }
  .lessonprice-inner:first-child .lessonprice-list dd:nth-of-type(n + 2) {
    margin-top: 8px;
  }
  .lessonprice-inner:first-child .lessonprice-list dd:nth-of-type(odd) {
    padding-left: 40px;
  }
  .lessonprice-inner:first-child .lessonprice-list dd:nth-of-type(even) {
    padding-left: 40px;
  }
  .lessonprice-inner:nth-child(2) .lessonprice-list dd {
    padding-left: 40px;
  }
  .lessonprice-inner:nth-child(2) .lessonprice-list dd:nth-of-type(n + 2) {
    margin-top: 8px;
  }
  .lessonprice-zoom {
    width: 100%;
    height: 98px;
    margin: 0 auto 30px;
    padding: 16px 0 0px 88px;
    border-radius: 49px;
  }
  .lessonprice-zoom__catchphrase {
    font-size: 13px;
  }
  .lessonprice-zoom__title {
    font-size: 16px;
  }
  .lessonprice-label {
    left: -12px;
    width: 88px;
    height: 88px;
  }
  .lessonprice-label__text {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
  .lessonprice__microcopy {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}

/*-------------------------------------------
CTA
-------------------------------------------*/
.cta-items {
  display: flex;
}

.cta-item {
  display: flex;
  width: 50%;
  height: 435px;
}

.cta-resavation {
  /*background: url(images/bg_cta01.png) no-repeat center / cover;*/
}

.cta-contact {
  /*align-items: center;
  padding-left: 75px;
  background: url(images/bg_cta02.png) no-repeat center / cover;*/
}

.cta-item__link {
  display: flex;
  align-items: center;
  width: 100%;
  transition: opacity .6s;
}

.cta-resavation .cta-item__link {
  justify-content: flex-end;
  padding-right: 75px;
  background: url(images/bg_cta01.png) no-repeat center/cover;
}

.cta-contact .cta-item__link {
  padding-left: 75px;
  background: url(images/bg_cta02.png) no-repeat center/cover;
}

.cta-item__link:hover {
  opacity: 0.6;
}

.cta-item__textarea {
  width: 310px;
  height: 208px;
  background: rgba(255, 255, 255, 0.75);
}

.cta-resavation .cta-item__textarea {
  padding-top: 30px;
}

.cta-contact .cta-item__textarea {
  padding-top: 30px;
}

.cta-item__title {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.2em;
}

.cta-resavation__title {
  color: #848826;
}

.cta-contact__title {
  color: #1e7d6b;
}

.cta-item span {
  display: block;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  letter-spacing: 0.2em;
}

.cta-contact__title span {
  margin-bottom: 10px;
  font-size: 30px;
}

.cta-resavation__title span {
  margin-bottom: 8px;
  font-size: 35px;
}

.cta-item__text {
  letter-spacing: 0.2em;
  text-align: center;
}

.cta-resavation__text {
  padding-top: 18px;
  color: #000;
  line-height: 1.875;
}

.cta-contact__text {
  padding-top: 8px;
  color: #000;
  font-size: 14px;
  line-height: 1.57;
}

.cta-contact__text span {
  display: block;
  font-family: 'Lato', sans-serif;
}

@media screen and (max-width: 430px) {
  .cta-items {
    flex-direction: column;
  }
  .cta-item {
    width: 100%;
    height: 280px;
  }
  .cta-resavation .cta-item__link,
  .cta-contact .cta-item__link {
    justify-content: center;
    padding: 0;
  }
  .cta-item__textarea {
    width: 300px;
    height: 190px;
  }
  .cta-resavation .cta-item__textarea {
    padding-top: 20px;
  }
  .cta-contact .cta-item__textarea {
    padding-top: 20px;
  }
  .cta-contact {
    justify-content: center;
    padding-left: 0;
  }
  .cta-item__title {
    font-size: 13px;
  }
  .cta-item__title span {
    margin-bottom: 2px;
    font-size: 30px;
  }
  .cta-resavation__text {
    padding-top: 8px;
    font-size: 14px;
  }
}

/*-------------------------------------------
下層ページ タイトル（見出し） / 背景画像
-------------------------------------------*/
.pagehead {
  display: flex;
  justify-content: center;
  height: 395px;
  padding-top: 150px;
  background: url(images/bg_pagehead.png) no-repeat center/cover;
}

.pagehead__title {
  color: #222;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.24em;
}

.pagehead__title span {
  display: block;
  margin-bottom: 8px;
  font-family: 'Lato', sans-serif;
  font-size: 45px;
  font-weight: 300;
  letter-spacing: 0.24em;
}

.pagehead__title span:first-letter {
  text-transform: uppercase;
}

@media screen and (max-width: 430px) {
  .pagehead {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    height: 180px;
  }
  .pagehead__title {
    font-size: 14px;
  }
  .pagehead__title span {
    margin-bottom: 2px;
    font-size: 28px;
  }
}

/*-------------------------------------------
Breadcrumb NavXT
-------------------------------------------*/
.breadcrumbs {
  padding: 20px 0 46px;
  font-size: 14px;
  letter-spacing: .05em;
}

.breadcrumbs .inner > span:first-child {
  padding-right: 8px;
}

.breadcrumbs .inner > span:nth-child(n + 2) {
  padding: 0 8px;
}

.breadcrumbs a {
  color: #000;
  transition: opacity .6s;
}

.breadcrumbs a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 430px) {
  .breadcrumbs {
    font-size: 13px;
    line-height: 1.75;
  }
}

/*-------------------------------------------
Container
-------------------------------------------*/
.container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
}

.archive .container {
  width: 100%;
  max-width: 1030px;
  padding: 0 20px 200px;
}

.single .container {
  width: 100%;
  max-width: 1120px;
  padding: 0 70px 185px 20px;
}

.archive .container main {
  width: 100%;
  max-width: 700px;
}

.single .container main {
  width: 100%;
  max-width: 670px;
}

.container aside {
  width: 100%;
  max-width: 250px;
}

@media screen and (max-width: 430px) {
  .container {
    flex-direction: column;
  }
  .archive .container main,
  .single .container main {
    margin-bottom: 70px;
  }
  .archive .container,
  .single .container {
    padding: 0 20px 80px;
  }
  .container aside {
    max-width: none;
  }
}

/*-------------------------------------------
Archive
-------------------------------------------*/
.archive-cards {
  margin-bottom: 48px;
  padding-top: 15px;
}

.archive-card {
  padding: 0 5px 25px;
  border-bottom: 1px solid #d9d9d9;
}

.archive-card:nth-child(n + 2) {
  margin-top: 28px;
}

.archive-card__link {
  display: flex;
  align-items: flex-start;
  transition: opacity .6s;
}

.archive-card__link:hover {
  opacity: 0.6;
}

.archive-card__thumbnail {
  position: relative;
  width: 135px;
}

.archive-card__thumbnail:before {
  display: block;
  padding-top: calc((95 / 135) * 100%);
  padding-top: calc((200 / 285) * 100%);
  content: '';
}

.archive-card__thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.archive-card__textarea {
  width: calc(100% - 135px);
  padding-left: 32px;
}

.archive-card__meta {
  margin-bottom: 16px;
  padding-left: 2px;
}

.archive-card__time {
  color: #008474;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  letter-spacing: 0.1em;
}

.archive-card__title {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.71;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 430px) {
  .archive-cards {
    margin-bottom: 40px;
    padding-top: 0;
  }
  .archive-card {
    padding: 0 0 20px;
  }
  .archive-card:nth-child(n + 2) {
    margin-top: 20px;
  }
  .archive-card__link {
    flex-direction: column;
  }
  .archive-card__thumbnail {
    width: 100%;
    margin-bottom: 10px;
  }
  .archive-card__textarea {
    width: 100%;
    padding-left: 0;
  }
  .archive-card__meta {
    margin-bottom: 5px;
    padding-left: 0;
  }
  .archive-card__time {
    font-size: 12px;
    letter-spacing: 0.05em;
  }
  .archive-card__title {
    line-height: 2.07;
    letter-spacing: 0.05em;
  }
}

/*-------------------------------------------
ネイルギャラリー
-------------------------------------------*/
.nail-wrapper {
  padding-bottom: 200px;
}

.nail-cards {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 48px;
}

.nail-card {
  width: 320px;
}

.nail-card:not(:nth-child(3n)) {
  margin-right: 60px;
}

.nail-card:nth-child(n + 4) {
  margin-top: 60px;
}

.nail-card__thumbnail {
  position: relative;
  width: 100%;
  margin-bottom: 5px;
}

.nail-card__thumbnail:before {
  display: block;
  padding-top: calc((200 / 285) * 100%);
  content: '';
}

.nail-card__thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/*.nail-card__textarea {

}

.nail-card__meta {
  margin-bottom: 5px;
  padding-left: 2px;
}

.nail-card__time {
  color: #008474;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  letter-spacing: 0.1em;
}

.nail-card__title {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.71;
  letter-spacing: 0.04em;
}*/
@media screen and (max-width: 430px) {
  .nail-wrapper {
    padding-bottom: 80px;
  }
  .nail-cards {
    margin-bottom: 40px;
  }
  .nail-card {
    width: 100%;
  }
  .nail-card:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .nail-card:nth-child(n + 2) {
    margin-top: 50px;
  }
  /*.nail-card__time {
    font-size: 12px;
    letter-spacing: 0.05em;
  }

  .nail-card__title {
    line-height: 2.07;
    letter-spacing: 0.05em;
  }*/
}

/*-------------------------------------------
Pagenation
-------------------------------------------*/
.pagenation {
  display: flex;
  justify-content: center;
}

.pagenation .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 33px;
  margin: 0 2px 2px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.pagenation span {
  background: #def3ef;
  color: #008474;
}

.pagenation a {
  background: #008474;
  color: #fff;
  transition: opacity .6s;
}

.pagenation a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 430px) {
  .pagenation .page-numbers {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}

/*-------------------------------------------
Single
-------------------------------------------*/
.post {
  margin-bottom: 90px;
}

.post__title {
  margin-bottom: 6px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.post__meta {
  margin-bottom: 45px;
  padding-left: 4px;
}

.post__time {
  color: #008474;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  letter-spacing: 0.05em;
}

.post__thumbnail {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}

.post__thumbnail:before {
  display: block;
  padding-top: calc((360 / 670) * 100%);
  content: '';
}

.post__thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post__content {
  line-height: 1.5;
}

.post__content p {
  margin-bottom: 2.25em;
  color: #333;
  line-height: 2.25;
  letter-spacing: 0.06em;
}

.post__content h2,
.post__content h3,
.post__content h4 {
  color: #333;
}

.post__content h2 {
  margin: 1.65em 0;
  padding: 14px 0 16px 16px;
  border-top: 2px solid #008474;
  background: #def3ef;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.09em;
}

.post__content h3 {
  margin: 1.75em 0;
  padding: 4px 0 4px 18px;
  border-left: 3px solid #008474;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.post__content h4 {
  position: relative;
  margin: 2.65em 0 1.85em;
  padding-left: 42px;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
}

.post__content h4:before {
  position: absolute;
  top: 6px;
  left: 12px;
  transform: rotate(45deg);
  width: 12px;
  height: 20px;
  border-right: 5px solid #008474;
  border-bottom: 5px solid #008474;
  content: '';
}

.post-wrapper .large-button {
  margin: 0 auto;
}

@media screen and (max-width: 430px) {
  .post {
    margin-bottom: 60px;
  }
  .post__title {
    font-size: 18px;
  }
  .post__meta {
    margin-bottom: 25px;
    padding-left: 0;
  }
  .post__thumbnail {
    margin-bottom: 20px;
  }
  .post__content h2 {
    padding: 10px 0 12px 14px;
    font-size: 17px;
  }
  .post__content h3 {
    padding: 2px 0 2px 16px;
    font-size: 16px;
  }
  .post__content h4 {
    padding-left: 38px;
    font-size: 15px;
  }
  .post__content h4:before {
    width: 8px;
    height: 16px;
    border-right: 3px solid #008474;
    border-bottom: 3px solid #008474;
  }
  .post__content p {
    font-size: 14px;
    line-height: 2.07;
    letter-spacing: 0.05em;
  }
}

/*-------------------------------------------
Aside
-------------------------------------------*/
.widget:nth-child(n + 2) {
  margin-top: 80px;
}

.widget__title {
  margin-bottom: 18px;
  padding-bottom: 10px;
  border-bottom: 2px solid #88cec1;
  color: #008474;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.05em;
}

.widget__list {
  padding-left: 12px;
}

.widget__list li {
  line-height: 1.5;
}

.widget__list li:nth-child(n + 2) {
  margin-top: 10px;
}

.widget__list .children {
  margin-top: 10px;
  padding-left: 15px;
}

.widget__list li a {
  position: relative;
  padding-left: 16px;
  color: #000;
  transition: opacity .6s;
}

.widget__list li a:hover {
  opacity: 0.6;
}

.widget__list li a:before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  content: '';
}

@media screen and (max-width: 430px) {
  .widget:nth-child(n + 2) {
    margin-top: 40px;
  }
  .widget__title {
    margin-bottom: 15px;
    padding-bottom: 6px;
    border-bottom: 1px solid #88cec1;
    font-size: 18px;
  }
  .widget__list {
    padding-left: 0;
  }
  .widget__list li {
    font-size: 14px;
  }
}

/*-------------------------------------------
Password
-------------------------------------------*/
input[type="password"] {
  width: 100%;
  margin-bottom: 8px;
  padding: 4px 10px;
  background: #eff1f5;
}

input[type='submit'] {
  padding: 4px 12px;
  border: 1px solid #767676;
  border-radius: 2px;
  background: #efefef;
  color: #000;
  font-size: 14px;
  line-height: normal;
  transition: opacity .6s;
}

input[type='submit']:hover {
  opacity: 0.6;
}

/*-------------------------------------------
LP
-------------------------------------------*/
/* 共通 */
.lp-section-title {
  position: relative;
  font-weight: 400;
  text-align: center;
  line-height: 1.67;
  letter-spacing: 0.1em;
}

.lp-section-title--small {
  font-size: 20px;
}

.lp-section-title--medium {
  font-size: 24px;
}

.lp-section-title--large {
  font-size: 30px;
}

.lp-section-title:before {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 74px;
  height: 5px;
  background: #88cec1;
  content: '';
}

.grid {
  background: url(images/bg_graph.png) repeat left top/contain;
}

.message {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /*  position: relative;*/
  height: 342px;
}

.message--first {
  background: url(images/bg_lp01_pc.jpg) repeat left top/cover;
}

.message--second {
  background: url(images/bg_lp02_pc.jpg) repeat left top/cover;
}

.message--third {
  background: url(images/bg_lp03_pc.jpg) repeat left top/cover;
}

/*.message:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}

.message--first:before {
  background: rgba(209, 234, 230, .8);
}

.message--second:before {
  background: rgba(253, 254, 228, .65);
}

.message--third:before {
  background: rgba(246, 245, 240, .6);
}*/
.message__textarea {
  /*position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;*/
}

.message__title {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 26px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.message__title span {
  padding: 6px 14px;
  background: #008474;
}

.message__title span:nth-child(n + 2) {
  margin-top: 12px;
}

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

.message--first__text {
  color: #00584d;
  font-weight: 500;
  line-height: 2;
}

.message--second__text,
.message--third__text {
  color: #333;
}

.message--second__text {
  line-height: 2;
}

.message--third__text {
  line-height: 2.5;
}

.message__text span {
  margin: 0 5px;
  font-weight: 500;
}

.message--second__text span {
  padding: 2px 6px;
  background: #008474;
  color: #fff;
}

.message--third__text span {
  padding: 5px 10px;
  background: #f6f5f0;
  color: #188f80;
}

@media screen and (max-width: 430px) {
  .lp-section-title--small {
    font-size: 16px;
  }
  .lp-section-title--medium {
    font-size: 18px;
  }
  .lp-section-title--large {
    font-size: 20px;
  }
  .lp-section-title:before {
    bottom: -12px;
    width: 58px;
    height: 3px;
  }
  .message {
    height: 242px;
  }
  .message--first {
    background: url(images/bg_lp01_sp.jpg) repeat left top/cover;
  }
  .message--second {
    background: url(images/bg_lp02_sp.jpg) repeat left top/cover;
  }
  .message--third {
    background: url(images/bg_lp03_sp.jpg) repeat left top/cover;
  }
  /*.message__textarea {
    padding: 0 20px;
  }*/
  .message__title {
    margin-bottom: 10px;
    font-size: 15px;
    text-align: center;
  }
  .message__title span {
    padding: 4px 10px;
  }
  .message__text {
    font-size: 15px;
  }
}

/* メインビジュアル */
.lp-hero {
  position: relative;
  padding: 572px 0 38px;
  background: url(images/bg_lp-hero_pc.png) no-repeat left calc(50% - -35px) top 30px/1226px 675px;
}

.lp-hero:before,
.lp-hero:after {
  position: absolute;
  z-index: -1;
  background: #dbf0ec;
  content: '';
}

.lp-hero:before {
  bottom: 0;
  right: calc(50% - 130px);
  width: 100%;
  height: 100%;
  border-bottom-right-radius: 50px;
}

.lp-hero:after {
  top: 240px;
  left: 0;
  width: 100%;
  height: 287px;
}

.lp-hero__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

.lp-hero__title {
  margin-bottom: 20px;
  color: #555;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.lp-hero__title span {
  display: block;
  color: #008474;
  font-size: 57px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.lp-hero__catch {
  display: inline-block;
  margin-left: 4px;
  padding: 8px 15px 8px 20px;
  background: #5db6a5;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.16em;
}

@media screen and (max-width: 430px) {
  .lp-hero {
    padding: 425px 0 0;
    background: url(images/bg_lp-hero_sp.png) no-repeat left calc(50% - 15px) top 15px/318px 384px;
  }
  .lp-hero:before {
    bottom: 112px;
    right: calc(50% - 60px);
    width: 100%;
    height: 100%;
    border-bottom-right-radius: 20px;
  }
  .lp-hero:after {
    top: 45px;
    height: 112px;
  }
  .lp-hero__inner {
    padding: 0 10px;
  }
  .lp-hero__title {
    margin-bottom: 12px;
    font-size: 15px;
    letter-spacing: 0.15em;
  }
  .lp-hero__title span {
    margin-top: 2px;
    font-size: 23px;
  }
  .lp-hero__catch {
    margin-left: 0;
    padding: 6px 8px 6px 16px;
    font-size: 12px;
    letter-spacing: 0.27em;
  }
}

/* サロンの立ち上げ、こんな壁にぶつかりませんでしたか？ */
.lp-problem {
  padding: 98px 0 110px;
}

.lp-problem .lp-section-title {
  margin-bottom: 55px;
}

.lp-problem__list {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}

.lp-problem__list li {
  padding: 8px 0 8px 32px;
  border-bottom: 1px solid #88cec1;
  line-height: 2.5;
  letter-spacing: 0.1em;
}

.lp-problem__list li:before {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 28px;
  background: #88cec1;
  content: '';
}

.lp-problem__list li span {
  font-weight: 700;
}

@media screen and (max-width: 430px) {
  .lp-problem {
    padding: 60px 0;
  }
  .lp-problem__list li {
    padding: 4px 0 4px 1em;
    font-size: 15px;
    text-indent: -1em;
    line-height: 2;
  }
  .lp-problem__list li:before {
    width: 8px;
    height: 8px;
    margin-right: 8px;
    vertical-align: 1px;
  }
}

/* このサポートプログラムの特徴、それは… */
.lp-solution {
  padding: 95px 0 85px;
}

.lp-solution__title {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.1em;
}

.lp-solution__title span {
  display: inline-block;
  margin-top: 28px;
  padding: 14px 20px;
  background: #88cec1;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.lp-solution__textarea {
  margin-bottom: 60px;
}

.lp-solution__text {
  text-align: center;
  line-height: 1.875;
  letter-spacing: 0.1em;
}

.lp-solution__text:nth-child(n + 2) {
  margin-top: 1.875em;
}

.lp-solution__text span {
  background: -webkit-linear-gradient(transparent 60%, #c3e6e0 60%);
  background: linear-gradient(transparent 60%, #c3e6e0 60%);
}

.lp-solution__images {
  display: flex;
  justify-content: center;
  align-items: center;
}

.lp-solution__image:first-child,
.lp-solution__image:nth-child(3) {
  width: 322px;
}

.lp-solution__image:nth-child(2) {
  width: 323px;
  margin: 0 55px;
  transition-delay: .3s;
}

.lp-solution__image:nth-child(3) {
  transition-delay: .6s;
}

@media screen and (max-width: 430px) {
  .lp-solution {
    padding: 60px 0;
  }
  .lp-problem .lp-section-title {
    margin-bottom: 45px;
  }
  .lp-solution__title {
    font-size: 16px;
  }
  .lp-solution__title span {
    margin-top: 8px;
    padding: 6px 10px;
    font-size: 17px;
  }
  .lp-solution__textarea {
    margin-bottom: 30px;
  }
  .lp-solution__text {
    font-size: 14px;
    text-align: left;
  }
  .lp-solution__text:nth-child(n + 2) {
    margin-top: 15px;
  }
  .lp-solution__images {
    flex-direction: column;
  }
  .lp-solution__image:nth-child(2),
  .lp-solution__image:nth-child(3) {
    margin-top: 15px;
  }
}

/* サポートを受けることで、視野が広がり… */
.lp-merit {
  padding-top: 86px;
}

.lp-merit .lp-section-title {
  margin-bottom: 102px;
}

.lp-merit-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 935px;
  margin: 0 auto;
}

.lp-merit-item {
  position: relative;
  width: 445px;
  height: 228px;
  padding-top: 65px;
  background: #f6f5f0;
}

.lp-merit-item:nth-child(odd) {
  margin-right: 45px;
}

.lp-merit-item:nth-child(even) {
  transition-delay: .3s;
}

.lp-merit-item:nth-child(n + 3) {
  margin-top: 55px;
}

.lp-merit-item__number {
  position: absolute;
  top: -26px;
  left: 0;
  z-index: 1;
  width: 100%;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.15em;
}

.lp-merit-item__number:before {
  position: absolute;
  bottom: -18px;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 37px solid #fff;
  border-left: 54px solid transparent;
  border-right: 54px solid transparent;
  content: '';
}

.lp-merit-item__number span {
  display: block;
  color: #008474;
  font-size: 16px;
  letter-spacing: 0.15em;
}

.lp-merit-item__container {
  display: flex;
  align-items: center;
}

.lp-merit-item__imagearea {
  width: 50%;
}

.lp-merit-item__image {
  margin: 0 auto;
}

.lp-merit-item:first-child .lp-merit-item__image {
  width: 102px;
}

.lp-merit-item:nth-child(2) .lp-merit-item__image {
  width: 119px;
}

.lp-merit-item:nth-child(3) .lp-merit-item__image {
  width: 91px;
}

.lp-merit-item:nth-child(4) .lp-merit-item__image {
  width: 66px;
}

.lp-merit-item:nth-child(5) .lp-merit-item__image {
  width: 113px;
}

.lp-merit-item:nth-child(6) .lp-merit-item__image {
  width: 119px;
}

.lp-merit-item__text {
  width: 50%;
  font-size: 18px;
  line-height: 1.67;
  letter-spacing: 0.15em;
}

.lp-merit-item__text span {
  color: #008474;
  font-weight: 700;
}

@media screen and (max-width: 430px) {
  .lp-merit {
    padding-top: 60px;
  }
  .lp-merit .lp-section-title {
    margin-bottom: 82px;
  }
  .lp-merit-item {
    width: 48%;
    height: 218px;
    padding: 35px 10px 10px;
  }
  .lp-merit-item:nth-child(odd) {
    margin-right: 4%;
  }
  .lp-merit-item:nth-child(n + 3) {
    margin-top: 45px;
  }
  .lp-merit-item__number {
    top: -20px;
    font-size: 15px;
  }
  .lp-merit-item__number:before {
    bottom: -8px;
    border-top: 25px solid #fff;
    border-left: 38px solid transparent;
    border-right: 38px solid transparent;
  }
  .lp-merit-item__number span {
    font-size: 13px;
  }
  .lp-merit-item__container {
    flex-direction: column;
  }
  .lp-merit-item__imagearea {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 65px;
    margin-bottom: 12px;
  }
  .lp-merit-item:first-child .lp-merit-item__image {
    width: 51px;
  }
  .lp-merit-item:nth-child(2) .lp-merit-item__image {
    width: 60px;
  }
  .lp-merit-item:nth-child(3) .lp-merit-item__image {
    width: 45px;
  }
  .lp-merit-item:nth-child(4) .lp-merit-item__image {
    width: 33px;
  }
  .lp-merit-item:nth-child(5) .lp-merit-item__image {
    width: 66px;
  }
  .lp-merit-item:nth-child(6) .lp-merit-item__image {
    width: 55px;
  }
  .lp-merit-item__text {
    width: 100%;
    font-size: 14px;
  }
}

/* サポートプログラムを受けた方から… */
.lp-voice {
  padding-top: 90px;
}

.lp-voice .lp-section-title {
  margin-bottom: 76px;
}

.lp-voice-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 68px 98px 42px;
  border: 1px solid #88cec1;
  background: #edf7f5;
}

.lp-voice-item__imagearea {
  width: 228px;
  padding-top: 5px;
}

.lp-voice-item__image {
  position: relative;
  margin-bottom: 6px;
}

.lp-voice-item__image:before {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border: 1px solid #008474;
  content: '';
}

.lp-voice-item__name {
  text-align: center;
  letter-spacing: 0.1em;
}

.lp-voice-item__name span {
  display: block;
  font-size: 20px;
  letter-spacing: 0.1em;
}

.lp-voice-item__textrea {
  width: calc(100% - 228px);
  padding-left: 78px;
}

.lp-voice-item__title {
  margin-bottom: 22px;
  padding-bottom: 12px;
  border-bottom: 2px solid #88cec1;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.lp-voice-item__text {
  line-height: 1.875;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 430px) {
  .lp-voice {
    padding-top: 60px;
  }
  .lp-voice .lp-section-title {
    margin-bottom: 60px;
  }
  .lp-voice-item {
    flex-direction: column;
    padding: 20px 20px;
  }
  .lp-voice-item__imagearea {
    width: 100%;
    margin-bottom: 15px;
  }
  .lp-voice-item__image {
    width: 210px;
    margin: 0 auto 6px;
    padding-top: 0;
  }
  .lp-voice-item__image:before {
    top: -5px;
    left: -5px;
  }
  .lp-voice-item__name {
    font-size: 14px;
  }
  .lp-voice-item__name span {
    font-size: 16px;
  }
  .lp-voice-item__textrea {
    width: 100%;
    padding-left: 0;
  }
  .lp-voice-item__title {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #88cec1;
    font-size: 15px;
  }
  .lp-voice-item__text {
    font-size: 14px;
  }
}

/* 講師紹介 */
.lp-intro {
  padding: 120px 0 132px;
}

.lp-intro .lp-section-title {
  margin-bottom: 108px;
}

.lp-intro__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 40px;
}

.lp-intro__image {
  position: relative;
  width: 445px;
}

.lp-intro__image:before {
  position: absolute;
  bottom: -50px;
  left: -40px;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-bottom-left-radius: 50px;
  background: #f6f5f0;
  content: '';
}

.lp-intro__inner {
  width: calc(100% - 445px);
  padding: 10px 0 0 52px;
}

.lp-intro__name {
  margin-bottom: 45px;
  padding: 6px 14px;
  border-left: 9px solid #309b8e;
  font-size: 14px;
  letter-spacing: 0.1em;
}

.lp-intro__name span {
  display: block;
  padding-top: 6px;
  font-size: 28px;
  letter-spacing: 0.1em;
}

.lp-intro__text {
  line-height: 1.875;
  letter-spacing: 0.1em;
}

.lp-intro__text:nth-child(n + 2) {
  margin-top: 1.875em;
}

@media screen and (max-width: 430px) {
  .lp-intro {
    padding: 60px 0;
  }
  .lp-intro .lp-section-title {
    margin-bottom: 60px;
  }
  .lp-intro__container {
    flex-direction: column;
    padding-left: 0;
  }
  .lp-intro__image {
    width: 280px;
    margin: 0 auto 40px;
  }
  .lp-intro__image:before {
    left: -20px;
    bottom: -20px;
  }
  .lp-intro__inner {
    width: 100%;
    padding: 0;
  }
  .lp-intro__name {
    margin-bottom: 15px;
    padding: 4px 12px;
    border-left: 5px solid #309b8e;
    font-size: 13px;
  }
  .lp-intro__name span {
    padding-top: 2px;
    font-size: 22px;
  }
  .lp-intro__text {
    font-size: 14px;
  }
  .lp-intro__text:nth-child(n + 2) {
    margin-top: 15px;
  }
}

/* サポートプログラム詳細 */
.lp-program {
  padding-top: 92px;
}

.lp-program .lp-section-title {
  margin-bottom: 64px;
}

.lp-program__catch {
  margin-bottom: 28px;
  color: #008474;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
}

.lp-program__catch span {
  display: inline-block;
  margin-top: 6px;
  padding: 10px 15px;
  background: #d1eae6;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.lp-program__lead {
  margin-bottom: 290px;
  text-align: center;
  line-height: 1.875;
  letter-spacing: 0.1em;
}

.lp-program-list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.lp-program-item {
  position: relative;
  z-index: 1;
  width: 450px;
  margin: 0 50px;
}

.lp-program-item__image {
  position: absolute;
  top: -235px;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  width: 490px;
}

.lp-program-item__inner {
  height: 412px;
  padding: 38px 22px;
  background: #f6f5f0;
}

.lp-program-item__title {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.1em;
}

.lp-program-item--standard__title {
  margin-bottom: 25px;
}

.lp-program-item--premium__title {
  margin-bottom: 22px;
}

.lp-program-item__title span {
  display: block;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.lp-program-item__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.lp-program-item--standard__list {
  margin-bottom: 25px;
}

.lp-program-item--premium__list {
  margin-bottom: 14px;
}

.lp-program-item__list dt,
.lp-program-item__list dd {
  font-size: 18px;
  letter-spacing: 0.1em;
}

.lp-program-item__list dt:nth-of-type(n + 2),
.lp-program-item__list dd:nth-of-type(n + 2) {
  margin-top: 20px;
}

.lp-program-item__list dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 84px;
  height: 42px;
  border-radius: 21px;
  color: #fff;
}

.lp-program-item:first-child .lp-program-item__list dt {
  background: #88cec1;
}

.lp-program-item:nth-child(2) .lp-program-item__list dt {
  background: #008474;
}

.lp-program-item__list dd {
  width: calc(100% - 84px);
  padding-left: 20px;
}

.lp-program-item__list dd span {
  font-size: 14px;
}

.lp-program-item__list ul li {
  font-size: 16px;
  line-height: 1.75;
}

.lp-program-item__note li {
  color: #3d3d3d;
  line-height: 1.5625;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 430px) {
  .lp-program {
    padding-top: 60px;
  }
  .lp-program .lp-section-title {
    margin-bottom: 45px;
  }
  .lp-program__catch {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .lp-program__catch span {
    padding: 6px 18px;
    font-size: 16px;
  }
  .lp-program__lead {
    margin-bottom: 180px;
    font-size: 14px;
    text-align: left;
  }
  .lp-program-list {
    flex-direction: column;
  }
  .lp-program-item {
    width: 100%;
    margin: 0;
  }
  .lp-program-item:nth-child(n + 2) {
    margin-top: 180px;
  }
  .lp-program-item__image {
    top: -155px;
    width: 100%;
  }
  .lp-program-item__inner {
    width: calc(100% - 40px);
    height: auto;
    margin: 0 auto;
    padding: 25px 20px;
  }
  .lp-program-item__title {
    font-size: 14px;
  }
  .lp-program-item--standard__title,
  .lp-program-item--premium__title {
    margin-bottom: 15px;
  }
  .lp-program-item__title span {
    font-size: 17px;
  }
  .lp-program-item--standard__list,
  .lp-program-item--premium__list {
    margin-bottom: 15px;
  }
  .lp-program-item__list dt,
  .lp-program-item__list dd {
    font-size: 13px;
  }
  .lp-program-item__list dt:nth-of-type(n + 2),
  .lp-program-item__list dd:nth-of-type(n + 2) {
    margin-top: 12px;
  }
  .lp-program-item__list dt {
    width: 64px;
    height: 34px;
    border-radius: 17px;
  }
  .lp-program-item__list dd {
    padding-left: 12px;
  }
  .lp-program-item__list ul li {
    padding-left: 1em;
    font-size: 13px;
    text-indent: -1em;
  }
  .lp-program-item__note li {
    padding-left: 1em;
    font-size: 13px;
    text-indent: -1em;
  }
}

/*オプションメニュー*/
.lp-menu {
  padding: 42px 0 156px;
}

.lp-menu .lp-section-title {
  margin-bottom: 58px;
}

.lp-menu-container {
  width: 100%;
  max-width: 998px;
  margin: 0 auto;
  padding: 65px 120px 65px 128px;
  background: #f6f5f0;
}

.lp-menu-item:nth-child(n + 2) {
  margin-top: 20px;
}

.lp-menu-item__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.lp-menu-item__list dt,
.lp-menu-item__list dd {
  font-size: 24px;
  letter-spacing: 0.1em;
}

.lp-menu-item__list dt {
  display: flex;
  align-items: center;
  flex-grow: 1;
}

.lp-menu-item__list dt:before {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 20px;
  background: #188f80;
  content: '';
}

.lp-menu-item__list dt:after {
  flex-grow: 1;
  height: 1px;
  margin: 0 35px 0 15px;
  border-top: 1px dotted #898989;
  content: '';
}

@media screen and (max-width: 430px) {
  .lp-menu {
    padding: 30px 0 60px;
  }
  .lp-menu .lp-section-title {
    margin-bottom: 45px;
  }
  .lp-menu-container {
    padding: 15px;
  }
  .lp-menu-item__list {
    flex-direction: column;
    align-items: center;
  }
  .lp-menu-item__list dt,
  .lp-menu-item__list dd {
    font-size: 15px;
  }
  .lp-menu-item__list dt:before {
    width: 8px;
    height: 8px;
    margin-right: 10px;
  }
  .lp-menu-item__list dt:after {
    content: none;
  }
  .lp-menu-item__list dd {
    padding-left: 18px;
  }
}

/* サポートプログラムにご興味がある方は必見！… */
.lp-cta {
  position: relative;
  padding: 148px 0 102px;
  background: url(images/bg_lp-cta.png) no-repeat center/cover;
}

.lp-cta:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(103, 103, 103, 0.5);
  content: '';
}

.lp-cta__container {
  position: relative;
  z-index: 1;
  width: 806px;
  margin: 0 auto;
  padding: 66px 0 58px;
  background: #fff;
}

.lp-cta__container:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid #188f80;
  content: '';
}

.lp-cta__head {
  position: relative;
}

.lp-cta__label {
  display: flex;
  align-items: center;
  position: absolute;
  top: -32px;
  left: 92px;
  width: 97px;
  height: 92px;
  /*  padding-left: 12px;*/
  /*  background: url(images/bg_polygon.png) no-repeat center / contain;*/
}

/*.lp-cta__only {
  transform: rotate(-8deg);
  color: #555;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
}*/
.lp-cta__title {
  margin-bottom: 20px;
  color: #555;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.1em;
}

.lp-cta__title span {
  display: inline-block;
  margin-top: 10px;
  padding: 3px 15px;
  background: #188f80;
  color: #fff;
  font-size: 33px;
  letter-spacing: 0.1em;
}

.lp-cta__text {
  margin-bottom: 45px;
  line-height: 2.1875;
  text-align: center;
  letter-spacing: 0.1em;
}

.lp-cta__button {
  display: flex;
  align-items: center;
  position: relative;
  width: 335px;
  height: 68px;
  margin: 0 auto;
  padding-left: 42px;
  border-radius: 34px;
  background: #424242;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
  transition: opacity .6s;
}

.lp-cta__button:hover {
  opacity: 0.6;
}

.lp-cta__button:before {
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: '';
}

@media screen and (max-width: 430px) {
  .lp-cta {
    padding: 80px 0 60px;
  }
  .lp-cta__container {
    width: 100%;
    padding: 20px 20px;
  }
  .lp-cta__container:before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
  .lp-cta__label {
    top: -72px;
    left: -35px;
    width: 77px;
    height: 72px;
  }
  /*.lp-cta__only {
    font-size: 13px;
  }*/
  .lp-cta__title {
    margin-bottom: 15px;
    font-size: 13px;
    letter-spacing: 0.03em;
  }
  .lp-cta__title span {
    margin-top: 5px;
    font-size: 16px;
  }
  .lp-cta__text {
    margin-bottom: 25px;
    font-size: 14px;
    text-align: left;
    line-height: 1.875;
  }
  .lp-cta__button {
    width: 275px;
    height: 58px;
    padding-left: 28px;
    font-size: 14px;
  }
  .lp-cta__button:before {
    width: 8px;
    height: 8px;
  }
}

/*-------------------------------------------
404
-------------------------------------------*/
.error {
  padding: 140px 0 70px;
}

.error__title {
  margin-bottom: 50px;
  font-family: 'Lato', sans-serif;
  font-size: 40px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.2em;
}

.error__text {
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.875;
  letter-spacing: 0.1em;
}

.error .small-button {
  margin: 0 auto;
}

/*-------------------------------------------
フッター
-------------------------------------------*/
.footer-wrapper {
  padding: 100px 0 68px;
}

.footer-container {
  display: flex;
  justify-content: space-between;
}

.footer-info {
  width: 52%;
  padding: 45px 0 0 35px;
}

.footer-logo {
  width: 300px;
  margin-bottom: 32px;
}

.footer-logo a {
  display: block;
  transition: opacity .6s;
}

.footer-logo a:hover {
  opacity: 0.6;
}

.footer-address {
  padding-left: 5px;
  font-size: 14px;
  line-height: 2.14;
  letter-spacing: 0.05em;
}

.footer-menu {
  display: flex;
  width: 48%;
  padding: 35px 0 38px 88px;
  border-left: 1px solid #555;
}

.footer-menu__item {
  letter-spacing: 0.05em;
}

.footer-menu__item:nth-child(n + 2) {
  margin-top: 22px;
}

.footer-menu__item a {
  color: #000;
  transition: opacity .6s;
}

.footer-menu__item a:hover {
  opacity: 0.6;
}

.footer__copyright {
  padding: 32px 0;
  background: #424242;
  color: #fff;
  font-family: 'Mulish', sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 430px) {
  .footer-wrapper {
    padding: 45px 0 30px;
  }
  .footer-container {
    flex-direction: column;
  }
  .footer-info {
    width: 100%;
    padding: 0 0 20px;
  }
  .footer-logo {
    width: 200px;
    margin-bottom: 15px;
  }
  .footer-address {
    padding-left: 0;
    line-height: 1.75;
  }
  .footer-menu {
    width: 100%;
    padding: 20px 0 0;
    border-top: 1px solid #555;
    border-left: none;
  }
  .footer-menu__item {
    font-size: 14px;
  }
  .footer-menu__item:nth-child(n + 2) {
    margin-top: 15px;
  }
  .footer__copyright {
    padding: 25px 0;
  }
}
