@charset "UTF-8";
.narabi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.narabi__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.narabi__item--mobile-1 {
  width: 8.3333333333%;
}
.narabi__item--mobile-2 {
  width: 16.6666666667%;
}
.narabi__item--mobile-3 {
  width: 25%;
}
.narabi__item--mobile-4 {
  width: 33.3333333333%;
}
.narabi__item--mobile-5 {
  width: 41.6666666667%;
}
.narabi__item--mobile-6 {
  width: 50%;
}
.narabi__item--mobile-7 {
  width: 58.3333333333%;
}
.narabi__item--mobile-8 {
  width: 66.6666666667%;
}
.narabi__item--mobile-9 {
  width: 75%;
}
.narabi__item--mobile-10 {
  width: 83.3333333333%;
}
.narabi__item--mobile-11 {
  width: 91.6666666667%;
}
.narabi__item--mobile-12 {
  width: 100%;
}
.narabi__item--mobile-fifth {
  width: 20%;
}
@media (min-width: 768px) {
  .narabi__item--tablet-1 {
    width: 8.3333333333%;
  }
}
@media (min-width: 768px) {
  .narabi__item--tablet-2 {
    width: 16.6666666667%;
  }
}
@media (min-width: 768px) {
  .narabi__item--tablet-3 {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .narabi__item--tablet-4 {
    width: 33.3333333333%;
  }
}
@media (min-width: 768px) {
  .narabi__item--tablet-5 {
    width: 41.6666666667%;
  }
}
@media (min-width: 768px) {
  .narabi__item--tablet-6 {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .narabi__item--tablet-7 {
    width: 58.3333333333%;
  }
}
@media (min-width: 768px) {
  .narabi__item--tablet-8 {
    width: 66.6666666667%;
  }
}
@media (min-width: 768px) {
  .narabi__item--tablet-9 {
    width: 75%;
  }
}
@media (min-width: 768px) {
  .narabi__item--tablet-10 {
    width: 83.3333333333%;
  }
}
@media (min-width: 768px) {
  .narabi__item--tablet-11 {
    width: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .narabi__item--tablet-12 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .narabi__item--tablet-fifth {
    width: 20%;
  }
}
@media (min-width: 1025px) {
  .narabi__item--desktop-1 {
    width: 8.3333333333%;
  }
}
@media (min-width: 1025px) {
  .narabi__item--desktop-2 {
    width: 16.6666666667%;
  }
}
@media (min-width: 1025px) {
  .narabi__item--desktop-3 {
    width: 25%;
  }
}
@media (min-width: 1025px) {
  .narabi__item--desktop-4 {
    width: 33.3333333333%;
  }
}
@media (min-width: 1025px) {
  .narabi__item--desktop-5 {
    width: 41.6666666667%;
  }
}
@media (min-width: 1025px) {
  .narabi__item--desktop-6 {
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .narabi__item--desktop-7 {
    width: 58.3333333333%;
  }
}
@media (min-width: 1025px) {
  .narabi__item--desktop-8 {
    width: 66.6666666667%;
  }
}
@media (min-width: 1025px) {
  .narabi__item--desktop-9 {
    width: 75%;
  }
}
@media (min-width: 1025px) {
  .narabi__item--desktop-10 {
    width: 83.3333333333%;
  }
}
@media (min-width: 1025px) {
  .narabi__item--desktop-11 {
    width: 91.6666666667%;
  }
}
@media (min-width: 1025px) {
  .narabi__item--desktop-12 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .narabi__item--desktop-fifth {
    width: 20%;
  }
}
.narabi__item--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.narabi--std {
  margin: -10px;
}
.narabi--std .narabi__item {
  padding: 10px;
}
.narabi--wide {
  margin: -10px;
}
@media (min-width: 1025px) {
  .narabi--wide {
    margin: -20px;
  }
}
.narabi--wide .narabi__item {
  padding: 10px;
}
@media (min-width: 1025px) {
  .narabi--wide .narabi__item {
    padding: 20px;
  }
}
.narabi--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.narabi--align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:root {
  font-size: 62.5%;
}

body {
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background: white;
  color: #333;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  line-height: 1.8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  overflow-x: hidden;
  letter-spacing: 0.03em;
}

body.seminer2019 {
  background: #000;
}

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

header {
  zoom: 1;
  content: " ";
  display: block;
  clear: both;
}

header:before,
header:after {
  content: "";
  display: table;
}

header:after {
  clear: both;
}

figure {
  margin: 0;
}

footer {
  text-align: center;
  padding: 20px 0;
}

footer > p {
  text-align: center;
  color: #333;
  line-height: 1.7;
  margin: 1rem 0 0;
  padding: 0.5rem 2rem 0;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  footer > p {
    font-size: 1.3rem;
  }
}

footer > a {
  color: #333;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  footer > a {
    font-size: 1.3rem;
  }
}

/******************************************************************************************************************************/
@-webkit-keyframes scale-light-imagefadein {
  from {
    opacity: 0;
    -webkit-filter: brightness(2);
            filter: brightness(2);
    -webkit-transform: scale(1.14);
            transform: scale(1.14);
  }
  to {
    opacity: 1;
    -webkit-filter: brightness(1);
            filter: brightness(1);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale-light-imagefadein {
  from {
    opacity: 0;
    -webkit-filter: brightness(2);
            filter: brightness(2);
    -webkit-transform: scale(1.14);
            transform: scale(1.14);
  }
  to {
    opacity: 1;
    -webkit-filter: brightness(1);
            filter: brightness(1);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.fade-item img {
  opacity: 0;
}
@media (max-width: 767px) {
  .fade-item img {
    padding: 0 0.5rem;
  }
}

.fadein-img {
  -webkit-animation: scale-light-imagefadein 1.2s ease 0s 1 alternate forwards;
          animation: scale-light-imagefadein 1.2s ease 0s 1 alternate forwards;
}

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

.tool {
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  overflow-x: hidden;
  overflow-y: hidden;
  font-size: 1.6rem;
}
.tool header:before,
.tool header:after {
  content: "";
  display: none;
}
.tool__header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 100;
  padding: 0.5rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .tool__header {
    height: 85px;
    padding: 2rem 3rem;
  }
}
.tool__headgroup {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333;
}
@media (max-width: 767px) {
  .tool__headgroup {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .tool__headgroup {
    max-width: 1080px;
    left: 50%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
  }
}
.tool__headitem-logoarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
}
@media (max-width: 767px) {
  .tool__headitem-logoarea {
    height: 40px;
    width: 100%;
  }
}
.tool__headitem-logoarea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
@media (max-width: 767px) {
  .tool__headitem-logoarea img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.tool__headitem-logo {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  display: block;
}
@media (min-width: 768px) {
  .tool__headitem-logo {
    width: 100%;
    font-size: 1.7rem;
  }
}
.tool__headitem-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .tool__headitem-right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-right: 5.5rem;
  }
}
@media (min-width: 768px) {
  .tool__headitem-right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.tool__headitem-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .tool__headitem-phone {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: none;
  }
}
@media (min-width: 768px) {
  .tool__headitem-phone {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.tool__headitem-number {
  font-size: 1.2rem;
  font-weight: bold;
}
.tool__headitem-number::before {
  content: "\e944";
  font-family: "icomoon";
  font-size: 1.2rem;
  color: #333;
  display: inline-block;
  margin-right: 0.3rem;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .tool__headitem-number::before {
    font-size: 1.9rem;
    margin-right: 1rem;
  }
}
@media (max-width: 767px) {
  .tool__headitem-number {
    display: none;
  }
}
@media (min-width: 768px) {
  .tool__headitem-number {
    font-size: 1.9rem;
  }
}
.tool__headitem-time {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .tool__headitem-time {
    display: none;
  }
}
@media (min-width: 768px) {
  .tool__headitem-time {
    font-size: 1.3rem;
  }
}
.tool__headitem-text {
  font-size: 1rem;
  width: 100%;
}
@media (min-width: 768px) {
  .tool__headitem-text {
    font-size: 1.2rem;
  }
}
.tool__headitem-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0.5rem;
}
@media (min-width: 768px) {
  .tool__headitem-line {
    margin-right: 1rem;
  }
}
.tool__headitem-lineimg {
  width: 20px;
  height: auto;
}
@media (min-width: 768px) {
  .tool__headitem-lineimg {
    margin-right: 1rem;
  }
}
.tool__head-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f33131), to(rgb(174, 7, 7)));
  background: linear-gradient(-180deg, #f33131, rgb(174, 7, 7));
  padding: 0.2rem 1rem 0.4rem;
  font-size: 1.5rem;
  line-height: 1.7;
  color: #fff;
  word-break: keep-all;
  font-weight: bold;
  border-bottom: solid 2px #444;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  text-decoration: none;
}
@media (max-width: 767px) {
  .tool__head-button {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .tool__head-button {
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.4);
            box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.4);
    padding: 0.5rem 2rem;
    font-size: 1.8rem;
    line-height: 1.9;
  }
}
.tool__head-button:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
          transform: translateY(2px);
  /*下に動く*/
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  /*影を小さく*/
  border-bottom: none;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
@media (min-width: 768px) {
  .tool__head-button:active {
    -webkit-transform: translateY(3px);
        -ms-transform: translateY(3px);
            transform: translateY(3px);
    /*下に動く*/
  }
}
.mw_wp_form_complete .tool__head-button {
  display: none;
}
.tool__telephone-icon {
  width: 42px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .tool__telephone-icon {
    width: 30px;
    margin: 0;
    padding-top: 5px;
  }
}
.tool__telephone-icon img {
  width: 100%;
}
.tool__number {
  font-size: 20px;
  color: #1D5F6D;
}
@media (max-width: 767px) {
  .tool__number {
    display: none;
  }
}
.tool__numbersp {
  display: none;
}
@media (max-width: 767px) {
  .tool__numbersp {
    display: block;
    color: #1D5F6D;
    font-size: 16px;
    margin: 0;
    padding-top: 5px;
  }
}
.tool__numbersp a:link,
.tool__numbersp a:visited,
.tool__numbersp a:hover {
  color: #1D5F6D;
  text-decoration: none;
}
.tool__tel-note {
  font-size: 13px;
  color: #7F7F7F;
}
@media (max-width: 767px) {
  .tool__tel-note {
    font-size: 12px;
  }
}
.tool__main {
  position: relative;
}
@media (min-width: 768px) {
  .tool__main {
    width: 100%;
  }
}
.tool__mainimg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 35vh;
}
@media (max-width: 767px) {
  .tool__mainimg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 768px) {
  .tool__mainimg {
    max-width: 1080px;
    height: calc(50vh - 107px);
    margin: 0 auto;
  }
}
.tool__teacher {
  font-size: 3rem;
  position: absolute;
  right: 10px;
  bottom: 37px;
  display: block;
  color: #252525;
  font-weight: bold;
  text-shadow: 0 0 14px rgb(255, 255, 255);
}
@media (min-width: 768px) {
  .tool__teacher {
    right: 40px;
    bottom: 30px;
    font-size: 6.5rem;
    line-height: 1.6;
  }
}
.tool__teacher::before {
  content: "講師";
  font-size: 1.3rem;
  position: absolute;
  right: 3px;
  bottom: 42px;
  display: block;
  color: #252525;
  font-weight: bold;
  text-shadow: 0 0 14px rgb(255, 255, 255);
}
@media (min-width: 768px) {
  .tool__teacher::before {
    font-size: 2rem;
    right: 8px;
    bottom: 84px;
  }
}
.tool__teacher::after {
  content: "";
  background: linear-gradient(-45deg, #b08d07, rgba(255, 203, 9, 0.88));
  width: 133px;
  height: 66px;
  display: block;
  position: absolute;
  bottom: 2px;
  right: -23px;
  z-index: -1;
  -webkit-transform: skewX(-23deg);
      -ms-transform: skewX(-23deg);
          transform: skewX(-23deg);
}
@media (min-width: 768px) {
  .tool__teacher::after {
    width: 305px;
    height: 121px;
    right: -70px;
    -webkit-transform: skewX(-26deg);
        -ms-transform: skewX(-26deg);
            transform: skewX(-26deg);
  }
}
.tool__detailbox {
  background: #555;
  padding: 1rem 1.5rem 1.3rem;
  position: relative;
}
@media (min-width: 768px) {
  .tool__detailbox {
    padding: 2rem 0 8.5rem;
    margin: 0;
  }
}
.tool__detailbox-area {
  position: relative;
  margin: 0 auto;
  text-align: center;
  counter-reset: number 0;
  -webkit-transform: rotate(4deg);
      -ms-transform: rotate(4deg);
          transform: rotate(4deg);
  width: 66%;
  padding: 0.5rem 0;
}
@media (min-width: 768px) {
  .tool__detailbox-area {
    max-width: 1080px;
    padding: 0 2rem 3rem;
  }
}
.tool__detailbox-area::before {
  content: "";
  height: 100%;
  width: 3px;
  top: 0;
  left: 0;
  position: absolute;
  color: #D2C086;
}
.tool__detailbox--rotate, .tool__detailbox--rotate-r {
  -webkit-transform: translateX(-50%) rotate(-4deg);
      -ms-transform: translateX(-50%) rotate(-4deg);
          transform: translateX(-50%) rotate(-4deg);
  left: 50%;
  width: 150%;
}
.tool__detailbox--gray {
  background: #efefef;
  padding: 1rem 1.5rem 3rem;
  margin-top: -7rem;
}
@media (min-width: 768px) {
  .tool__detailbox--gray {
    padding: 1rem 0 5rem;
    margin-top: -10rem;
  }
}
.tool__row-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tool__row-container--first {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 2rem;
}
@media (min-width: 768px) {
  .tool__row-container--first {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 2rem 3.5rem 5rem 0;
  }
}
.tool__row-container--second {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 2rem;
}
@media (min-width: 768px) {
  .tool__row-container--second {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin: 1rem 0 7rem;
  }
}
.tool__containerbox, .tool__voicebox {
  margin: 0 auto;
  position: relative;
}
@media (min-width: 768px) {
  .tool__containerbox, .tool__voicebox {
    padding: 0;
  }
}
.tool__containerbox--right, .tool__voicebox--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .tool__containerbox--right, .tool__voicebox--right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.tool__containerbox--left, .tool__voicebox--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .tool__containerbox--left, .tool__voicebox--left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.tool__containerbox-text, .tool__voicebox-text {
  font-size: 1.7rem;
  line-height: 1.6;
  font-weight: bold;
  color: #252525;
  padding: 0 0 1.3rem 7rem;
  text-align: left;
  margin: 0;
  position: relative;
  border-bottom: 1px solid #bb9f33;
}
@media (min-width: 768px) {
  .tool__containerbox-text, .tool__voicebox-text {
    font-size: 2.4rem;
    line-height: 1.8;
    padding: 1rem 2.5rem 1rem 15rem;
    margin: 0 0 0 4rem;
  }
  .tool__row-container--first .tool__containerbox-text, .tool__row-container--first .tool__voicebox-text {
    margin: 0 4rem 0 0;
    padding: 1rem 0 1rem 15rem;
  }
}
.tool__containerbox-text::before, .tool__voicebox-text::before {
  counter-increment: number 1;
  content: "Day" counter(number) " ";
  font-size: 2.9rem;
  font-family: "Dancing Script", cursive;
  color: #bb9f33;
  -webkit-transform: translateY(-50%) skewX(-7deg);
      -ms-transform: translateY(-50%) skewX(-7deg);
          transform: translateY(-50%) skewX(-7deg);
  display: block;
  line-height: 1;
  position: absolute;
  left: 0;
  margin: 0;
  top: 38%;
}
@media (min-width: 768px) {
  .tool__containerbox-text::before, .tool__voicebox-text::before {
    font-size: 5.8rem;
    line-height: 1;
  }
}
.tool__containerbox-image, .tool__containerbox-imagevoice, .tool__voicebox-image, .tool__voicebox-imagevoice {
  width: 100%;
  height: 210px;
}
.tool__containerbox-image img, .tool__containerbox-imagevoice img, .tool__voicebox-image img, .tool__voicebox-imagevoice img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
@media (min-width: 768px) {
  .tool__containerbox-imagevoice, .tool__voicebox-imagevoice {
    height: 590px;
  }
}
.tool__containerbox-subtext, .tool__voicebox-subtext {
  font-size: 1.5rem;
  line-height: 1.6;
  color: #333;
  padding: 0 0 2rem;
  text-align: left;
  font-weight: 400;
}
@media (min-width: 768px) {
  .tool__containerbox-subtext, .tool__voicebox-subtext {
    font-size: 1.8rem;
    line-height: 1.8;
    padding: 1rem 2.5rem;
    margin: 0 0 0 1.5rem;
  }
  .tool__row-container--first .tool__containerbox-subtext, .tool__row-container--first .tool__voicebox-subtext {
    padding: 1rem 2.5rem 1rem 0;
    margin: 0 1.5rem 0 0;
  }
}
@media (max-width: 767px) {
  .tool__containerbox-subtext, .tool__voicebox-subtext {
    padding: 0;
  }
}
.tool__containerbox img, .tool__voicebox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.tool__voicebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 1rem;
}
@media (max-width: 767px) {
  .tool__voicebox {
    padding: 0;
  }
}
.tool__voicebox-text {
  font-size: 1.3rem;
  line-height: 1.7;
  color: #333;
  font-family: sans-serif;
  padding: 0 0 0 0.5rem;
  border-bottom: none;
  width: 100%;
  font-weight: normal;
}
.tool__voicebox-text::before {
  content: none;
  display: none;
}
@media (min-width: 768px) {
  .tool__voicebox-text {
    font-size: 1.6rem;
    line-height: 1.8;
    padding: 2rem 0;
    margin: 0 1rem;
  }
}
.tool__voicebox-textitem {
  border: 1px solid #fff;
  border-radius: 7px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #efefef;
  margin: 1rem 0 1.7rem;
  width: 100%;
  padding: 1rem;
}
@media (min-width: 768px) {
  .tool__voicebox-textitem {
    margin: 0 0 5rem;
    width: 70%;
  }
}
.tool__voicebox-textitem::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #eee transparent transparent transparent;
  left: 80%;
  bottom: -15px;
}
@media (min-width: 768px) {
  .tool__voicebox-textitem::after {
    border-width: 25px 20px 0 20px;
    border-color: #eee transparent transparent transparent;
    left: 90%;
    bottom: -25px;
  }
}
.tool__voicebox-textitem:nth-child(even) {
  margin-left: auto;
  background: #DCEEF3;
}
@media (min-width: 768px) {
  .tool__voicebox-textitem:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-left: auto;
  }
}
.tool__voicebox-textitem:nth-child(even)::after {
  border-color: #DCEEF3 transparent transparent transparent;
}
.tool__voicebox-img {
  margin: 1.2rem;
  width: 45%;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 8px;
  padding: 0.5rem 0.5rem 0.8rem;
}
@media (min-width: 768px) {
  .tool__voicebox-img {
    margin: 0.5rem;
    width: 20%;
  }
}
.tool__voicebox-img figcaption {
  font-size: 1.2rem;
  line-height: 1.5;
  font-family: sans-serif;
  color: #777;
  margin: 0;
}
@media (min-width: 768px) {
  .tool__voicebox-img figcaption {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.tool__voicebox-line {
  display: inline;
  border-bottom: 1px dashed #ccc;
}
.tool__subtitle {
  color: #D2C086;
  font-size: 2.4rem;
  line-height: 3;
  margin: 0;
  padding: 1rem;
}
@media (max-width: 767px) {
  .tool__subtitle {
    font-size: 1.6rem;
    line-height: 1.9;
  }
}
.tool__subtitle--group {
  width: 100%;
}
@media (max-width: 767px) {
  .tool__subtitle--group {
    background: -webkit-gradient(linear, left bottom, left top, from(#979797), to(rgba(0, 0, 0, 0.01))), url("file:///Users/miyashitasumiko/Desktop/portfolio-1025-site/images/top-image-woman.png") no-repeat center -25px;
    background: linear-gradient(0deg, #979797, rgba(0, 0, 0, 0.01)), url("file:///Users/miyashitasumiko/Desktop/portfolio-1025-site/images/top-image-woman.png") no-repeat center -25px;
    background-size: contain;
    height: 70vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 2rem 2rem 0;
  }
}
@media (min-width: 768px) {
  .tool__subtitle--group {
    width: 50%;
    position: absolute;
    bottom: 0;
  }
}
.tool__subtitle-text {
  font-size: 1.2rem;
  line-height: 1.6;
  margin: 0 0 1rem;
  color: #fff;
}
@media (min-width: 768px) {
  .tool__subtitle-text {
    font-size: 1.7rem;
    line-height: 1.9;
    margin: 1rem 0 2.5rem;
    color: #1AA325;
  }
}
.tool__subtitle--mini, .tool__subtitle--mid {
  position: relative;
  color: #333;
}
.tool__subtitle--mini {
  font-size: 1.7rem;
  line-height: 1.8;
}
.tool__subtitle-top {
  width: 100%;
  display: block;
  color: #333;
  font-size: 2.5rem;
  font-family: "Julius Sans One", sans-serif;
  line-height: 1.6;
  margin: 2.9rem 0 0;
  font-weight: bold;
  letter-spacing: 0.5em;
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .tool__subtitle-top {
    margin: 2.5rem 0 0;
    font-size: 4rem;
    line-height: 1.7;
    margin: 0.7rem 0 1.2rem;
  }
}
.tool__subtitle-top::before {
  content: "";
  position: absolute;
  top: -42px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 36px;
  height: 34px;
  background: url(./images/logo.png) no-repeat center center;
  background-size: cover;
}
@media (min-width: 768px) {
  .tool__subtitle-top::before {
    top: -65px;
    width: 56px;
    height: 52px;
  }
}
.tool__subtitle-top--name {
  font-size: 1.2rem;
  line-height: 2;
  display: block;
  margin: 0;
}
@media (min-width: 768px) {
  .tool__subtitle-top--name {
    font-size: 1.4rem;
  }
}
.tool__subtitle-top--name::before {
  content: none;
}
.tool__subtitle--mid {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: sans-serif;
  color: #f8c100;
  line-height: 1.5;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
  padding: 0 0 0 1.5rem;
  letter-spacing: -0.01em;
}
@media (max-width: 767px) {
  .tool__subtitle--mid {
    background: rgba(0, 0, 0, 0.5);
    padding: 0.2rem 1rem 0.2rem 1.5rem;
    border-radius: 0 9px 9px 0;
  }
}
@media (min-width: 768px) {
  .tool__subtitle--mid {
    font-size: 2.7rem;
    line-height: 1.7;
    padding: 0 0 0 3.5rem;
    margin: 0 0 4rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  }
  .tool__main--complete .tool__subtitle--mid {
    font-size: 2.2rem;
  }
}
@media (min-width: 1025px) {
  .tool__subtitle--mid {
    padding: 0.5rem 0 0 7.5rem;
  }
}
.tool__subtitle-box {
  background: rgba(0, 0, 0, 0.5);
}
.tool__buttonarea {
  background: #fff;
  border-radius: 30px 30px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .tool__buttonarea {
    padding-bottom: 1.5rem;
  }
}
.tool__buttonarea-head {
  font-size: 2rem;
  font-weight: bold;
  color: #585858;
  margin: 0.8rem 0 0;
}
.tool__buttonarea-head::after {
  content: "";
  font-size: 1.7rem;
  display: block;
  margin: 0 auto;
  -webkit-transition: 0.4s cubic-bezier(0.65, -1, 0.35, 2);
  transition: 0.4s cubic-bezier(0.65, -1, 0.35, 2);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7.5px 0 7.5px;
  border-color: #5CC464 transparent transparent transparent;
  text-align: center;
}
@media (min-width: 768px) {
  .tool__buttonarea-head {
    font-size: 2.5rem;
    margin: 1.5rem 0 0;
  }
}
.tool__buttonarea-list {
  padding: 0;
}
@media (max-width: 767px) {
  .tool__buttonarea-list {
    margin: 1rem 0;
  }
}
.tool__buttonarea-button {
  font-size: 1.9rem;
  font-weight: bold;
  color: #fff;
  height: 40px;
  border-radius: 10px;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
  margin: 0;
  height: 50px;
  line-height: 50px;
  background: #1AA325;
  text-align: center;
  list-style: none;
  padding: 0 2rem;
}
@media (min-width: 768px) {
  .tool__buttonarea-button {
    font-size: 2.7rem;
    height: 65px;
    line-height: 65px;
    padding: 0 2rem;
  }
}
.tool__buttonarea-button:first-child {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .tool__buttonarea-button:first-child {
    margin-bottom: 1rem;
  }
}
.tool__textcenter {
  background: #171717;
  padding: 1rem 3rem;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .tool__textcenter {
    font-size: 2.4rem;
    line-height: 2.5;
  }
}
.tool__point {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
@media (max-width: 767px) {
  .tool__point {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1.7rem 0 0;
  }
}
@media (min-width: 768px) {
  .tool__point {
    margin: 0 auto 2rem;
    max-width: 1040px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.tool__pointitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.4;
  position: relative;
  color: #333;
  z-index: 1;
  font-weight: bold;
  margin: 0 0 2rem;
  text-align: left;
  font-size: 1.6rem;
  width: 270px;
  height: 320px;
}
@media (max-width: 767px) {
  .tool__pointitem {
    position: static;
    padding: 0 2rem;
  }
}
@media (min-width: 768px) {
  .tool__pointitem {
    padding: 3rem 2rem;
    font-size: 1.7rem;
  }
}
.tool__pointitem::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
  border-radius: 0;
}
@media (max-width: 767px) {
  .tool__pointitem::before {
    display: none;
  }
}
.tool__pointitem:last-child::after {
  content: none;
}
.tool__pointitem-title {
  display: block;
  position: relative;
  text-align: center;
  font-size: 2rem;
  height: 250px;
  -webkit-box-shadow: 0 0 3px 1px #ddd;
          box-shadow: 0 0 3px 1px #ddd;
  overflow: hidden;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .tool__pointitem-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 768px) {
  .tool__pointitem-title {
    font-size: 2.1rem;
  }
}
@media (min-width: 1025px) {
  .tool__pointitem-title {
    font-size: 2.5rem;
  }
}
.tool__pointitem-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(45deg, rgba(250, 250, 0, 0.5), #5CC464);
  width: 100%;
  height: 3px;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.tool__pointitem--scroll .tool__pointitem-title::after {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
}
.tool__pointitem-decotitle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .tool__pointitem-decotitle {
    width: 130px;
    padding: 0;
  }
}
.tool__pointitem img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  opacity: 0.8;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.tool__pointitem-child {
  display: block;
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 1rem 0 0;
  font-weight: 400;
  position: relative;
  color: #767676;
}
@media (min-width: 768px) {
  .tool__pointitem-child {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.tool__pointitem-img {
  width: 160px;
  height: 160px;
  display: block;
  margin: 0 auto 2rem;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 0 0 0 3px rgb(140, 117, 53);
          box-shadow: 0 0 0 3px rgb(140, 117, 53);
  opacity: 0;
}
@media (min-width: 768px) {
  .tool__pointitem-img {
    width: 180px;
    height: 180px;
  }
}
.tool__pointitem-img img {
  width: 100%;
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.tool__introduction {
  background: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .tool__introduction {
    margin-top: 0;
  }
}
.tool__introduction-circle {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 768px) {
  .tool__introduction-circle {
    width: 90%;
  }
}
@media (min-width: 1025px) {
  .tool__introduction-circle {
    width: 60%;
  }
}
.tool__introduction-circle::before {
  content: "";
  position: absolute;
  top: 70%;
  left: 50%;
  width: 60%;
  height: 20%;
  display: block;
  border-radius: 50%;
  background: #091944;
  -webkit-box-shadow: 0 0 50px 50px #091944;
          box-shadow: 0 0 50px 50px #091944;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
@media (min-width: 768px) {
  .tool__introduction-circle::before {
    top: 60%;
    left: 50%;
    width: 50%;
    height: 50%;
  }
}
.tool__heading {
  margin: 0 auto;
  text-align: center;
  position: relative;
  color: #252525;
  font-size: 2.7rem;
  padding: 3.5rem 0 1rem;
  width: 295px;
}
@media (min-width: 768px) {
  .tool__heading {
    padding: 10rem 0 3rem;
    font-size: 3.5rem;
    width: 450px;
  }
}
@media (min-width: 1025px) {
  .tool__heading {
    font-size: 4rem;
  }
}
.tool__heading-group {
  margin: 0;
}
@media (min-width: 768px) {
  .tool__heading-group {
    margin: 0 0 3rem;
  }
}
.tool__heading::before {
  content: "";
  background: linear-gradient(-45deg, #876c07, rgba(255, 203, 9, 0.88));
  width: 295px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0);
      -ms-transform: translateX(-50%) scale(0);
          transform: translateX(-50%) scale(0);
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}
@media (min-width: 768px) {
  .tool__heading::before {
    width: 450px;
    height: 5px;
  }
}
.tool__heading-group--scroll .tool__heading::before {
  -webkit-transform: translateX(-50%) scale(1);
      -ms-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
}
.tool__heading::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0px 4px 17px;
  border-color: transparent transparent transparent #8a6e15;
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.9s ease-out;
  transition: 0.9s ease-out;
}
@media (min-width: 768px) {
  .tool__heading::after {
    border-width: 12px 0px 5px 22px;
  }
}
.tool__heading-group--scroll .tool__heading::after {
  visibility: visible;
  opacity: 1;
}
.tool__heading--mb {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .tool__heading--mb {
    margin-bottom: 5rem;
  }
}
.tool__e-heading {
  text-align: center;
  margin: 0;
  padding: 1.5rem 0;
  font-size: 1.5rem;
  line-height: 1.6;
  position: relative;
  color: #555;
}
@media (min-width: 768px) {
  .tool__e-heading {
    padding: 3rem 0;
    font-size: 1.8rem;
  }
}
.tool__e-heading::before {
  content: none;
}
.tool__heading--white, .tool__e-heading--white {
  color: white;
}
.tool__instructor-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 767px) {
  .tool__instructor-data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1025px) {
  .tool__instructor-data {
    max-width: 1040px;
    padding: 1rem;
  }
}
.tool__instructor-photo {
  width: 30%;
  position: relative;
}
@media (max-width: 767px) {
  .tool__instructor-photo {
    width: 100%;
    height: 275px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.tool__instructor-photo img {
  width: 100%;
  display: block;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: contain; object-position: center;";
}
.tool__instructor-text {
  width: 70%;
  padding-right: 70px;
  line-height: 1.6;
  position: relative;
  color: #fff;
}
@media (max-width: 767px) {
  .tool__instructor-text {
    width: 100%;
    padding-right: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.tool__instructor-name {
  font-size: 2.5rem;
  font-weight: bold;
  margin: 0;
  padding: 15px 0 0;
}
@media (max-width: 767px) {
  .tool__instructor-name {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .tool__instructor {
    font-size: 2rem;
    text-align: center;
  }
}
.tool__text {
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 767px) {
  .tool__text {
    font-size: 14px;
  }
}
.tool__subheading {
  font-weight: normal;
  font-size: 18px;
  margin: 0;
  padding: 30px 0 10px;
  color: #bb9f33;
}
@media (max-width: 767px) {
  .tool__subheading {
    font-size: 16px;
  }
}
.tool__source-text {
  text-align: right;
  font-size: 14px;
}
@media (max-width: 767px) {
  .tool__source-text {
    margin: 0;
  }
}
.tool__attention {
  color: #333;
  font-size: 1.9rem;
  line-height: 1.7;
  margin: 2.5rem 0 0;
  position: relative;
  padding: 0.5em 1.5em;
  text-align: center;
}
@media (min-width: 768px) {
  .tool__attention {
    font-size: 2.8rem;
    line-height: 1.8;
    margin: 4rem auto 0;
    padding: 0.8em 1.5em;
    max-width: 1040px;
  }
}
@media (min-width: 1025px) {
  .tool__attention {
    padding: 0.8em 1em;
    font-size: 3.3rem;
    line-height: 2;
  }
}
.tool__attention::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  /* height: 1px; */
  /* background: #ddd; */
  border-top: 1px solid #5CC464;
  border-bottom: 1px solid #5CC464;
  padding: 0.2rem 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.tool__attention-inner {
  display: inline-block;
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 0 1.2rem;
}
@media (min-width: 768px) {
  .tool__attention-inner {
    padding: 0 2rem;
  }
}
.tool__linearea {
  background: #fff;
  border-top: 1px solid #1AA325;
  border-bottom: 1px solid #1AA325;
}
@media (min-width: 768px) {
  .tool__linearea {
    padding: 3rem 0;
  }
}
.tool__linearea-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .tool__linearea-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2.5rem 2rem;
  }
}
@media (min-width: 768px) {
  .tool__linearea-group {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.tool__linearea-button {
  width: 180px;
  height: auto;
}
.tool__linearea-text {
  color: #333;
  font-size: 1.4rem;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .tool__linearea-text {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .tool__linearea-text {
    margin-left: 2rem;
    width: 50%;
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
.tool__phonearea {
  padding: 5rem 2rem;
}
@media (min-width: 768px) {
  .tool__phonearea {
    padding: 8rem 1rem;
  }
}
.tool__phonearea-bottom {
  text-align: center;
}
@media (min-width: 768px) {
  .tool__phonearea-bottom {
    max-width: 700px;
    margin: 0 auto;
  }
}
.tool__phonearea-group {
  border: 2px solid #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 1rem 2rem;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .tool__phonearea-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 768px) {
  .tool__phonearea-group {
    padding: 2rem 3rem;
  }
}
.tool__phonearea-head {
  font-size: 2rem;
  line-height: 1.7;
  display: inline-block;
  background: #fff;
  padding: 0 1rem;
  position: absolute;
  z-index: 1;
  top: -19px;
  margin: 0;
}
@media (min-width: 768px) {
  .tool__phonearea-head {
    top: -22px;
    font-size: 2.5rem;
    line-height: 1.7;
    padding: 0 2rem;
  }
}
.tool__phonearea-number {
  font-size: 3rem;
  line-height: 1.7;
  font-weight: bold;
}
@media (max-width: 767px) {
  .tool__phonearea-number {
    margin-top: 1.2rem;
  }
}
@media (min-width: 768px) {
  .tool__phonearea-number {
    margin-right: 2rem;
    width: 50%;
  }
}
.tool__phonearea-number::before {
  content: "\e944";
  font-family: "icomoon";
  font-size: 2.4rem;
  color: #333;
  display: inline-block;
  margin-right: 1rem;
}
.tool__phonearea-text {
  color: #333;
  font-size: 1.5rem;
  line-height: 1.7;
  width: 100%;
}
@media (max-width: 767px) {
  .tool__phonearea-text {
    margin-top: 0.5rem;
  }
}
@media (min-width: 768px) {
  .tool__phonearea-text {
    width: 50%;
    font-size: 1.6rem;
    line-height: 1.9;
  }
}
.tool__contents {
  background: #162654;
  padding: 0 0 50px;
}
@media (max-width: 767px) {
  .tool__contents {
    padding: 0 15px 15px;
  }
}
.tool__contents-top {
  padding-top: 30px;
  max-width: 1080px;
}
.tool__contents-top, .tool__contents-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 10px;
}
@media (max-width: 767px) {
  .tool__contents-top, .tool__contents-bottom {
    width: 100%;
    display: block;
  }
}
.tool__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background: white;
  margin: 0 0 2rem;
}
@media (max-width: 767px) {
  .tool__card {
    width: 100%;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.tool__card-photo {
  width: 50%;
}
@media (max-width: 767px) {
  .tool__card-photo {
    width: 100%;
  }
}
.tool__card-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.tool__card-text {
  width: 50%;
  background: white;
  padding: 0 15px;
  font-weight: bold;
  font-size: 18px;
}
@media (max-width: 767px) {
  .tool__card-text {
    font-size: 16px;
    width: 100%;
  }
}
.tool__card-title {
  display: block;
  text-align: center;
  color: #1D5F6D;
  font-size: 16px;
  margin: 0;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .tool__card-title {
    padding: 0 0 10px;
  }
}
.tool__card--horizontal__card-photo img {
  display: block;
}
.tool__card--verticality {
  display: block;
  width: 240px;
}
@media (max-width: 767px) {
  .tool__card--verticality--verticality {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
  }
}
.tool__card .recruit__card--verticality .recruit__card-photo,
.tool__card .recruit__card--verticality .recruit__card-text {
  width: 100%;
}
@media (max-width: 767px) {
  .tool__card .recruit__card--verticality .recruit__card-photo,
  .tool__card .recruit__card--verticality .recruit__card-text {
    width: 50%;
  }
  .tool__card .recruit__card--verticality .recruit__card-photo img,
  .tool__card .recruit__card--verticality .recruit__card-text img {
    width: 100%;
    height: 100%;
  }
}
.tool__recommend {
  background: #efefef;
  z-index: 1;
  position: relative;
}
@media (min-width: 768px) {
  .tool__recommend {
    padding: 1rem 0;
  }
}
.tool__recommend-list {
  margin: 0 auto;
  color: #252525;
  list-style-type: none;
  padding: 0 1.5rem 3.9rem;
  max-width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .tool__recommend-list {
    max-width: 610px;
    font-size: 2.2rem;
    line-height: 2.7;
    padding: 0 0 7.8rem;
  }
}
.tool__recommend-list li:not(:last-child) {
  margin: 0 0 1.3rem;
}
.tool__recommend-list li::before {
  content: "";
  background: url("file:///Users/miyashitasumiko/Desktop/portfolio-1025-site/images/checkbox.png") no-repeat;
  display: inline-block;
  background-size: 26px 27px;
  width: 26px;
  height: 27px;
  vertical-align: middle;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .tool__recommend-list li::before {
    background-size: 16px 17px;
    width: 16px;
    height: 17px;
  }
}
.tool__complete-title {
  font-size: 1.7rem;
  line-height: 1.8;
  padding: 1rem 0 0;
}
@media (min-width: 768px) {
  .tool__complete-title {
    font-size: 2.3rem;
    line-height: 2;
    margin: 3rem 0 0;
  }
}
.tool__complete-text {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .tool__complete-text {
    font-size: 1.7rem;
    margin: 2rem 0 0;
  }
}
.tool__complete-inner {
  padding: 1rem 2rem 2rem;
  margin: 0 auto;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .tool__complete-inner {
    padding: 5rem;
    line-height: 2;
    max-width: 980px;
    min-height: 400px;
    text-align: center;
  }
}
.tool__complete-h2 {
  background: #184782;
  color: #fff;
  padding: 1rem 1.2rem;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .tool__complete-h2 {
    margin: -1rem -2rem 0;
    padding: 1rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .tool__complete-h2 {
    padding: 2rem;
    font-size: 2.3rem;
  }
}
.tool__repeat-image {
  width: 100%;
  height: 122px;
  background: url("file:///Users/miyashitasumiko/Desktop/portfolio-1025-site/images/foot.jpg") repeat-x;
}
@media (max-width: 767px) {
  .tool__repeat-image__repeat-image {
    height: 76px;
    background-size: cover;
  }
}
.tool__details {
  background: #555;
  color: #D2C086;
  padding: 0 1.2rem 1.2rem;
}
@media (min-width: 768px) {
  .tool__details {
    padding-bottom: 10rem;
  }
}
.tool__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #b8b8b8;
  max-width: 1080px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .tool__table {
    width: 100%;
    display: block;
    border-bottom: 0;
    color: white;
    margin: 1rem auto 0;
  }
}
@media (min-width: 768px) {
  .tool__table {
    background: #306ca8;
  }
}
.tool__table--border-none {
  border-bottom: 0;
}
.tool__table-header {
  text-align: left;
  color: white;
  margin: 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0.7rem 1.5rem;
  text-align: center;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .tool__table-header {
    background: -webkit-gradient(linear, left top, left bottom, from(#15598a), to(#204288));
    background: linear-gradient(-180deg, #15598a, #204288);
  }
}
@media (min-width: 768px) {
  .tool__table-header {
    width: 170px;
    height: 100%;
    text-align: center;
    padding: 2rem 0;
    font-size: 1.8rem;
  }
}
.tool__table-body {
  color: #252525;
  background: #ededed;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0.8rem;
  margin: 0;
  letter-spacing: 0.03em;
  text-align: center;
}
@media (min-width: 768px) {
  .tool__table-body {
    width: 100%;
    color: #252525;
    background: #fff;
    padding: 2.5rem 3rem;
    font-size: 1.9rem;
    text-align: left;
  }
}
.tool__year {
  margin: 0;
  padding: 0 0 1rem;
  color: #252525;
}
@media (max-width: 767px) {
  .tool__year {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .tool__year {
    font-size: 1.9rem;
    padding: 0 0 1.5rem;
  }
}
.tool__date {
  width: 100%;
  font-size: 1.6rem;
  text-align: center;
  border: 1px solid #bbb;
  margin-bottom: 30px;
  border-spacing: 0;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .tool__date {
    background: white;
    color: #252525;
  }
}
.tool__date th {
  background: #597fa5;
  color: #fff;
  padding: 0.3rem;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .tool__date th {
    font-size: 1.7rem;
  }
}
.tool__date th + th {
  border-left: 1px solid #fff;
}
.tool__date td {
  padding: 5px;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .tool__date td {
    padding: 10px;
    font-size: 1.9rem;
  }
}
.tool__date td + td {
  border-left: 1px solid #bbb;
}
.tool__date--2019 {
  margin-bottom: 0;
}
.tool__apply {
  background: #efefef;
  padding: 0 15px 15px;
}
.tool__apply-area {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media (min-width: 768px) {
  .tool__apply-area {
    width: 780px;
  }
}
.tool__apply-heading {
  background: #1e4788;
  display: inline-block;
  font-size: 1.4rem;
  color: white;
  padding: 3px 10px;
  border-radius: 8px;
  margin: 0 10px 0 0;
}
@media (min-width: 768px) {
  .tool__apply-heading {
    font-size: 1.6rem;
  }
}
.tool__apply-body {
  padding: 0.9rem 0 2rem;
}
@media (min-width: 768px) {
  .tool__apply-body {
    padding: 0.9rem 0 3rem;
  }
}
.tool__apply-body .error,
.tool__apply-body .error_message {
  display: inline-block;
  color: red;
  font-size: 1.3rem;
  background: #fdfe5a;
  padding: 0.5rem 0.7rem;
  font-family: sans-serif;
}
@media (min-width: 768px) {
  .tool__apply-body .error,
  .tool__apply-body .error_message {
    font-size: 1.4rem;
  }
}
.tool__apply-required {
  font-size: 1.3rem;
  color: #ff7373;
  font-family: sans-serif;
}
@media (min-width: 768px) {
  .tool__apply-required {
    font-size: 1.4rem;
  }
}
.tool input,
.tool button,
.tool textarea,
.tool select {
  width: 100%;
  margin: 0;
  padding: 7px;
  font-size: 1.6rem;
  line-height: 1.9;
  background: none;
  border: 1px solid #b5b4b4;
  background: white;
  border-radius: 5px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.tool-button-area {
  text-align: center;
}
.tool__tel-area {
  position: relative;
  background: url("file:///Users/miyashitasumiko/Desktop/portfolio-1025-site/images/image-03.jpg") no-repeat;
  background-size: cover;
  height: 368px;
}
@media (max-width: 767px) {
  .tool__tel-area {
    height: 200px;
  }
}
.tool__tel-area::before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.tool__tel-inner {
  position: absolute;
  text-align: center;
}
@media (min-width: 768px) {
  .tool__tel-inner {
    top: calc(50% - 67px);
    right: 200px;
    width: 380px;
  }
}
@media (max-width: 767px) {
  .tool__tel-inner {
    width: 100%;
    position: relative;
    padding: 40px 15px 0;
  }
}
.tool .recruit__apply-terms {
  font-size: 12px;
}
.tool .recruit__tel-text {
  color: white;
  font-size: 2rem;
  padding-bottom: 5px;
  border-bottom: 1px solid white;
  text-align: center;
  margin: 0;
}
@media (max-width: 767px) {
  .tool .recruit__tel-text .recruit__tel-text {
    font-size: 16px;
  }
}
.tool__number--bottom {
  font-size: 5.3rem;
  color: white;
  margin: 0;
  font-weight: bold;
}
@media (max-width: 767px) {
  .tool__number--bottom {
    font-size: 2.8rem;
  }
  .tool__number--bottom a:link,
  .tool__number--bottom a:visited,
  .tool__number--bottom a:hover {
    color: white;
    text-decoration: none;
  }
}
@media (min-width: 768px) {
  .tool__number--bottom {
    font-size: 4.6rem;
  }
}
.tool__tel-note--bottom {
  color: white;
  margin: 0;
}
.tool__brpc {
  display: block;
}
@media (max-width: 767px) {
  .tool__brpc__brpc {
    display: none;
  }
}
.tool__brsp {
  display: none;
}
@media (max-width: 767px) {
  .tool__brsp__brsp {
    display: block;
  }
}
.tool__lesson-pc {
  display: block;
}
@media (max-width: 767px) {
  .tool__lesson-pc__lesson-pc {
    display: none;
  }
}
.tool__lesson-sp {
  display: none;
}
@media (max-width: 767px) {
  .tool__lesson-sp__lesson-sp {
    display: block;
  }
}
.tool__complete-text {
  font-size: 17px;
}
@media (max-width: 767px) {
  .tool__complete-text {
    font-size: 15px;
  }
}
.tool__day-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.tool__day-content-text {
  font-size: 1.8rem;
  color: #fff;
}
.tool__day-content-card {
  padding: 2rem;
}
.tool__apply-area {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media (min-width: 1025px) {
  .tool__apply-area {
    max-width: 780px;
  }
}
.tool .button__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid #d2d2d2;
  padding: 15px 0;
  margin-top: 15px;
}
.tool .button {
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  margin: 0 0 2rem;
}
@media (min-width: 768px) {
  .tool .button {
    margin: 1rem 0 8rem;
  }
}
.tool .button__button {
  display: block;
  color: white;
  font-weight: bold;
  padding: 13px 30px;
  border-radius: 40px;
  cursor: pointer;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  font-size: 18px;
  width: 100%;
  text-align: center;
  margin: 0 0 1.3rem;
  text-decoration: none;
  border: 1px solid #d0a92f;
  background: #f5d36a;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5d36a), to(#d1a827));
  background: linear-gradient(to bottom, #f5d36a 0%, #d1a827 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f5d36a, endColorstr=#d1a827, GradientType=0);
}
.tool .button__button--return {
  color: #333;
  border: 1px solid #d2d2d2;
  background: #dedede;
  background: -webkit-gradient(linear, left top, left bottom, from(#dedede), to(#c1bfbf));
  background: linear-gradient(to bottom, #dedede 0%, #c1bfbf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#dedede, endColorstr=#c1bfbf, GradientType=0);
}
.tool .button__button--none {
  background: none;
  border: none;
}
.tool .button__button--complete {
  text-align: center;
  text-decoration: none;
}
@media (max-width: 767px) {
  .tool .button__button--complete {
    font-size: 1.3rem;
    margin: 1rem auto;
  }
}
@media (min-width: 768px) {
  .tool .button__button--complete {
    width: 470px;
    margin: 1rem auto 1.5rem;
  }
}
.tool .button__green, .tool .button__red {
  display: block;
  color: white;
  font-weight: bold;
  margin: 0;
  padding: 13px 30px;
  border-radius: 40px;
  cursor: pointer;
  font-size: 18px;
  border: 1px solid #1D5F6D;
  background: #45ACBD;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  background: -webkit-gradient(linear, left top, left bottom, from(#45ACBD), to(#1D5F6D));
  background: linear-gradient(to bottom, #45ACBD 0%, #1D5F6D 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#45ACBD, endColorstr=#1D5F6D, GradientType=0);
}
.tool .button__red {
  background: -webkit-gradient(linear, left top, left bottom, from(#f12f30), to(#a11e1e));
  background: linear-gradient(to bottom, #f12f30 0%, #a11e1e 100%);
  border-radius: 25px;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.tool .button__red:hover {
  opacity: 0.7;
}
@media (min-width: 768px) {
  .tool .button__red {
    padding: 17px 30px;
    font-size: 22px;
  }
}
.tool .button--comp {
  margin: 2rem 0;
}
@media (min-width: 768px) {
  .tool .button--comp {
    margin: 3rem 0;
  }
}
.tool__nakatasanmovie {
  margin: 0.7rem 0 1rem;
}
.tool__nakatasanmovie iframe {
  width: 100%;
  height: 185px;
}
@media (min-width: 768px) {
  .tool__nakatasanmovie iframe {
    height: 580px;
  }
}

.letter-space {
  letter-spacing: -0.03em;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .letter-space {
    font-size: 2.9rem;
  }
}
@media (min-width: 1025px) {
  .letter-space {
    font-size: 3.4rem;
  }
  .recruit__main--complete .letter-space {
    font-size: 2.7rem;
  }
}
.letter-space--complete {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .letter-space--complete {
    font-size: 2.7rem;
  }
}
@media (min-width: 405px) and (max-width: 767px) {
  .letter-space {
    font-size: 1.8rem;
  }
}

.block-nosp {
  display: inline;
}
@media (min-width: 1025px) {
  .block-nosp {
    display: block;
  }
}
.block-nopc {
  display: block;
}
@media (min-width: 768px) {
  .block-nopc {
    display: inline;
  }
}

.sandbox-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sandbox {
  position: relative;
  background-color: #171717;
  height: 18rem;
}
@media (min-width: 768px) {
  .sandbox {
    height: 52rem;
  }
}
.sandbox__canvas {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (min-width: 768px) {
  .sandbox__canvas {
    max-width: 1080px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .sandbox--left {
    height: 14rem;
  }
}

.main-container {
  margin: 0 auto;
  padding: 1rem;
  position: relative;
  -webkit-box-shadow: 0 0 0 1px #fff;
          box-shadow: 0 0 0 1px #fff;
}
@media (min-width: 768px) {
  .main-container {
    max-width: 980px;
  }
}
.main-container:not(:last-of-type) {
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .main-container:not(:last-of-type) {
    margin-bottom: 10rem;
  }
}

.scroller {
  position: fixed;
  bottom: 47px;
  right: 15px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  z-index: 2;
  text-decoration: none;
}
@media (min-width: 768px) {
  .scroller {
    bottom: 65px;
    right: 40px;
  }
}
.scroller--fixed {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.scroller:before {
  content: "";
  font-size: 1.7rem;
  display: block;
  text-align: center;
  margin: 0 auto;
  color: #1AA325;
  -webkit-transition: 0.4s cubic-bezier(0.65, -1, 0.35, 2);
  transition: 0.4s cubic-bezier(0.65, -1, 0.35, 2);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 9px 6px;
  border-color: transparent transparent #767676 transparent;
  text-align: center;
}
@media (min-width: 768px) {
  .scroller:before {
    font-size: 2.4rem;
    margin: 0 auto 0.4rem;
    border-width: 0 6.5px 9px 6.5px;
  }
}
.scroller:after {
  content: "Top";
  font-size: 1.1rem;
  display: block;
  text-align: center;
  padding: 0.3rem 0.3rem 0.5rem;
  color: #767676;
  -webkit-transition: 0.4s cubic-bezier(0.65, -1, 0.35, 2);
  transition: 0.4s cubic-bezier(0.65, -1, 0.35, 2);
  border-radius: 2px;
}
@media (min-width: 768px) {
  .scroller:after {
    font-size: 1.3rem;
    padding: 0.5rem;
  }
}
.scroller:hover:before {
  -webkit-transform: translateY(-3px) scale(1.14);
      -ms-transform: translateY(-3px) scale(1.14);
          transform: translateY(-3px) scale(1.14);
  -webkit-animation-name: kurukuru;
          animation-name: kurukuru;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

canvas {
  display: block;
  vertical-align: bottom;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

/* ---- particles.js container ---- */
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #171717;
}

.box-fadein img {
  opacity: 0;
  -webkit-transition: opacity 3s;
  transition: opacity 3s;
}

.box-fadein.lazyloaded img.lazyloaded {
  opacity: 1;
}

@-webkit-keyframes sdb-down {
  50% {
    -webkit-transform: translate(-50%, -67%);
            transform: translate(-50%, -67%);
  }
}

@keyframes sdb-down {
  50% {
    -webkit-transform: translate(-50%, -67%);
            transform: translate(-50%, -67%);
  }
}
@-webkit-keyframes sdb-down-sp {
  50% {
    -webkit-transform: translate(-50%, -61%);
            transform: translate(-50%, -61%);
  }
}
@keyframes sdb-down-sp {
  50% {
    -webkit-transform: translate(-50%, -61%);
            transform: translate(-50%, -61%);
  }
}
@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    -webkit-box-shadow: 0 0 0 35px rgba(200, 161, 34, 0.15);
            box-shadow: 0 0 0 35px rgba(200, 161, 34, 0.15);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    -webkit-box-shadow: 0 0 0 35px rgba(200, 161, 34, 0.15);
            box-shadow: 0 0 0 35px rgba(200, 161, 34, 0.15);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes sdb-sp {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    -webkit-box-shadow: 0 0 0 15px rgba(200, 161, 34, 0.15);
            box-shadow: 0 0 0 15px rgba(200, 161, 34, 0.15);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb-sp {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    -webkit-box-shadow: 0 0 0 15px rgba(200, 161, 34, 0.15);
            box-shadow: 0 0 0 15px rgba(200, 161, 34, 0.15);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.scroll-down-button-area {
  width: 100%;
  height: 100%;
}
.scroll-down-button-area .scroll-down-button {
  padding-top: 27px;
  position: absolute;
  bottom: -26px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-decoration: none;
  color: #c8a122;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
  letter-spacing: 0.07em;
  cursor: pointer;
}
@media (min-width: 768px) {
  .scroll-down-button-area .scroll-down-button {
    font-size: 1.4rem;
    bottom: -30px;
    padding-top: 46px;
  }
}
.scroll-down-button-area .scroll-down-button span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 36px;
  height: 36px;
  border: 1px solid #c8a122;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-animation: sdb-down-sp 3s infinite;
          animation: sdb-down-sp 3s infinite;
  -webkit-transform: translate(-50%, -30%);
      -ms-transform: translate(-50%, -30%);
          transform: translate(-50%, -30%);
}
@media (min-width: 768px) {
  .scroll-down-button-area .scroll-down-button span {
    width: 46px;
    height: 46px;
    -webkit-animation: sdb-down 3s infinite;
            animation: sdb-down 3s infinite;
  }
}
.scroll-down-button-area .scroll-down-button span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 12px;
  height: 12px;
  margin: -9px 0 0 -6px;
  border-left: 1px solid #c8a122;
  border-bottom: 1px solid #c8a122;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 768px) {
  .scroll-down-button-area .scroll-down-button span::after {
    width: 16px;
    height: 16px;
    margin: -12px 0 0 -8px;
  }
}
.scroll-down-button-area .scroll-down-button span::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 34px;
  height: 34px;
  -webkit-box-shadow: 0 0 0 0 rgba(200, 161, 34, 0.1);
          box-shadow: 0 0 0 0 rgba(200, 161, 34, 0.1);
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: sdb-sp 3s infinite;
          animation: sdb-sp 3s infinite;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(0, 0, 0, 0.7);
}
@media (min-width: 768px) {
  .scroll-down-button-area .scroll-down-button span::before {
    width: 44px;
    height: 44px;
    -webkit-animation: sdb 3s infinite;
            animation: sdb 3s infinite;
  }
}

.inline-marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #ffdc00));
  background: linear-gradient(transparent 75%, #ffdc00 75%);
  font-weight: bold;
}

footer {
  text-align: center;
  padding: 20px 0;
}

footer > p {
  text-align: center;
  color: #767676;
  line-height: 1.5;
  margin: 1rem 0 0;
  padding: 0.5rem 2rem 0;
  font-size: 1rem;
}
@media (min-width: 768px) {
  footer > p {
    font-size: 1.2rem;
    line-height: 1.7;
  }
}

footer > a {
  color: #333;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  footer > a {
    font-size: 1.3rem;
  }
}

.grid {
  margin-bottom: 1.6em;
}
.grid .grid-item {
  width: 200px;
  padding: 2px;
}
.grid .grid-item img {
  vertical-align: bottom;
}

.masonry {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 768px) {
  .masonry {
    min-height: 500px;
  }
}
.masonry__item {
  position: absolute;
  text-align: center;
  font-size: 2em;
  color: white;
  line-height: 1.6em;
  border-radius: 6px;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  /* background: rgba(150, 150, 150, 1); */
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  display: block;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 767px) {
  .masonry__item--1, .masonry__item--2, .masonry__item--3, .masonry__item--4, .masonry__item--5, .masonry__item--6, .masonry__item--7, .masonry__item--8 {
    height: 170px;
  }
}
.masonry__item--1 img, .masonry__item--2 img, .masonry__item--3 img, .masonry__item--4 img, .masonry__item--5 img, .masonry__item--6 img, .masonry__item--7 img, .masonry__item--8 img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  opacity: 0.9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: top;";
}
@media (min-width: 768px) {
  .masonry__item--1 {
    height: 303px;
    width: 306px;
    -webkit-transform: translate3d(10px, 0px, 0px);
            transform: translate3d(10px, 0px, 0px);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .masonry__item--2 {
    height: 280px;
    width: 313px;
    -webkit-transform: translate3d(333px, 0px, 0px);
            transform: translate3d(333px, 0px, 0px);
  }
}
@media (min-width: 768px) {
  .masonry__item--2 {
    height: 275px;
    width: 306px;
    -webkit-transform: translate3d(326px, 0px, 0px);
            transform: translate3d(326px, 0px, 0px);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .masonry__item--3 {
    height: 140px;
    width: 313px;
    -webkit-transform: translate3d(10px, 160px, 0px);
            transform: translate3d(10px, 160px, 0px);
  }
}
@media (min-width: 768px) {
  .masonry__item--3 {
    height: 240px;
    width: 306px;
    -webkit-transform: translate3d(641px, 0px, 0px);
            transform: translate3d(641px, 0px, 0px);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .masonry__item--4 {
    height: 160px;
    width: 313px;
    -webkit-transform: translate3d(657px, 340px, 0px);
            transform: translate3d(657px, 340px, 0px);
  }
}
@media (min-width: 768px) {
  .masonry__item--4 {
    height: 123px;
    width: 306px;
    -webkit-transform: translate3d(360px, 180px, 0px);
            transform: translate3d(360px, 180px, 0px);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .masonry__item--5 {
    height: 150px;
    width: 313px;
    -webkit-transform: translate3d(657px, 90px, 0px);
            transform: translate3d(657px, 90px, 0px);
  }
}
@media (min-width: 768px) {
  .masonry__item--5 {
    height: 215px;
    width: 255px;
    -webkit-transform: translate3d(1070px, 0px, 0px);
            transform: translate3d(1070px, 0px, 0px);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .masonry__item--6 {
    height: 180px;
    width: 313px;
    -webkit-transform: translate3d(10px, 160px, 0px);
            transform: translate3d(10px, 160px, 0px);
  }
}
@media (min-width: 768px) {
  .masonry__item--6 {
    height: 260px;
    width: 255px;
    -webkit-transform: translate3d(1335px, 0px, 0px);
            transform: translate3d(1335px, 0px, 0px);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .masonry__item--7 {
    height: 170px;
    width: 313px;
    -webkit-transform: translate3d(333px, 170px, 0px);
            transform: translate3d(333px, 170px, 0px);
  }
}
@media (min-width: 768px) {
  .masonry__item--7 {
    height: 170px;
    width: 255px;
    -webkit-transform: translate3d(275px, 60px, 0px);
            transform: translate3d(275px, 60px, 0px);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .masonry__item--8 {
    height: 100px;
    width: 313px;
    -webkit-transform: translate3d(657px, 170px, 0px);
            transform: translate3d(657px, 170px, 0px);
  }
}
@media (min-width: 768px) {
  .masonry__item--8 {
    height: 240px;
    width: 255px;
    -webkit-transform: translate3d(1335px, 60px, 0px);
            transform: translate3d(1335px, 60px, 0px);
  }
}
.masonry__item .a-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.masonry__item:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 1;
}
.masonry__text {
  font-size: 1.2rem;
  line-height: 1;
  position: absolute;
  top: 0;
  background: rgba(100, 100, 100, 0.48);
  padding: 0.7rem 1rem;
}
@media (min-width: 768px) {
  .masonry__text {
    font-size: 1.3rem;
    padding: 0.8rem 1rem;
  }
}

.plan-modal__group {
  list-style: none;
}
.plan-modal__item-ttl {
  font-weight: 700;
  font-size: 1.8rem;
  margin: 0 0 1.8rem;
  display: block;
  text-align: center;
  background: #cfe9e3;
  padding: 0.5rem;
  border-radius: 50px;
  font-family: "Tsukushi A Round Gothic", "筑紫A丸ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
}
@media (min-width: 768px) {
  .plan-modal__item-ttl {
    font-size: 2.3rem;
    padding: 1rem;
    margin: 0 0 3rem;
  }
}
.plan-modal__item-ttl h2 {
  font-size: 2.1rem;
  border: 2px dotted #fff;
  border-radius: 30px;
  padding: 0.8rem;
}
@media (min-width: 768px) {
  .plan-modal__item-ttl h2 {
    font-size: 2.3rem;
    padding: 1rem 2.5rem;
  }
}
.plan-modal__item-text {
  font-size: 1.5rem;
  line-height: 1.6;
  margin: 0 0 1.2rem;
}
@media (min-width: 768px) {
  .plan-modal__item-text {
    font-size: 1.7rem;
    line-height: 1.8;
  }
}
.plan-modal__item-text h3 {
  font-size: 1.7rem;
}
@media (min-width: 768px) {
  .plan-modal__item-text h3 {
    font-size: 1.8rem;
  }
}

.modal_wrap input {
  display: none;
}

.modal_overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0s 0.5s;
  transition: opacity 0.5s, -webkit-transform 0s 0.5s;
  transition: opacity 0.5s, transform 0s 0.5s;
  transition: opacity 0.5s, transform 0s 0.5s, -webkit-transform 0s 0.5s;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.modal_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.modal_content {
  position: relative;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 40px 25px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  line-height: 1.4em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 1rem;
}
@media (max-width: 767px) {
  .modal_content {
    width: 82%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-height: 70vh;
    overflow: scroll;
  }
}
@media (min-width: 768px) {
  .modal_content {
    padding: 50px;
    width: 75%;
  }
}
.modal_content img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: contain; object-position: center;";
}
@media (min-width: 768px) {
  .modal_content img {
    width: 60%;
  }
}
.modal_content__ttl {
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 768px) {
  .modal_content__ttl {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.modal_content__txt {
  font-size: 1.4rem;
  line-height: 1.4;
}
.modal_content-webmodal {
  width: 80%;
  max-height: 60vh;
}
@media (min-width: 768px) {
  .modal_content-webmodal {
    width: 70%;
    height: 60vh;
  }
}
.modal_content__openimg {
  width: 100%;
  text-align: center;
  max-height: 53vh;
  overflow: scroll;
}
.modal_content__openimg-dtpwide {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
}
@media (min-width: 768px) {
  .modal_content__openimg-dtpwide {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.modal_content__openimg-obiwidemin {
  width: 60%;
}
.modal_content__openimg-webimg {
  max-height: 40vh;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal_content__openimg-webimg {
    max-height: 50vh;
  }
}

.close_button {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 24px;
  cursor: pointer;
  z-index: 1;
}

.modal_wrap input:checked ~ .modal_overlay {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.open_button {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 155px;
  margin: auto;
  color: #444;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.7) inset;
          box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.7) inset;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .open_button {
    width: 200px;
    height: 200px;
  }
}
.open_button img {
  position: relative;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  opacity: 0.9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.open_button:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.open_button__caption {
  font-size: 1.1rem;
  font-weight: normal;
  color: #fff;
  line-height: 1;
  background: rgba(100, 100, 100, 0.4);
  padding: 0.7rem 1rem;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  overflow: hidden;
}
@media (min-width: 768px) {
  .open_button__caption {
    font-size: 1.1rem;
    line-height: 1.1;
    padding: 1rem;
  }
}
.open_button:hover .open_button__caption {
  opacity: 1;
  visibility: visible;
}
.open_button__square {
  border-radius: 1rem;
}
.open_button__square img {
  border-radius: 1rem;
}

.masonry-area {
  position: relative;
}

.circle-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .circle-area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 350px;
  }
}

.circle {
  width: calc(50% - 20px);
}
@media (min-width: 768px) {
  .circle {
    width: calc(33.3333333333% - 20px);
    margin-bottom: 6rem;
  }
}
@media (max-width: 767px) {
  .circle {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .circle:nth-of-type(even) {
    margin-right: 2rem;
  }
}

@-webkit-keyframes border-down {
  0% {
    width: 0;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}

@keyframes border-down {
  0% {
    width: 0;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@-webkit-keyframes border-down-sp {
  0% {
    width: 0;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes border-down-sp {
  0% {
    width: 0;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
.left-border-area {
  overflow: hidden;
}

.left-border {
  font-size: 1.45rem;
  line-height: 1.3;
  font-family: "Julius Sans One", sans-serif;
  color: #777;
  position: absolute;
  top: -35px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  padding: 0;
  display: block;
  letter-spacing: 0.2em;
}
@media (max-width: 1024px) {
  .left-border {
    right: 4px;
  }
}
@media (min-width: 1025px) {
  .left-border {
    font-size: 1.8rem;
    line-height: 1.4;
    top: 12px;
    left: -45px;
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
}
.left-border__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  /* padding: 0 20rem; */
  /* line-height: 1; */
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.left-border__txt::before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  padding: 0 0 0 5rem;
  /* height: 1px; */
  /* background: #ddd; */
  border-top: 1px solid #82c2eb;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  /* top: 0; */
  /* left: 0; */
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-animation: border-down-sp 3.3s ease-in-out 0s infinite;
          animation: border-down-sp 3.3s ease-in-out 0s infinite;
}
@media (min-width: 1025px) {
  .left-border__txt::before {
    padding: 0 0 0 10rem;
    -webkit-animation: border-down 3s ease-in-out 0s infinite;
            animation: border-down 3s ease-in-out 0s infinite;
  }
}

.st0 {
  fill: none;
  stroke: #333;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.fill {
  fill-opacity: 0;
  fill: #333;
  -webkit-transition: fill-opacity 0.8s;
  transition: fill-opacity 0.8s;
}

.draw .fill {
  fill-opacity: 1;
}

#mask {
  width: 80%;
  height: 23px;
}
@media (min-width: 768px) {
  #mask {
    width: 100%;
    height: 40px;
  }
}

/*------ふわっとスクロール表示------*/
.fade-in {
  -webkit-transition: opacity 1.2s;
  transition: opacity 1.2s;
}

/*------下からスクロール表示------*/
.fade-up {
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
}

@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 9999;
}
.loader__icon {
  position: absolute;
  border-left: 2px solid #82c2eb;
  border-top: 2px solid rgba(219, 145, 22, 0.2);
  border-right: 2px solid rgba(219, 145, 22, 0.2);
  border-bottom: 2px solid rgba(219, 145, 22, 0.2);
  height: 46px;
  width: 46px;
  left: 50%;
  top: 50%;
  margin: -23px 0 0 -23px;
  text-indent: -9999em;
  font-size: 10px;
  z-index: 9999;
  background-color: #82c2eb;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
          animation: sk-scaleout 1s infinite ease-in-out;
  border-radius: 50%;
}
.loader__icon::after {
  border-radius: 50%;
  width: 46px;
  height: 46px;
}

.header {
  top: 0;
  left: 0;
  width: 100%;
  height: 53px;
  background: transparent;
  z-index: 100;
  letter-spacing: 0.03em;
}
@media (max-width: 1024px) {
  .header {
    position: fixed;
  }
}
.header__btn {
  position: fixed;
  top: 5px;
  right: 0;
  z-index: 200;
}
@media (min-width: 768px) {
  .header__btn {
    top: 12px;
  }
}
@media (min-width: 1025px) {
  .header__btn {
    display: none;
  }
}
.header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .header__body {
    height: 52px;
  }
}
@media (max-width: 1024px) {
  .header__body {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1025px) {
  .header__body {
    max-width: 1100px;
    margin: 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
  }
}
.header__title {
  position: relative;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__title::before {
  content: "";
  background: url(../image/mefit-logo-grade.svg) no-repeat center center;
  display: inline-block;
  width: 28px;
  height: 28px;
  vertical-align: baseline;
  margin-right: 15px;
  -webkit-transition: 0.4s cubic-bezier(0.65, -1, 0.35, 2);
  transition: 0.4s cubic-bezier(0.65, -1, 0.35, 2);
}
@media (max-width: 1024px) {
  .header__title::before {
    width: 23px;
    height: 23px;
    margin-right: 8px;
  }
}
.header__title img {
  width: 65px;
  height: 45px;
}
@media (min-width: 768px) {
  .header__title img {
    width: 105px;
    height: 82px;
  }
}
@media (min-width: 1025px) {
  .header__title img {
    width: 90px;
    height: 80px;
  }
}
.header--shadow .header__title img {
  -webkit-filter: drop-shadow(0px 0px 5px rgba(10, 10, 10, 0.5));
          filter: drop-shadow(0px 0px 5px rgba(10, 10, 10, 0.5));
}
.header__title:hover::before {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.header--link {
  color: #555;
}
@media (min-width: 1025px) {
  .header--sticky {
    background: #fff;
  }
}
@media (min-width: 1025px) and (min-width: 768px) {
  .header--sticky {
    height: 70px;
  }
}
@media (min-width: 1025px) {
  .header--sticky .header__body {
    height: 65px;
  }
  .header--sticky .header__title {
    font-size: 3.5rem;
  }
  .header--sticky .header__title::before {
    width: 28px;
    height: 28px;
    vertical-align: middle;
  }
}
@media (min-width: 1025px) and (min-width: 768px) {
  .header--sticky .header__title img {
    width: 85px;
    height: 50px;
  }
}
@media (min-width: 1025px) {
  .header--sticky .button--contact {
    font-size: 1.4rem;
    line-height: 1.3;
    padding: 0.4rem 1rem;
    margin: 0;
  }
  .header--sticky .nav-list {
    font-size: 1.5rem;
  }
}
@media (min-width: 1025px) and (min-width: 768px) {
  .header--sticky .nav-list__item {
    padding: 0 1rem;
  }
}
@media (min-width: 1025px) {
  .header--sticky .nav-list__btn--ja {
    padding: 0;
  }
  .header--sticky .nav-list__btn--en {
    padding: 0;
  }
}
.header__ttlimg--sp {
  display: block;
}
@media (max-width: 1024px) {
  .header__ttlimg--pc {
    display: none;
  }
}
@media (min-width: 1025px) {
  .header__ttlimg--pc {
    display: block;
  }
}

.nav {
  position: fixed;
  top: 0;
  left: 90px;
  right: 0;
  bottom: 0;
  background: #E4E4E4;
  padding: 175px 20px 20px;
  z-index: 150;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.nav--open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

@media (max-width: 767px) {
  .nav {
    padding: 70px 25px 30px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .nav {
    background: rgba(40, 40, 40, 0.85);
  }
}
.nav-list {
  position: relative;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  list-style: none;
}
@media (max-width: 1024px) {
  .nav-list {
    margin: 0;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0;
  }
}
@media (min-width: 1025px) {
  .nav-list {
    font-size: 1.4rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.nav-list__item {
  color: #fff;
  position: relative;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
@media (max-width: 767px) {
  .nav-list__item {
    padding: 0.8rem;
    border-radius: 10px;
    width: 100%;
    -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
@media (max-width: 1024px) {
  .nav-list__item {
    color: #383838;
    background: #fff;
    border: 1px solid #1AA325;
    font-size: 1.6rem;
    margin: 0 0 1.5rem;
    padding: 1.3rem 0.5rem;
  }
  .nav-list__item .nav-list__itemgroup--open {
    margin: 0 0 6rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .nav-list__item {
    width: 45%;
    color: #fff;
    background: transparent;
    margin: 0 0 5rem;
  }
}
@media (min-width: 768px) {
  .nav-list__item {
    padding: 0rem 1.2rem 1rem;
  }
}
@media (min-width: 1025px) {
  .nav-list__item {
    padding: 0 1.2rem;
  }
}
@media (max-width: 1024px) {
  .nav-list__item:hover {
    border-bottom: 0 solid #ddd;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (min-width: 1025px) {
  .nav-list__item:hover .nav-list__btn .nav-list__btn--ja {
    -webkit-transform: scale(1.08);
        -ms-transform: scale(1.08);
            transform: scale(1.08);
  }
}
.nav-list__item:hover .nav-list__btn .nav-list__btn--ja::before {
  -webkit-transform: translateX(-50%) scale(1);
      -ms-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
}
@media (min-width: 1025px) {
  .nav-list__item:hover .nav-list__btn .nav-list__btn--en {
    -webkit-transform: scale(1.08);
        -ms-transform: scale(1.08);
            transform: scale(1.08);
  }
}
@media (max-width: 767px) {
  .nav-list__item--pc {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .nav-list__item--pc {
    width: 230px;
  }
}
@media (max-width: 1024px) {
  .nav-list__item:active {
    border-bottom: 0 solid #ddd;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
.nav-list__btn {
  position: relative;
  display: block;
  color: inherit;
  text-align: center;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.5;
  text-decoration: none;
}
@media (min-width: 1025px) {
  .nav-list__btn {
    line-height: 1.8;
  }
}
.nav-list__btn--en {
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: 0.08em;
}
@media (max-width: 1024px) {
  .nav-list__btn--en {
    color: #888;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .nav-list__btn--en {
    color: #fff;
  }
}
.nav-list__btn--ja {
  position: relative;
}
.nav-list__btn--ja::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 40%;
  height: 1px;
  background: #1AA325;
  -webkit-transform: translateX(-50%) scale(0);
      -ms-transform: translateX(-50%) scale(0);
          transform: translateX(-50%) scale(0);
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
@media (min-width: 768px) {
  .nav-list__btn--ja::before {
    height: 2px;
  }
}
@media (max-width: 767px) {
  .nav-list__btn:hover {
    -webkit-transform: scale(1.04);
        -ms-transform: scale(1.04);
            transform: scale(1.04);
  }
}
.nav-list__itemgroup {
  display: none;
  opacity: 0;
}
.nav-list__itemgroup-list {
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  font-size: 1.2rem;
  color: #333;
  display: none;
  opacity: 0;
  position: absolute;
  background: #eee;
  padding: 1rem 0.5rem;
  width: 100%;
  transition: 0.4s ease-out;
  margin: 3rem 0 0;
}
@media (max-width: 767px) {
  .nav-list__itemgroup-list {
    border-radius: 0 0 35px 35px;
  }
}
@media (min-width: 768px) {
  .nav-list__itemgroup-list {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.nav-list__itemgroup-list .nav-list__btn--en {
  color: #333;
}
@media (min-width: 768px) {
  .nav-list__itemgroup-list .nav-list__btn--en {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .nav-list__itemgroup-list .nav-list__btn--ja {
    font-size: 1.1rem;
  }
}
.nav-list__itemgroup-list::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 10px 5px;
  border-color: transparent transparent #eee transparent;
  display: block;
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.nav-list__itemgroup--open .nav-list__itemgroup-list {
  display: block;
  opacity: 1;
}
@media (max-width: 767px) {
  .nav-list__itemgroup--open .nav-list__itemgroup-list {
    z-index: 1;
    left: 0;
    bottom: -3px;
  }
}
.nav-list__itemgroup--open {
  display: block;
  opacity: 1;
}
.nav-list__headitem-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .nav-list__headitem-phone {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #333;
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .nav-list__headitem-phone {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.nav-list__headitem-number {
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
  color: #1AA325;
}
.nav-list__headitem-number::before {
  content: "\e944";
  font-family: "icomoon";
  font-size: 1.2rem;
  color: #1AA325;
  display: inline-block;
  margin-right: 0.3rem;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .nav-list__headitem-number::before {
    font-size: 1.9rem;
    margin-right: 1rem;
  }
}
@media (min-width: 768px) {
  .nav-list__headitem-number {
    font-size: 1.9rem;
  }
}
.nav-list__headitem-time {
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .nav-list__headitem-time {
    font-size: 1.3rem;
  }
}
.nav-list__headitem-text {
  font-size: 1.3rem;
  font-weight: bold;
  width: 100%;
  text-align: center;
  color: #333;
}
@media (min-width: 768px) {
  .nav-list__headitem-text {
    font-size: 1.2rem;
  }
}
.nav-list__headitem-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0.5rem;
}
@media (min-width: 768px) {
  .nav-list__headitem-line {
    margin-right: 1rem;
  }
}
.nav-list__headitem-lineimg {
  width: 20px;
  height: auto;
}
@media (min-width: 768px) {
  .nav-list__headitem-lineimg {
    margin-right: 1rem;
  }
}
.nav-list__linearea {
  background: #fff;
  border: 1px solid #1AA325;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .nav-list__linearea {
    margin-top: 1.7rem;
  }
}
@media (min-width: 768px) {
  .nav-list__linearea {
    display: none;
  }
}
.nav-list__linearea-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .nav-list__linearea-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.4rem;
  }
}
@media (min-width: 768px) {
  .nav-list__linearea-group {
    display: none;
  }
}
.nav-list__linearea-button {
  width: 120px;
  height: auto;
}
.nav-list__linearea-text {
  color: #333;
  font-size: 1.3rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .nav-list__linearea-text {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .nav-list__linearea-text {
    margin-left: 2rem;
    width: 50%;
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

.menu-btn {
  display: block;
  position: fixed;
  width: 70px;
  height: 70px;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 767px) {
  .menu-btn {
    width: 52px;
    height: 46px;
    border-radius: 5px 0 0 5px;
  }
}
.menu-btn__line {
  position: absolute;
  left: 27%;
  top: 37%;
  display: block;
  width: 46%;
  height: 2px;
  margin-top: -1px;
  background: #333;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.menu-btn__line:nth-child(1) {
  -webkit-transform: translateY(-8px);
      -ms-transform: translateY(-8px);
          transform: translateY(-8px);
}
.menu-btn__line:nth-child(2) {
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
}
.menu-btn__line:nth-child(3) {
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
}
@media (max-width: 767px) {
  .menu-btn__line {
    height: 2px;
  }
}
.menu-btn--open .menu-btn__line:nth-child(1) {
  -webkit-transform: translateY(0) rotate(45deg);
      -ms-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.menu-btn--open .menu-btn__line:nth-child(2) {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
}
.menu-btn--open .menu-btn__line:nth-child(3) {
  -webkit-transform: translateY(0) rotate(-45deg);
      -ms-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.menu-btn--open .menu-btn__name::before {
  content: "CLOSE";
}
.menu-btn__name {
  position: absolute;
  bottom: 12px;
  left: 0;
  display: block;
  width: 100%;
  font-size: 1.2rem;
  font-weight: normal;
  color: #333;
  line-height: 1;
  letter-spacing: 0.5px;
}
@media (max-width: 767px) {
  .menu-btn__name {
    bottom: 6px;
    font-size: 1rem;
  }
}
.menu-btn__name::before {
  content: "MENU";
}