@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
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,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav.gnav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

body {
  line-height: 1
}

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

ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

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

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

del {
  text-decoration: line-through
}

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}

input,
select {
  vertical-align: middle
}


/*================================================
 *  一般・共通設定
 ================================================*/
body {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  -webkit-text-size-adjust: 100%;
  color: #111;
  line-height: 1.7;
  background: #94abbd;
}

#contents {
  max-width: 1100px;
  margin: 0 auto;
}

.inner {
  max-width: 1100px;
  margin: 0 auto;
}

a {
  color: #4a7ea9;
  text-decoration: none;
}

a:hover,
.active {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

p {
  margin-bottom: 1em;
}

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

strong {
  font-weight: bold;
}

small {
  font-size: smaller;
}

ul,
ol,
dl {
  margin: 0;
}

ul li {
  list-style: none;
}

li {
  margin-left: 0;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  line-height: 1.4;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
}

h2 {
  font-size: 25px;
  background-color: #628cad;
  color: #fff;
  padding: 20px 10px 30px;
  letter-spacing: .1em;
  position: relative;
}

h2.bg_none {
  background-color: transparent;
}

h2::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 4px;
  background: #c35478;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
  ;
}

h2 span {
  font-family: "Montserrat", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 15px;
}

h2 strong {
  font-size: 40px;
  font-family: serif;
}

h3 {
  margin-bottom: 35px;
  font-size: 22px;
  color: #1c5b8c;
  font-weight: bold;
  border-bottom: 3px double #1c5b8c;
  padding-bottom: 10px;
}

@media screen and (max-width:768px) {

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

  body {
    font-size: 14px;
  }

  #contents {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .inner {
    padding-left: 15px;
    padding-right: 15px;
  }

  h2 {
    font-size: 20px;
  }

  h2 span {
    font-size: 13px;
  }

  h2::before {
    width: 80px;
    margin-left: -40px;
  }

  h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}


/* =======================================================
* ヘッダーメニュー
* ======================================================= */
#mainnav {
  background-color: #94abbd;
  height: 120px;
}

#mainnav .nav_left {
  width: 21%;
  position: relative;
}

#mainnav .nav_left .head_ttl {
  position: absolute;
  top: -20px;
  left: 35px;
  font-size: 10px;
  color: #fff;
  width: 100%;
}

#mainnav .nav_left h1 {
  text-align: center;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0.2em;
  font-family: "Montserrat", Arial, sans-serif;
}

#mainnav .nav_left h1 span {
  display: block;
  font-size: 12px;
  letter-spacing: .2em;
}

#mainnav .nav_right {
  width: 75%;
}

#mainnav.changeNav .nav_left h1 img {
  width: 100px;
}

@media only screen and (min-width: 768px) {
  a#menu {
    display: none;
  }

  .panel {
    display: block !important;
  }

  #mainnav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 500;
    padding: 20px 0;
    box-sizing: border-box;
  }

  #mainnav ul {
    text-align: right;
  }

  #mainnav li {
    display: inline-block;
    padding: 0 15px;
    text-align: center;
    line-height: 1.8;
    position: relative;
    font-size: 14px;
  }

  #mainnav li i {
    font-size: 18px;
  }

  #mainnav a {
    color: #fff;
  }

  #mainnav li::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: #fff;
    bottom: 10px;
    right: -5px;
    border-radius: 50%;
  }

  #mainnav li.last::after {
    content: none;
  }

  #mainnav.changeNav {
    height: 80px;
    padding: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  #mainnav.changeNav .head_ttl,
  #mainnav .sp_trial {
    display: none;
  }
}


@media only screen and (max-width: 768px) {
  a#menu {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    margin: 10px;
  }

  p#menuWrap {
    position: absolute;
    top: 0;
    right: 0;
    margin-bottom: 0;
    z-index: 9999;
  }

  #menuBtn {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 2px;
    margin: -1px 0 0 -7px;
    background: #fff;
    transition: .2s;
  }

  #menuBtn:before,
  #menuBtn:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 2px;
    background: #fff;
    transition: .3s;
  }

  #menuBtn:before {
    margin-top: -7px;
  }

  #menuBtn:after {
    margin-top: 5px;
  }

  a#menu .close {
    background: transparent;
  }

  a#menu .close:before,
  a#menu .close:after {
    margin-top: 0;
  }

  a#menu .close:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  a#menu .close:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }

  .panel {
    width: 100%;
    display: none;
    overflow: hidden;
    position: relative;
    left: 0;
    top: -60px;
    z-index: 100;
  }

  #mainnav {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    text-align: right;
    z-index: 500;
    height: 80px;
  }

  #mainnav .nav_right,
  #mainnav .nav_left {
    width: 100%;
  }

  #mainnav .nav_left h1 img {
    width: 100px;
    margin-top: 20px;
  }

  #mainnav .nav_left .head_ttl {
    text-align: left;
    font-size: 9px;
    transform: scale(.9);
    left: 0;
    top: -17px;
  }

  #mainnav.changeNav {
    height: 65px;
  }

  #mainnav.changeNav .nav_left h1 img {
    margin-top: 0;
    width: 80px;
  }

  #mainnav.changeNav .head_ttl {
    display: none;
  }

  #mainnav .nav_left h1 {
    text-align: left;
    font-size: 25px;
    padding-left: 20px;
    line-height: 1;
  }

  #mainnav .nav_left h1 span {
    font-size: 11px;
  }

  #mainnav .nav_left h1 a {
    color: #fff;
  }

  #mainnav ul {
    background: #94abbd;
    text-align: center;
    height: 100vh;
    padding: 50px 30px 0 30px;
  }

  #mainnav li:not(:last-child) {
    border-bottom: 1px dotted rgba(255, 255, 255, 0.8);
    line-height: 1.7;
  }

  #mainnav li a {
    position: relative;
    display: block;
    padding: 15px 5px;
    color: #fff;
    text-align: left;
  }

  #mainnav li i {
    padding-right: 5px;
  }

  #mainnav .sp_trial {
    padding-top: 20px;
  }

  #mainnav .sp_trial a {
    display: block;
    background-color: #c35478;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 20px;
    border-radius: 5px;
  }
}

/* =======================================================
* main
* ======================================================= */
#main {
  background: url(../images/key-new.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 80vh;
  margin: 120px 3% 5rem;
  position: relative;
}

.catch_ttl {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* ランキング */
.rank {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.rank li {
  display: inline-block;
}

.rank li img {
  vertical-align: top;
  width: 140px;
}

/* お申し込みボタン */
.top_cv {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.contents_cv {
  text-align: center;
  margin: 60px 0 0;
}

.applyBtn a {
  display: inline-block;
  border: 2px solid #c35478;
  background-color: #c35478;
  color: #fff;
  padding: 5px 65px;
  border-radius: 5px;
  letter-spacing: .15em;
  font-size: 18px;
  position: relative;
  text-align: center;
  line-height: 1.6;
}

.applyBtn a span.en {
  font-family: 'Bilbo', cursive;
}

.applyBtn a span.ja {
  font-size: 12px;
  letter-spacing: .06em;
}

.applyBtn a:hover {
  background-color: rgba(255, 255, 255, 0.9);
  color: #c35478;
}

.applyBtn a:hover::before {
  color: #c35478;
}

/* スクロールダウン */
.scroll_down {
  position: absolute;
  bottom: 16%;
  left: -2.5%;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 11px;
  letter-spacing: .15em;
  font-family: "Montserrat", Arial, sans-serif;
}

.arrow {
  width: 1px;
  height: 100px;
  margin: 50px auto 0;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  position: absolute;
  left: -2.2%;
  bottom: 0%;
}

.arrow::before {
  content: '';
  width: 1px;
  height: 100px;
  margin: 50px auto 0;
  background-color: #adc5d8;
  position: absolute;
  top: -150px;
  left: 0;
  -webkit-animation: arrow 2.5s ease 0s infinite normal;
  animation: arrow 2.5s ease 0s infinite normal;
}

@keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  60% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }
}

@media only screen and (max-width: 768px) {
  #main {
    height: 60vh;
    margin: 80px 5% 4rem;
  }


  .catch_ttl {
    width: 85%;
    top: 45%;
  }

  .rank {
    bottom: -9%;
  }

  .rank li {
    width: 32%;
  }

  .top_cv {
    position: static;
    text-align: center;
  }

  .applyBtn a {
    padding: 0px 10px;
    font-size: 14px;
    width: 280px;
  }

  .scroll_down {
    bottom: 21%;
    left: -4.5%;
    font-size: 10px;
  }

  .arrow,
  .arrow::before {
    height: 80px;
  }
}

/* =======================================================
* section
* ======================================================= */
.bg_white {
  background-color: #fff;
}

.bg_pink {
  background-color: #f9dae4;
}

section {
  padding-bottom: 5rem;
  position: relative;
}

.section {
  padding-top: 5rem;
}

@media screen and (max-width:768px) {
  section {
    padding-bottom: 2rem;
  }

  .section {
    padding-top: 3rem;
  }
}

/* =======================================================
*intro
* ======================================================= */
#intro .problem_image {
  padding: 50px 20px;
  background-color: rgba(249, 218, 228, 0.1);
  background-image: radial-gradient(#f9dae4 20%, transparent 10%);
  background-size: 10px 10px;
  text-align: center;
  position: relative;
}

#intro .problem_image img {
  width: 70%;
}

#intro .problem_image::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f103";
  font-weight: 900;
  bottom: -50px;
  left: 50%;
  font-size: 70px;
  color: #c35478;
}

/* お悩み解決 */
#intro .solution {
  padding-top: 30px;
}

#intro .solution p {
  line-height: 2;
}

#intro .solution span {
  background: linear-gradient(transparent 60%, #f7abc4 30%);
}

#intro .solution .w30::after {
  position: absolute;
  content: "We will follow you!";
  bottom: -40px;
  right: -20px;
  font-size: 40px;
  letter-spacing: .1em;
  font-family: 'Bilbo', cursive;
  transform: rotate(-15deg);
  color: #c35478;
}

/* オンライン授業 */
.online {
  margin-top: 50px;
}

.online p img {
  width: 50%;
  margin: 30px auto 0;
}

@media only screen and (max-width: 768px) {
  #intro {
    margin-top: 30px;
  }

  #intro .problem_image {
    padding: 30px 5px;
    background-size: 5px 5px;
  }

  #intro .problem_image img {
    width: 100%;
  }

  #intro .problem_image::after {
    bottom: -30px;
    left: 47%;
    font-size: 40px;
  }

  /* お悩み解決 */
  #intro .solution {
    padding-top: 20px;
  }

  #intro .solution p {
    line-height: 1.6;
  }

  #intro .solution .w30::after {
    bottom: -10px;
    right: 0;
    font-size: 30px;
  }

  /* オンライン */
  .online p img {
    width: 100%;
    margin: 10px auto 20px;
  }
}


/* =======================================================
*point
* ======================================================= */
/* ポイント */
#point {
  background-color: #f7f7f7;
}

#point .ribon {
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -235px;
}

#point h2 {
  color: #111;
}

#point .pointArea {
  padding: 40px 0 60px;
}

#point .pointArea .w70 {
  background-color: #628cad;
  color: #fff;
  padding: 30px 50px;
  box-sizing: border-box;
  border-radius: 20px;
  font-size: 15px;
  position: relative;
  text-align: center;
  line-height: 2;
  font-size: 16px;
}

#point .pointArea .w70::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  top: 70px;
  left: -10px;
  background: #628cad;
  transform: rotate(-135deg);
}


/* 6つのメリット */
#point .meritArea li {
  margin-bottom: 30px;
  background-color: #fff;
  padding: 10px 40px 10px 40px;
  box-sizing: border-box;
  border-radius: 5px;
  border: 3px solid #628cad;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  position: relative;
}

/* 左上の三角 */
#point .meritArea li::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 60px 0 0;
  border-color: #628cad transparent transparent transparent;
}

#point .meritArea .merit_number {
  font-family: 'Bilbo', cursive;
  font-size: 70px;
  color: #c35478;
  margin-bottom: 0;
  line-height: 1;
}

#point .meritArea .merit_number span {
  font-size: 50px;
}

#point .meritArea h4 {
  margin-bottom: 10px;
  color: #c35478;
  font-size: 18px;
}

#point .meritArea h4 span {
  font-family: 'Bilbo', cursive;
  text-transform: capitalize;
  font-size: 24px;
  letter-spacing: .1em;
}

#point .meritArea .merit_image img {
  width: 150px;
  height: 150px;
  border: 1px solid #f1f1f1;
  margin: 0 auto;
  border-radius: 50%;
  object-fit: cover;
}

#point .meritArea .merit_txt {
  text-align: left;
  font-size: 13px;
}

@media only screen and (max-width: 768px) {
  #point .ribon {
    left: 0;
    margin-left: 0;
  }

  #point h2 {
    margin-top: 20px;
  }

  #point .pointArea .w23 img {
    width: 40%;
  }

  #point .pointArea .w70 {
    padding: 20px 20px;
    font-size: 15px;
    text-align: left;
    line-height: 1.8;
    font-size: 14px;
    margin-top: 20px;
  }

  #point .pointArea .w70::before {
    width: 20px;
    height: 20px;
    top: -10px;
    left: 45%;
  }

  /* 6つのメリット */
  #point .meritArea li {
    padding: 10px;
    width: 48%;
    margin-bottom: 10px;
  }

  #point .meritArea li::before {
    border-width: 40px 30px 0 0;
  }

  #point .meritArea .merit_number {
    font-size: 40px;
  }

  #point .meritArea .merit_number span {
    font-size: 25px;
  }

  #point .meritArea .merit_image img {
    width: 100px;
    height: 100px;
  }

  #point .meritArea h4 {
    font-size: 15px;
  }

  #point .meritArea .merit_txt {
    font-size: 12px;
  }
}

/* =======================================================
*course
* ======================================================= */
#course h2 {
  margin-bottom: 50px;
}

#course .cource_type {
  text-align: center;
  margin: 30px 0 50px;
}

#course .cource_type img {
  margin: 0 auto;
}

/* コース内容 */
.cource_list {
  background-color: #628cad;
  color: #fff;
  border-radius: 5px;
  padding: 30px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 50px;
}

.cource_list .cource_list--ttl {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: .1em;
  background-color: #fff;
  color: #222;
  padding: 7px 5px;
  border-radius: 5px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

.cource_list .cource_list--ttl small {
  font-weight: bold;
}

.cource_list .cource_list--txt {
  font-size: 14px;
}

.cource_list dl {
  padding-top: 20px;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 20px 8px 10px 8px;
  border-radius: 5px;
}

.cource_list dl dt,
.cource_list dl dd {
  border-bottom: 1px dotted #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
  line-height: 2;
}

.cource_list dl dt {
  width: 20%;
  text-align: center;
  vertical-align: middle;
}

.cource_list dl dd {
  width: 80%;
}

/* ラベル */
.cource_list .label {
  position: absolute;
  top: -50px;
  left: -30px;
}

/* マーク */
.cource_list .mark {
  margin-top: 20px;
  text-align: center;
}

.cource_list .mark li {
  display: inline-block;
  margin: 5px 3px;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 40px;
}

.cource_list .mark li.mark1 {
  background-color: #ad6270;
}

.cource_list .mark li.mark2 {
  background-color: #0f5c98;
}

.cource_list .mark li.mark3 {
  background-color: #e09c47;
}

.cource_list .mark li.mark4 {
  background-color: #366940;
}

/* 検定コース */
.test_list.scroll-box {
  margin-bottom: 20px;
}

.test_list table {
  width: 100%;
}

.test_list table td {
  height: 70px;
  font-size: 14px;
  vertical-align: middle;
  padding: 0 10px;
  border-bottom: 1px solid #f7f7f7;
}

.test_list table td.mark1 {
  background-color: #f9dfe7;
}

.test_list table td.mark2 {
  background-color: #dde7f1;
}

.test_list table td.detail {
  width: 50%;
}

@media (max-width: 768px) {
  #course h2 {
    margin-bottom: 30px;
  }

  #course .cource_type {
    margin: 30px 0 30px;
  }

  .cource_list {
    padding: 30px 15px;
  }

  .cource_list .cource_list--ttl {
    font-size: 16px;
  }

  .cource_list .label {
    left: -8px;
    top: -30px;
  }

  .cource_list .label img {
    width: 65%;
  }

  .cource_list .mark {
    text-align: left;
  }

  /* 検定コース */
  .test_list table {
    width: 700px;
  }

  .test_list table td {
    font-size: 12px;
    padding: 0.5rem 0.2rem;
  }

  .test_list table td.detail {
    width: 40%;
  }

  .test_list.scroll-box {
    overflow-x: auto;
    padding-bottom: 30px;
    -webkit-overflow-scrolling: touch;
  }

  .test_list.scroll-box::-webkit-scrollbar {
    height: 3px;
  }

  .test_list.scroll-box::-webkit-scrollbar-track {
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.8);
  }

  .test_list.scroll-box::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: rgba(18, 81, 134, 0.5);
  }
}


/* =======================================================
*voice
* ======================================================= */
#voice {
  background-color: rgba(173, 197, 216, 0.1);
  background-image: radial-gradient(#adc5d8 20%, transparent 10%);
  background-size: 10px 10px;
}

#voice .flex {
  padding-top: 60px;
}

#voice .flex .voice_txt {
  background-color: #fff;
  padding: 30px 40px;
  border: 1px solid #94abbd;
  border-radius: 5px;
}

#voice .flex .voice_txt i {
  color: #628cad;
  font-size: 13px;
}

@media only screen and (max-width: 768px) {
  #voice {
    background-size: 5px 5px;
  }

  #voice .flex .voice_txt {
    padding: 30px 20px 20px 20px;
    margin-bottom: 20px;
  }
}


/* =======================================================
*profile
* ======================================================= */
#profile {
  background: url(../images/bg-teacher.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
  color: #fff;
  padding-top: 20px;
}

#profile::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.5;
  z-index: -1;
}

#profile h4 {
  font-size: 20px;
  margin-bottom: 15px;
}

#profile .nailist {
  width: 60%;
}

#profile .nailist .profile_txt {
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.9;
}

#profile .skill {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  padding: 20px;
  box-sizing: border-box;
  height: 480px;
  width: 40%;
}

#profile ul li {
  line-height: 2;
}

#profile a {
  color: #c35478;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 10px 30px;
  border-radius: 30px;
  font-size: 13px;
}

@media only screen and (max-width: 768px) {
  #profile {
    background-attachment: unset;
    background-position: center left 37%;
    padding-top: 10px;
  }

  #profile ul.ranking {
    padding-top: 20px;
  }

  #profile ul.ranking li {
    width: 37%;
  }

  #profile ul.ranking li:first-child,
  #profile ul.ranking li:nth-child(2) {
    margin-bottom: 30px;
  }

  #profile .nailist {
    width: 100%;
  }

  #profile .nailist .profile_txt {
    text-align: left;
    line-height: 1.6;
  }

  #profile .skill {
    width: 100%;
    height: auto;
    margin-top: 45px;
    padding: 20px 0;
  }
}


/* =======================================================
*question
* ======================================================= */
#question {
  background-color: #f7f7f7;
}

#question dl {
  max-width: 700px;
  margin: 50px auto 0;
  position: relative;
}

#question dl dt {
  margin-bottom: 18px;
  background-color: #edeff1;
  padding: 10px 10px 10px 15px;
  border-radius: 3px;
  position: relative;
}

#question dl dt::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  font-weight: 900;
  top: 10px;
  right: 20px;
  color: #628cad;
  font-size: 13px;
}

#question dl dt span {
  font-family: "Montserrat", Arial, sans-serif;
  padding-right: 5px;
}

#question dl dd {
  display: none;
  position: relative;
  padding-left: 40px;
  margin-bottom: 25px;
  font-size: 14px;
}

#question dl dd::before {
  position: absolute;
  content: "A.";
  top: 0;
  left: 20px;
  font-family: "Montserrat", Arial, sans-serif;
}

@media only screen and (max-width: 768px) {
  #question dl dt {
    padding: 10px 30px 10px 10px;
  }

  #question dl dt::after {
    font-size: 11px;
    top: 12px;
    right: 10px;
  }

  #question dl dd {
    padding-left: 30px;
  }

  #question dl dd::before {
    left: 10px;
  }
}



/* =======================================================
*access
* ======================================================= */
#access {
  padding-bottom: 0;
}

#access table {
  max-width: 850px;
  margin: 50px auto 50px;
  border-collapse: collapse;
}

#access th,
#access td {
  padding: 1rem;
  text-align: left;
  border-bottom: 1px solid #ccc;
  line-height: 1.8;
}

#access td.name {
  width: 120px;
  text-align: center;
  vertical-align: middle;
}

#access td.name i {
  color: #628cad;
}

#access .photoArea {
  margin-bottom: 50px;
}

#access .mapArea iframe {
  width: 100%;
  height: 450px;
}

@media only screen and (max-width: 768px) {
  #access table {
    margin: 30px 0px 40px;
  }

  #access td.name {
    width: 80px;
    padding: .5rem;
  }

  #access td {
    padding: .5rem;
    font-size: 13px;
  }
}


/* =======================================================
*apply
* ======================================================= */
#apply {
  background-color: rgba(249, 218, 228, 0.1);
  background-image: radial-gradient(#f9dae4 20%, transparent 10%);
  background-size: 10px 10px;
  padding-top: 7.5rem;
}

#apply h2 {
  color: #111;
}

#apply .nails {
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -83px;
}

/* 体験レッスン */
.trial {
  margin: 30px 0 100px;
}

.trial .trial_box {
  border: 2px solid #c35478;
  background-color: #fff;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 5px;
  position: relative;
}

.trial .trial_box h4 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.trial .trial_box h4 img {
  vertical-align: middle;
  padding-right: 5px;
}

.trial .trial_box p {
  font-size: 13px;
}

.trial .trial_box .trial_en {
  position: absolute;
  bottom: 100px;
  right: 10px;
  font-size: 50px;
  letter-spacing: .06em;
  font-family: 'Bilbo', cursive;
  color: rgba(195, 84, 120, 0.7);
  text-align: center;
  margin-bottom: 0;
  transform: rotate(-15deg);
}

.trial .trial_img {
  text-align: center;
  margin: 15px 0 35px;
}

.trial .trial_img img {
  width: 300px;
  height: 250px;
  border-radius: 5px;
  object-fit: cover;
}


/* お申し込みの流れ */
.flow {
  margin: 80px 0;
}

.flow ul {
  margin-top: 50px;
}

.flow ul li {
  width: 22%;
  position: relative;
}

.flow ul li:not(:last-child)::after {
  position: absolute;
  top: 90px;
  right: -25px;
  font-family: "Font Awesome 5 Free";
  content: "\f101";
  font-weight: 900;
  color: #c35478;
  font-size: 20px;
}

.flow .flow_step {
  font-family: 'Bilbo', cursive;
  color: #c35478;
  font-size: 45px;
  text-align: center;
  line-height: 0.3;
}

.flow .flow_img {
  text-align: center;
}

.flow .flow_img img {
  width: 30%;
}

.flow h4 {
  color: #c35478;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 16px;
}

/* フォーム */
form {
  max-width: 700px;
  margin: 30px auto 0px;
}

label {
  display: block;
  width: 100%;
  margin: 20px 0 5px;
  font-weight: bold;
}

input[type="email"],
input[type="number"],
input[type="text"],
input[type="tel"],
input[type="date"],
input[type="datetime-local"],
input[type="time"],
select {
  width: 100%;
  display: block;
  border: 1px solid #fff;
  outline: none;
  height: 3.5rem;
  line-height: 1.4rem;
  background: #edeff1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 15px;
  padding-left: 10px;
  border-radius: 5px;
  box-sizing: border-box;
}

textarea {
  width: 100%;
  display: block;
  border: 1px solid #fff;
  outline: none;
  background: #edeff1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  letter-spacing: .1em;
  padding: 10px;
  border-radius: 5px;
  box-sizing: border-box;
  color: #333;
  line-height: 1.7;
}

sup {
  color: #c15855;
  font-size: 11px;
  padding-left: 5px;
}

button {
  font-size: 14px;
  padding: 10px 70px;
  border-radius: 5px;
  border: 1px solid#628cad;
  background-color: #628cad;
  color: #fff;
  letter-spacing: .2em;
}

button:hover {
  background-color: rgba(255, 255, 255, 0.8);
  color: #628cad;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 768px) {
  #apply {
    background-size: 5px 5px;
  }

  /* 体験レッスン */
  .trial {
    margin: 30px 0 60px;
  }

  .trial .trial_box {
    padding: 20px;
    margin-bottom: 10px;
  }

  .trial .trial_box h4 {
    font-size: 17px;
  }

  .trial .trial_box h4 img {
    width: 10%;
  }

  .trial .trial_img {
    margin: 15px 0 35px;
  }

  .trial .trial_box .trial_en {
    font-size: 45px;
    bottom: 110px;
    right: 10px;
    color: rgba(195, 84, 120, 0.9);
  }

  /* お申し込みの流れ */
  .flow {
    margin: 60px 10px 0;
  }

  .flow ul li {
    width: 100%;
    margin-bottom: 50px;
    position: relative;
  }

  .flow .flow_step {
    font-size: 40px;
    line-height: 0;
  }

  .flow ul li:not(:last-child)::after {
    top: auto;
    right: 48%;
    bottom: -30px;
    transform: rotate(90deg);
    font-size: 25px;
  }

  .flow .flow_img {
    position: absolute;
    top: -30px;
    left: 70px;
    text-align: left;
  }

  .flow .flow_img img {
    width: 16%;
  }

  .contact {
    margin-bottom: 50px;
  }

  label {
    font-size: 13px;
  }
}



/* =======================================================
*footer
* ======================================================= */
#fnav {
  text-align: center;
  padding-top: 30px;
  background-color: #fff;
  border-top: 4px solid #628cad;
}

#fnav .fnav_name {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}

#fnav .fnav_name span {
  display: block;
  font-size: 12px;
  letter-spacing: .2em;
}


#fnav ul li {
  display: inline-block;
  padding: 0 10px;
  font-size: 13px;
}

#fnav .fnav_name a,
#fnav ul li a {
  color: #333;
}

#fnav ul li a:hover {
  color: #c35478;
}

.copyright {
  font-family: "Montserrat", Arial, sans-serif;
  padding: 30px 10px 20px 10px;
  font-size: 11px;
  color: #555;
}

@media only screen and (max-width: 768px) {
  #fnav {
    padding: 30px 20px 0 20px;
  }

  #fnav ul li {
    padding: 7px 10px 7px 20px;
    margin-bottom: 7px;
    display: block;
    text-align: left;
    border-bottom: 1px dotted #94abbd;
    position: relative;
  }

  #fnav ul li::before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    font-weight: 900;
    top: 7px;
    left: 7px;
    color: #628cad;
  }
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
#pagetop {
  position: fixed;
  right: 15px;
  bottom: 10px;
  cursor: pointer;
  overflow: visible !important;
}

#pagetop .arrow-up {
  width: 20px;
  height: 20px;
  border: 1px solid;
  border-color: #628cad #628cad transparent transparent;
  transform: rotate(-45deg);
}